Search found 3 matches

by next_ghost
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

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 variable

Code: Select all

SDL_AUDIODRIVER=alsa
Yes, SDL_AUDIODRIVER=alsa fixes the issue with sdl backend. allegro-via-sdl still fails to initialize but doesn't crash on shutdown anymore.
by next_ghost
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-...
by next_ghost
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...

Go to advanced search