So, for the past few weeks I have been running HB and it crashes. ALOT. THere are some nights I can get in about 6 hours, others it only runs about 2 hours. I usually just hope for it to not crash instead of just looking to see why it's crashing. I figured it was my net access.
From what I see, it's a CC problem. But I am not too sure if it just can't read some data from the client or whether its a problem with the CC itself.
Code:
[4:07:49 AM:787] Lua failed! Status: c
[4:07:49 AM:789] System.NullReferenceException: Object reference not set to an instance of an object.
at Styx.WoWInternals.Lua.GetReturnVal[T](String lua, UInt32 retVal)
[4:07:50 AM:355] Styx.InvalidObjectPointerException: Cannot read a descriptor on an invalid object.
at Styx.WoWInternals.WoWObjects.WoWObject.GetStorageField[T](UInt32 field)
at Styx.WoWInternals.WoWObjects.WoWObject.GetStorageFieldByOffsetIndex[T](Int32 offsetIndex)
at Styx.WoWInternals.WoWObjects.WoWUnit.get_CharmedUnitGuid()
at Styx.WoWInternals.WoWObjects.WoWUnit.get_Pet()
at Styx.WoWInternals.WoWObjects.WoWUnit.get_GotAlivePet()
at Hera.Helpers.ClassHelper.Pet.get_NeedToCallPet() in c:\Users\Veight\Desktop\Honorbuddy\CustomClasses\Default Hunter\Class Specific\Misc\ClassHelper.cs:line 255
at Hera.Fpsware.Pulse() in c:\Users\Veight\Desktop\Honorbuddy\CustomClasses\Default Hunter\Class Specific\Misc\Hunter.cs:line 95
at Styx.WoWPulsator.Pulse(PulseFlags flags)
at Styx.Logic.BehaviorTree.TreeRoot.b()
at Styx.Logic.BehaviorTree.TreeRoot.a()
From what I see, it's a CC problem. But I am not too sure if it just can't read some data from the client or whether its a problem with the CC itself.