[2.1.14][linux] Crash on game exit (SDL_waylandvideo.c (478): Wayland_DeleteDevice)
Posted: Fri Aug 07, 2026 6:19 pm
What happened:
After playing for ~1h, saved the game and exited to main menu, then exited the game via exit button in the menu. Game crashed. (SIGSEGV)
Expected: game shuts down and exits cleanly
Observed 2 times, not sure if it's tied to what I did in the game, but both times the session was longer than 1h.
Tried to reproduce by joining the game, loading a save, saving, exiting to menu and exiting the game (spending ~1m on the whole process), but wasn't able to catch the error.
Smells like double-free by calling https://github.com/libsdl-org/SDL/blob/ ... deo.c#L533 on the same pointer twice, but what do I know.
Might be not a Factorio issue.
After playing for ~1h, saved the game and exited to main menu, then exited the game via exit button in the menu. Game crashed. (SIGSEGV)
Expected: game shuts down and exits cleanly
Observed 2 times, not sure if it's tied to what I did in the game, but both times the session was longer than 1h.
Tried to reproduce by joining the game, loading a save, saving, exiting to menu and exiting the game (spending ~1m on the whole process), but wasn't able to catch the error.
Smells like double-free by calling https://github.com/libsdl-org/SDL/blob/ ... deo.c#L533 on the same pointer twice, but what do I know.
Might be not a Factorio issue.