Search Issue Tracker
Fixed
Fixed in 2021.3.23f1, 2022.2.14f1, 2023.1.0a8, 2023.2.0a11
Votes
1
Found in
2021.3.20f1
Issue ID
UUM-29982
Regression
Yes
Editor crash on "GUIView::OnInputEvent" when calling EditorWindow.CreateWindow from inside OnGUI
How to reproduce:
1. Open the project “IN_33000”
2. Open the “SampleScene” Scene
3. Enter the Play Mode
4. Press “Test” → “open window 1” → “open window 2”
Expected result: “open window 2” window opens
Actual result: editor crashes
Reproducible with: 2021.3.17f1, 2021.3.20f1, 2022.2.9f1
Not reproducible with: 2020.3.36f1, 2021.3.16f1, 2023.1.0b8, 2023.2.0a6
Fixed in: 2022.2.10f1
Reproducible on: Windows 10 Pro
First lines of Stack Trace:
”0x00007FF6365BAAC2 (Unity) GUIView::OnInputEvent
0x00007FF636069423 (Unity) GUIView::ProcessInputEventFromAPI
0x00007FF6360692F8 (Unity) GUIView::ProcessInputEvent
0x00007FF6365B381E (Unity) GUIView::DoPaint”
-
HunterAhlquist
Apr 03, 2023 14:36
I have an issue where sometimes changing static settings on a game engine crashes the editor. My bug report said that it was a duplicate of this. Hope it gets fixed soon for 2021!
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
- Build fails when building with ILCPP Scripting Backend and ARMv7 as the Target Architecture
- Textures turn black in Player when they are referenced by a script instance
- [Android] Virtual device crashes with "Scudo ERROR: invalid chunk state when deallocating address" error in Firebase Test Lab when Optimized Frame Pacing is enabled
- Particle System does not resume when its Culling Mode is set to "Pause" or "Pause and Catch-up," and particle position simulate in world space
- "Custom Render Queue" field cannot be set above "2000" when changing it in the Inspector window using Debug mode
Resolution Note (fix version 2023.2.0a11):
Added a null check so that the Editor doesn't crash when trying to access a window that no longer exists.
Resolution Note (fix version 2022.2.14f1):
Added a null check so that the Editor doesn't crash when trying to access a window that no longer exists.