Instalar Steam
iniciar sesión
|
idioma
简体中文 (chino simplificado)
繁體中文 (chino tradicional)
日本語 (japonés)
한국어 (coreano)
ไทย (tailandés)
Български (búlgaro)
Čeština (checo)
Dansk (danés)
Deutsch (alemán)
English (inglés)
Español de Hispanoamérica
Ελληνικά (griego)
Français (francés)
Italiano
Bahasa Indonesia (indonesio)
Magyar (húngaro)
Nederlands (holandés)
Norsk (noruego)
Polski (polaco)
Português (Portugués de Portugal)
Português-Brasil (portugués de Brasil)
Română (rumano)
Русский (ruso)
Suomi (finés)
Svenska (sueco)
Türkçe (turco)
Tiếng Việt (vietnamita)
Українська (ucraniano)
Comunicar un error de traducción
Stats:
Operating System Version:
Ubuntu 22.04.1 LTS (64 bit)
Processor Information:
CPU Vendor: GenuineIntel
CPU Brand: Intel(R) Core(TM) i5-2500K CPU @ 3.30GHz
Video Card:
Driver: NVIDIA Corporation NVIDIA GeForce GTX 1060 6GB/PCIe/SSE2
Driver Version: 4.6.0 NVIDIA 515.65.01
OpenGL Version: 4.6
So - the quick fix is to disable the Feral Interactive Splash Page. You can do that by editing the file
~/.local/share/feral-interactive/Life is Strange Before the Storm/preferences
and changing the variable:
<value name="GameOptionsDialogShouldShow" type="integer">1</value>
to
<value name="GameOptionsDialogShouldShow" type="integer">0</value>
This should start the Linux Native version of the game.
Digging deeper, it turns out there's missing APIs in recent versions of glibc. If you're curoius, there's a webpage that details a kind of complex fix:
https://www.reddit.com/r/linux_gaming/comments/9gt0ef/if_life_is_strange_before_the_storm_does_not_run/
Not the original code - but the fix in the comments did get it working for me. Not sure about the ramifications of the change though. Try that at your own risk.
Hope this helps!
Cheers,
Paul
I also sent a bug report to the Feral Interactive support. Hopefully they'll fix it eventually,
I wrote a blogpost (EDIT: Reddit Post) if you are interested in more details:
https://www.reddit.com/r/linux_gaming/comments/121yhpm/why_the_native_port_of_life_is_strage_before_the/?utm_source=share&utm_medium=web2x&context=3
You still have to follow the rest of the instructions from the original post here: https://www.reddit.com/r/linux_gaming/comments/9gt0ef/if_life_is_strange_before_the_storm_does_not_run/?utm_source=share&utm_medium=web2x&context=3
Thanks for filing the bug with Feral and digging a little deeper Julian. Hopefully, they'll make a fix.
It looks like the code you posted in your blog is very similar - and probably plays with the environment a bit better - but since I already did the first one, I'm going to leave it for now.
Interestingly enough, Feral Support seems to be directing users to the same Reddit fix above. According to one follow-up comment: "Hi, thanks for the help, as I seem to have the same issue on KDE Neon. Feral support directly sent me here..."
Cheers,
Paul
<value name="LnxDistributionUnsupported" type="integer">0</value>
to
<value name="LnxDistributionUnsupported" type="integer">1</value>
in addition to the changes above.
Cheers,
Paul
Btw: Every time testing, I start with a fresh preferences file by renaming the existing one and launching the game to generate a new one - I didn't even have the GameOptionsDialogShouldShow and LnxDistributionUnsupported settings in the file, I had to add them manually.
Apparently - the way the Feral launcher works is - if there's one of these "error" dialogs - it overrides the master GameOptionsDialogShouldShow switch. Also - there's a different switch if you're using Big Picture mode.
Cheers,
Paul
Imho, they won't. The amount of players wanting to play it on Linux natively is probably too small, especially with the game working with Proton.
Sidebar question: Does it work better natively or via Proton for you? I'm going to give it a try this weekend on my Arch system.
Cheers,
Paul
#1 edit a text file say test.c and add the following code:
#2 compile this to a shared library:
#3 move the newly created shared library to a place where the game can find it:
#4 edit ~/.local/share/Steam/steamapps/common/Life is Strange - Before the Storm/LifeIsStrangeBTS.sh , look for these rows:
and add LD_PRELOAD_ADDITIONS="/usr/local/lib/lisbts_patch-0.1.so:${LD_PRELOAD_ADDITIONS}" after it like say:
Thanks for saving that here ^^
IMHO, this thread should be pinned.
This has worked for me.
Cheers,
Paul