Page 1 of 1

How to stop crashes or load times

Posted: Mon Mar 14, 2016 1:05 pm
by antn18
Oi Oi lads

The game i am creating is still in the early stages with only 5 images, 63 lines of code and several graphics for the images to follow. However, when the game is being played as a test, the game will often freeze and stay frozen until i restart the whole software. I have a relatively high version of Live Code and a decent PC so i don't understand why it is constantly giving me the loading "circle" or not responding.

Some troubleshooting from this community would be greatly appreciated

Ant xxx ;)

Re: How to stop crashes or load times

Posted: Mon Mar 14, 2016 1:37 pm
by Klaus
Please post your scripts for "pre-/openstack" and "pre-/opencard" of cd 1!

Re: How to stop crashes or load times

Posted: Mon Mar 14, 2016 3:05 pm
by dunbarx
Hi.

Are you using a stable version of LC? There are three tracks, v6, v7 and v8 tha you might be following, and v8 is not yet stable.

Or, as Klaus implied, you may have an endless loop somewhere, so that the app is not really crashing, but rather just running endlessly.

Craig Newman