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
- The terrain appears darker when "Per-pixel Normal" is enabled
- [Linux] Editor assertion causes Test Runner to fail when executing it in Batch Mode
- Color selection by the mouse cursor is still enabled when the "Esc" button is pressed
- Game view becomes black and the Scene window becomes grey, “ArgumentOutOfRangeException” errors and “Render Pipeline error” warnings appear after changing the name or deleting URP/HDRP global settings file
- Transform Component is not accessible inside the Player when RuntimeInitializeOnLoadMethod is used
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.