Search Issue Tracker
Active
Votes
3
Found in
2020.3.44f1
2021.3.16f1
2022.2.2f1
2023.1.0a25
Issue ID
UUM-25221
Regression
No
Crash on MemoryManager::CheckDisalowAllocation(!Unknown!) when entering the Play Mode
Reproduction steps:
1. Open the attached project "MeditationRoom3"
2. Enter the Play Mode
Expected result: Play Mode successfully loads the Scene
Actual result: Editor crashes
Reproducible with: 2020.3.44f1, 2021.3.16f1, 2022.2.2f1, 2023.1.0a25
Reproduced on: Windows 10 Enterprise 21H2
First few lines of the Stacktrace:
[ 12 ] u128 ::operator bool() ( ThreadLocalStorage.h:78 )
[ 13 ] MemoryManager::CheckDisalowAllocation(!Unknown!) ( MemoryManager.cpp:636 )
[ 14 ] MemoryManager::Allocate(unsigned __int64,unsigned __int64,!Unknown! const &,AllocateOptions,char const ,int) ( MemoryManager.cpp:1885 )
Also, this can be seen in Editor.log:
{code:java}
[OVRPlugin][INFO] ovrp_UnityOpenXR_OnInstanceCreate(170716360081409)[OVRPlugin][INFO] Use D3D11 Renderer[OVRPlugin][INFO] OpenXR SDK version 1.0.22[OVRPlugin][INFO] Warning: unable to bind OpenXR entry xrGetD3D12GraphicsRequirementsKHR[OVRPlugin][INFO] OpenXR runtime name: Oculus, version 1.79.0[OVRPlugin][ERROR] [XRCMD][failure] [XR_ERROR_FORM_FACTOR_UNAVAILABLE]: xrGetSystem(instance, &systemGetInfo, &systemId), arvr\projects\integrations\ovrplugin\src\util\compositoropenxr.cpp:2199 (arvr\projects\integrations\ovrplugin\src\util\compositoropenxr.h:230)[OVRPlugin][INFO] xrGetSystem() failed, which might be caused by a temporarly HMD connectivity issue. xrInstance to be destroyed[OVRPlugin][ERROR] Plugin failed to initialize. (arvr\projects\integrations\ovrplugin\src\util\compositoropenxr.cpp:1049)[OVRPlugin][ERROR] Unable to create compositor: -1006 (arvr\projects\integrations\ovrplugin\src\ovr_plugin_unityopenxr.cpp:160){code}
 
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
- Previously deleted “DefaultLookDevProfile“ is present when upgrading the Editor version
- [Ubuntu] UI text and buttons are missing spaces in Unity Version Control > New Workspace window
- "Inherit attribute is not supported" warning is shown but attributes are available in VFX Graph Output and Update blocks
Add comment