Re-installed 1.7.6 and now wont start up, HELP!!!!
by Reggie Sanchez · in Torque Game Builder · 07/23/2012 (9:25 pm) · 12 replies
Need help, installed 1.7.6 and it will not load. No error message, nothing! Please help.
#2
07/24/2012 (5:31 am)
I tried to get 1.7.6 on my work computer and it does the exact same thing. It's on windows 7 professional but I don't think that's the problem because it works fine on the same OS on my laptop.
#3
07/24/2012 (6:11 am)
I'm on Windows 7 Profesional. I had 1.7.4 working fine. I installed the Torque 3d demo and since I did that it stopped working. I then uninstalled 1.7.4 and re-installed 1.7.6.
#4
07/24/2012 (6:12 am)
I also uninstalled the Torque 3d demo, but still not working.
#5
07/24/2012 (7:23 am)
Are you running it as administrator? What are your computer specifics? What does the console.log from the executable directory have in it?
#6
//-------------------------- 7/24/2012 -- 10:28:48 -----
Processor Init:
Intel (unknown, Pentium Pro/II/III family), ~1.60 Ghz
(timed at roughly 1.62 Ghz)
FPU detected
MMX detected
SSE detected
Math Init:
Installing Standard C extensions
Installing Assembly extensions
Installing FPU extensions
Installing MMX extensions
Installing SSE extensions
Input Init:
DirectInput enabled.
Initializing chunk mappings...
Could not load this GL function: glGenTextures
Could not load this GL function: glBindTexture
Could not load this GL function: glTexImage2D
Could not load this GL function: glTexParameteri
Could not load this GL function: glTexParameteri
Could not load this GL function: glTexParameteri
Could not load this GL function: glTexParameteri
Could not load this GL function: glGenTextures
Could not load this GL function: glBindTexture
Could not load this GL function: glTexImage2D
Could not load this GL function: glTexParameteri
Could not load this GL function: glTexParameteri
Could not load this GL function: glTexParameteri
Could not load this GL function: glTexParameteri
o 'TEXT' maps to TextChunk
o 'SCHK' maps to UnknownChunk
o 'SCHK' maps to SimChunk
Loading compiled script E:/Program Files (x86)/Torque/Torque 2D 1.7.6/tgb/common/main.cs.
Loading compiled script E:/Program Files (x86)/Torque/Torque 2D 1.7.6/tgb/tools/main.cs.
Loading compiled script E:/Program Files (x86)/Torque/Torque 2D 1.7.6/tgb/common/preferences/defaultPrefs.cs.
Reading Display Device information...
Primary Display Device Found:
Vendor Id: VEN_0000
Device Id: DEV_0000
Using OpenGL rendering. Fullscreen: 0
Executing C:/Users/rsanchez/AppData/Roaming/GarageGames/TorqueGameBuilder/commonPrefs.cs.
Loading compiled script E:/Program Files (x86)/Torque/Torque 2D 1.7.6/tgb/common/gameScripts/common.cs.
Loading compiled script E:/Program Files (x86)/Torque/Torque 2D 1.7.6/tgb/common/gameScripts/audio.cs.
Loading compiled script E:/Program Files (x86)/Torque/Torque 2D 1.7.6/tgb/common/gameScripts/canvas.cs.
Loading compiled script E:/Program Files (x86)/Torque/Torque 2D 1.7.6/tgb/common/gameScripts/cursor.cs.
Binding server port to default IP
UDP initialized on port 0
07/24/2012 (7:32 am)
Yes I am running it as admin. Here is the console log://-------------------------- 7/24/2012 -- 10:28:48 -----
Processor Init:
Intel (unknown, Pentium Pro/II/III family), ~1.60 Ghz
(timed at roughly 1.62 Ghz)
FPU detected
MMX detected
SSE detected
Math Init:
Installing Standard C extensions
Installing Assembly extensions
Installing FPU extensions
Installing MMX extensions
Installing SSE extensions
Input Init:
DirectInput enabled.
Initializing chunk mappings...
Could not load this GL function: glGenTextures
Could not load this GL function: glBindTexture
Could not load this GL function: glTexImage2D
Could not load this GL function: glTexParameteri
Could not load this GL function: glTexParameteri
Could not load this GL function: glTexParameteri
Could not load this GL function: glTexParameteri
Could not load this GL function: glGenTextures
Could not load this GL function: glBindTexture
Could not load this GL function: glTexImage2D
Could not load this GL function: glTexParameteri
Could not load this GL function: glTexParameteri
Could not load this GL function: glTexParameteri
Could not load this GL function: glTexParameteri
o 'TEXT' maps to TextChunk
o 'SCHK' maps to UnknownChunk
o 'SCHK' maps to SimChunk
Loading compiled script E:/Program Files (x86)/Torque/Torque 2D 1.7.6/tgb/common/main.cs.
Loading compiled script E:/Program Files (x86)/Torque/Torque 2D 1.7.6/tgb/tools/main.cs.
Loading compiled script E:/Program Files (x86)/Torque/Torque 2D 1.7.6/tgb/common/preferences/defaultPrefs.cs.
Reading Display Device information...
Primary Display Device Found:
Vendor Id: VEN_0000
Device Id: DEV_0000
Using OpenGL rendering. Fullscreen: 0
Executing C:/Users/rsanchez/AppData/Roaming/GarageGames/TorqueGameBuilder/commonPrefs.cs.
Loading compiled script E:/Program Files (x86)/Torque/Torque 2D 1.7.6/tgb/common/gameScripts/common.cs.
Loading compiled script E:/Program Files (x86)/Torque/Torque 2D 1.7.6/tgb/common/gameScripts/audio.cs.
Loading compiled script E:/Program Files (x86)/Torque/Torque 2D 1.7.6/tgb/common/gameScripts/canvas.cs.
Loading compiled script E:/Program Files (x86)/Torque/Torque 2D 1.7.6/tgb/common/gameScripts/cursor.cs.
Binding server port to default IP
UDP initialized on port 0
#7
08/01/2012 (7:50 am)
No one has any thoughts on this?
#8
08/01/2012 (11:32 am)
I'm not seeing anything that throws up red flags. Try adding trace(1); to your main.cs and re-running the app and check the console.log again.
#9
08/01/2012 (11:34 am)
Also, did you do a driver update lately? The GL functions will sometimes fail on some drivers so it didn't throw up major red flags. But that seems to be more than usual.
#10
Those OGL functions are somewhat important. I don't think the engine will be able to run without them.
What dll files are there next to your game executable?
08/02/2012 (6:31 am)
Whoa.Those OGL functions are somewhat important. I don't think the engine will be able to run without them.
What dll files are there next to your game executable?
#11
Driver Packaging Version 8.68-091118a-092462C
Catalystâ„¢ Version 10.12
Provider ATI Technologies Inc.
2D Driver Version 8.01.01.984
2D Driver File Path /REGISTRY/MACHINE/SYSTEM/ControlSet001/Control/CLASS/{4D36E968-E325-11CE-BFC1-08002BE10318}/0000
Direct3D Version 8.14.10.0716
OpenGL Version 6.14.10.9210
Catalystâ„¢ Control Center Version 2010.1125.2142.38865
Also, I'm not sure I'm opening a defaulted game. I reinstalled so it should bring up the default loading screen. Am I right on this? Could it try to load a non existent program?
08/02/2012 (6:48 am)
I did update my drivers for my graphics card:Driver Packaging Version 8.68-091118a-092462C
Catalystâ„¢ Version 10.12
Provider ATI Technologies Inc.
2D Driver Version 8.01.01.984
2D Driver File Path /REGISTRY/MACHINE/SYSTEM/ControlSet001/Control/CLASS/{4D36E968-E325-11CE-BFC1-08002BE10318}/0000
Direct3D Version 8.14.10.0716
OpenGL Version 6.14.10.9210
Catalystâ„¢ Control Center Version 2010.1125.2142.38865
Also, I'm not sure I'm opening a defaulted game. I reinstalled so it should bring up the default loading screen. Am I right on this? Could it try to load a non existent program?
#12
There should be opengl2d3d and glu2d3d. If either of them is missing the builder won't run.
08/03/2012 (2:29 pm)
What dlls are there next to the executable?There should be opengl2d3d and glu2d3d. If either of them is missing the builder won't run.
Associate Chip Lambert
Crusader Games