Game Development Community

All builds broken with 1.75?

by Steve D · in Torque Game Builder · 05/03/2010 (9:41 pm) · 43 replies

Hi everyone, this is obviously me or else I'm sure I would have seen a bunch of posts on this, but when I build a project it doesn't work, I get the error 'InitilizeProject' function could not be found. It's doing this on my project so I loaded up solitare, created a build and I get the same error so I know it's not my project. Here is the console log, I'm a little stumped, can anyone please help me?

exec: Found an old DSO (C:/Users/steve/Documents/Solitaire/common/main.cs.dso, ver -557122684 < 41), ignoring.
Missing file: C:/Users/steve/Documents/Solitaire/common/main.cs!
exec: Found an old DSO (C:/Users/steve/Documents/Solitaire/game/main.cs.dso, ver -557122684 < 41), ignoring.
Missing file: C:/Users/steve/Documents/Solitaire/game/main.cs!

Torque Game Builder (v1.7.5) initialized...
main.cs (53): Unable to find function _initializeProject
main.cs (0): Unable to find function initializeProject
Page«First 1 2 3 Next»
#41
05/09/2012 (10:31 am)
@Patrick, TGB doesn't seem to generate a console.log file when you build a project. It does if you run the game from TGB or from Torsion and the built version will generate a console.log if you try to run that (which is how I know what files are missing) but as far as TGB is concerned the project builds just fine.
#42
05/09/2012 (10:35 am)
Check the console.log for errors for the editor, not the game. It's located in the tgb folder along with the TorqueGameBuilder.exe, though it may get redirected to the AppData directory on Win 7.
#43
05/09/2012 (10:44 am)
Ah I didn't know about that one. Here it is and includes me opening the project and building a new version of it. Nothing pops out (to me at least ) as anything really wrong: dl.dropbox.com/u/2249618/console.log

Were you able to replicate my error trying to build and run from the previous project I provided?
Page«First 1 2 3 Next»