PAWNO crashing - 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: PAWNO crashing (
/showthread.php?tid=403899)
PAWNO crashing -
PineAbeles - 01.01.2013
Alright so I tried compiling NGG's script (I know what your thinking, but I am giving it a try to see if I get more players as most servers with this script oddly have a larger amount of players. Players claiming its "easier"). So the script compiles fine but once you start it up you get the cannot connect to YSI. Easy, updated YSI. Now I get foreach.inc not compatible with the new YSI. Once again updated foreach.inc. Now whenever I try compile my pawno crashes but the .amx is compiled as I can see it on the bottom left hand corner. But when I try start the server here is what we get...
[18:54:29] Script[gamemodes/NGRP_nomysql.amx]: Run time error 17: "Invalid/unsupported P-code file format"
[18:54:29] Failed to load 'gamemodes/NGRP_nomysql.amx' script.
So, what can I do so pawno can compile successfully?
Thanks in advance.
Re: PAWNO crashing -
Gamer_007 - 01.01.2013
Update ur all includes and plugins and then compile.this works in pawno crash
Re: PAWNO crashing -
Shakie - 01.01.2013
Just download all the plugins and includes, if it doesn't work then try compiling your pawno again.
Re: PAWNO crashing -
PineAbeles - 01.01.2013
Alright, so I compiled a brand new script without any code at all. All it contained was all of the old includes from the other script. I then got this..
Quote:
C:\Users\Kevin\Desktop\Next Generation Roleplay\Next Generation Roleplay\pawno\include\YSI\internal\y_dohooks.inc( 2597) : warning 235: public function lacks forward declaration (symbol "OnUnoccupiedVehicleUpdate")
C:\Users\Kevin\Desktop\Next Generation Roleplay\Next Generation Roleplay\pawno\include\YSI\internal\y_dohooks.inc( 3457) : warning 235: public function lacks forward declaration (symbol "OnPlayerTakeDamage")
C:\Users\Kevin\Desktop\Next Generation Roleplay\Next Generation Roleplay\pawno\include\YSI\internal\y_dohooks.inc( 3526) : warning 235: public function lacks forward declaration (symbol "OnPlayerGiveDamage")
C:\Users\Kevin\Desktop\Next Generation Roleplay\Next Generation Roleplay\pawno\include\audio.inc(37) : error 001: expected token: "-identifier-", but found "-tagname-"
C:\Users\Kevin\Desktop\Next Generation Roleplay\Next Generation Roleplay\pawno\include\audio.inc(37) : error 001: expected token: ";", but found "-label-"
C:\Users\Kevin\Desktop\Next Generation Roleplay\Next Generation Roleplay\pawno\include\audio.inc(3 : error 001: expected token: "-identifier-", but found "-tagname-"
C:\Users\Kevin\Desktop\Next Generation Roleplay\Next Generation Roleplay\pawno\include\audio.inc(3 : error 001: expected token: ";", but found "-label-"
C:\Users\Kevin\Desktop\Next Generation Roleplay\Next Generation Roleplay\pawno\include\audio.inc(39) : error 001: expected token: "-identifier-", but found "-tagname-"
C:\Users\Kevin\Desktop\Next Generation Roleplay\Next Generation Roleplay\pawno\include\audio.inc(39) : error 001: expected token: ";", but found "-label-"
C:\Users\Kevin\Desktop\Next Generation Roleplay\Next Generation Roleplay\gamemodes\Untitled.pwn(243) : warning 203: symbol is never used: "djson_GameModeExit"
C:\Users\Kevin\Desktop\Next Generation Roleplay\Next Generation Roleplay\gamemodes\Untitled.pwn(243) : warning 203: symbol is never used: "djson_GameModeInit"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
6 Errors.
|
I got the very latest versions of YSI and Incognito's audio plugin and include but after updating I still get the exact same messages.
Re: PAWNO crashing -
Gamer_007 - 01.01.2013
I already said u update all not single
Re: PAWNO crashing -
PineAbeles - 02.01.2013
Quote:
Originally Posted by Gamer_007
I already said u update all not single
|
Still not working.