Ubuntu 8.04 tried TGE1.3, 1.4 and 1.5
by David Truesdale · in Technical Issues · 08/11/2008 (8:50 am) · 26 replies
I have tried to install these version on 8.04 64bit. I got 1.4 run once. Now it tells me no matter what version I install this is what I get:
dtruesdale@E1705:~/downloads/Torque/TorqueDemoLinux-1.4.2/TorqueDemoLinux-1.4.2$ ./runtorque.sh
[: 110: ==: unexpected operator
./torqueDemo.bin: ./lib/libtheora.so.0: no version information available (required by ./torqueDemo.bin)
Locking assertion failure. Backtrace:
#0 /usr/lib32/libxcb-xlib.so.0 [0xf7a71767]
#1 /usr/lib32/libxcb-xlib.so.0(xcb_xlib_lock+0x2e) [0xf7a7181e]
#2 /usr/lib32/libX11.so.6 [0xf7b79518]
#3 /usr/lib32/libX11.so.6(XCreateWindow+0x26) [0xf7b70616]
#4 ./lib/libSDL-1.2.so.0 [0xf7ec211b]
#5 ./lib/libSDL-1.2.so.0 [0xf7ec274c]
#6 ./lib/libSDL-1.2.so.0(SDL_VideoInit+0x24e) [0xf7eb7a12]
#7 ./lib/libSDL-1.2.so.0(SDL_InitSubSystem+0x43) [0xf7e989c7]
#8 ./lib/libSDL-1.2.so.0(SDL_Init+0x21) [0xf7e98ad1]
#9 ./torqueDemo.bin [0x8329ceb]
#10 /lib32/libc.so.6(__libc_start_main+0xe0) [0xf7c37450]
#11 ./torqueDemo.bin [0x804d201]
Error: Unable to load any specified mods
% Exiting
It worked and now it does not, any ideas? I would like to get this running so I can test it and possibly purchase it for a project I want to create (an RPG game to replace the old Tribes RPG).
dtruesdale@E1705:~/downloads/Torque/TorqueDemoLinux-1.4.2/TorqueDemoLinux-1.4.2$ ./runtorque.sh
[: 110: ==: unexpected operator
./torqueDemo.bin: ./lib/libtheora.so.0: no version information available (required by ./torqueDemo.bin)
Locking assertion failure. Backtrace:
#0 /usr/lib32/libxcb-xlib.so.0 [0xf7a71767]
#1 /usr/lib32/libxcb-xlib.so.0(xcb_xlib_lock+0x2e) [0xf7a7181e]
#2 /usr/lib32/libX11.so.6 [0xf7b79518]
#3 /usr/lib32/libX11.so.6(XCreateWindow+0x26) [0xf7b70616]
#4 ./lib/libSDL-1.2.so.0 [0xf7ec211b]
#5 ./lib/libSDL-1.2.so.0 [0xf7ec274c]
#6 ./lib/libSDL-1.2.so.0(SDL_VideoInit+0x24e) [0xf7eb7a12]
#7 ./lib/libSDL-1.2.so.0(SDL_InitSubSystem+0x43) [0xf7e989c7]
#8 ./lib/libSDL-1.2.so.0(SDL_Init+0x21) [0xf7e98ad1]
#9 ./torqueDemo.bin [0x8329ceb]
#10 /lib32/libc.so.6(__libc_start_main+0xe0) [0xf7c37450]
#11 ./torqueDemo.bin [0x804d201]
Error: Unable to load any specified mods
% Exiting
It worked and now it does not, any ideas? I would like to get this running so I can test it and possibly purchase it for a project I want to create (an RPG game to replace the old Tribes RPG).
#22
08/12/2008 (11:51 pm)
It's setup just as it's installed by 1.5 from the bin. That's why it doesn't make sense as to why it's not running. It's installed in my Home Dir. in it's own directory called TGEDemo-1.5.2/Torque1.5.2Linux-Demo everything else is under that as it was installed. No changes.
#23
Try removing ~/.garagegames/ - spurious override settings may be lurking. [or run torqueDemo.bin with the "-nohomedir" option]
Gary (-;
08/13/2008 (9:35 am)
Try setting LD_LIBRARY_PATH to be sure that it's finding the correct libraries [not that that's entirely likely to be at issue, but it can't hurt to try:cd ~/TGEDemo-1.5.2/Torque1.5.2-Linux-Demo LD_LIBRARY_PATH='pwd'/lib/:$LD_LIBRARY_PATH ; export LD_LIBRARY_PATH ./torqueDemo.bin
Try removing ~/.garagegames/ - spurious override settings may be lurking. [or run torqueDemo.bin with the "-nohomedir" option]
Gary (-;
#24
It was .garagegames it was root, root in my user directory. Must have happened when I did a sudo install. It is working now thank you.
08/13/2008 (1:10 pm)
Gary,It was .garagegames it was root, root in my user directory. Must have happened when I did a sudo install. It is working now thank you.
#26
08/13/2008 (5:31 pm)
Ok so I got this running this just demos the abilities, what package will let me play with the toque engine and create stuff to see the abilities of the packages?
Torque 3D Owner Ronny Bangsund
Torque Cheerleaders