SA-MP Forums Archive
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=295884)



Pawn Compiler Library has stopped working. - VibleX4 - 08.11.2011

Pawn Compiler Library has stopped working. How to fix it?


Re: Pawn Compiler Library has stopped working. - vassilis - 08.11.2011

its because you have probbably more than 20 errors..check if you have made soemthing fatal on your script..


Re: Pawn Compiler Library has stopped working. - HuSs3n - 08.11.2011

this usually happens when you miss a bracket


AW: Pawn Compiler Library has stopped working. - BigETI - 08.11.2011

If you get an error while compiling, so stop the pawncc.exe process, check for any commas, missing brackets etc. and recompile the script.


Re: Pawn Compiler Library has stopped working. - cessil - 08.11.2011

comment out big sections of the script, if it doesn't crash then its something thats been commented out thats causing the crash so start making the commented out section smaller till you've pinpointed the section thats causing the crash


Re: Pawn Compiler Library has stopped working. - VibleX4 - 09.11.2011

Sorry, i wrote a script out of public


Re : Re: Pawn Compiler Library has stopped working. - decondelite - 09.11.2011

Quote:
Originally Posted by cessil
Посмотреть сообщение
comment out big sections of the script, if it doesn't crash then its something thats been commented out thats causing the crash so start making the commented out section smaller till you've pinpointed the section thats causing the crash
That's my favorite method too, as usually it's HARD to find where we missed brackets or other little things that can be the reason of the complier crashes.


Re: Pawn Compiler Library has stopped working. - rt-2 - 21.03.2016

INFO:
Код:
#define MAX_FACTION 50
new factionName[MAX_FACTIONS];
instead of:
Код:
#define MAX_FACTION 50
new factionName[MAX_FACTION];
Caused it for me,,,, it took me a while.........


Re: Pawn Compiler Library has stopped working. - SickAttack - 21.03.2016

Dude, why did you reply to this dinosaur thread? And to break the ice, you didn't even post a possible cause in general terms.


Re: Pawn Compiler Library has stopped working. - rt-2 - 14.04.2016

Quote:
Originally Posted by SickAttack
Посмотреть сообщение
Dude, why did you reply to this dinosaur thread?
Because adding informations can help some people, if I found this thread on ****** with a simple search, then this is the thread a lot of people will see when they search for the same thing

Quote:
Originally Posted by SickAttack
Посмотреть сообщение
And to break the ice, you didn't even post a possible cause in general terms.
Yes, misspelling the constant in the [] caused this issue for me just before posting the reply. But I found no where this answer so I posted it on the thread that comes almost first when you search this issue on ****** when I finally found what it was.

I really don't like your attitude, I'm here to help and you answer this?

Before saying such things, read the post carefully, as you didn't notice the difference in my 2 codes.

Also, don't think you know everything, as I said this thread is in the first results of ****** when searching for that issue and just that, makes it relevant to update.