What's new
  • Visit Rebornbuddy
  • Visit Resources
  • Visit API Documentation
  • Visit Downloads
  • Visit Portal
  • Visit Panda Profiles
  • Visit LLamamMagic

DB - "unknown func passed to hook"

gamind

New Member
Joined
Dec 9, 2012
Messages
15
Reaction score
0
I am setting up a new computer to bot on and am having trouble gettting DB to hook and run.

Here is the Log of the error:

[10:44:15.473 N] Demonbuddy v1.0.1236.294 started
[10:44:15.497 N] Logging in...
[10:44:16.578 N] Error attaching to Diablo III, Reason:System.Exception: Could not setup Executor; unknown func passed to hook
at Zeta.MemoryManagement.Executor.()
at Zeta.MemoryManagement.Executor.()
at Zeta.MemoryManagement.Executor..ctor(ExternalProcessReader memory, IntPtr endscene)
at Zeta.MemoryManagement.ExternalProcessReader..ctor(Process proc)
at Zeta.ZetaDia.TryInitialize(Process proc, String& reason)

I have freshly installed both .NET framework and the C++ redistributable package (and rebooted my computer). I am running all programs as administrator. I have deleted the files in zh-Hans and the Settings folders but I still receive the same error.

Please help!

Thanks.
 
I reinstalled DB and I am now getting a slightly different error message:

[11:04:13.978 N] Demonbuddy v1.0.1236.294 started
[11:04:15.818 N] Logging in...
[11:04:37.817 N] Error attaching to Diablo III, Reason:System.AccessViolationException: Could not read bytes from 733C279F [299]!
at Zeta.MemoryManagement.ExternalProcessReader.ReadBytes(IntPtr address, Int32 count, Boolean isRelative)
at Zeta.MemoryManagement.ExternalProcessReader.Read[T](IntPtr address, Boolean isRelative)
at Zeta.MemoryManagement.Executor..ctor(ExternalProcessReader memory, IntPtr endscene)
at Zeta.MemoryManagement.ExternalProcessReader..ctor(Process proc)
at Zeta.ZetaDia.TryInitialize(Process proc, String& reason)
 
do you have any 3rd party D3 hacks/tools/programs installed?
 
I do not have any other hacks or tools installed. I've had no problems installing and using DB on two of my other computers.
 
are you logged as admin on that machine?

aand also make sure you are running D3 exe not D3 launcher
 
Yes, I am on the admin account.

I am running the D3.exe.
 
Make sure you are right clicking both D3 and DB and running both as admin.
 
remove:
- microsoft .net framework 4 client profile
- microsoft .net framework 4 extended
- microsoft visual c++ 2010 x86 redistributable

restart your pc,
download the DB installationwizard from here
run it as administrator.
after the wizard is done, run windows update. And install all updates for .net & c++
restart

download a clean install of DB
run diablo3 and demonbuddy as administrator.
 
Back
Top