Search Issue Tracker
Fixed
Votes
0
Found in
2022.2.8f1
Issue ID
UUM-29651
Regression
Yes
Crash on GUIView::OnInputEvent when opening "Enter IP" window in Profiler
Reproduction steps:
1. Open the attached project “CrashRepro“
2. Open Profiler window (Window > Analasys > Profiler)
3. Open “Play Mode” dropdown menu
4. Click on “<Enter IP>” option
Expected result: Enter Player IP window appears
Actual result: Editor crashes
Reproducible with: 2022.2.4f1, 2022.2.8f1
Not reproducible with: 2020.3.45f1, 2021.3.19f1, 2022.2.3f1, 2023.1.0a1, 2023.1.0b5 2023.2.0a4
Reproducible on: Windows 10
Not reproducible on: macOS 13.1 (Intel)
First few lines of stack trace:
{noformat}0x00007FF6D107C3CD (Unity) GUIView::OnInputEvent
0x00007FF6D0AA3523 (Unity) GUIView::ProcessInputEventFromAPI
0x00007FF6D0AA33F8 (Unity) GUIView::ProcessInputEvent
0x00007FF6D107542C (Unity) GUIView::DoPaint
0x00007FF6D107E2CC (Unity) GUIView::RepaintAll
0x00007FF6D1076B77 (Unity) GUIView::GUIViewWndProc{noformat}
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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Resolution Note:
Fixed by another internal issue: UUM-9247: Unity crashes when pressing the "<Enter IP>" button in the Profiler (Standalone Process) window