PDA

Click to See Complete Forum and Search --> : Screen Freeze


sandra
May 28th, 2001, 11:10 AM
Hello to all.

What does it mean when my game, as I'm running it, just freezes. I can't do anything anymore?:confused:
Did you get what I mean? If you didn't please don't hesitate to ask.;)

Thank you for your help.:p

TB
May 28th, 2001, 12:28 PM
Maybe there's an error in your game, or it's just Windows.

sandra
May 28th, 2001, 12:59 PM
What do you mean by error?
What kind of error?

Fox
May 28th, 2001, 01:07 PM
Probably some kind of endless loop..

sandra
May 28th, 2001, 04:43 PM
So you mean it's some kind of "Out of memory" or "Out of stack" error, but I don't see the message?

Fox
May 29th, 2001, 08:15 AM
Maybe..

I'd rather say it's just a endless loop though :)

Test it out: If your game freezes press Ctrl+Break, if you return to the code you'll see where your game stucks.. (The processed line respectively)

Example for endless loop: *g

While True
'Do something
Wend

sandra
May 29th, 2001, 10:30 AM
Ok.
I'll try it and then get back to you.;)

sandra
May 29th, 2001, 12:09 PM
I don't get it!
I have tried my game several times and it didn't freeze!
How can I know when it will do that? Because this is a great bug, it shouldn't be kept as it is, no?