What is problem? - 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: What is problem? (
/showthread.php?tid=427908)
What is problem? -
xxxDeathxxx - 03.04.2013
[22:36:33] Loading plugin: Whirlpool.so
[22:36:33] Failed (plugins/Whirlpool.so: wrong ELF class: ELFCLASS64)
[22:36:33] Error: Function not registered: 'WP_Hash'
[22:36:33] Script[gamemodes/NGS.amx]: Run time error 19: "File or function is not found"
cannot start server because of that error
Re: What is problem? -
NL-Sultan - 03.04.2013
Did you include 'Whirlpool' in server.confg/did you include it in the script?
Re: What is problem? -
xxxDeathxxx - 03.04.2013
whirlpool cannot be included in script, whirl pool dosent have include file
Re: What is problem? -
MarioVPS - 03.04.2013
check if you are using windows so you must use .dll plugins type in server.cfg (EXAMPLE: whirlpool.dll sscanf.dll) and if linux so use .so as you use now , and recompile your gamemode and check what's the problem and fix it
Re: What is problem? -
Vince - 03.04.2013
You are trying to use a plugin that was compiled on a 64 bit machine on a 32 bit machine.
Re: What is problem? -
xxxDeathxxx - 03.04.2013
Quote:
Originally Posted by Vince
You are trying to use a plugin that was compiled on a 64 bit machine on a 32 bit machine.
|
Well i tryed 32 bit, then my filterscripts fails, and shows server is online, but in client it isnt, i contacted with a my host support , and i asked what bit servers they have, they sayd 64bit... so i tryed again 64bit linux whirlpool and same problem
Re: What is problem? -
Ibrahim.E - 03.04.2013
Check if there is any plugin missed or something