SA-MP Forums Archive
plugins fail to load - 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: plugins fail to load (/showthread.php?tid=375526)



plugins fail to load - shivkat - 07.09.2012

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

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

[01:47:05] filterscripts = "" (string)
[01:47:05]
[01:47:05] Server Plugins
[01:47:05] --------------
[01:47:05] Loading plugin: Whirlpool
[01:47:05] Failed (plugins/Whirlpool: cannot open shared object file: No such file or directory)
[01:47:05] Loading plugin: streamer
[01:47:05] Failed (plugins/streamer: cannot open shared object file: No such file or directory)
[01:47:05] Loading plugin: GeoIP_Plugin
[01:47:05] Failed (plugins/GeoIP_Plugin: cannot open shared object file: No such file or directory)
[01:47:05] Loading plugin: sscanf
[01:47:05] Failed (plugins/sscanf: cannot open shared object file: No such file or directory)
[01:47:05] Loading plugin: y_files
[01:47:05] Failed (plugins/y_files: cannot open shared object file: No such file or directory)
[01:47:05] Loaded 0 plugins.

[01:47:05]
[01:47:05] Filterscripts
[01:47:05] ---------------
[01:47:05] Loaded 0 filterscripts.

[01:47:05] Script[gamemodes/SATDM_v11.amx]: Run time error 19: "File or function is not found"
[01:47:05] Number of vehicle models: 0
[01:47:34] Incoming connection: 59.180.126.137:2538
[01:47:35] [join] [UIDD]Jai[IND] has joined the server (0:59.180.126.137)
[01:47:43] [part] [UIDD]Jai[IND] has left the server (0:1)
[01:48:32] Incoming connection: 59.180.126.137:2539
[01:48:33] [join] [UIDD]Jai[IND] has joined the server (0:59.180.126.137)
[01:48:43] RCON (In-Game): Player #0 ([UIDD]Jai[IND]) has logged in.
[01:48:47] RCON (In-Game): Player [[UIDD]Jai[IND]] sent command: exit
[01:48:47] --- Server Shutting Down.
[01:48:47] [part] [UIDD]Jai[IND] has left the server (0:0)


Re: plugins fail to load - ColorHost-Kevin - 07.09.2012

Seems you need to load the linux .so plugin.

So for example:

you want to load "streamer" you need to place "streamer.so" in your configuration.


Re: plugins fail to load - Jikesh - 07.09.2012

Run time error 19 is caused when plugins fails to load.
If you are on a linux system use plugins name like Whirlpool.so


Re: plugins fail to load - shivkat - 07.09.2012

lol
dint realise
thnks guys