![]() |
System.ObjectDisposedException: The UNKNOWN_OBJECT_TYPE has been deallocated - Printable Version +- Obi Official Forum (https://obi.virtualmethodstudio.com/forum) +-- Forum: Obi Users Category (https://obi.virtualmethodstudio.com/forum/forum-1.html) +--- Forum: Obi Rope (https://obi.virtualmethodstudio.com/forum/forum-4.html) +--- Thread: System.ObjectDisposedException: The UNKNOWN_OBJECT_TYPE has been deallocated (/thread-4255.html) |
System.ObjectDisposedException: The UNKNOWN_OBJECT_TYPE has been deallocated - bugbeeb - 15-06-2024 Seeing this exception when debugging in visual studio, System.ObjectDisposedException: The UNKNOWN_OBJECT_TYPE has been deallocated, it is not allowed to access it at (wrapper managed-to-native) Unity.Collections.LowLevel.Unsafe.AtomicSafetyHandle.CheckDeallocateAndThrow_Injected(Unity.Collections.LowLevel.Unsafe.AtomicSafetyHandle&) at Unity.Collections.LowLevel.Unsafe.AtomicSafetyHandle.CheckDeallocateAndThrow (Unity.Collections.LowLevel.Unsafe.AtomicSafetyHandle handle) [0x00000] in <0652bf0e14024522b5c92574ad0ef550>:0 at Obi.ObiNativeList`1[T].Dispose (System.Boolean disposing) [0x0003d] in C:\Users\bugbe\SpinnyWheels\Assets\Obi\Scripts\Common\DataStructures\NativeList\ObiNativeList.cs:110 at Obi.ObiNativeList`1[T].Finalize () [0x00002] in C:\Users\bugbe\SpinnyWheels\Assets\Obi\Scripts\Common\DataStructures\NativeList\ObiNativeList.cs:90 Unity version 2022.3.30 Obi Rope Version 6.5.4 RE: System.ObjectDisposedException: The UNKNOWN_OBJECT_TYPE has been deallocated - bugbeeb - 26-06-2024 [attachment=2115 Wrote:bugbeeb pid='15918' dateline='1718411134']Seeing this exception when debugging in visual studio,Seriously this is super annoying RE: System.ObjectDisposedException: The UNKNOWN_OBJECT_TYPE has been deallocated - josemendez - 26-06-2024 (26-06-2024, 04:31 AM)bugbeeb Wrote: Seriously this is super annoying Hi, This is a bug in either VS or Unity's Job safety system. Here's a thread where another user helped us debug it and come up with a workaround: https://obi.virtualmethodstudio.com/forum/thread-4065.html let me know whether this solves the issue, otherwise we will investigate further. kind regards |