Search Issue Tracker
Won't Fix
Votes
0
Found in
2017.1.0f3
Issue ID
966460
Regression
No
Unity crashes on startup at "MemoryProfilerStats::UnregisterObject" when overriding specific virtual method
To reproduce (2017.1.2p3 and 2017.3.0b10):
1. Open attached Unity project "Plugins.zip"
Result: Unity crashes on startup
To reproduce(2017.2.0p2 and 2018.1.0a5)
1. Open attached Unity project "Plugins.zip"
2. Close the project
Result: Unity crashes on closing
Reproduced on: 2017.1.2p3, 2017.2.0p2, 2017.3.0b10, 2018.1.0a5
Note: In BaseNode.cs script, delete "virtual" in line 13 (DrawWindow method) or change it to "abstract" or "override". Now the editor displays multiple errors, but does not crash
Note: In each version the stack trace is a little different, but the cause of the crash is the same:
2017.1.2p3 - (see attached image "2017_1_Crashlog.png")
2017.2.0p2 - (see attached image "2017_2_Crashlog.png")
2017.3.0b10 - (see attached image "2017_3_Crashlog.png")
2018.1.0a5 - (see attached image "2018_1_Crashlog.png")
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
- Getting a deprecated package for JetBrains Rider pop up when opening or creating a project
- [Android] Volume level of the same audio file is different on Samsung Galaxy Tab A8 between 2023.3.0b3 and 2023.3.0b4
- ‘Expected end of value’ warning occurs when a property declaration includes five or more variable references
- Crash on BurstCompilerService::CompileAsync when entering Play mode in a specific scene
- InvalidOperationException when using Game Camera Preview in Scene window with a custom RenderGraph pass
Resolution Note (2019.1.X):
This particular case has been investigated thoroughly and we have decided, in the interests of protecting the stability and features of Unity for users that rely upon the affected versions, to not address this fix for the time being. We understand that this will cause problems for some users, and so may address in a future version.