ibb & obb
Nincs elegendő értékelés
How to fix ibb & obb on linux. (game crashing)
Készítő: Chloe (www.filmevegano.com.br)
Simple guide to solve the error that makes the game crash when you try to open it up on linux.

Got this solution from LittleJawa, thanks him for it.
Link to the original steam post where i got this fix: https://gtm.steamproxy.vip/app/95400/discussions/0/215439774865469782/
   
Díjazás
Kedvenc
Kedvenc
Törlés
How to fix it.
1- Open de games files
( Properties> Local Files> Browse)

2- Open the file "ibbobb.elf" with any text editor.

3- Change the "export LD_LIBRARY_PATH=$(pwd)" For "export LD_LIBRARY_PATH=$(pwd):$LD_LIBRARY_PATH"
Here how it should look like:

#!/bin/sh

export LD_LIBRARY_PATH=$(pwd):$LD_LIBRARY_PATH
./ibbobb-i386.elf 2>&1

4- Thats it! just save the changes and open up the game, have fun :)
1 megjegyzés
cetx 2022. márc. 1., 13:38 
So easy, works great. Thanks!