SA-MP Forums Archive
My compiler crashes. - 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: My compiler crashes. (/showthread.php?tid=285913)



My compiler crashes. - kin - 25.09.2011

What are some causes that will make it do this?


Re: My compiler crashes. - =WoR=G4M3Ov3r - 25.09.2011

Missing brackets.


Re: My compiler crashes. - kin - 25.09.2011

Alright I will check through all the lines to see where a bracket is missing. Thank you.


Re: My compiler crashes. - IceCube! - 25.09.2011

Comment out your script bit by bit with /* */ This will hlp you narrow down the problem brackets in new code quickly


Re: My compiler crashes. - =WoR=G4M3Ov3r - 25.09.2011

Quote:
Originally Posted by IceCube!
Посмотреть сообщение
Comment out your script bit by bit with /* */ This will hlp you narrow down the problem brackets in new code quickly
OR

http://forum.sa-mp.com/showthread.ph...issing+bracket

This might help you finding the problem.


Re: My compiler crashes. - kin - 25.09.2011

Is there any way to find where the problem occurs?


Re: My compiler crashes. - =WoR=G4M3Ov3r - 26.09.2011

Quote:
Originally Posted by kin
Посмотреть сообщение
Is there any way to find where the problem occurs?
Check my previous post, I posted a link.


Re: My compiler crashes. - kin - 26.09.2011

I have over 40 thousand lines. That might take a few days lol.

This forum requires that you wait 120 seconds between posts. Please try again in 54 seconds...


Previous posts were before your post was posted.


Re: My compiler crashes. - kin - 26.09.2011

Alright, used the program. Everything is fine, so what else causes crashes?

or is it o.o


Re: My compiler crashes. - kin - 26.09.2011

Fixed all the brackets, sadly that did not do the trick.