Search Issue Tracker
In Progress
Under Consideration for 2022.3.X, 6000.0.X
Fix In Review for 6000.1.X
Votes
0
Found in
2022.3.54f1
6000.0.31f1
6000.1.0a8
Issue ID
UUM-91116
Regression
Yes
[Linux] Crash on Application::HandleEditorFocusChange when opening a project in specific environments
Reproduction steps:
1. Create a new project
Expected results: Project opens successfully
Actual results: Unity Editor crashes
Reproduced with: 6000.0.29f1, 6000.0.31f1, 6000.1.0a8
Not reproduced with: 2021.3.47f1, 2022.3.53f1, 6000.0.28f1
Reproduced on: Ubuntu 24.04 (XFCE), other distributions with Tiling Window Managers
Not reproduced on: Ubuntu 24.04 (Gnome), Windows
First lines of the stack trace from gdb:
#0 0x00005555587b9a43 in Application::HandleEditorFocusChange(bool) ()
#1 0x0000555558ef3952 in PropertyChangeFilter(void*, _GdkEvent*, void*) ()
#2 0x00007ffff5d8e290 in gdk_event_apply_filters (xevent=xevent@entry=0x7fffffffe1a0, event=event@entry=0x55555b6fd260, window=0x55555b662ed0) at ../gtk/gdk/x11/gdkeventsource.c:79
#3 0x00007ffff5d96068 in gdk_event_source_translate_event (event_source=0x55555b688f30, xevent=0x7fffffffe1a0) at ../gtk/gdk/x11/gdkeventsource.c:205
#4 _gdk_x11_display_queue_events (display=0x55555b67c770) at ../gtk/gdk/x11/gdkeventsource.c:341
Notes:
* Last line in the logs is ‘The selected window backend is (null)’
* CQA did not test this on xfce, all information is put together from other user reports
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
- [Android] [Vulkan] Warning "AndroidPlayer "<device>" VULKAN: GENERAL WARNING: The following warning was triggered: VKDBGUTILWARN003." spammed every frame when the application is actively running on a device
- Skinning Editor missing tooltips
- Editor crashes on tlsf_free when generating font atlas with Padding set to “-2.147484e+09%”
- Image becomes glitchy when using ImageConversion.EncodeNativeArrayToJPG with Custom Quality
- Crash on AttachAddedComponents when opening a scene or launching Play mode
Resolution Note (fix version 6000.1):
Fix an crashing issue on some configurations where an X11 message is sent before Unity is fully initialized.