Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ObiRope crashes
#2
(17-10-2017, 07:05 AM)Evgenius Wrote: Hello!

I get these crashes in random moments when I expend a rope. Could you help me to find out why? Sometimes it doesn't crash and sometimes does, but I can't find why.
Answer from support:
But the problem still exists.

I'm using version 3.2 of rope and 2017.1.0f3 version of Unity and I'm not using any cloth.
Logs are in archive here.

Hi Evgenius,

Since the crash info provided by the log seemed bogus (as you state you're not using the function the log says is crashing in), we took a look at the dump files. All three say the library is crashing when trying to initialize a mutex, which is very weird. This kind of error (memory corruption) can come from invalid memory being fed to the library, or a memory alignment error that causes accesses outside of the intended memory region.

Can you give us more details about the crash? does it tend to happen when you do something specific? (you mentioned "expand" the rope, by pulling it or actually changing its lenght using ObiRopeCursor?)

Also, your platform seems to be a 32-bit one. Can you confirm this?
Reply


Messages In This Thread
ObiRope crashes - by Evgenius - 17-10-2017, 07:05 AM
RE: ObiRope crashes - by josemendez - 17-10-2017, 04:01 PM
RE: ObiRope crashes - by Evgenius - 18-10-2017, 01:24 PM
RE: ObiRope crashes - by josemendez - 20-10-2017, 10:09 AM
RE: ObiRope crashes - by Evgenius - 01-11-2017, 02:34 PM
RE: ObiRope crashes - by josemendez - 01-11-2017, 02:59 PM