Failure to activate HPMHooking

bWolfie

I'm the man
Messages
850
Points
0
Location
Alberta, Midgard
Github
bWolfie
Emulator
Who can help me here? Whenever I try to turn on HPMHooking in plugins.conf, this happens:
Code:
remote: [Fatal Error][Fatal Error]: HPM:plugin_load: failed to load 'plugins/HPMHooking_login.so' (error: plugins/HPMHooking_login.so: cannot open shared object file: No such file or directory)!
remote: : HPM:plugin_load: failed to load 'plugins/HPMHooking_char.so' (error: plugins/HPMHooking_char.so: cannot open shared object file: No such file or directory)!
remote: [Fatal Error]: HPM:plugin_load: failed to load 'plugins/HPMHooking_map.so' (error: plugins/HPMHooking_map.so: cannot open shared object file: No such file or directory)!
 
My plugins.conf is normal, I have uncommented HPMhooking.
Code:
plugins_list: [
    /* Enable HPMHooking when plugins in use rely on Hooking */
    "HPMHooking",
    //"db2sql",
    //"sample",
    //"other",
    "whosell",
]
 
Build all what present in hercules, by running command:

make

 
You must build your server. I gave you command to build it

 
Back
Top