Search Issue Tracker
Fixed in 2018.3.X
Votes
0
Found in
2018.2.0a6
Issue ID
1017396
Regression
No
Closing project and selecting Don't Save causes a crash with error "pointer to object of manager 'MonoManager' is NULL"
Reproduction steps:
1. Download "Test.zip" project and open in Unity
2. Put any Tile from Tiles folder to Tile Palette
3. Draw in the Scene view
4. Close the project (select "Don't save")
Expected: should close properly
Actual: Fatal error pops up
Reproduced on: 2017.3.1f1; 2017.3.2f1; 2017.4.0f1; 2018.1.0b13; 2018.2.0a6
Verified with: 2018.3.0b4
Note:
This crash happens sometimes, but not always
Fatal error message:
"GetManagerFromContext: pointer to object of manager 'MonoManager' is NULL (table index 5)"
2017.2.0b1-2017.2.2p2, 2017.3.0a1-2017.3.1f1 crashes on startup or then opening Tile Palette with stack trace:
0x0000000141A8D479 (Unity) ValidateAndUpdateTileAssetDirty
0x0000000141AB1238 (Unity) Tilemap::Update
0x00000001403A10D6 (Unity) BaseBehaviourManager::CommonUpdate<BehaviourManager>
0x00000001403A1DEF (Unity) BehaviourManager::Update
0x00000001405D7323 (Unity) `InitPlayerLoopCallbacks'::`38'::UpdateScriptRunBehaviourUpdateRegistrator::Forward
0x00000001405D5A88 (Unity) PlayerLoop
0x0000000140F921AE (Unity) Application::UpdateScene
0x0000000140F945DF (Unity) Application::UpdateSceneIfNeeded
0x0000000140F9F701 (Unity) Application::TickTimer
0x00000001412B47CD (Unity) MainMessageLoop
0x00000001412B60DE (Unity) WinMain
0x0000000141DBF5F0 (Unity) __tmainCRTStartup
0x00007FFBCC771FE4 (KERNEL32) BaseThreadInitThunk
0x00007FFBCDC0EFC1 (ntdll) RtlUserThreadStart
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
Add comment