Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bug / Crash  Errors when ending playmode
#31
Also, I'm getting this error every time I save the project;

https://pasteboard.co/IXfe13L.png
Reply
#32
(25-02-2020, 04:09 PM)TheMunk Wrote: -

Yet another crash - whenever I enable a rope during runtime.
Code:
Stack Trace of Crashed Thread 17600:
0x00007FFC0F5A69F2 (libOni) Ordinal0
0x00007FFC0F5EDC36 (libOni) GetPointCloudAnisotropy
0x00007FFC0F6026A9 (libOni) GetPointCloudAnisotropy
0x00007FFC0F6086D9 (libOni) GetPointCloudAnisotropy
0x00007FFC0F6089C9 (libOni) GetPointCloudAnisotropy
0x00007FFC0F62BBC0 (libOni) GetPointCloudAnisotropy
0x00007FFC378B7BD4 (KERNEL32) BaseThreadInitThunk
0x00007FFC3964CED1 (ntdll) RtlUserThreadStart


Attached Files
.txt   error.log.txt (Size: 106.46 KB / Downloads: 0)
Reply
#33
(02-03-2020, 04:16 PM)TheMunk Wrote: Also, I'm getting this error every time I save the project;

https://pasteboard.co/IXfe13L.png

Hi,

This is unrelated to Obi. Can be caused by a variety of reasons: from having your hard disk drive nearly full, to some other program using something in that folder. See:
https://forum.unity.com/threads/moving-f...ed.308831/
Reply
#34
(09-03-2020, 08:52 AM)TheMunk Wrote: Yet another crash - whenever I enable a rope during runtime.
Code:
Stack Trace of Crashed Thread 17600:
0x00007FFC0F5A69F2 (libOni) Ordinal0
0x00007FFC0F5EDC36 (libOni) GetPointCloudAnisotropy
0x00007FFC0F6026A9 (libOni) GetPointCloudAnisotropy
0x00007FFC0F6086D9 (libOni) GetPointCloudAnisotropy
0x00007FFC0F6089C9 (libOni) GetPointCloudAnisotropy
0x00007FFC0F62BBC0 (libOni) GetPointCloudAnisotropy
0x00007FFC378B7BD4 (KERNEL32) BaseThreadInitThunk
0x00007FFC3964CED1 (ntdll) RtlUserThreadStart

Hi,

I'm unable to reproduce it, enabling a rope at runtime works fine for me. Can you provide a repro project for this?
Reply