Yes, SDL_AUDIODRIVER=alsa fixes the issue with sdl backend. allegro-via-sdl still fails to initialize but doesn't crash on shutdown anymore.Donion wrote: βFri Dec 30, 2022 5:00 pm Hello,
Would using SDL's ALSA driver be an option for you? You should be able to force it by setting the environment variableCode: Select all
SDL_AUDIODRIVER=alsa
Search found 3 matches
- Sat Dec 31, 2022 5:44 pm
- Forum: Resolved Problems and Bugs
- Topic: [1.1.74] Crash on program shutdown with SDL audio backend
- Replies: 5
- Views: 1274
Re: [1.1.74] Crash on program shutdown with SDL audio backend
- Thu Dec 29, 2022 10:19 pm
- Forum: Resolved Problems and Bugs
- Topic: [1.1.74] Crash on program shutdown with SDL audio backend
- Replies: 5
- Views: 1274
Re: [1.1.74] Crash on program shutdown with SDL audio backend
Ref.: https://forums.factorio.com/102982 This is likely a separate issue from https://forums.factorio.com/102982. Audio plays correctly under the sdl backend and the game does not freeze at any point. The only issue is the segfault on exit which opens an error window. Running the game with allegro-...
- Thu Dec 29, 2022 4:59 pm
- Forum: Resolved Problems and Bugs
- Topic: [1.1.74] Crash on program shutdown with SDL audio backend
- Replies: 5
- Views: 1274
[1.1.74] Crash on program shutdown with SDL audio backend
Factorio 1.1.x (including 1.1.74) crashes on my Gentoo Linux system when I exit the program and the audio backend is set to default , sdl or allegro-via-sdl . Setting audio backend to allegro works correctly. The problem seems to be that SDL tries to use PulseAudio. However, I do not have actual Pul...