
☯ Sun Tzu 道
Published
I made a symlink from the prefix's user's desktop to my video folder, so that I may save the videos directly to that folder. I deleted the folder first.
The commands:
rm -rf ~/.steam/steam/steamapps/compatdata/2881650/pfx/drive_c/users/steamuser/Desktop
ln -s ~/Videos ~/.steam/steam/steamapps/compatdata/2881650/pfx/drive_c/users/steamuser/Desktop
Was able to join the lobby with friends and go deep diving in our bell without any issues.
After a simple work around, game runs as expected. Strangely enough, I didn't need the workaround for the Native original Life is Strange.
LD_PRELOAD=/usr/local/lib/liblibc_dlopen_mode.so %command%
I am confirming that the workaround found here: https://www.reddit.com/r/linux_gaming/comments/121yhpm/why_the_native_port_of_life_is_strage_be works on Gentoo as well. Very clever.
I uploaded the library I generated with make here, if you are unable to make one yourself for whatever reason: https://file.io/0B09UDhndir9
This link should be good for a year from 11.2.2024 according to the site.
Just place this liblibc_dlopen_mode.so
in /usr/local/lib
,
Then use LD_Preload=/usr/local/lib/liblibc_dlopen_mode.so %command%
in your launch options.