Page 1 of 1

[solved] Can't start the game on Kubuntu Oneiric 64bit

Posted: Thu Nov 10, 2011 10:24 am
by cttw
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

Re: Can't start the game on Kubuntu Oneiric 64bit

Posted: Thu Nov 10, 2011 10:43 am
by darkgod
Make sure you have opengl libs & drivers for your video card correctly installed (and make sure the 32bits version of opengl is installed)

Re: Can't start the game on Kubuntu Oneiric 64bit

Posted: Fri Nov 11, 2011 5:08 pm
by cttw
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

Posted: Fri Nov 11, 2011 5:09 pm
by darkgod
I dont do ubuntu :/ but My guess would be it has "opengl" and "32" in its name :)

Re: Can't start the game on Kubuntu Oneiric 64bit

Posted: Sat Nov 12, 2011 12:06 am
by greycat

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
Looks like it's in ia32-libs in Debian 6.0.

Re: Can't start the game on Kubuntu Oneiric 64bit

Posted: Mon Nov 14, 2011 9:57 am
by cttw
Thanks, installing ia32-libs solved it.