Compiling returns "Pawn Compiler Library is not responding" -
stormchaser206 - 20.06.2012
OK, I have this code:
http://pastebin.com/6ighqHMh
And it just says:
Any help here?
Re: Compiling returns "Pawn Compiler Library is not responding" -
iggy1 - 20.06.2012
Did you delete pawncc.exe? Some anti-virus' detect it as a virus, but it's a false positive.
Check if pawncc.exe is in the same folder as your pawno editor.
Re: Compiling returns "Pawn Compiler Library is not responding" -
Mimic - 20.06.2012
When a PAWNO compiler crashes it's normally due to a missing bracket. I'll look through your code and see if I can find it. If not, let's hope someone else can or figure out another possible solution.
Re: Compiling returns "Pawn Compiler Library is not responding" -
stormchaser206 - 20.06.2012
No i didn't delete it, and i don't have an anti-virus, and pawncc is in the same folder as pawno.exe
And OK, hopefully you will
Re: Compiling returns "Pawn Compiler Library is not responding" -
Mimic - 20.06.2012
https://sampforum.blast.hk/showthread.php?tid=171429
Use this, I can't right now I'm going for dinner.
Re: Compiling returns "Pawn Compiler Library is not responding" -
sanrock - 20.06.2012
It happens if you have like 1+ more brackets then needed.
Just check your code if there one with too much brackets
Re: Compiling returns "Pawn Compiler Library is not responding" -
stormchaser206 - 20.06.2012
Quote:
Originally Posted by Mimic
|
Well, I can't use that.
Re: Compiling returns "Pawn Compiler Library is not responding" -
iggy1 - 20.06.2012
Comment chunks of your code and re-compile to narrow it down for us please. Preferably comment out bits that you recently added before getting this crash.
Re: Compiling returns "Pawn Compiler Library is not responding" -
sanrock - 20.06.2012
As I said before, It happens if you have like 1+ more brackets then needed.
Just check your code if there one with too much brackets
Re: Compiling returns "Pawn Compiler Library is not responding" -
Mimic - 20.06.2012
Quote:
Originally Posted by sanrock
As I said before, It happens if you have like 1+ more brackets then needed.
Just check your code if there one with too much brackets
|
That's not the only problem. It's if your missing a bracket too.