Pawn Compiler library has stopped working -
yanir3 - 10.08.2014
READ before posting.
I have a problem, when I compile my script the compiler often crashes. It means that out of 3 compiles I do, the compiler will crash 2 out of the 3 times and it will successfully compile once.
That means there is no error within my code, it's just that it crashes sometimes. Did anyone experience that in the past and knows how to solve this problem?
Re: Pawn Compiler library has stopped working -
Phyzic - 10.08.2014
use the missing brackets finder once.
Re: Pawn Compiler library has stopped working -
yanir3 - 10.08.2014
Quote:
Originally Posted by Phyzic
use the missing brackets finder once.
|
I knew someone's gonna come up with this shit even when I bold 'read'.
Re: Pawn Compiler library has stopped working -
Phyzic - 10.08.2014
Quote:
Originally Posted by yanir3
I knew someone's gonna come up with this shit even when I bold 'read'.
|
Thats the only way to fix this problem idiot.
Missing Brackets never gives an error.
Re: Pawn Compiler library has stopped working -
Clad - 10.08.2014
Try to run your pawno.exe as Administrator, Some Windows cause that, It happend to me a lot so you can change your Windows version or you can create new account in your computer ( It will work ).
Re: Pawn Compiler library has stopped working -
yanir3 - 10.08.2014
Quote:
Originally Posted by Phyzic
Thats the only way to fix this problem idiot.
Missing Brackets never gives an error.
|
You still can't fucking read, don't post here again.
Quote:
Originally Posted by Clad
Try to run your pawno.exe as Administrator, Some Windows cause that, It happend to me a lot so you can change your Windows version or you can create new account in your computer ( It will work ).
|
I do run it as an administrator. I don't know if making a new account would help but I'll give it a shot.
Re: Pawn Compiler library has stopped working -
Champ - 10.08.2014
it happened to me sometime. But I always remembered the changes which made compiler crash. If you remember, Just do some changes with the code that you recently changed which made your compiler crash.
Re: Pawn Compiler library has stopped working -
xeeZ - 10.08.2014
You might want to try this compiler:
https://github.com/Zeex/pawn/releases
If it crashes too it would be cool if you save a crash dump and upload it somewhere for me so I can fix the bug.
Edit:
In case of multiple definition errors, add -Z to compile flags.
Re: Pawn Compiler library has stopped working -
yanir3 - 10.08.2014
Quote:
Originally Posted by xeeZ
You might want to try this compiler: https://github.com/Zeex/pawn/releases
If it crashes too it would be cool if you save a crash dump and upload it somewhere for me so I can fix the bug.
Edit:
In case of multiple definition errors, add -Z to compile flags.
|
sscanf2.inc(30) : fatal error 111: user error: Please include <a_npc> or <a_samp> first.
******d, couldn't find out how to fix it?
EDIT: Figured around it, though I still get an error with YSI/hooks.
Re: Pawn Compiler library has stopped working -
yanir3 - 10.08.2014
Quote:
Originally Posted by Clad
Try to run your pawno.exe as Administrator, Some Windows cause that, It happend to me a lot so you can change your Windows version or you can create new account in your computer ( It will work ).
|
So this actually worked.. I'm trying to figure out what's wrong with my actual user and fix this.
EDIT: Set compatibility mode to Windows 7 and no crashes. Problem solved.