SA-MP Forums Archive
Pawn compiler crashed - 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 crashed (/showthread.php?tid=514613)



Pawn compiler crashed - LilBob - 22.05.2014

Hello samp-forums users !

I'm a translator but also a scripter and I translated well, 10.000 lines from a gamemode and never had a problem.

A few days later, I translated 30.000 lines in all and when I tried to compile the gamemode, pawno crashed.

What I tried to do :

- Search the last things I translated to see if I missed or erased something that could crash the software.

- download some bracket missing finder but some told me it was alright, some said me that one bracket was missing.

- download some alternatives of pawno but they crashed too..

- put another gamemode but this one doesn't crashed (so it comes from my gamemode).


What is the matter ?

Thanks a lot !


Re: Pawn compiler crashed - AndySedeyn - 22.05.2014

Look for the smaller details.

For example:
When this occurred to me, I accidentally used "(" instead of a comma.

Try looking for these kind of mistakes.


Re : Pawn compiler crashed - LilBob - 22.05.2014

Yeah I know but should I search through thousand of lines ??


Re: Pawn compiler crashed - AndySedeyn - 22.05.2014

Just look for the ones you've edited recently.

Commenting out certain lines you think cause the problem is recommended.


Re: Pawn compiler crashed - iZN - 22.05.2014

You just need to find that out by yourself because nothing can be done. There is no alternative compiler or some sort of error finder which can assist you for your mistake. If you've translated through some translator, you've done a good job copying codes directly to the translator.


Re: Pawn compiler crashed - AroseKhanNiazi - 22.05.2014

find if u accidentally wrote ublic instead of public or some brackets


Re : Pawn compiler crashed - LilBob - 22.05.2014

Yeah but as said, the code is too long to search each detail


Re: Pawn compiler crashed - Yves - 22.05.2014

check were you last edited the script you might have a missing { or } to make the compile crash.


Re : Pawn compiler crashed - LilBob - 22.05.2014

I put in comment the last 5.000 lines and it crashes !

Does anyone have a performant missing bracket finder ?


Re : Pawn compiler crashed - LilBob - 22.05.2014

Sorry for bump but problem is solved..

I remember that I slept on my keyboard and wrote something like "fgdsgdghgf" outside a public ._.

Thanks for your help guys, peace !