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

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
cttw
Archmage
Posts: 394
Joined: Sat Oct 22, 2011 10:31 am

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

#1 Post 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
Last edited by cttw on Mon Nov 14, 2011 9:57 am, edited 1 time in total.

darkgod
Master of Eyal
Posts: 10751
Joined: Wed Jul 24, 2002 9:26 pm
Location: Angolwen
Contact:

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

#2 Post 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)
[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 ;)

cttw
Archmage
Posts: 394
Joined: Sat Oct 22, 2011 10:31 am

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

#3 Post by cttw »

I have the 3d graphics working. Do you know what the opengl 32 bit package would be called in ubuntu or debian?

darkgod
Master of Eyal
Posts: 10751
Joined: Wed Jul 24, 2002 9:26 pm
Location: Angolwen
Contact:

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

#4 Post by darkgod »

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 ;)

greycat
Sher'Tul
Posts: 1396
Joined: Tue May 11, 2010 11:51 pm

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

#5 Post 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.

cttw
Archmage
Posts: 394
Joined: Sat Oct 22, 2011 10:31 am

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

#6 Post by cttw »

Thanks, installing ia32-libs solved it.

Post Reply