View Single Post
ipickedtheturtle001
Junior Member
Join Date: Sep 2019
Old 11-01-2019 , 21:13   Re: DHooks (Dynamic Hooks - Dev Preview)
Reply With Quote #718

Quote:
Originally Posted by hmmmmm View Post
You need to unload it by giving it a number
sm exts unload 11

When you do "sm exts load dhooks", if it's already loaded then SM will tell you it loaded successfully (even though it didn't). Which is why you need to unload it properly before loading it again to see the actual error message.
Code:
sm exts unload 11
[SM] Extension dhooks.ext.so is now unloaded.
sm exts load dhooks
[SM] Loaded extension dhooks.ext.so successfully.
sm exts unload 16
[SM] Extension dhooks.ext.so is now unloaded.
sm exts load dhooks
[SM] Loaded extension dhooks.ext.so successfully.
It doesnt say any other error besides the one in "sm exts list"
[16] <FAILED> file "dhooks.ext.so": Could not find interface: IBinTools

Last edited by ipickedtheturtle001; 11-01-2019 at 21:13.
ipickedtheturtle001 is offline