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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
Resolution Note:
Fixed by another internal issue: UUM-60687: Crash when exiting a maximized Scene view during Play mode