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
- Inspector window flickers when a selector is created using a Style Class List Section
- [iOS] "UnityBatchPlayerLoop()" causes a freeze in the iOS application when it is put to the background and brought back to the foreground
- "Perform Selected" of Shortcut Manager window does not perform the shortcut in some cases
- Crash on mono_get_hazardous_pointer when running Play Mode tests in a specific project
- [iOS] ‘확인’(Done) and '취소'(Cancel) text is displayed as '...' in the on-screen keyboard when the System preferred language is set to Korean
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.