Guest User

Life Is Strange Native Linux Fix 2025

a guest
Jun 17th, 2025
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.83 KB | None | 0 0
  1. Life Is Strange Native Linux Fix 2025
  2.  
  3. - Step 1
  4.  
  5. Open 'LifeIsStrange.sh' (/home/(user)/.local/share/Steam/steamapps/common/Life Is Strange/) and replace the script inside with the code bellow.
  6.  
  7. `
  8. #!/bin/sh
  9.  
  10. SCRIPT_DIR=$(cd "${0%/*}" && pwd)
  11.  
  12. cd "${SCRIPT_DIR}/bin" || { echo "Failed to cd into ${SCRIPT_DIR}/bin"; exit 1; }
  13.  
  14. # Launch with LD_LIBRARY_PATH=.
  15. env LD_LIBRARY_PATH=. ./LifeIsStrange "$@"
  16.  
  17. `
  18.  
  19. - Step 2
  20.  
  21. Download and extract all of these libs to '/home/(user)/.local/share/Steam/steamapps/common/Life Is Strange/bin/'
  22.  
  23. https://filebin.net/archive/t77m87yiy7yqptfj/tar or https://files.catbox.moe/hl9ija.7z or https://files.catbox.moe/tl5iby.zip or https://www.mediafire.com/file/ydxlun2mj46ejhg/bin.zip/file
  24.  
  25. If somehow all of these links are down these are the .sos you need (try to find Fedora 20 or Madria 8):
  26.  
  27. /home/ksportalcraft/.local/share/Steam/steamapps/common/Life Is Strange/bin/libcef.so
  28. /home/ksportalcraft/.local/share/Steam/steamapps/common/Life Is Strange/bin/libCoreFoundation.so.476
  29. /home/ksportalcraft/.local/share/Steam/steamapps/common/Life Is Strange/bin/libcrypto.so.1.0.0
  30. /home/ksportalcraft/.local/share/Steam/steamapps/common/Life Is Strange/bin/libcurl.so.4
  31. /home/ksportalcraft/.local/share/Steam/steamapps/common/Life Is Strange/bin/libffmpegsumo.so
  32. /home/ksportalcraft/.local/share/Steam/steamapps/common/Life Is Strange/bin/libicudata.so.51
  33. /home/ksportalcraft/.local/share/Steam/steamapps/common/Life Is Strange/bin/libicuuc.so.51
  34. /home/ksportalcraft/.local/share/Steam/steamapps/common/Life Is Strange/bin/libidn.so.11
  35. /home/ksportalcraft/.local/share/Steam/steamapps/common/Life Is Strange/bin/liblber-2.4.so.2
  36. /home/ksportalcraft/.local/share/Steam/steamapps/common/Life Is Strange/bin/libldap_r-2.4.so.2
  37. /home/ksportalcraft/.local/share/Steam/steamapps/common/Life Is Strange/bin/libpdf.so
  38. /home/ksportalcraft/.local/share/Steam/steamapps/common/Life Is Strange/bin/librtmp.so.0
  39. /home/ksportalcraft/.local/share/Steam/steamapps/common/Life Is Strange/bin/libssl.so.1.0.0
  40. /home/ksportalcraft/.local/share/Steam/steamapps/common/Life Is Strange/bin/libssl.so.10
  41. /home/ksportalcraft/.local/share/Steam/steamapps/common/Life Is Strange/bin/libsteam_api.so
  42. /home/ksportalcraft/.local/share/Steam/steamapps/common/Life Is Strange/bin/libcrypto.so.10
  43. /home/ksportalcraft/.local/share/Steam/steamapps/common/Life Is Strange/bin/libicui18n.so.51
  44. /home/ksportalcraft/.local/share/Steam/steamapps/common/Life Is Strange/bin/libldap-2.4.so.2
  45. /home/ksportalcraft/.local/share/Steam/steamapps/common/Life Is Strange/bin/libsasl2.so.2
  46. /home/ksportalcraft/.local/share/Steam/steamapps/common/Life Is Strange/bin/libtcmalloc_minimal.so
  47.  
  48. Step 3 -
  49.  
  50. The shell script and in turn steam should be able to launch (it can crash at the checking for DLC screen, but don't worry next time you launch the game, it'll be fine).
  51.  
  52.  
  53.  
Add Comment
Please, Sign In to add comment