• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Linux execute tibia

Sebastian Ching

New Member
Joined
Dec 26, 2007
Messages
314
Reaction score
4
Location
Rio grande, rs, Brazil
Hi ho im, i m using ubuntu 10.04, im using ubuntu and i cant run tibia, because it closed after double click.
im using ubuntu 64 bits. please help :D

01:00.0 VGA compatible controller: VIA Technologies, Inc. K8M800/K8N800/K8N800A [S3 UniChrome Pro] (rev 01)

./Tibia: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory
 
Last edited:
You need to run it from Terminal to know what exactly the issue is. It might be that you don't have your graphics drivers installed...
 
Thanks for try help me, but when i write

sebastian@sebastian-desktop:/Tibia$ ./tibia.sh
bash: ./tibia.sh: No existe el fichero o el directorio
sebastian@sebastian-desktop:/Tibia$ ./Tibia
Violación de segmento

appear the same that when i execute the application without terminal
it close inmediately

./Tibia: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory
 
Last edited:
Code:
sudo ln -s /usr/lib/libGL.so.1.2 /usr/lib/libGL.so

If you have 64 bit use /usr/lib64 instead, you need to create it as a administrator
 
check that you actually have "libGL.so.1.2" in /usr/lib or /usr/lib64; it might be called "libGL.so.1" or something else instead, or you can use:

Code:
locate libGL
 
i execute that and appear


/usr/lib/FGL.renamed.libGL.so.1.2
/usr/lib/libGLU.so.1
/usr/lib/libGLU.so.1.3.070701
/usr/lib/fglrx/fglrx-libGL.so.1.2
/usr/lib/fglrx/switchlibGL
/usr/lib/mesa/FGL.renamed.libGL.so.1.2
/usr/lib32/libGLU.so
/usr/lib32/libGLU.so.1
/usr/lib32/libGLU.so.1.3.070701
/usr/lib32/fglrx/fglrx-libGL.so.1.2
/usr/lib32/mesa/FGL.renamed.libGL.so.1.2
/usr/share/ati/libGLdir.txt
 
From past experiences there are couple of things causing this error. It may be your graphic card drive, simply update it for the problem. Also for some games you have to download 32-bit libs for them to work.

Copy this into a file called launch_tibia.sh (or something like that)
Code:
#!/bin/bash
cd /home/dldaniel/Documents/Tibia
./StartTibia.sh

and then type from the command line:
Code:
chmod +x launch_tibia.sh

And then you can have your GUI launch that and it should work.
 
i gonna post my StartTibia.sh ok? :p

#!/bin/bash

# This script starts Tibia with a set of provided libraries.
# (the file libc6/README explains where those libraries came from)

# Please try calling this script instead of calling ./Tibia
# in case of problems while starting Tibia.
# (a typical error this script might help with is the dreaded
# "Floating point exception" right after starting Tibia)

./libc6/ld-linux.so.2 --library-path ./libc6 ./Tibia
 
Now appear it

: cannot open shared object file: No such file or directory
: orden no encontradaa 12:
: No existe el fichero o el directorioebastian/Tibia
: cannot open shared object file: No such file or directory
: orden no encontradaa 12:
: No existe el fichero o el directorioebastian/Tibia
: cannot open shared object file: No such file or directory
: orden no encontradaa 12:
: No existe el fichero o el directorioebastian/Tibia
: cannot open shared object file: No such file or directory
: orden no encontradaa 12:
: No existe el fichero o el directorioebastian/Tibia
: cannot open shared object file: No such file or directory
: orden no encontradaa 12:
: No existe el fichero o el directorioebastian/Tibia
: cannot open shared object file: No such file or directory
: orden no encontradaa 12:
: No existe el fichero o el directorioebastian/Tibia
: cannot open shared object file: No such file or directory
: orden no encontradaa 12:
: No existe el fichero o el directorioebastian/Tibia
: cannot open shared object file: No such file or directory
: orden no encontradaa 12:
: No existe el fichero o el directorioebastian/Tibia
: cannot open shared object file: No such file or directory
: orden no encontradaa 12:
: No existe el fichero o el directorioebastian/Tibia
: cannot open shared object file: No such file or directory
: orden no encontradaa 12:
: No existe el fichero o el directorioebastian/Tibia
: cannot open shared object file: No such file or directory
: orden no encontradaa 12:
: No existe el fichero o el directorioebastian/Tibia
: cannot open shared object file: No such file or directory
: orden no encontradaa 12:
: No existe el fichero o el directorioebastian/Tibia
: cannot open shared object file: No such file or directory
: orden no encontradaa 12:
: No existe el fichero o el directorioebastian/Tibia
: cannot open shared object file: No such file or directory
: orden no encontradaa 12:
: No existe el fichero o el directorioebastian/Tibia
: cannot open shared object file: No such file or directory
: orden no encontradaa 12:
: No existe el fichero o el directorioebastian/Tibia
^C
: cannot open shared object file: No such file or directory
 
Back
Top