"Run time error 19" File or Function is not found -
alexgarcia123 - 17.02.2012
SA-MP Dedicated Server
----------------------
v0.3c, ©2005-2010 SA-MP Team
[21:41:14]
[21:41:14] Server Plugins
[21:41:14] --------------
[21:41:14] Loading plugin: streamer.so
[21:41:14]
*** Streamer Plugin v2.5.2 R2 by Incognito loaded ***
[21:41:14] Loaded.
[21:41:14] Loading plugin: audio.so
[21:41:14]
*** Audio Plugin v0.5 by Incognito loaded ***
[21:41:14] Loaded.
[21:41:14] Loading plugin: sscanf.so
[21:41:15]
[21:41:15] ===============================
[21:41:15] sscanf plugin loaded.
[21:41:15] © 2009 Alex "******" Cole
[21:41:15] 0.3d-R2 500 Players "dnee"
[21:41:15] ===============================
[21:41:15] Loaded.
[21:41:15] Loaded 3 plugins.
[21:41:15]
[21:41:15] Filter Scripts
[21:41:15] ---------------
[21:41:15] Loading filter script 'base.amx'...
[21:41:15]
--Base FS loaded.
[21:41:15] Loading filter script 'gl_actions.amx'...
[21:41:15] Loading filter script 'gl_property.amx'...
[21:41:15]
-----------------------------------
[21:41:15] Grand Larceny Property Filterscript
[21:41:15] -----------------------------------
[21:41:15] Loading filter script 'gl_realtime.amx'...
[21:41:15] Loaded 4 filter scripts.
[21:41:15] Script[gamemodes/NNRP.amx]: Run time error 19: "File or function is not found"
[21:41:15] Number of vehicle models: 0
I keep having this error when trying to run my script, I don't know what the problem is.. I tried everything, Any help?
Re: "Run time error 19" File or Function is not found -
Twisted_Insane - 17.02.2012
Most likely you have not enabled a required plugin in the server.cfg file.
Re: "Run time error 19" File or Function is not found -
alexgarcia123 - 17.02.2012
Everything is loaded in the server.cfg file
echo Executing Server Config...
lanmode 0
rcon_password *****
maxplayers 100
port 7797
hostname [0.3d] Test Server
mapname Los Santos
gamemode0 NNRP 1
filterscripts base gl_actions gl_property gl_realtime
password ******
plugins streamer.so audio.so sscanf.so
announce 0
query 1
weburl Error
maxnpc 10
Re: "Run time error 19" File or Function is not found -
=WoR=G4M3Ov3r - 17.02.2012
Local host or Hosting ?
Re: "Run time error 19" File or Function is not found -
alexgarcia123 - 17.02.2012
Hosting.
Re: "Run time error 19" File or Function is not found -
=WoR=G4M3Ov3r - 17.02.2012
Quote:
Originally Posted by alexgarcia123
Hosting.
|
Then it might be the streamer.
Use this one, should work like a charm
http://www.mediafire.com/?2nxfy7gxxzkiwy5
Re: "Run time error 19" File or Function is not found -
alexgarcia123 - 17.02.2012
I've added it in and now giving me the error *** Streamer Plugin: Obsolete or invalid native "Streamer_RegisterInterface" found (script needs to be recompiled with the latest include file)
[01:11:35] *** Streamer Plugin: Obsolete or invalid native "Streamer_AddPlayer" found (script needs to be recompiled with the latest include file)
[01:11:35] *** Streamer Plugin: Obsolete or invalid native "Streamer_RemovePlayer" found (script needs to be recompiled with the latest include file)
[01:11:35] *** Streamer Plugin: Obsolete or invalid native "Streamer_VerifyPickup" found (script needs to be recompiled with the latest include file)
[01:11:35] *** Streamer Plugin: Obsolete or invalid native "Streamer_VerifyCheckpoint" found (script needs to be recompiled with the latest include file)
[01:11:35]
Re: "Run time error 19" File or Function is not found -
Twisted_Insane - 17.02.2012
Did you read the error?^^
You downloaded the newest version! Now, include it into your gamemode, and then recompile it "F5"!
Sure you downloaded the latest version?
Re: "Run time error 19" File or Function is not found -
HighFlyer - 17.02.2012
Update your streamer. Make sure the include and the .dll file are where they should be.
To check for any Error 19's, use nativechecker. Use the search function to find it.
Re: "Run time error 19" File or Function is not found -
Swyft™ - 18.02.2012
Quote:
Originally Posted by alexgarcia123
I've added it in and now giving me the error *** Streamer Plugin: Obsolete or invalid native "Streamer_RegisterInterface" found (script needs to be recompiled with the latest include file)
[01:11:35] *** Streamer Plugin: Obsolete or invalid native "Streamer_AddPlayer" found (script needs to be recompiled with the latest include file)
[01:11:35] *** Streamer Plugin: Obsolete or invalid native "Streamer_RemovePlayer" found (script needs to be recompiled with the latest include file)
[01:11:35] *** Streamer Plugin: Obsolete or invalid native "Streamer_VerifyPickup" found (script needs to be recompiled with the latest include file)
[01:11:35] *** Streamer Plugin: Obsolete or invalid native "Streamer_VerifyCheckpoint" found (script needs to be recompiled with the latest include file)
[01:11:35]
|
You have an outdated streamer, this could be the issue to your Error 19, you also could be forgetting a plugin that is required, just means everything is in your server.cfg doesn't mean all the plugins that are required to run the script are in there.