Game Development Community

Launcher Problem

by John Connell · in Torque Game Engine · 07/22/2003 (2:30 pm) · 1 replies

I just compiled torque in linux for the first time, but I'm having problems creating a launcher for it.

If I cd to torque/example and then type ./torqueDemo_DEBUG.bin TGE starts up fine, but if I create a launcher to torque/example/torqueDemo_DEBUG.bin I get the following errors:

Failed to open main.cs
Failed to initialize game, shutting down

Anyone know how to fix this? I'm using redhat 9 and the latest HEAD btw.

#1
07/22/2003 (3:00 pm)
The directory you execute from must be the current directory.
so change directory for launch.