1. What did you do?
Tried playing the game after about a 6-month pause.
2. What happened?
The game won't launch correctly either when launched through Steam or by executing the standalone binary downloaded from Factorio's website.
When running in X11 compat mode (XWayland, GNOME 50), it will display a black window with a gray bar on top (where GNOME's HUD would be) and hang until terminated. With the Wayland backend, the window won't even show up and the game's process will keep running until manually killed.
I've tried deleting "~/.factorio" from my system, but it didn't help. Also, tried combining the SDL_VIDEODRIVER=wayland environment variable, --gfx-safe-mode and --fullscreen=false flags to no avail.
3. What did you expect to happen instead?
For the game to launch successfully as it once did on the same system.
4. Does it always happen, once, or sometimes?
Always.
The issues began with Fedora 43: the Steam version wouldn't launch, but the standalone version did. However, after upgrading to Fedora 44, neither does anymore.
[2.0.76][linux] Crash on startup - Steam and standalone versions
-
TarsiSurdi
- Burner Inserter

- Posts: 5
- Joined: Tue Feb 10, 2026 3:13 am
- Contact:
[2.0.76][linux] Crash on startup - Steam and standalone versions
- Attachments
-
- factorio-current.log
- (2.45 KiB) Downloaded 20 times
-
TarsiSurdi
- Burner Inserter

- Posts: 5
- Joined: Tue Feb 10, 2026 3:13 am
- Contact:
Re: [2.0.76][linux] Crash on startup - Steam and standalone versions
I should add that this happens on my desktop computer (NVIDIA RTX 2060, driver 595.71.05), but it doesn't on my laptop (AMD iGPU - Ryzen 7 5700U); both running Fedora 44.
Tested every version between 2.0.76 and 2.0.73 and none launch
Tested every version between 2.0.76 and 2.0.73 and none launch
Re: [2.0.76][linux] Crash on startup - Steam and standalone versions
Your Log says " 0.483 Video driver: x11"
What's the result if you run this in terminal?
echo $XDG_SESSION_TYPE
PS: Just checked my own Fedora 44, Amd GPU, standalone - no problem
What's the result if you run this in terminal?
echo $XDG_SESSION_TYPE
PS: Just checked my own Fedora 44, Amd GPU, standalone - no problem
-
TarsiSurdi
- Burner Inserter

- Posts: 5
- Joined: Tue Feb 10, 2026 3:13 am
- Contact:
Re: [2.0.76][linux] Crash on startup - Steam and standalone versions
The result is `wayland`. Fedora 44 upgraded to GNOME 50 and the code for X11 sessions has been fully removed from the codebase, it's Wayland only now.Nosferatu wrote: Wed May 13, 2026 4:03 am What's the result if you run this in terminal?
echo $XDG_SESSION_TYPE
I have also tried placing the config.ini file from 9300 - since it crashes before generating that file in .factorio - in hopes that it would contain some field which I could edit to forcibly make the game try to launch with the Wayland backend, but unfortunately it doesn't include that option.
-
ro011110ot
- Burner Inserter

- Posts: 8
- Joined: Thu Oct 13, 2016 5:38 pm
- Contact:
Re: [2.0.76][linux] Crash on startup - Steam and standalone versions
In my config.ini the setting for wayland isTarsiSurdi wrote: Wed May 13, 2026 11:12 amThe result is `wayland`. Fedora 44 upgraded to GNOME 50 and the code for X11 sessions has been fully removed from the codebase, it's Wayland only now.Nosferatu wrote: Wed May 13, 2026 4:03 am What's the result if you run this in terminal?
echo $XDG_SESSION_TYPE
I have also tried placing the config.ini file from 9300 - since it crashes before generating that file in .factorio - in hopes that it would contain some field which I could edit to forcibly make the game try to launch with the Wayland backend, but unfortunately it doesn't include that option.
; Options: x11, wayland
linux-preferred-video-driver=wayland
