SA-MP Forums Archive
Error: Function not registered: 'WP_Hash' - 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: Error: Function not registered: 'WP_Hash' (/showthread.php?tid=482989)



Error: Function not registered: 'WP_Hash' - Arnold_Collins - 23.12.2013

After im trying to run my server and put it online it show

Code:
Script[gamemodes/COD6v3.amx]: Run time error 19: "File or function is not found"
But i have all the needed plugins and the nativechecker show this

Code:
Error: Function not registered: 'WP_Hash'
What should i do? -_-


Re: Error: Function not registered: 'WP_Hash' - Konstantinos - 23.12.2013

Whirlpool either failed to load or was not written in server.cfg in order to be loaded.


Re: Error: Function not registered: 'WP_Hash' - SilentSoul - 23.12.2013

Download whirlpool https://sampforum.blast.hk/showthread.php?tid=65290
EDIT: Konstantinos You were faster man .


Re: Error: Function not registered: 'WP_Hash' - Arnold_Collins - 23.12.2013

Download and added at server.cfg same thing.. no matter if i put whirlpool.so or .dll same error
The Log's
Code:
SA-MP Dedicated Server
----------------------
v0.3x-R2, ©2005-2013 SA-MP Team

[19:37:10] 
[19:37:10] Server Plugins
[19:37:10] --------------
[19:37:10]  Loading plugin: streamer.so
[19:37:10] 

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

[19:37:10]   Loaded.
[19:37:10]  Loading plugin: sscanf.so
[19:37:10] 

[19:37:10]  ===============================

[19:37:10]       sscanf plugin loaded.     

[19:37:10]          Version:  2.8.1        

[19:37:10]    © 2012 Alex "******" Cole  

[19:37:10]  ===============================

[19:37:10]   Loaded.
[19:37:10]  Loading plugin: whirlpool.so
[19:37:10]   Failed (plugins/whirlpool.so: cannot open shared object file: No such file or directory)
[19:37:10]  Loading plugin: nativechecker.so
[19:37:10]   Loaded.
[19:37:10]  Loaded 3 plugins.

[19:37:10] 
[19:37:10] Filterscripts
[19:37:10] ---------------
[19:37:10]   Loading filterscript 'base.amx'...
[19:37:10] 
--Base FS loaded.

[19:37:10]   Loading filterscript 'gl_actions.amx'...
[19:37:10]   Loaded 2 filterscripts.

[19:37:10]    Error: Function not registered: 'WP_Hash'
[19:37:10] Script[gamemodes/COD6v3.amx]: Run time error 19: "File or function is not found"
[19:37:10] Number of vehicle models: 0
Where should SDK folder and other files should be putted?


Re: Error: Function not registered: 'WP_Hash' - Konstantinos - 23.12.2013

Letter case matters on Linux.

The plugin file is: Whirlpool.so

In server.cfg
pawn Code:
plugins streamer.so sscanf.so Whirlpool.so nativechecker.so
NOTE: And just make sure once again that Whirlpool.so is into plugins folder.


Re: Error: Function not registered: 'WP_Hash' - Arnold_Collins - 23.12.2013

Oh gosh im so stupid.. It was whirlpool and not Whirlpool with Capital letter.. and to think i lost 7 hours trying to fix it lol..

Thanks a lot.. this is 2nd time..


Re: Error: Function not registered: 'WP_Hash' - izeatfishz - 30.03.2015

wrong sec