When posting crash logs; please make sure you remove your character name from the log. (And the number that comes after it)
Local Player: <name>, <guid>, (-2778.96,-5445.37,253.408)
^ The above line should be 'hidden'.
I removed your attachment for you.
Looking at the crash log; this doesn't seem to be directly HB related.
6BEF2D65 003EFCDC 0001:00001D65 C:\Program Files (x86)\NVIDIA Corporation\CoProcManager\nvd3d9wrap.dll
The above DLL is causing it to crash when we apply our own EndScene hook. (Many programs hook EndScene, however, some don't work so well when there are multiple applications hooking the same function.)
I'd suggest finding out what that CoProcManager is for; and either disabling it, or uninstalling it. (I've never seen that specific folder form any NVIDIA application, so I can't really give you much more info on what to do.)