SA-MP Forums Archive
run time error 19 help - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: run time error 19 help (/showthread.php?tid=355056)



run time error 19 help - carz0159 - 28.06.2012

Hi, I get runtime error 19, on my server, and there are no errors in pawno.

console:
PHP код:
[12:08:09] [WWRPFIREWORKS]: FireWorkInfo has succesfully loaded
[12:08:06Number of vehicle models0
[12:08:06Script[gamemodes/exec-rp5.amx]: Run time error 19"File or function is not found"
[12:08:06]    Error: Function not registered'Streamer_CallbackHook'
[12:08:05]   Loaded 5 filterscripts.
[
12:08:05]   Unable to load filterscript 'Z_AdminIsland.amx'.
[
12:08:05]   Loading filterscript 'Z_AdminIsland.amx'...
[
12:08:05Kolowy licznik predkosci zaladowany
[12:08:05]   Loading filterscript 'speedometer.amx'...
[
12:08:05]   Loading filterscript 'animwwrp.amx'...
[
12:08:05] --------------------------------------
[
12:08:05WWRP Admin Fireworks
--------------------------------------
[
12:08:05
[
12:08:05]   Loading filterscript 'firework.amx'...
[
12:08:05]   Loading filterscript 'buttons.amx'...
[
12:08:05]   Loading filterscript 'xmas.amx'...
[
12:08:05] ---------------
[
12:08:05Filterscripts
[12:08:05
[
12:08:05MySQLQuery thread runningThread safeNo.
[
12:08:05]  Loaded 5 plugins.
[
12:08:05]   Loaded.
[
12:08:05]  SA:MP MySQL Plugin 1.2.1 Loaded.
[
12:08:05]  Loading pluginmysql.so
[12:08:05]   Failed (plugins/whirlpool.socannot open shared object fileNo such file or directory)
[
12:08:05]  Loading pluginwhirlpool.so
[12:08:05]   Loaded.
[
12:08:05]  Loading pluginnativechecker.so
[12:08:05]   Loaded.
[
12:08:05]  ===============================
[
12:08:05]    0.3d-R2 500 Players "dnee"
[12:08:05]    (c2009 Alex "******" Cole
[12:08:05]       sscanf plugin loaded.     
[
12:08:05]  ===============================
[
12:08:05
[
12:08:05]  Loading pluginsscanf.so
[12:08:05]   Loaded.
*** 
Streamer Plugin v2.5.2 R2 by Incognito loaded ***
[
12:08:05
[
12:08:05]  Loading pluginstreamer.so
[12:08:05]   Loaded.
*** 
Audio Plugin v0.4 by Incognito loaded ***
[
12:08:05
[
12:08:05]  Loading pluginaudio.so
[12:08:05] --------------
[
12:08:05Server Plugins
[12:08:05
[
12:08:05password ""  (string)
v0.3e, (C)2005-2012 SA-MP Team
----------------------
SA-MP Dedicated Server 
Here is my server config
PHP код:
echo Executing Server Config...
lanmode 0
rcon_password 
********************************
maxplayers 32
password
hostname Executive Roleplay
[Refunding]
gamemode0 exec-rp5 1
filterscripts xmas buttons firework animwwrp speedometer Z_AdminIsland
announce 1
query 1
plugins audio
.so streamer.so sscanf.so nativechecker.so whirlpool.so mysql.so
weburl www
.executive-gaming.info
maxnpc 0
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
port 7778
bind 184.95.34.122 
Here are the includes i'm using in the script:
PHP код:
#include <a_samp>
#include <streamer>
#include <a_zones>
#include <foreach>
#include <yom_buttons>
#include <djson>
#include <progress>
#include <YSI\y_timers>
#include <ZCMD>
#include <sscanf2>
#include <audio> 
I am using a 32 slot volthost server.
Any idea's of what can be wrong?

I think it's a missing include, but, i uploaded all of them...


Re: run time error 19 help - Ironboy - 28.06.2012

You have added total 6 plugins but loaded only 5.And i think 'y_files' is also needed.

Quote:

plugins audio.so streamer.so sscanf.so nativechecker.so whirlpool.so mysql.so

Quote:

[12:08:05] Loaded 5 plugins.




Re: run time error 19 help - «XTC» - 28.06.2012

this error is because of plugins... make sure that all of the plugins are working...
im not sure really which pluginhas problem while loading but try to install .net framework 3 in your pc or your VPS ( depends that where do you host your sevrer) . then check if the problem gets fixed


Re: run time error 19 help - carz0159 - 28.06.2012

@xtc, i dont think that its the plugins because i just put new updated ones in.


Re: run time error 19 help - tyler12 - 28.06.2012

Код:
[12:08:05]   Failed (plugins/whirlpool.so: cannot open shared object file: No such file or directory)
Make sure you have 'Whirlpool.so' in 'Plugins' folder.


Re: run time error 19 help - dannyk0ed - 28.06.2012

Get the lastest Whirlpool and recompile with .inc, then retry.


Re: run time error 19 help - carz0159 - 29.06.2012

it's not whirlpool, but i managed to fix it... i just deleted all the files from the ftp and i reuploaded them


Re: run time error 19 help - Skaizo - 29.06.2012

[12:08:06] Script[gamemodes/exec-rp5.amx]: Run time error 19: "File or function is not found"
[12:08:06] Error: Function not registered: 'Streamer_CallbackHook'
*** Streamer Plugin v2.5.2 R2 by Incognito loaded ***
download latest verision streamer plugin 2.6.1 and recompile all(filterscript and gamemode)