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

Exceptions leading to Diablo crash

RedVexFan

New Member
Joined
Jun 15, 2012
Messages
22
Reaction score
0
If i get stuck i sometimes get some exceptions leading to diablo crashes. I dont know if it always happens because the bot gets stuck (exceptions dont seem to be related to that) but the last 2 logs i pulled looked somewhat similar to the following:

Code:
[23:16:58.385 D] [Stuck Handler] We're stuck at <848.6617, 1348.735, 196.8707>
[23:16:58.399 D] Navigator.Clear
[23:16:58.528 D] Generating path to Lair of the Witch entry point - <895.123, 1214.042, 196.8707>
[23:16:58.583 D] Successfully generated path from {X=251,Y=147} to {X=197,Y=166} in 00:00:00.0005825 with 61(5) hops
[23:16:58.583 D] Client path generated.
[23:16:58.583 D] Generated path to <895.123, 1214.042, 196.8707> (Lair of the Witch entry point) with 5 hops.
[23:16:58.836 D] System.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
   bei Zeta.Internals.Actors.DiaActivePlayer.get_NumBackpackSlots()
   bei Zeta.Internals.Actors.DiaActivePlayer.InventoryManager.get_NumBackpackSlots()
   bei Zeta.CommonBot.Logic.BrainBehavior.()
   bei Zeta.CommonBot.Logic.BrainBehavior.()
   bei Zeta.CommonBot.Logic.BrainBehavior.()
[23:16:58.837 D] System.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
   bei Zeta.Internals.Actors.DiaUnit.get_HitpointsCurrent()
   bei Zeta.Internals.Actors.DiaUnit.get_IsDead()
   bei Zeta.CommonBot.Logic.BrainBehavior.(Object ret)
   bei Zeta.TreeSharp.Decorator.CanRun(Object context)
   bei Zeta.TreeSharp.Decorator..MoveNext()
   bei (Object )
   bei Zeta.TreeSharp.Composite.Tick(Object context)
   bei Zeta.TreeSharp.PrioritySelector..MoveNext()
   bei (Object )
   bei Zeta.TreeSharp.Composite.Tick(Object context)
   bei Zeta.Common.HookExecutor.Run(Object context)
   bei Zeta.TreeSharp.Action.RunAction(Object context)
   bei Zeta.TreeSharp.Action..MoveNext()
   bei (Object )
   bei Zeta.TreeSharp.Composite.Tick(Object context)
   bei Zeta.TreeSharp.PrioritySelector..MoveNext()
   bei (Object )
   bei Zeta.TreeSharp.Composite.Tick(Object context)
   bei Zeta.CommonBot.BotMain.()
[23:16:59.714 N] [Unstucker v1.8] Leaving the game.
[23:17:09.914 D] System.Exception: Process must have frozen or gotten out of sync: InjectionFinishedEvent_was_never_fired
   bei ..(String debugMessage)
   bei Zeta.Internals.Actors.DiaActivePlayer.UsePower(SNOPower power, Vector3 clickPos, Int32 worldDynamicId, Int32 powerType, Int32 targetACDGuid)
   bei Zeta.Internals.Actors.ActorMovement.MoveActor(Vector3 position, Single velocity, Int32 flags, Int32 snoPowerWalk)
   bei Belphegor.BelphegorPlayerMover.MoveTowards(Vector3 to)
   bei Zeta.Navigation.DefaultNavigationProvider.(String destinationName)
   bei Zeta.Navigation.DefaultNavigationProvider.MoveTo(Vector3 destination, String destinationName, Boolean useRaycast)
   bei Zeta.Navigation.Navigator.MoveTo(Vector3 destination, String destinationName, Boolean useRaycast)
   bei Zeta.CommonBot.CommonBehaviors..(Object o)
   bei Zeta.TreeSharp.Action.RunAction(Object context)
   bei Zeta.TreeSharp.Action..MoveNext()
   bei (Object )
   bei Zeta.TreeSharp.Composite.Tick(Object context)
   bei Zeta.TreeSharp.PrioritySelector..MoveNext()
   bei (Object )
   bei Zeta.TreeSharp.Composite.Tick(Object context)
   bei Zeta.TreeSharp.PrioritySelector..MoveNext()
   bei (Object )
   bei Zeta.TreeSharp.Composite.Tick(Object context)
   bei Zeta.Common.HookExecutor.Run(Object context)
   bei Zeta.TreeSharp.Action.RunAction(Object context)
   bei Zeta.TreeSharp.Action..MoveNext()
   bei (Object )
   bei Zeta.TreeSharp.Composite.Tick(Object context)
   bei Zeta.TreeSharp.PrioritySelector..MoveNext()
   bei (Object )
   bei Zeta.TreeSharp.Composite.Tick(Object context)
   bei Zeta.TreeSharp.PrioritySelector..MoveNext()
   bei (Object )
   bei Zeta.TreeSharp.Composite.Tick(Object context)
   bei Zeta.Common.HookExecutor.Run(Object context)
   bei Zeta.TreeSharp.Action.RunAction(Object context)
   bei Zeta.TreeSharp.Action..MoveNext()
   bei (Object )
   bei Zeta.TreeSharp.Composite.Tick(Object context)
   bei Zeta.TreeSharp.PrioritySelector..MoveNext()
   bei (Object )
   bei Zeta.TreeSharp.Composite.Tick(Object context)
   bei Zeta.CommonBot.BotMain.()
[23:17:10.014 D] System.AccessViolationException: Could not read bytes from 015A0BEC [299]!
   bei Zeta.MemoryManagement.ExternalProcessReader.(IntPtr address, Int32 count, Boolean isRelative)
   bei Zeta.MemoryManagement.ExternalProcessReader.[T](IntPtr address, Boolean isRelative)
   bei ..[T](Boolean isRelative, IntPtr[] addresses)
   bei Zeta.ZetaDia.get_CurrentWorldId()
   bei Zeta.ZetaDia.get_IsInGame()
   bei Zeta.CommonBot.BotMain.()

EDIT: Complete log file added.
 

Attachments

Last edited:
Back
Top