Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Obi cloth crash
#3
(15-01-2018, 09:31 AM)josemendez Wrote: Hi!

According to the dump file, the crash happened inside Unity itself. Upon loading the .dmp in Visual Studio with libOni.dll loaded (the physics engine behind Obi), VS complained that the module that caused the crash could not be found, and pointed to Unity.exe as the culprit.

Also, when a crash is caused by Obi the crash log will look like this:

Code:
libOni.dll caused an Access Violation (0xc0000005)
 in module libOni.dll at 0033:92967010.

instead of:

Code:
Unity.exe caused an Access Violation (0xc0000005)
in module Unity.exe at XXXXX..

Can you confirm whether or not this crash happens with all Obi components disabled in your scene?

cheers!
May be i need update unity. But when i disable obi components it's work properly.
I see that crash happens when skinned mesh renderer used with cloth, when is use mesh renderer there is no crash.
Reply


Messages In This Thread
Obi cloth crash - by Chaiker - 09-01-2018, 09:18 AM
RE: Obi cloth crash - by josemendez - 15-01-2018, 09:31 AM
RE: Obi cloth crash - by Chaiker - 15-01-2018, 12:53 PM
RE: Obi cloth crash - by josemendez - 15-01-2018, 01:38 PM