Search Issue Tracker
Fixed
Fixed in 2022.3.56f1, 6000.0.33f1, 6000.1.0a10
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
- Shader Graph Category dropdown cannot be expanded/collapsed when clicking on the text
- Different text alignment in the column header in Entities "System" window
- Objects with Universal Render Pipeline/Particles/Lit shader are always lit up when changing their Rendering Layer Mask
- PolySpatial “Trying to set shader on a Material Variant.” error is printed in the console when entering Play Mode
- Error “Shader error in 'YSCloudCover': call to 'tex3D' is ambiguous at Assets/YSCloudCoverText.shader(606) (on d3d11)“ is present when compiling tex3D shader with DXC
Resolution Note (fix version 6000.1.0a10):
Fix an crashing issue on some configurations where an X11 message is sent before Unity is fully initialized.
Resolution Note (fix version 2022.3.56f1):
Fixed an issue on Linux where the editor could crash upon startup on nonstandard configurations