Pawn Compiler library has stopped working - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Pawn Compiler library has stopped working (
/showthread.php?tid=502089)
Pawn Compiler library has stopped working -
Lidor124 - 22.03.2014
Pawn Compiler library has stopped working, i backup my gamemode every two days and the my gm is about 90k lines, what should i do?
is there any program to help me find out ?
Re: Pawn Compiler library has stopped working -
Lidor124 - 22.03.2014
Please its very important i was working on this GM for half year...
Re: Pawn Compiler library has stopped working -
PrivatioBoni - 22.03.2014
Return to when it was actually working and work from there.
Re: Pawn Compiler library has stopped working -
Equuuuin0X - 22.03.2014
Did you remember the last thing you do before you gets this errors ?
Re: Pawn Compiler library has stopped working -
Knappen - 22.03.2014
I recommend commenting out parts of your script.
Start with commenting out the top half of your script, if the compiler still crashes, remove the comments, and do the same with the bottom part. If it doesn't crash then, make the commented area smaller, and keep doing so until you've found a small part which you can browse through.
Re: Pawn Compiler library has stopped working -
Lidor124 - 22.03.2014
Quote:
Originally Posted by Equuuuin0X
Did you remember the last thing you do before you gets this errors ?
|
The problem that i did a lot of things xD
Re: Pawn Compiler library has stopped working -
Lidor124 - 22.03.2014
Quote:
Originally Posted by Knappen
I recommend commenting out parts of your script.
Start with commenting out the top half of your script, if the compiler still crashes, remove the comments, and do the same with the bottom part. If it doesn't crash then, make the commented area smaller, and keep doing so until you've found a small part which you can browse through.
|
I am trying this right now. but just with copying 2k-5k lines from my old backup a two days ago.
Re: Pawn Compiler library has stopped working -
Lidor124 - 22.03.2014
Thanks Knappen, All my OnGameModeInit public was with /* */ and something wrong with switch case.
+REP