I've always played tome without trouble, but now I upgraded to Kubuntu Oneiric 64 bit and I get this error message. I am using beta 34 and before I was using the previous Kubuntu, also 64 bit, with no trouble.
t-engine4-linux32-1.0.0beta34> ./t-engine
./t-engine: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory
[solved] Can't start the game on Kubuntu Oneiric 64bit
Moderator: Moderator
[solved] Can't start the game on Kubuntu Oneiric 64bit
Last edited by cttw on Mon Nov 14, 2011 9:57 am, edited 1 time in total.
Re: Can't start the game on Kubuntu Oneiric 64bit
Make sure you have opengl libs & drivers for your video card correctly installed (and make sure the 32bits version of opengl is installed)
[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning

Re: Can't start the game on Kubuntu Oneiric 64bit
I have the 3d graphics working. Do you know what the opengl 32 bit package would be called in ubuntu or debian?
Re: Can't start the game on Kubuntu Oneiric 64bit
I dont do ubuntu :/ but My guess would be it has "opengl" and "32" in its name 

[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning

Re: Can't start the game on Kubuntu Oneiric 64bit
Code: Select all
golem:~$ dpkg -S libGL.so.1
libgl1-mesa-glx: /usr/lib/libGL.so.1
ia32-libs: /usr/lib32/libGL.so.1
libgl1-mesa-glx: /usr/lib/libGL.so.1.2
ia32-libs: /usr/lib32/libGL.so.1.2
Re: Can't start the game on Kubuntu Oneiric 64bit
Thanks, installing ia32-libs solved it.