Posts: 534
Threads: 265
Joined: Jul 2014
Hi,
I'am compiling my gamemode, and it not responding. There need to wait more, or there never compile?
Posts: 734
Threads: 8
Joined: Jun 2009
There's probably an error in your code which hangs the compiler.
Posts: 534
Threads: 265
Joined: Jul 2014
And how i need to find it?
Posts: 734
Threads: 8
Joined: Jun 2009
That's always the tricky part. If you're so lucky try and remember what was the last thing you changed/added and maybe you find it...
Posts: 534
Threads: 265
Joined: Jul 2014
But there is no other way?
Posts: 734
Threads: 8
Joined: Jun 2009
None that I know of, there might be a list of things that's known to "crash" or "hang" the compiler somewhere out there... That's why making regular backups is advised!
Posts: 1,241
Threads: 67
Joined: Dec 2013
There are two ways here, Try to re-compile and wait for about 5 minutes, After that, Go to the Comiling window and double click on it, Tell me if that will " Pawno doesn't respond " or you will have the cursor in the window.
Posts: 534
Threads: 265
Joined: Jul 2014
Posts: 1,190
Threads: 196
Joined: Dec 2011
Reputation:
0
Probably is something wrong with your code, try to delete the last change you did, already hapening to me and i fix that way, well delete to find the error then fix it by put { or a } if needed or another sintax error.