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



Run time error 19: Whirpool plugin failed to load. - Twizted - 12.02.2014

The only plugin I'm using in Whirpool. I have the most recent version and in the server.cfg file I have a line to input all the plugins. Though, when I run samp-server.exe, I get this error on the console:

What can I do to fix this?


Re: Run time error 19 - Konstantinos - 12.02.2014

Load nativechecker plugin and add it last in plugins line in server.cfg
Run the server again and it will print what functions are not registered.


Re: Run time error 19 - Twizted - 12.02.2014

Error: Function not registered: 'WP_Hash'.

Browsed around before posting and I found some replies, though they all related to upper-case writing of Whirpool in Linux. Not my case, I use Windows and this is my server.cfg:

Код:
plugins Whirpool nativechecker



Re: Run time error 19 - kooltuO - 12.02.2014

You sure you have the nativechecker plugin?
Does your server need any other include's not only Whirlpool? I guess sscanf and streamer, but do they?


Re: Run time error 19 - Konstantinos - 12.02.2014

Does Whirlpool fail to load? The case in letters doesn't matter in Windows.


Re: Run time error 19 - kooltuO - 12.02.2014

Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
Does Whirlpool fail to load? The case in letters doesn't matter in Windows.
about this, whirlpool fails to load at me everytime, at windows and Linux both. Could be that too


Re: Run time error 19 - Twizted - 12.02.2014

Код:
[16:09:40]  Loading plugin: Whirpool
[16:09:40]   Failed.
[16:09:40]  Loading plugin: nativechecker
[16:09:40]   Loaded.
[16:09:40]  Loaded 1 plugins.
It is failing to load, indeed.


Re: Run time error 19 - kooltuO - 12.02.2014

Quote:
Originally Posted by Twizted
Посмотреть сообщение
Код:
[16:09:40]  Loading plugin: Whirpool
[16:09:40]   Failed.
[16:09:40]  Loading plugin: nativechecker
[16:09:40]   Loaded.
[16:09:40]  Loaded 1 plugins.
It is failing to load, indeed.
got the same problem. I hope to found out what it is as soon as possible.


Re: Run time error 19 - Konstantinos - 12.02.2014

Those might help you to fix your problem:

https://sampforum.blast.hk/showthread.php?tid=379312
https://sampforum.blast.hk/showthread.php?tid=381397


Re: Run time error 19 - ACI - 12.02.2014

Have you registered WP_Hash(...) in a wrong way? I am not sure.

Edit:

pawn Код:
native WP_Hash(buffer[], len, const str[]);