Gamesalad Game Crashes Straight Away
Jordeyy
Member Posts: 409
Ive tried both adhoc and Gamesalad viewer , and both of them freeze at the same point.
i start the game ok , then pick my game mode but then when i click my game mode it freezes
if this is an error with either coding or an image , how could i find where the errors coming from ?
i start the game ok , then pick my game mode but then when i click my game mode it freezes
if this is an error with either coding or an image , how could i find where the errors coming from ?
Comments
I would first delete actors from the scene until it loads, you then know the last one you deleted is the problem.
I would then put them all back on the scene and start taking out rule by rule of the offending actor (you should be able to simply switch them off so you can switch them back on). You should then be able to determine exactly what is causing the crash
While you can't use Log Debugging Statements in adhoc or iOS Viewer modes, you can make your own. Just have a DisplayText actor on the scene(s) in question and change the value every so often (e.g. "1", "2", "3", etc.) in your actor's rules. That way, when your game freezes, you'll know that it stopped after "2" or "14" or whatever and you can pinpoint where in the rules that happened.
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User
If it still doesn't make sense, I recommend that you try beefy_clyro's advice.
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User