Game Development Community

The application Torque Game Builder quit unexpectedly

by Komar "FLy" Sergey · in iTorque 2D · 07/06/2009 (7:48 am) · 6 replies

Mac OS X and other applications are not affected.

Click Relaunch to launch the application again. Click Report to see more details or send a repost to Apple.


I have this message while trying to run any of torque project file or TorqueGameBuilder binary, any ideas?

#1
07/06/2009 (11:53 am)
Did you check the console.log file in the root of your project folder? It will usually show where it crashed.

I spent many hours searching for missing semicolons, brackets, parenthesis, misplaced percent and dollar signs. I still wish I found a better editor or something similar to Torsion for the Mac platform. I'm trying out BBedit and jEdit, both with mediocre results.
#2
07/06/2009 (1:34 pm)
Textmate has been working out fairly well for me, its not perfect but it could be worse, you do have to download an addon for torquescript if I recall correctly. No idea how it stacks up to the others you are trying.

As for the problem at hand, does it crash right away as soon as you try to launch it or later on? Also as Raphael suggested definitely look through your console.log file it could be a pretty simple fix if there is an error listed near the bottom of the file.
#3
07/06/2009 (1:38 pm)
I use eclipse with the torquescript plugin and it works great for me. I also recently discovered the joys of sourcecode control again with the purchase of SmartSVN client for my subversion server. SmartSVN is really nice.

I only wish there was an eclipse plugin for debugging torquescript, then I'd probably be using a bit more torquescript than I currently do.
#4
07/07/2009 (7:04 am)
Thanks for answers, I have found the problem - images in my project was bigger than 512x512, now it works fine =)
#5
07/07/2009 (10:17 am)
Having images over 512x512 is not permissable? I don't have any, but it would be good to know what the limitations are.
#6
07/09/2009 (4:58 am)
max texture size on iphone is 1024x1024
not sure as to what it is in the builder cause im not using it