Search Issue Tracker
Fixed
Votes
0
Found in
2023.3.0b4
Issue ID
UUM-61408
Regression
Yes
Crash on MonoGUIView::IsVSyncEnabled when the Game view window gets unmaximized in Play Mode
How to reproduce:
- Open the “BimVR.zip“ project
- Open the “game“ Scene
- Enter Play Mode
- Maximize the Game view
- Unmaximize the Game view
- Observe the Editor
Expected results: The Game view window unmaximizes correctly
Actual results: The Editor crashes
Reproducible in: 2023.3.0b1, 2023.3.0b4
Not reproducible in: 2022.3.18f1, 2023.2.7f1, 2023.3.0a19
Could not test in: 2021.3.34f1 (unsolvable compiler errors due to package version difference)
Reproduced on: Windows 11 Pro
Not reproduced on: No other environment tested
First few lines of the Stack Trace:
{noformat}0x00007FFD64CBA5D7 (Unity) MonoGUIView::IsVSyncEnabled
0x00007FFD631541D2 (Unity) GUIView_Get_Custom_PropVSyncEnabled
0x00000231B132A70A (Mono JIT Code) (wrapper managed-to-native) UnityEditor.GUIView:get_vSyncEnabled_Injected (intptr)
0x00000231B132A64B (Mono JIT Code) UnityEditor.GUIView:get_vSyncEnabled ()
0x000002310D25B013 (Mono JIT Code) UnityEditor.SceneView:OnBecameVisible (){noformat}
Comments (1)
-
eiwzkart
Jan 24, 2024 07:31
Reproducible in 2023.3.0b2
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
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
Resolution Note:
Fixed by another internal issue: UUM-60687: Crash when exiting a maximized Scene view during Play mode