I am running bounties zerg mode and am getting this error regularly. If I finish a game then make a new game. The first game will be fine. Alot of times I will leave the game because it has kill diablo/izual bounty in it. then each succesive game after that gives the error below right at the beginning: Any idea what can be causing this. I am afraid it a write error so don't want to get on blizzard's radar if I am writing data I shouldn't be.
Code:
System.Exception: Injection resulted in a process exception with error code 0xc0000005
at GreyMagic.Executor.WaitForInjection(Int32 timeout)
at GreyMagic.Executor.Execute(Int32 timeout)
at GreyMagic.Executor.Execute()
at €. . (Executor , String )
at Zeta.Game.Internals.SNO.TagMap.GetTagMapEntryAsInteger(Int32 key)
at Zeta.Game.Internals.SNO.SNORecordActor.get_GizmoType()
at Zeta.Bot.Navigation.MainGridProvider. (DiaObject )
at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext()
at Zeta.Bot.Navigation.MainGridProvider. (BitArray )
at Zeta.Bot.Navigation.MainGridProvider.Update()
at Trinity.Trinity.GameEvents_OnGameChanged(Object sender, EventArgs e) in c:\Users\--------\Documents\01. DB Main\03. Act 1 Tenshin\Plugins\Trinity\Helpers\GameEvents.cs:line 114
at Zeta.Bot.GameEvents. [ ](EventHandler`1 , Object , )
I checked the line above in gameevents.cs
This is what line 114 is:
Code:
Navigator.SearchGridProvider.Update();
Any ideas what is causing this and how can i stop it? Thanks.