Page 1 of 1

[Oxyd][0.15.33] Crash on start (OpenSuse, audio related)

Posted: Fri Aug 18, 2017 2:55 pm
by spoilerhead
I just updated factorio to 0.15.33 (steam), and it immediately crashes on startup.

This is on OpenSuse Leap 42.2 x64. 0.14 was running fine.
This is on a Lenovo x230 with docking station (happens also when undocked)

Re: [0.15.33] Crash on start

Posted: Fri Aug 18, 2017 3:03 pm
by spoilerhead
As the log indicates audio-problems:
starting with

Code: Select all

--disable-audio
lets the game start normal (well except for the audio part)

Re: [0.15.33] Crash on start

Posted: Mon Aug 21, 2017 1:03 pm
by spoilerhead
Anymore information I could provide? Just name what you need.

Re: [0.15.33] Crash on start (OpenSuse, audio related)

Posted: Mon Aug 21, 2017 8:37 pm
by posila
None of our Linux devs is in the office right now, buy somebody will try to resolve it eventually.

Until then, it crashes in call to snd_pcm_open() which is function of Alsa Audio library if I understand it correctly.

Have you tried steps from section "NO SOUND OR DELAYED SOUND ON LINUX" in viewtopic.php?f=7&t=3636 ?

Re: [Oxyd][0.15.33] Crash on start (OpenSuse, audio related)

Posted: Tue Aug 22, 2017 7:41 am
by spoilerhead
Just tried the linked steps.

The game starts, but in the main menu i get the message:
"Couldn't initialise audio, audio is disabled" (log attached)

Re: [Oxyd][0.15.33] Crash on start (OpenSuse, audio related)

Posted: Tue Aug 22, 2017 10:55 am
by spoilerhead
Maybe I should add:

Audio is of course working in other programs.

Re: [Oxyd][0.15.33] Crash on start (OpenSuse, audio related)

Posted: Tue Aug 22, 2017 2:28 pm
by Oxyd
It appears that Steam has some issues on newest OpenSUSE. Try closing Steam and running it from terminal with the following command:

Code: Select all

STEAM_RUNTIME_PREFER_HOST_LIBRARIES=0 steam
Then try running Factorio from this instance of Steam.

If that does work, then there isn't anything we can do, since it looks like a Steam issue.

You can also download the non-Steam version of the game from our website, which should work since it doesn't require Steam.

Re: [Oxyd][0.15.33] Crash on start (OpenSuse, audio related)

Posted: Wed Aug 23, 2017 12:47 pm
by spoilerhead
Oh, you're a genius. Thanks for pointing it out! Totally fixed it. So it's Valves fault.
Thank you, again.