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).
#2
Error: Unable to load any specified mods
% Exiting
Still no joy.
08/11/2008 (10:50 am)
I get this:Error: Unable to load any specified mods
% Exiting
Still no joy.
#3
08/11/2008 (12:05 pm)
Is main.cs pointing to the right folder?
#4
//-----------------------------------------------------------------------------
// Torque Game Engine
// Copyright (C) GarageGames.com, Inc.
//-----------------------------------------------------------------------------
$defaultGame = "demo";
$displayHelp = false;
//-----------------------------------------------------------------------------
// Support functions used to manage the mod string
08/11/2008 (12:27 pm)
Is this the part your talking about in main.cs://-----------------------------------------------------------------------------
// Torque Game Engine
// Copyright (C) GarageGames.com, Inc.
//-----------------------------------------------------------------------------
$defaultGame = "demo";
$displayHelp = false;
//-----------------------------------------------------------------------------
// Support functions used to manage the mod string
#5
08/11/2008 (12:32 pm)
Yup. Does demo exist?
#6
08/11/2008 (1:16 pm)
Yes I do
#7
I'll bet that you have "." in your PATH and that you're just running it with "torqueDemo.bin" instead of "./torqueDemo.bin".
Take "." out of your PATH. It should never, ever, ever, be there. The archetypal example being that any user can put a program called "ls" in /tmp. When you log in as root and do "cd /tmp; ls", the malicious user just gave themselves root priveleges.
Gary (-;
08/11/2008 (2:12 pm)
Quote: Error: Unable to load any specified mods
I'll bet that you have "." in your PATH and that you're just running it with "torqueDemo.bin" instead of "./torqueDemo.bin".
Take "." out of your PATH. It should never, ever, ever, be there. The archetypal example being that any user can put a program called "ls" in /tmp. When you log in as root and do "cd /tmp; ls", the malicious user just gave themselves root priveleges.
Gary (-;
#8
"'pwd'/torqueDemo.bin" would also be acceptable [backticks again], but pretty pointless.
Gary (-;
08/11/2008 (2:14 pm)
Oh. And to be sure, run torque with "./torqueDemo.bin", whatever."'pwd'/torqueDemo.bin" would also be acceptable [backticks again], but pretty pointless.
Gary (-;
#9
08/11/2008 (7:34 pm)
Tried that and still won't run.
#11
I just tried 1.4 demo and saw the same symptoms you do. I fixed them by just downloading the 1.5 demo and replacing the libraries in 1.4's lib/ with the ones in the equivalent 1.5 demo dir.
Honestly, you might just do better using 1.5 - the 1.5 demo worked instantly for me without any problems at all.
Gary (-;
08/11/2008 (8:50 pm)
OK, so...I just tried 1.4 demo and saw the same symptoms you do. I fixed them by just downloading the 1.5 demo and replacing the libraries in 1.4's lib/ with the ones in the equivalent 1.5 demo dir.
Honestly, you might just do better using 1.5 - the 1.5 demo worked instantly for me without any problems at all.
Gary (-;
#12
08/12/2008 (7:53 am)
Did you do a root/sudo install or home directory install?
#14
08/12/2008 (1:09 pm)
Ok now I get Failed to open main.cs Failed to open game engine.
#15
Gary (-;
08/12/2008 (3:05 pm)
Did you check that you're running it with "./torqueDemo.bin" and not just "torqueDemo.bin" ?Gary (-;
#16
08/12/2008 (3:25 pm)
When I do that I get the other error. I am not sure what the issue is.
#17
08/12/2008 (4:44 pm)
Did you try 1.5 yet?
#18
08/12/2008 (6:46 pm)
Yes this version 1.5.
#19
Can you please paste the whole terminal view of everything you type in, and what torque says when you try to run it? Same thing as you did in your first post, but this time for 1.5.2 ?
Gary (-;
08/12/2008 (10:59 pm)
OK, this is somewhat frustrating...Can you please paste the whole terminal view of everything you type in, and what torque says when you try to run it? Same thing as you did in your first post, but this time for 1.5.2 ?
Gary (-;
#20
Error: Unable to load any specified mods
% Exiting
dtruesdale@E1705:~/TGEDemo-1.5.2/Torque1.5.2-Linux-Demo$
This is what I get......
08/12/2008 (11:09 pm)
Dtruesdale@E1705:~/TGEDemo-1.5.2/Torque1.5.2-Linux-Demo$ ./torqueDemo.binError: Unable to load any specified mods
% Exiting
dtruesdale@E1705:~/TGEDemo-1.5.2/Torque1.5.2-Linux-Demo$
This is what I get......
Torque Owner Gary "ChunkyKs" Briggs
You could also try running the binary by hand without the shell script:
Gary (-;
EDIT: That 'pwd' should actually be pwd with backticks [the thing below the tilde on a US keyboard], but GG's forums eat backticks.