[STRANGE] Linux to windows , bugged - 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: [STRANGE] Linux to windows , bugged (
/showthread.php?tid=380703)
[STRANGE] Linux to windows , bugged -
amaz1ng - 26.09.2012
Hello there. I gave my gamemod to my friend ( who has Linux ) , so he converted the mode to Linux version. He gave it back to me and when I start it i get
Код:
Run time error 19: "File or function is not found"
Код:
SA-MP Dedicated Server
----------------------
v0.3e, ©2005-2012 SA-MP Team
[19:14:39]
[19:14:39] Server Plugins
[19:14:39] --------------
[19:14:39] Loading plugin: sscanf
[19:14:40]
[19:14:40] ===============================
[19:14:40] sscanf plugin loaded.
[19:14:40] © 2009 Alex "******" Cole
[19:14:40] 0.3d-R2 500 Players "dnee"
[19:14:40] ===============================
[19:14:40] Loaded.
[19:14:40] Loading plugin: streamer
[19:14:40]
*** Streamer Plugin v2.5.2 by Incognito loaded ***
[19:14:40] Loaded.
[19:14:40] Loading plugin: whirlpool
[19:14:40]
[19:14:40] ==================
[19:14:40]
[19:14:40] Whirlpool loaded
[19:14:40]
[19:14:40] ==================
[19:14:40]
[19:14:40] Loaded.
[19:14:40] Loaded 3 plugins.
[19:14:40]
[19:14:40] Filterscripts
[19:14:40] ---------------
[19:14:40] Loading filterscript 'IG_Job_Maker.amx'...
[19:14:40] OnFilter
[19:14:40]
[19:14:40] =======================================
[19:14:40] | |
[19:14:40] | YSI version 1.04.0000 |
[19:14:40] | By Alex "******" Cole |
[19:14:40] | |
[19:14:40] | Checking the latest YSI version.. |
[19:14:40] | |
[19:14:40] =======================================
[19:14:40]
[19:14:40]
--------------------------------------
[19:14:40] InGame Job Maker by: Mr.Gagi (Gagi_Corleone)
[19:14:40] --------------------------------------
[19:14:40] Loaded 1 filterscripts.
[19:14:40] OnGameo
[19:14:40] Script[gamemodes/ZRP.amx]: Run time error 19: "File or function is not found"
[19:14:40] Number of vehicle models: 0
[19:14:41]
[19:14:41] ========================================
[19:14:41] | |
[19:14:41] | Could not connect to update server |
[19:14:41] | at this time, (your code will |
[19:14:41] | still work (response was 001)). |
[19:14:41] | |
[19:14:41] ========================================
[19:14:41]
[19:14:48] --- Server Shutting Down.
[19:14:48]
Re: [STRANGE] Linux to windows , bugged -
HyDrAtIc - 26.09.2012
You need this
Click here
EDIT:This isn't even a bug this error come's when you have a missing plugin...
Re: [STRANGE] Linux to windows , bugged -
amaz1ng - 26.09.2012
Still the same error. When I recompile my "ZRP" - gamemode its giving me these errors
Код:
C:\DOCUME~1\Axl\Desktop\2\_G-T-A~1\GAMEMO~1\ZRP.pwn(2622) : error 017: undefined symbol "E_STREAMER_ATTACH_OFFSET_Z"
C:\DOCUME~1\Axl\Desktop\2\_G-T-A~1\GAMEMO~1\ZRP.pwn(5038) : error 017: undefined symbol "AttachDynamicObjectToVehicle"
C:\DOCUME~1\Axl\Desktop\2\_G-T-A~1\GAMEMO~1\ZRP.pwn(5048) : error 017: undefined symbol "AttachDynamicObjectToVehicle"
C:\DOCUME~1\Axl\Desktop\2\_G-T-A~1\GAMEMO~1\ZRP.pwn(7607) : warning 202: number of arguments does not match definition
C:\DOCUME~1\Axl\Desktop\2\_G-T-A~1\GAMEMO~1\ZRP.pwn(7607) : warning 202: number of arguments does not match definition
C:\DOCUME~1\Axl\Desktop\2\_G-T-A~1\GAMEMO~1\ZRP.pwn(7607) : warning 202: number of arguments does not match definition
C:\DOCUME~1\Axl\Desktop\2\_G-T-A~1\GAMEMO~1\ZRP.pwn(7612) : warning 202: number of arguments does not match definition
C:\DOCUME~1\Axl\Desktop\2\_G-T-A~1\GAMEMO~1\ZRP.pwn(7612) : warning 202: number of arguments does not match definition
C:\DOCUME~1\Axl\Desktop\2\_G-T-A~1\GAMEMO~1\ZRP.pwn(7612) : warning 202: number of arguments does not match definition
C:\DOCUME~1\Axl\Desktop\2\_G-T-A~1\GAMEMO~1\ZRP.pwn(7718) : warning 202: number of arguments does not match definition
C:\DOCUME~1\Axl\Desktop\2\_G-T-A~1\GAMEMO~1\ZRP.pwn(7718) : warning 202: number of arguments does not match definition
C:\DOCUME~1\Axl\Desktop\2\_G-T-A~1\GAMEMO~1\ZRP.pwn(7718) : warning 202: number of arguments does not match definition
C:\DOCUME~1\Axl\Desktop\2\_G-T-A~1\GAMEMO~1\ZRP.pwn(7723) : warning 202: number of arguments does not match definition
C:\DOCUME~1\Axl\Desktop\2\_G-T-A~1\GAMEMO~1\ZRP.pwn(7723) : warning 202: number of arguments does not match definition
C:\DOCUME~1\Axl\Desktop\2\_G-T-A~1\GAMEMO~1\ZRP.pwn(7723) : warning 202: number of arguments does not match definition
C:\DOCUME~1\Axl\Desktop\2\_G-T-A~1\GAMEMO~1\ZRP.pwn(7731) : warning 202: number of arguments does not match definition
C:\DOCUME~1\Axl\Desktop\2\_G-T-A~1\GAMEMO~1\ZRP.pwn(7731) : warning 202: number of arguments does not match definition
C:\DOCUME~1\Axl\Desktop\2\_G-T-A~1\GAMEMO~1\ZRP.pwn(7731) : warning 202: number of arguments does not match definition
C:\DOCUME~1\Axl\Desktop\2\_G-T-A~1\GAMEMO~1\ZRP.pwn(7736) : warning 202: number of arguments does not match definition
C:\DOCUME~1\Axl\Desktop\2\_G-T-A~1\GAMEMO~1\ZRP.pwn(7736) : warning 202: number of arguments does not match definition
C:\DOCUME~1\Axl\Desktop\2\_G-T-A~1\GAMEMO~1\ZRP.pwn(7736) : warning 202: number of arguments does not match definition
C:\DOCUME~1\Axl\Desktop\2\_G-T-A~1\GAMEMO~1\ZRP.pwn(14252) : error 017: undefined symbol "EditDynamicObject"
C:\DOCUME~1\Axl\Desktop\2\_G-T-A~1\GAMEMO~1\ZRP.pwn(14264) : error 017: undefined symbol "EditDynamicObject"
C:\DOCUME~1\Axl\Desktop\2\_G-T-A~1\GAMEMO~1\ZRP.pwn(18396) : error 017: undefined symbol "E_STREAMER_ATTACH_OFFSET_Z"
C:\DOCUME~1\Axl\Desktop\2\_G-T-A~1\GAMEMO~1\ZRP.pwn(19157) : warning 235: public function lacks forward declaration (symbol "OnPlayerEditDynamicObject")
C:\DOCUME~1\Axl\Desktop\2\_G-T-A~1\GAMEMO~1\ZRP.pwn(22638) : warning 202: number of arguments does not match definition
C:\DOCUME~1\Axl\Desktop\2\_G-T-A~1\GAMEMO~1\ZRP.pwn(22638) : warning 202: number of arguments does not match definition
C:\DOCUME~1\Axl\Desktop\2\_G-T-A~1\GAMEMO~1\ZRP.pwn(22638) : warning 202: number of arguments does not match definition
C:\DOCUME~1\Axl\Desktop\2\_G-T-A~1\GAMEMO~1\ZRP.pwn(22660) : warning 202: number of arguments does not match definition
C:\DOCUME~1\Axl\Desktop\2\_G-T-A~1\GAMEMO~1\ZRP.pwn(22660) : warning 202: number of arguments does not match definition
C:\DOCUME~1\Axl\Desktop\2\_G-T-A~1\GAMEMO~1\ZRP.pwn(22660) : warning 202: number of arguments does not match definition
C:\DOCUME~1\Axl\Desktop\2\_G-T-A~1\GAMEMO~1\ZRP.pwn(22786) : error 017: undefined symbol "E_STREAMER_ATTACH_OFFSET_Z"
C:\DOCUME~1\Axl\Desktop\2\_G-T-A~1\GAMEMO~1\ZRP.pwn(22820) : error 017: undefined symbol "E_STREAMER_ATTACH_OFFSET_Z"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
8 Errors.
Before I gave it to my friend it was working perfectly.
He didn't do anything.
Re: [STRANGE] Linux to windows , bugged -
HyDrAtIc - 26.09.2012
You might be missing few includes anyway check if your using the latest includes since the functions changes on the includes every update...