Run time error 19: "File or function is not found"?
#1

Ok, this is getting really annoying now, I have updated ALL of the plugins and includes, I have compiled my script and it is fine. It runs perfectly when I run "samp-server", but when I upload the script to "volt-host, I am getting this error, Please Help "

Code:
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3e, ©2005-2012 SA-MP Team

[21:48:45]bind 91.121.248.74
[21:48:45]bind 91.121.248.74 Server Plugins
[21:48:45]bind 91.121.248.74 --------------
[21:48:45]bind 91.121.248.74 Loading plugin: audio.so
[21:48:45]bind 91.121.248.74
*** Audio Plugin v0.4 by Incognito loaded ***

[21:48:45]bind 91.121.248.74 Loaded.
[21:48:45]bind 91.121.248.74 Loading plugin: sscanf.so
[21:48:45]bind 91.121.248.74

[21:48:45]bind 91.121.248.74 ===============================

[21:48:45]bind 91.121.248.74 sscanf plugin loaded.

[21:48:45]bind 91.121.248.74 © 2009 Alex "******" Cole

[21:48:45]bind 91.121.248.74 0.3d-R2 500 Players "dnee"

[21:48:45]bind 91.121.248.74 ===============================

[21:48:45]bind 91.121.248.74 Loaded.
[21:48:45]bind 91.121.248.74 Loading plugin: streamer.so
[21:48:45]bind 91.121.248.74

*** Streamer Plugin v2.6.1 by Incognito loaded ***

[21:48:45]bind 91.121.248.74 Loaded.
[21:48:45]bind 91.121.248.74 Loaded 3 plugins.

[21:48:45]bind 91.121.248.74
[21:48:45]bind 91.121.248.74 Filterscripts
[21:48:45]bind 91.121.248.74 ---------------
[21:48:45]bind 91.121.248.74 Loading filterscript 'anims.amx'...
[21:48:45]bind 91.121.248.74 Loading filterscript 'buttons.amx'...
[21:48:45]bind 91.121.248.74 Loading filterscript 'carwash.amx'...
[21:48:45]bind 91.121.248.74
-----------------------------------------------
[21:48:45]bind 91.121.248.74
[21:48:45]bind 91.121.248.74 ---=== Car Wash Filterscript ===---
[21:48:45]bind 91.121.248.74
[21:48:45]bind 91.121.248.74 -------------- Copyright -- 2011 --------------

[21:48:45]bind 91.121.248.74 Loading filterscript 'pRadio.amx'...
[21:48:45]bind 91.121.248.74 =======================================
[21:48:45]bind 91.121.248.74 Radio Filter Script by proking - LOADED
[21:48:45]bind 91.121.248.74 =======================================
[21:48:45]bind 91.121.248.74 Loading filterscript 'GATE.amx'...
[21:48:45]bind 91.121.248.74 Loaded 5 filterscripts.

[21:48:45]bind 91.121.248.74 Script[gamemodes/new.amx]: Run time error 19: "File or function is not found"
[21:48:45]bind 91.121.248.74 Number of vehicle models: 0
Reply
#2

Maybe the host works with Windows ...
Reply
#3

Quote:
Originally Posted by Viniborn
View Post
Maybe the host works with Windows ...
I've tried and got the same error as-well as..

[22:04:49] Server Plugins
[22:04:49] --------------
[22:04:49] Loading plugin: audio
[22:04:49] Failed (plugins/audio: cannot open shared object file: No such file or directory)
[22:04:49] Loading plugin: sscanf
[22:04:49] Failed (plugins/sscanf: cannot open shared object file: No such file or directory)
[22:04:49] Loading plugin: streamer
[22:04:49] Failed (plugins/streamer: cannot open shared object file: No such file or directory)
[22:04:49] Loaded 0 plugins.
Reply
#4

how u add plugins name in server.cfg
Reply
#5

The host is obviously linux, since his first post shows that the .so plugins are loading.

Try to download nativechecker, and place it last in your plugins line in server.cfg

Run the server, and it should tell you whats wrong with it at the bottom of the server-log
Reply
#6

ya Kindred
if we put in capital letter .SO it wont work.
small letter .so it will work.
$exy add plugins like this in your hosting site server.cfg
Quote:

plugins audio.so sscanf.so streamer.so

Reply
#7

Quote:
Originally Posted by $exy
View Post
Ok, this is getting really annoying now, I have updated ALL of the plugins and includes, I have compiled my script and it is fine. It runs perfectly when I run "samp-server", but when I upload the script to "volt-host, I am getting this error, Please Help "

Code:
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3e, ©2005-2012 SA-MP Team

[21:48:45]bind 91.121.248.74
[21:48:45]bind 91.121.248.74 Server Plugins
[21:48:45]bind 91.121.248.74 --------------
[21:48:45]bind 91.121.248.74 Loading plugin: audio.so
[21:48:45]bind 91.121.248.74
*** Audio Plugin v0.4 by Incognito loaded ***

[21:48:45]bind 91.121.248.74 Loaded.
[21:48:45]bind 91.121.248.74 Loading plugin: sscanf.so
[21:48:45]bind 91.121.248.74

[21:48:45]bind 91.121.248.74 ===============================

[21:48:45]bind 91.121.248.74 sscanf plugin loaded.

[21:48:45]bind 91.121.248.74 © 2009 Alex "******" Cole

[21:48:45]bind 91.121.248.74 0.3d-R2 500 Players "dnee"

[21:48:45]bind 91.121.248.74 ===============================

[21:48:45]bind 91.121.248.74 Loaded.
[21:48:45]bind 91.121.248.74 Loading plugin: streamer.so
[21:48:45]bind 91.121.248.74

*** Streamer Plugin v2.6.1 by Incognito loaded ***

[21:48:45]bind 91.121.248.74 Loaded.
[21:48:45]bind 91.121.248.74 Loaded 3 plugins.

[21:48:45]bind 91.121.248.74
[21:48:45]bind 91.121.248.74 Filterscripts
[21:48:45]bind 91.121.248.74 ---------------
[21:48:45]bind 91.121.248.74 Loading filterscript 'anims.amx'...
[21:48:45]bind 91.121.248.74 Loading filterscript 'buttons.amx'...
[21:48:45]bind 91.121.248.74 Loading filterscript 'carwash.amx'...
[21:48:45]bind 91.121.248.74
-----------------------------------------------
[21:48:45]bind 91.121.248.74
[21:48:45]bind 91.121.248.74 ---=== Car Wash Filterscript ===---
[21:48:45]bind 91.121.248.74
[21:48:45]bind 91.121.248.74 -------------- Copyright -- 2011 --------------

[21:48:45]bind 91.121.248.74 Loading filterscript 'pRadio.amx'...
[21:48:45]bind 91.121.248.74 =======================================
[21:48:45]bind 91.121.248.74 Radio Filter Script by proking - LOADED
[21:48:45]bind 91.121.248.74 =======================================
[21:48:45]bind 91.121.248.74 Loading filterscript 'GATE.amx'...
[21:48:45]bind 91.121.248.74 Loaded 5 filterscripts.

[21:48:45]bind 91.121.248.74 Script[gamemodes/new.amx]: Run time error 19: "File or function is not found"
[21:48:45]bind 91.121.248.74 Number of vehicle models: 0
Say Which all includes your using in GM
Reply
#8

Quote:
Originally Posted by Viniborn
View Post
Maybe the host works with Windows ...
Quote:
Originally Posted by God'Z War
View Post
Say Which all includes your using in GM
I am using the following..

#include <a_samp>
#include <Dini>
#include <streamer>
#include <a_zones>
#include <foreach>
#include <yom_buttons>
#include <djson>
#include <progress>
#include <YSI\y_timers>
#include <ZCMD>
#include <sscanf2>
#include <audio>
Reply
#9

$exy plz check your script file fully uploaded or reupload one more time
Reply
#10

Quote:
Originally Posted by Kindred
View Post
The host is obviously linux, since his first post shows that the .so plugins are loading.

Try to download nativechecker, and place it last in your plugins line in server.cfg

Run the server, and it should tell you whats wrong with it at the bottom of the server-log
I have added "nativechecker" and put in the server.cfg.. and I get the following error.. -.-

[23:49:49] Loading plugin: nativechecker
[23:49:49] Failed (plugins/nativechecker: cannot open shared object file: No such file or directory)
Reply
#11

Download nativechecker and actually put it in the plugins folder.

HERE is nativechecker.
Reply
#12

Do you have CentOS Linux ? If you have it proof it.

By default, CentOS 5 has the SE Linux feature set to enforcing. So, sometimes when you install CUBRID on CentOS and try to start the cubrid services cubrid service start, you may encounter the following error:
Run time error 19

To temporarily disable enforcement on a running system, type
/usr/sbin/setenforce 0

To permanently disable enforcement during a system startup
change "enforcing" to "disabled" in ''/etc/selinux/config'' and reboot.

It work for me.
Reply
#13

Quote:
Originally Posted by Kindred
View Post
Download nativechecker and actually put it in the plugins folder.

HERE is nativechecker.
It is in the plugins folder...
Reply
#14

Ok, It come up with this... any ideas?

[01:27:23] Error: Function not registered: 'Streamer_CallbackHook'
[01:27:23] Script[gamemodes/new.amx]: Run time error 19: "File or function is not found"
[01:27:23] Number of vehicle models: 0
Reply
#15

I have it! Thank you guys so much for all your help
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)