SA-MP Forums Archive
Run time error 19: File or function not found - 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: Run time error 19: File or function not found (/showthread.php?tid=537000)



Run time error 19: File or function not found - Twizted - 13.09.2014

Код:
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3z, ©2005-2014 SA-MP Team

[10:40:54] 
[10:40:54] Server Plugins
[10:40:54] --------------
[10:40:54]  Loaded 0 plugins.

[10:40:54] 
[10:40:54] Filterscripts
[10:40:54] ---------------
[10:40:54]   Loaded 0 filterscripts.

[10:40:54] Script[gamemodes/gm.amx]: Run time error 19: "File or function is not found"
[10:40:54] Number of vehicle models: 0
I have updated the plugins (Whirlpool, sscanf, nativechecker) and includes (YSI), however I keep getting that Run time error 19 message upon starting samp-server.exe. Yes, I do have Main() on my gamemode.


Re: Run time error 19: File or function not found - TheNerka - 13.09.2014

download plugin crashdetect and show errors


Re: Run time error 19: File or function not found - TonyNames - 13.09.2014

Well it wont load

Код:
[10:40:54] 
[10:40:54] Server Plugins
[10:40:54] --------------
[10:40:54]  Loaded 0 plugins.
Did you recompile when you updated it?
and is this on your host?
Also show your server.cfg


Re: Run time error 19: File or function not found - Skin123 - 13.09.2014

Did you update includes for plugins?


Re: Run time error 19: File or function not found - TheNerka - 13.09.2014

on server.cfg paste

plugins Whirlpool.dll sscanf.dll nativechecker.dll


Re: Run time error 19: File or function not found - Twizted - 13.09.2014

Yes, I recompiled my script. Yes, it's on my host. Yes, I did update sscanf's include (sscanf2.inc). YSI does not have a plugin and Whirlpool does not have an include.

Код:
echo Executing Server Config...
lanmode 0
rcon_password xXxPossyMaster420xXx
maxplayers 50
port 7777
hostname Los Fierro Cops N Robbas [free vip][refund]
gamemode0 gm 1
plugins sscanf Whirlpool nativechecker
announce 0
query 1
chatlogging 0
weburl www.sa-mp.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]



Re: Run time error 19: File or function not found - TheNerka - 13.09.2014

download plugin crashdetect and show errors


Re: Run time error 19: File or function not found - Twizted - 13.09.2014

Quote:
Originally Posted by TheNerka
Посмотреть сообщение
on server.cfg paste

plugins Whirlpool.dll sscanf.dll nativechecker.dll
Oh, well. Apparently the order matters. Thanks, you're the real xXxPossyMaster420xXx.


Re: Run time error 19: File or function not found - TonyNames - 13.09.2014

Quote:
Originally Posted by Twizted
Посмотреть сообщение
Yes, I recompiled my script. Yes, it's on my host. Yes, I did update sscanf's include (sscanf2.inc). YSI does not have a plugin and Whirlpool does not have an include.

Код:
echo Executing Server Config...
lanmode 0
rcon_password xXxPossyMaster420xXx
maxplayers 50
port 7777
hostname Los Fierro Cops N Robbas [free vip][refund]
gamemode0 gm 1
plugins sscanf Whirlpool nativechecker
announce 0
query 1
chatlogging 0
weburl www.sa-mp.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]
Well if its on your host you need the linux plugins which is .so once you downloaded them replace them with the old plugins then recompile then upload and then change your plugin section in your server.cfg to this
Код:
plugins sscanf.so Whirlpool.so nativechecker.so
EDIT: Didn't notice you use windows my bad :/ but use this step if you want to upload it on your host


Re: Run time error 19: File or function not found - TheNerka - 13.09.2014

Quote:
Originally Posted by TonyNames
Посмотреть сообщение
Well if its on your host you need the linux plugins which is .so once you downloaded them replace them with the old plugins then recompile then upload and then change your plugin section in your server.cfg to this
Код:
plugins sscanf.so Whirlpool.so nativechecker.so
Quote:

Run time error 19 message upon starting samp-server.exe.

Lol he using windows