• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Linux Ubuntu 64bit Tibia Error

frozenbolt

New Member
Joined
Jul 17, 2012
Messages
48
Reaction score
0
Hey all,

iwant install Tibia on Ubuntu 64bit but.....




kml@kml-ots:~/Pobrane/Tibia (3)$ ./StartTibia.sh
./Tibia: error while loading shared libraries: libGLU.so.1: wrong ELF class: ELFCLASS64
 
I had the same problem after i went from 32x to 64x Ubuntu.
In StartTibia.sh remove line "./libc6/ld-linux.so.2 --library-path ./libc6" or replace it with /lib/ld-linux.so.2 --library-path /lib
 
Back
Top