SA-MP Forums Archive
Issues with Run time error 19 - 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: Issues with Run time error 19 (/showthread.php?tid=303995)



Issues with Run time error 19 - Silentfood - 16.12.2011

Hello,

I've been having many issues with the issue of " Run time error 19: "File or function is not found" " with my server, and I seem to be stuck. I assume it's not an actual error with my script, since it's compiling perfectly.

All files in the server directory are have had CHMOD set to 777.

I'm running on an Ubuntu server, and using the following plugins with the following CFG.

PHP код:
#include                <a_samp>
#include                <a_mysql>
#include                <zcmd>
#include                <foreach>
#include                <GeoIP_Plugin>
#include                <streamer>
#include                <OPSP>
#include            <a_zones> 
PHP код:
echo Executing Server Config...
lanmode 0
rcon_password hidden
maxplayers 15
port 7777
plugins mysql
.so sscanf.so streamer.so wp.so GeoIP_Plugin.so irc.so
hostname SAMP SERVER
gamemode0 vx
-rp 1
filterscripts ls_elevator
query 1
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
logtimeformat 
[%H:%M:%S
And my server logs are as followed.
PHP код:
SA-MP Dedicated Server
----------------------
v0.3d, (C)2005-2011 SA-MP Team
[08:08:11
[
08:08:11Server Plugins
[08:08:11] --------------
[
08:08:11]  Loading pluginmysql.so
[08:08:11
  > 
MySQL plugin R5 successfully loaded.
[
08:08:11]   Loaded.
[
08:08:11]  Loading pluginsscanf.so
[08:08:11
[
08:08:11]  ===============================
[
08:08:11]       sscanf plugin loaded.     
[
08:08:11]    (c2009 Alex "******" Cole
[08:08:11]  ===============================
[
08:08:11]   Loaded.
[
08:08:11]  Loading pluginstreamer.so
[08:08:11
*** 
Streamer Plugin v2.5.2 R2 by Incognito loaded ***
[
08:08:11]   Loaded.
[
08:08:11]  Loading pluginwp.so
[08:08:11]  
[
08:08:11]  ==================
[
08:08:11]  
[
08:08:11]   Whirlpool loaded
[08:08:11]  
[
08:08:11]  ==================
[
08:08:11]  
[
08:08:11]   Loaded.
[
08:08:11]  Loading pluginGeoIP_Plugin.so
[08:08:11GeoIP_Plugin got loaded.
[
08:08:11]   Loaded.
[
08:08:11]  Loading pluginirc.so
[08:08:11
*** 
IRC Plugin v1.4.1 by Incognito loaded ***
[
08:08:11]   Loaded.
[
08:08:11]  Loaded 6 plugins.
[
08:08:11
[
08:08:11Filterscripts
[08:08:11] ---------------
[
08:08:11]   Loading filterscript 'ls_elevator.amx'...
[
08:08:11]   Loaded 1 filterscripts.
[
08:08:11Script[gamemodes/vx-rp.amx]: Run time error 19"File or function is not found"
[08:08:11Number of vehicle models
What seems to be the issue with this? I have all the plugins installed and named correctly.

So I can't seem to find the problem.
I have got the libraries for the mysql client in my /usr/lib32 folder, which solved a past problem with the MySQL plugin.


Re: Issues with Run time error 19 - Andrɘ - 16.12.2011

Install a new MySQL plugin (R6 Version). This will solve your problem.


Re: Issues with Run time error 19 - Silentfood - 16.12.2011

Same issue, but I'm getting new messages that the MySQL plugin is running threadsafe.

PHP код:
SA-MP Dedicated Server
----------------------
v0.3d, (C)2005-2011 SA-MP Team
[08:37:05
[
08:37:05Server Plugins
[08:37:05] --------------
[
08:37:05]  Loading pluginmysql.so
[08:37:05]  SA:MP MySQL Plugin v2.1.1 Loaded.
[
08:37:05]   Loaded.
[
08:37:05]  Loading pluginsscanf.so
[08:37:05
[
08:37:05]  ===============================
[
08:37:05]       sscanf plugin loaded.     
[
08:37:05]    (c2009 Alex "******" Cole
[08:37:05]  ===============================
[
08:37:05]   Loaded.
[
08:37:05]  Loading pluginstreamer.so
[08:37:05
*** 
Streamer Plugin v2.5.2 R2 by Incognito loaded ***
[
08:37:05]   Loaded.
[
08:37:05]  Loading pluginwp.so
[08:37:05]  
[
08:37:05]  ==================
[
08:37:05]  
[
08:37:05]   Whirlpool loaded
[08:37:05]  
[
08:37:05]  ==================
[
08:37:05]  
[
08:37:05]   Loaded.
[
08:37:05]  Loading pluginGeoIP_Plugin.so
[08:37:05GeoIP_Plugin got loaded.
[
08:37:05]   Loaded.
[
08:37:05]  Loading pluginirc.so
[08:37:05
*** 
IRC Plugin v1.4.1 by Incognito loaded ***
[
08:37:05]   Loaded.
[
08:37:05]  Loaded 6 plugins.
[
08:37:05] [MySQLThread runningThreadsafeYes.
[
08:37:05
[
08:37:05Filterscripts
[08:37:05] ---------------
[
08:37:05]   Loading filterscript 'ls_elevator.amx'...
[
08:37:05]   Loaded 1 filterscripts.
[
08:37:05Script[gamemodes/vx-rp.amx]: Run time error 19"File or function is not found"
[08:37:05Number of vehicle models



Re: Issues with Run time error 19 - Silentfood - 16.12.2011

Anyone got a fix?


Re: Issues with Run time error 19 - Silentfood - 16.12.2011

I need a solution quick, sorry.


Re: Issues with Run time error 19 - vassilis - 16.12.2011

have you put all scriptfiles to the scriptfiles folder of your server?


Re: Issues with Run time error 19 - Silentfood - 16.12.2011

There's really no scriptfiles I'm using.
Really, there's none.


Re: Issues with Run time error 19 - Silentfood - 16.12.2011

This is getting time-lengthy, and I can't seem to find an answer.


Re: Issues with Run time error 19 - Gamer_Z - 16.12.2011

https://sampforum.blast.hk/showthread.php?tid=249226 ,