Posts: 1,274
Threads: 54
Joined: Jul 2012
Quote:
Originally Posted by feartonyb
I got GM from scratch about 85k lines and usually I don't get any errors or warnings but now it won't even compile.
It's not a missing bracket or pawno error caz I tried both. See Missing bracket finder report:
The pawno thing is that it shows empty PAWN Compiler Output and you can turn it off :/
|
What's the exact error or does it simply say "Not responding" and close?
Posts: 322
Threads: 29
Joined: Feb 2012
Reputation:
0
The pawno console looks like it's not responding but it doesn't say it's not respoding, I can do everything with pawno so it's still responding :/
Posts: 449
Threads: 47
Joined: Sep 2012
Reputation:
0
When your Pawno compiler crashing while you're trying to compile it, you just has so much errors, which have to be fixed If you want to compile it.
Best Regards, Benjamin Jones
Posts: 322
Threads: 29
Joined: Feb 2012
Reputation:
0
It's not crashing bro read the posts
Posts: 1,801
Threads: 27
Joined: Mar 2009
Reputation:
0
Try to use #endinput, and move it step by step (starting with 10k lines, then if it crashes, 5k, etc.) in script, until it crashes. If it crashes, the problem code should be between the actual location and last location. You can move it back a little to be more precise. With this you can find the exact line.
Posts: 322
Threads: 29
Joined: Feb 2012
Reputation:
0
Fixed it my way but your post is helpful and you are getting rep+
Closed