You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've got a simple testing script and I find myself unable to hook. I'm using dolphin 5.0-14095. while not dolphin_memory_engine.is_hooked(): dolphin_memory_engine.hook() print("hooking")
This simply loops forever. If I opt not to use the loop, any attempts to read values either result in 0 (for single bytes) or empty bytes for multiple.
How would I go about fixing this? Thank you.
The text was updated successfully, but these errors were encountered:
This doesn't have the perfect visibility for why hooking fails, but I also don't have much as well.
One thing I've been told helps is running python as admin, if on Windows.
Hello,
I've got a simple testing script and I find myself unable to hook. I'm using dolphin 5.0-14095.
while not dolphin_memory_engine.is_hooked(): dolphin_memory_engine.hook() print("hooking")
This simply loops forever. If I opt not to use the loop, any attempts to read values either result in 0 (for single bytes) or empty bytes for multiple.
How would I go about fixing this? Thank you.
The text was updated successfully, but these errors were encountered: