ibb & obb

ibb & obb

Not enough ratings
How to fix ibb & obb on linux. (game crashing)
By 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://steamcommunity.com/app/95400/discussions/0/215439774865469782/
   
Award
Favorite
Favorited
Unfavorite
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 Comments
cetx Mar 1, 2022 @ 1:38pm 
So easy, works great. Thanks!