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
- var VisionOSEDRHeadromm has a comma instead of a dot when building with Metal Rendering App Mode and local OS localization is set to German
- IAP Catalog remove product “x” and add product “+” buttons are not consistent with other remove and add buttons in the Editor
- Performance issues in Play Mode when quickly hovering the mouse cursor over Hierarchy GameObjects
- Frame Debugger displays incorrect output when FidelityFX Super Resolution or Spatial-Temporal Upscaler is used with Temporal Anti-aliasing or Subpixel Morphological Anti-aliasing
- The layout system is failing to correctly calculate or apply the height of the Japanese fallback font when the primary English font's metrics are used
Resolution Note:
Fixed by another internal issue: UUM-60687: Crash when exiting a maximized Scene view during Play mode