List of Pawno problems and solutions -
Amit_B - 19.08.2009
List of Pawno problems and solutions
- Problem: The search option ("Find") founds some words, but not all of them.
Solution: Check your search setting (options and direction) or close and reopen the Pawno application (pawno/pawno.exe).
- Problem: I have an library (include file), but I still get the complier fatal error: "cannot read from file ..."
Solution: Close and reopen the Pawno application (pawno/pawno.exe).
- Problem: When trying to compiling some script, getting the error message: "Unable to execute compiler..."
Solution: Check your run options (Build > Run Options) or get the default "settings.ini" file (pawno/settings.ini).
- Problem: Function list is gone.
Solution: Return your "pawno.exe" to the /pawno/ directory, or check in the Pawno the "Show Function List" option (Options > Show Function List).
- Problem: The "native" keyword gives errors and not adding anything to the function list.
Solution: Use it in comment (/* */), the Pawno will still read this.
Find more problems? reply here.
Re: List of Pawno problems and solutions -
G_ROW_Chez - 20.08.2009
Quote:
Originally Posted by Amit B
Problem: I have an library (include file), but I still get the complier fatal error: "cannot read from file ..."
Solution: Close and reopen the Pawno application (pawno/pawno.exe).
|
Not every time... if you added inc to include dir functions from it will not apper in right box until reload pawn, but it will compiles without any problem, so, to compile somthn you must add inc to iclude dir, if inc not here, and if you didn't know what is dir, or pawn, go away
Re: List of Pawno problems and solutions -
AiVAMAN - 22.08.2009
If you still getting "Unable to execute compiler" install the latest .NET Framework.
(search in
http://www.microsoft.com)
Re: List of Pawno problems and solutions -
TechnoAussieKid - 02.10.2009
I have a problem with my Pawno.exe my function bar shows but theres no function and im tryin to build my server and it hard because i just have to copy things of ******* for my server and i want to make it better plz reply!
Re: List of Pawno problems and solutions -
dice7 - 02.10.2009
Quote:
Originally Posted by Amit B
Problem: The search option ("Find") founds some words, but not all of them.
Solution: Check your search setting (options and direction) or close and reopen the Pawno application (pawno/pawno.exe).
|
You need to select/click something on top of your script so the search will start from there
Re: List of Pawno problems and solutions -
bennojulian - 10.03.2011
# Problem: Function list is gone.
Solution: Return your "pawno.exe" to the /pawno/ directory, or check in the Pawno the "Show Function List" option (Options > Show Function List).
I do it but it still doesn't work :S
Re: List of Pawno problems and solutions -
Roomeo - 10.03.2011
add this problem
pawn Код:
I:\Games\RockStar Game Gta San Andreas\Gta Sanandreas\My Script\gamemodes\MyScript.pwn(760) : warning 225: unreachable code
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Warning.
Re: List of Pawno problems and solutions -
bennojulian - 10.03.2011
Can you help me??
My function is gone plz help me
I do what you say but it still doesn't work :S
It says: 'Failed to set data for '' '
Plz help me
Re: List of Pawno problems and solutions -
Lorrden - 27.05.2011
I've got latest NET Framework and my pawncc.exe is where its supposed to (So is all the settings).. What else could cause this error?
Re: List of Pawno problems and solutions -
Pangea - 27.05.2011
Quote:
Originally Posted by Roomeo
add this problem
pawn Код:
I:\Games\RockStar Game Gta San Andreas\Gta Sanandreas\My Script\gamemodes\MyScript.pwn(760) : warning 225: unreachable code Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Warning.
|
That is a script problem and has nothing to do with Pawno itself.