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

hb .4001 wont load

froggystyle

New Member
Joined
Jan 8, 2011
Messages
305
Reaction score
0
[10:11:21 PM:303] Gatherbuddy Sessions: 0/0
Honorbuddy Sessions: 0/0
Shared Sessions: 1/3
[10:11:21 PM:304] Lifetime user detected. Disabling flight checks.
[10:11:23 PM:751] Error - Endscene hook failed: Value cannot be null.
Parameter name: EndSceneProc passed to Executor constructor was invalid.
[10:11:23 PM:788] Attached to WoW with ID 4656
[10:11:35 PM:457] Error saving settings.
[10:11:35 PM:460] System.TypeInitializationException: The type initializer for 'Styx.Helpers.LevelbotSettings' threw an exception. ---> System.Exception: Invalid executor used in GetObjectName
at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
at System.Windows.Forms.Control.Invoke(Delegate method)
at ..()
at ..(Object o)
at System.Threading._ThreadPoolWaitCallback.WaitCallback_Context(Object state)
at System.Threading.ExecutionContext.runTryCode(Object userData)
at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading._ThreadPoolWaitCallback.PerformWaitCallbackInternal(_ThreadPoolWaitCallback tpWaitCallBack)
at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback(Object state)
--- End of inner exception stack trace ---
at ..()
[10:11:35 PM:563]
 
[10:11:21 PM:303] Gatherbuddy Sessions: 0/0
Honorbuddy Sessions: 0/0
Shared Sessions: 1/3
[10:11:21 PM:304] Lifetime user detected. Disabling flight checks.
[10:11:23 PM:751] Error - Endscene hook failed: Value cannot be null.
Parameter name: EndSceneProc passed to Executor constructor was invalid.
[10:11:23 PM:788] Attached to WoW with ID 4656
[10:11:35 PM:457] Error saving settings.
[10:11:35 PM:460] System.TypeInitializationException: The type initializer for 'Styx.Helpers.LevelbotSettings' threw an exception. ---> System.Exception: Invalid executor used in GetObjectName
at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
at System.Windows.Forms.Control.Invoke(Delegate method)
at ..()
at ..(Object o)
at System.Threading._ThreadPoolWaitCallback.WaitCallback_Context(Object state)
at System.Threading.ExecutionContext.runTryCode(Object userData)
at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading._ThreadPoolWaitCallback.PerformWaitCallbackInternal(_ThreadPoolWaitCallback tpWaitCallBack)
at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback(Object state)
--- End of inner exception stack trace ---
at ..()
[10:11:35 PM:563]

Looks like incorrect DX version with WoW
try this
Then you need to do this /run print(GetCVar('gxApi'))
open the chatbox in wow copy paste that press enter.
If it prints D3D9 ure all good if it says D3D11 you have to open your Config.wtf file and edit this row:
SET gxApi "D3D11"

Make sure it looks like this:
SET gxApi "D3D9"

 
If you are getting this exception:
Invalid Executor, Styx.Helpers.CharacterSettings threw an exception, or
Error - Endscene hook failed: Value cannot be null.
Parameter name: EndSceneProc passed to Executor constructor was invalid, or
something similiar to that.

Then you need to do this /run print(GetCVar('gxApi'))

open the chatbox in wow copy paste that press enter.
If it prints D3D9 ure all good if it says D3D11 you have to open your Config.wtf file and edit this row:
SET gxApi "D3D11"

Make sure it looks like this:
SET gxApi "D3D9"

 
Back
Top