Search Issue Tracker
Not Reproducible
Votes
3
Found in
2018.2.0a1
2018.2.0a5
2018.2.0b1
Issue ID
1026784
Regression
Yes
[macOS]"Assertion failed on expression: 'ptr == NULL || ..." error printed in the Console window while building the app
Steps to reproduce:
1) Download attached project and open in Unity
2) Make sure platform is set to Android/iOS in the Build Settings
3) Press Build button
Observe the Console window, you will see an error printed in the Console window during the building process:
Assertion failed on expression: 'ptr == NULL || !HAS_ROOT_REFERENCE(GET_CURRENT_ALLOC_ROOT_REFERENCE()) || GET_CURRENT_ALLOC_ROOT_REFERENCE() == GET_ROOT_REFERENCE(s_MonoDomainContainer, kMemMono)'
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
Reproduced with:
2018.2.0a7, 2018.2.0b1
Not reproduced with:
2018.1.0b11, 2018.1.0f1
Regression since:
Somewhere between 2018.2.0a1-2018.2.0a5
Can't check with 2018.2.0a5 and lower, because of PackageManager errors
Note: There is no error using Windows 10 machine
Comments (6)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
OneManArmy3D
Sep 20, 2018 20:58
Also in 2018.1.9f1
jimmy12day
Sep 11, 2018 20:22
Reproduced in 2018.1.6f
daisySa
May 22, 2018 05:06
Also seeing this on Windows 10 with 2017.4.3f1.
Killersan
May 14, 2018 09:00
The same issue occurs for 2018.1.0f2 on windows standalone platform during the build process.
Steel-Heart-Games
May 04, 2018 12:12
Same thing with custom build script on 2018.1.0f2
JonBPS
May 03, 2018 14:48
I am seeing this in the 2018.1.0f2 release when doing android builds using a custom build process.
Seems harmless as the builds complete fine but would like to know why it's happening.