Game Development Community

Issues running torque

by MatthewJRandall · in Hardware Issues · 11/24/2013 (12:02 pm) · 6 replies

I still have my copy of torque 2d 1.8 and would ike to continue to use it however im suffering an issue and am not sure whats going on. just curious to see if anyone else has seen this before.

Recently got a new computer so i had to re-download the software from my account. no problems there however when i run the .exe file the standard "are you sure you want to run this" pops up i click ok and then nothing...it disappears and there's no trace of the software from there. I've tried right clicking and running as admin to with no luck.

any suggestions or tips here would be greatly appreciated as i don't understand at all whats happening.

the other quick question i have is about the new 2.0 version of torque. Does it no longer share the same interface as the original torque did. (the drag and drop kinda themed system)?.



Computer specs just in case my hardware is no good for the 1.8
windows 7 home 64bit
processor: i7 3610qm @ 2.30ghz
ram: 8gb
hdd: 1tb

#1
11/24/2013 (12:28 pm)
@MatthewJRandall - Where did you install Torque 2D 1.8? Are you at least getting a console.log file in the same directory as the .exe?

As for your second question, the answer is no. T2D MIT (2.0) is not compatible with the legacy versions that ship with an editor. Some 3rd party tools are supported, like TexturePacker and Spine, but the engine itself is purely programmer driven at the moment.
#2
11/24/2013 (12:37 pm)
Yes i am getting the console.log file in the same directory.

contains the following.


//-------------------------- 11/24/2013 -- 14:52:24 -----
---------------------------------------------------------------------------------
Processor Initialization:
Intel Pentium III, ~2.30 Ghz
(timed at roughly 2.31 Ghz)
FPU detected
MMX detected
SSE detected

---------------------------------------------------------------------------------
Math Initialization:
Installing Standard C extensions
Installing Assembly extensions
Installing FPU extensions
Installing MMX extensions
Installing SSE extensions

---------------------------------------------------------------------------------
Input Initialization:
DirectInput enabled.

Loading compiled script C:/Users/Matt/Desktop/Torque2D_1_8/tgb/common/main.cs.
Loading compiled script C:/Users/Matt/Desktop/Torque2D_1_8/tgb/tools/main.cs.
Loading compiled script C:/Users/Matt/Desktop/Torque2D_1_8/tgb/common/preferences/defaultPrefs.cs.
Reading Display Device information...
Primary Display Device Found:
Vendor Id: VEN_8086
Device Id: DEV_0166

Using D3D rendering. Fullscreen: 0

Missing file: C:/Users/Matt/AppData/Roaming/GarageGames/TorqueGameBuilder/commonPrefs.cs!
Loading compiled script C:/Users/Matt/Desktop/Torque2D_1_8/tgb/common/gameScripts/common.cs.
Loading compiled script C:/Users/Matt/Desktop/Torque2D_1_8/tgb/common/gameScripts/audio.cs.
Loading compiled script C:/Users/Matt/Desktop/Torque2D_1_8/tgb/common/gameScripts/canvas.cs.
Loading compiled script C:/Users/Matt/Desktop/Torque2D_1_8/tgb/common/gameScripts/cursor.cs.
Binding server port to default IP
UDP initialized on port 0
---------------------------------------------------------------------------------
Video Initialization:
---------------------------------------------------------------------------------
Video initialization:
Accelerated OpenGL display device detected.
Accelerated D3D device detected.
Voodoo 2 display device not detected.
#3
11/25/2013 (4:54 am)
Delete any and all files in c:/users/Your_user_Name/AppData/Roaming/GarageGames. Then run to see if it works. If that doesn't work, move the folder to your Program Files directory. If it still doesn't ru, turn off UAC all together temporarily to see if it works.
#4
11/25/2013 (4:47 pm)
the folder (..../GarageGames) doesn't actually exist at all. and sorry not sure i know what you mean by turn UAC off.

Also cant even open the console file now. says another process is using it...
#5
11/25/2013 (6:01 pm)
Google has many hits on UAC, or User Account Control.

You can use Ctrl-Alt-Delete to bring up the Task Manager and look for any instances of Torque that might be left "undead" on your system. If you see one, use End Process to stop it.

Also - uninstall T2D 1.8, then reinstall it but run the setup program as ADMIN. Or just correct your UAC settings before reinstalling it - yeah, that would be better....
#6
11/25/2013 (6:44 pm)
so torque isn't even installing. It wont run the installer that's the issue. it wont load anything. I double click .exe file as per usual and it literally just does nothing.

checked for running instances there's nothing. as for UAC settings that did not work. same problem. very confusing...tried re-downloading the software as well.

only thing I can think of from here is that there might be a problem with my PC preventing it from running. I am gonna try to download and install the software on a different computer as a test to see what happens.