SA-MP Forums Archive
Plugin Problem - 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: Plugin Problem (/showthread.php?tid=620363)



Plugin Problem - jhonloyd20 - 29.10.2016

Anyone can tell me why i cannot load The whirlpool.so

server log Here

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

SA-MP Dedicated Server
----------------------
v0.3z-R4, ©2005-2014 SA-MP Team

[09:02:54]
[09:02:54] Server Plugins
[09:02:54] --------------
[09:02:54] Loading plugin: crashdetect.so
[09:02:54] CrashDetect v4.15.1 is OK.
[09:02:54] Loaded.
[09:02:54] Loading plugin: sscanf.so
[09:02:54]

[09:02:54] ===============================

[09:02:54] sscanf plugin loaded.

[09:02:54] Version: 2.8.1

[09:02:54] © 2012 Alex "******" Cole

[09:02:54] ===============================

[09:02:54] Loaded.
[09:02:54] Loading plugin: streamer.so
[09:02:54]

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

[09:02:54] Loaded.
[09:02:54] Loading plugin: MapAndreas.so
[09:02:54] Loaded.
[09:02:54] Loading plugin: mysql.so
[09:02:54] >> plugin.mysql: R39-2 successfully loaded.
[09:02:54] Loaded.
[09:02:54] Loading plugin: Whirlpool.so
[09:02:54] Failed (plugins/Whirlpool.so: cannot open shared object file: No such file or directory)
[09:02:54] Loading plugin: socket.so
[09:02:54] Socket plugin v0.2b loaded.
[09:02:54] Loaded.
[09:02:54] Loaded 6 plugins.

[09:02:54]
[09:02:54] Filterscripts
[09:02:54] ---------------
[09:02:54] Loading filterscript 'UltraHost.amx'...
[09:02:54] Loading filterscript 'base.amx'...
[09:02:54]
--Base FS loaded.

[09:02:54] Loaded 2 filterscripts.

[09:02:54] [debug] Run time error 19: "File or function is not found"
[09:02:54] [debug] IsValidActor
[09:02:54] [debug] WP_Hash
[09:02:54] [debug] Run time error 19: "File or function is not found"
[09:02:54] [debug] IsValidActor
[09:02:54] [debug] WP_Hash
[09:02:54] Script[gamemodes/CCNR.amx]: Run time error 19: "File or function is not found"
[09:02:54] Number of vehicle models: 0


Re: Plugin Problem - SyS - 29.10.2016

is it located in the directory ? And also always keep in mind that linux is case sensitive


Re: Plugin Problem - Logic_ - 29.10.2016

whirlpool.so must be all in small case letters.


Re: Plugin Problem - jhonloyd20 - 29.10.2016

Quote:
Originally Posted by Sreyas
Посмотреть сообщение
is it located in the directory ? And also always keep in mind that linux is case sensitive
sir what can i do?


Re: Plugin Problem - jhonloyd20 - 29.10.2016

Quote:
Originally Posted by ALiScripter
Посмотреть сообщение
whirlpool.so must be all in small case letters.
Thank you sir i fix