Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 22/08/2023 12:43 Program exited with message:
- System.AggregateException: One or more errors occurred. (Exception of type 'System.OutOfMemoryException' was thrown.)
- ---> System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
- at GameHelper.Utils.SafeMemoryHandle.ReadMemoryArray[T](IntPtr address, Int32 nsize) in D:\a\GameOverlay\GameOverlay\GameHelper\Utils\SafeMemoryHandle.cs:line 144
- at GameHelper.Utils.SafeMemoryHandle.ReadStdBucket[TValue](StdBucket nativeContainer) in D:\a\GameOverlay\GameOverlay\GameHelper\Utils\SafeMemoryHandle.cs:line 371
- at GameHelper.RemoteObjects.States.InGameStateObjects.Entity.UpdateComponentData(ItemStruct idata, Boolean hasAddressChanged) in D:\a\GameOverlay\GameOverlay\GameHelper\RemoteObjects\States\InGameStateObjects\Entity.cs:line 263
- at GameHelper.RemoteObjects.States.InGameStateObjects.Entity.UpdateData(Boolean hasAddressChanged) in D:\a\GameOverlay\GameOverlay\GameHelper\RemoteObjects\States\InGameStateObjects\Entity.cs:line 314
- at GameHelper.RemoteObjects.States.InGameStateObjects.AreaInstance.<>c__DisplayClass53_0.<UpdateEntities>b__0(Int32 index) in D:\a\GameOverlay\GameOverlay\GameHelper\RemoteObjects\States\InGameStateObjects\AreaInstance.cs:line 291
- at System.Threading.Tasks.Parallel.<>c__DisplayClass19_0`1.<ForWorker>b__1(RangeWorker& currentWorker, Int32 timeout, Boolean& replicationDelegateYieldedBeforeCompletion)
- --- End of stack trace from previous location ---
- at System.Threading.Tasks.Parallel.<>c__DisplayClass19_0`1.<ForWorker>b__1(RangeWorker& currentWorker, Int32 timeout, Boolean& replicationDelegateYieldedBeforeCompletion)
- at System.Threading.Tasks.TaskReplicator.Replica.Execute()
- --- End of inner exception stack trace ---
- at System.Threading.Tasks.TaskReplicator.Run[TState](ReplicatableUserAction`1 action, ParallelOptions options, Boolean stopOnFirstFailure)
- at System.Threading.Tasks.Parallel.ForWorker[TLocal](Int32 fromInclusive, Int32 toExclusive, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Func`4 bodyWithLocal, Func`1 localInit, Action`1 localFinally)
- --- End of stack trace from previous location ---
- at System.Threading.Tasks.Parallel.ForWorker[TLocal](Int32 fromInclusive, Int32 toExclusive, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Func`4 bodyWithLocal, Func`1 localInit, Action`1 localFinally)
- at GameHelper.RemoteObjects.States.InGameStateObjects.AreaInstance.UpdateEntities(StdMap ePtr, ConcurrentDictionary`2 data, Boolean addToCache) in D:\a\GameOverlay\GameOverlay\GameHelper\RemoteObjects\States\InGameStateObjects\AreaInstance.cs:line 315
- at GameHelper.RemoteObjects.States.InGameStateObjects.AreaInstance.UpdateData(Boolean hasAddressChanged) in D:\a\GameOverlay\GameOverlay\GameHelper\RemoteObjects\States\InGameStateObjects\AreaInstance.cs:line 213
- at GameHelper.RemoteObjects.States.InGameStateObjects.AreaInstance.OnPerFrame()+MoveNext() in D:\a\GameOverlay\GameOverlay\GameHelper\RemoteObjects\States\InGameStateObjects\AreaInstance.cs:line 605
- at Coroutine.ActiveCoroutine.MoveNext()
- at Coroutine.ActiveCoroutine.OnEvent(Event evt)
- at Coroutine.CoroutineHandlerInstance.RaiseEvent(Event evt)
- at Coroutine.CoroutineHandler.RaiseEvent(Event evt)
- at GameHelper.GameOverlay.Render() in D:\a\GameOverlay\GameOverlay\GameHelper\GameOverlay.cs:line 91
- at ClickableTransparentOverlay.Overlay.RunInfiniteLoop(CancellationToken token)
- at ClickableTransparentOverlay.Overlay.<Start>b__26_0()
- at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__128_1(Object state)
- at System.Threading.ThreadPoolWorkQueue.Dispatch()
- at System.Threading.PortableThreadPool.WorkerThread.WorkerThreadStart()
- ------------------------------
- 23/08/2023 11:47 Program exited with message:
- System.AggregateException: One or more errors occurred. (Exception of type 'System.OutOfMemoryException' was thrown.)
- ---> System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
- at GameHelper.Utils.SafeMemoryHandle.ReadMemoryArray[T](IntPtr address, Int32 nsize) in D:\a\GameOverlay\GameOverlay\GameHelper\Utils\SafeMemoryHandle.cs:line 144
- at GameHelper.Utils.SafeMemoryHandle.ReadStdBucket[TValue](StdBucket nativeContainer) in D:\a\GameOverlay\GameOverlay\GameHelper\Utils\SafeMemoryHandle.cs:line 371
- at GameHelper.RemoteObjects.States.InGameStateObjects.Entity.UpdateComponentData(ItemStruct idata, Boolean hasAddressChanged) in D:\a\GameOverlay\GameOverlay\GameHelper\RemoteObjects\States\InGameStateObjects\Entity.cs:line 263
- at GameHelper.RemoteObjects.States.InGameStateObjects.Entity.UpdateData(Boolean hasAddressChanged) in D:\a\GameOverlay\GameOverlay\GameHelper\RemoteObjects\States\InGameStateObjects\Entity.cs:line 314
- at GameHelper.RemoteObjects.States.InGameStateObjects.AreaInstance.<>c__DisplayClass53_0.<UpdateEntities>b__0(Int32 index) in D:\a\GameOverlay\GameOverlay\GameHelper\RemoteObjects\States\InGameStateObjects\AreaInstance.cs:line 291
- at System.Threading.Tasks.Parallel.<>c__DisplayClass19_0`1.<ForWorker>b__1(RangeWorker& currentWorker, Int32 timeout, Boolean& replicationDelegateYieldedBeforeCompletion)
- --- End of stack trace from previous location ---
- at System.Threading.Tasks.Parallel.<>c__DisplayClass19_0`1.<ForWorker>b__1(RangeWorker& currentWorker, Int32 timeout, Boolean& replicationDelegateYieldedBeforeCompletion)
- at System.Threading.Tasks.TaskReplicator.Replica.Execute()
- --- End of inner exception stack trace ---
- at System.Threading.Tasks.TaskReplicator.Run[TState](ReplicatableUserAction`1 action, ParallelOptions options, Boolean stopOnFirstFailure)
- at System.Threading.Tasks.Parallel.ForWorker[TLocal](Int32 fromInclusive, Int32 toExclusive, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Func`4 bodyWithLocal, Func`1 localInit, Action`1 localFinally)
- --- End of stack trace from previous location ---
- at System.Threading.Tasks.Parallel.ForWorker[TLocal](Int32 fromInclusive, Int32 toExclusive, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Func`4 bodyWithLocal, Func`1 localInit, Action`1 localFinally)
- at GameHelper.RemoteObjects.States.InGameStateObjects.AreaInstance.UpdateEntities(StdMap ePtr, ConcurrentDictionary`2 data, Boolean addToCache) in D:\a\GameOverlay\GameOverlay\GameHelper\RemoteObjects\States\InGameStateObjects\AreaInstance.cs:line 315
- at GameHelper.RemoteObjects.States.InGameStateObjects.AreaInstance.UpdateData(Boolean hasAddressChanged) in D:\a\GameOverlay\GameOverlay\GameHelper\RemoteObjects\States\InGameStateObjects\AreaInstance.cs:line 213
- at GameHelper.RemoteObjects.States.InGameStateObjects.AreaInstance.OnPerFrame()+MoveNext() in D:\a\GameOverlay\GameOverlay\GameHelper\RemoteObjects\States\InGameStateObjects\AreaInstance.cs:line 605
- at Coroutine.ActiveCoroutine.MoveNext()
- at Coroutine.ActiveCoroutine.OnEvent(Event evt)
- at Coroutine.CoroutineHandlerInstance.RaiseEvent(Event evt)
- at Coroutine.CoroutineHandler.RaiseEvent(Event evt)
- at GameHelper.GameOverlay.Render() in D:\a\GameOverlay\GameOverlay\GameHelper\GameOverlay.cs:line 91
- at ClickableTransparentOverlay.Overlay.RunInfiniteLoop(CancellationToken token)
- at ClickableTransparentOverlay.Overlay.<Start>b__26_0()
- at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__128_1(Object state)
- at System.Threading.ThreadPoolWorkQueue.Dispatch()
- at System.Threading.PortableThreadPool.WorkerThread.WorkerThreadStart()
- ------------------------------
- 23/08/2023 12:08 Program exited with message:
- System.AggregateException: One or more errors occurred. (Exception of type 'System.OutOfMemoryException' was thrown.)
- ---> System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
- at GameHelper.Utils.SafeMemoryHandle.ReadMemoryArray[T](IntPtr address, Int32 nsize) in D:\a\GameOverlay\GameOverlay\GameHelper\Utils\SafeMemoryHandle.cs:line 144
- at GameHelper.Utils.SafeMemoryHandle.ReadStdBucket[TValue](StdBucket nativeContainer) in D:\a\GameOverlay\GameOverlay\GameHelper\Utils\SafeMemoryHandle.cs:line 371
- at GameHelper.RemoteObjects.States.InGameStateObjects.Entity.UpdateComponentData(ItemStruct idata, Boolean hasAddressChanged) in D:\a\GameOverlay\GameOverlay\GameHelper\RemoteObjects\States\InGameStateObjects\Entity.cs:line 263
- at GameHelper.RemoteObjects.States.InGameStateObjects.Entity.UpdateData(Boolean hasAddressChanged) in D:\a\GameOverlay\GameOverlay\GameHelper\RemoteObjects\States\InGameStateObjects\Entity.cs:line 314
- at GameHelper.RemoteObjects.States.InGameStateObjects.AreaInstance.<>c__DisplayClass53_0.<UpdateEntities>b__0(Int32 index) in D:\a\GameOverlay\GameOverlay\GameHelper\RemoteObjects\States\InGameStateObjects\AreaInstance.cs:line 291
- at System.Threading.Tasks.Parallel.<>c__DisplayClass19_0`1.<ForWorker>b__1(RangeWorker& currentWorker, Int32 timeout, Boolean& replicationDelegateYieldedBeforeCompletion)
- --- End of stack trace from previous location ---
- at System.Threading.Tasks.Parallel.<>c__DisplayClass19_0`1.<ForWorker>b__1(RangeWorker& currentWorker, Int32 timeout, Boolean& replicationDelegateYieldedBeforeCompletion)
- at System.Threading.Tasks.TaskReplicator.Replica.Execute()
- --- End of inner exception stack trace ---
- at System.Threading.Tasks.TaskReplicator.Run[TState](ReplicatableUserAction`1 action, ParallelOptions options, Boolean stopOnFirstFailure)
- at System.Threading.Tasks.Parallel.ForWorker[TLocal](Int32 fromInclusive, Int32 toExclusive, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Func`4 bodyWithLocal, Func`1 localInit, Action`1 localFinally)
- --- End of stack trace from previous location ---
- at System.Threading.Tasks.Parallel.ForWorker[TLocal](Int32 fromInclusive, Int32 toExclusive, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Func`4 bodyWithLocal, Func`1 localInit, Action`1 localFinally)
- at GameHelper.RemoteObjects.States.InGameStateObjects.AreaInstance.UpdateEntities(StdMap ePtr, ConcurrentDictionary`2 data, Boolean addToCache) in D:\a\GameOverlay\GameOverlay\GameHelper\RemoteObjects\States\InGameStateObjects\AreaInstance.cs:line 315
- at GameHelper.RemoteObjects.States.InGameStateObjects.AreaInstance.UpdateData(Boolean hasAddressChanged) in D:\a\GameOverlay\GameOverlay\GameHelper\RemoteObjects\States\InGameStateObjects\AreaInstance.cs:line 213
- at GameHelper.RemoteObjects.States.InGameStateObjects.AreaInstance.OnPerFrame()+MoveNext() in D:\a\GameOverlay\GameOverlay\GameHelper\RemoteObjects\States\InGameStateObjects\AreaInstance.cs:line 605
- at Coroutine.ActiveCoroutine.MoveNext()
- at Coroutine.ActiveCoroutine.OnEvent(Event evt)
- at Coroutine.CoroutineHandlerInstance.RaiseEvent(Event evt)
- at Coroutine.CoroutineHandler.RaiseEvent(Event evt)
- at GameHelper.GameOverlay.Render() in D:\a\GameOverlay\GameOverlay\GameHelper\GameOverlay.cs:line 91
- at ClickableTransparentOverlay.Overlay.RunInfiniteLoop(CancellationToken token)
- at ClickableTransparentOverlay.Overlay.<Start>b__26_0()
- at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__128_1(Object state)
- at System.Threading.ThreadPoolWorkQueue.Dispatch()
- at System.Threading.PortableThreadPool.WorkerThread.WorkerThreadStart()
- ------------------------------
- 24/08/2023 16:44 Program exited with message:
- System.AggregateException: One or more errors occurred. (Exception of type 'System.OutOfMemoryException' was thrown.)
- ---> System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
- at GameHelper.Utils.SafeMemoryHandle.ReadMemoryArray[T](IntPtr address, Int32 nsize) in D:\a\GameOverlay\GameOverlay\GameHelper\Utils\SafeMemoryHandle.cs:line 144
- at GameHelper.Utils.SafeMemoryHandle.ReadStdBucket[TValue](StdBucket nativeContainer) in D:\a\GameOverlay\GameOverlay\GameHelper\Utils\SafeMemoryHandle.cs:line 371
- at GameHelper.RemoteObjects.States.InGameStateObjects.Entity.UpdateComponentData(ItemStruct idata, Boolean hasAddressChanged) in D:\a\GameOverlay\GameOverlay\GameHelper\RemoteObjects\States\InGameStateObjects\Entity.cs:line 263
- at GameHelper.RemoteObjects.States.InGameStateObjects.Entity.UpdateData(Boolean hasAddressChanged) in D:\a\GameOverlay\GameOverlay\GameHelper\RemoteObjects\States\InGameStateObjects\Entity.cs:line 314
- at GameHelper.RemoteObjects.States.InGameStateObjects.AreaInstance.<>c__DisplayClass53_0.<UpdateEntities>b__0(Int32 index) in D:\a\GameOverlay\GameOverlay\GameHelper\RemoteObjects\States\InGameStateObjects\AreaInstance.cs:line 291
- at System.Threading.Tasks.Parallel.<>c__DisplayClass19_0`1.<ForWorker>b__1(RangeWorker& currentWorker, Int32 timeout, Boolean& replicationDelegateYieldedBeforeCompletion)
- --- End of stack trace from previous location ---
- at System.Threading.Tasks.Parallel.<>c__DisplayClass19_0`1.<ForWorker>b__1(RangeWorker& currentWorker, Int32 timeout, Boolean& replicationDelegateYieldedBeforeCompletion)
- at System.Threading.Tasks.TaskReplicator.Replica.Execute()
- --- End of inner exception stack trace ---
- at System.Threading.Tasks.TaskReplicator.Run[TState](ReplicatableUserAction`1 action, ParallelOptions options, Boolean stopOnFirstFailure)
- at System.Threading.Tasks.Parallel.ForWorker[TLocal](Int32 fromInclusive, Int32 toExclusive, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Func`4 bodyWithLocal, Func`1 localInit, Action`1 localFinally)
- --- End of stack trace from previous location ---
- at System.Threading.Tasks.Parallel.ForWorker[TLocal](Int32 fromInclusive, Int32 toExclusive, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Func`4 bodyWithLocal, Func`1 localInit, Action`1 localFinally)
- at GameHelper.RemoteObjects.States.InGameStateObjects.AreaInstance.UpdateEntities(StdMap ePtr, ConcurrentDictionary`2 data, Boolean addToCache) in D:\a\GameOverlay\GameOverlay\GameHelper\RemoteObjects\States\InGameStateObjects\AreaInstance.cs:line 315
- at GameHelper.RemoteObjects.States.InGameStateObjects.AreaInstance.UpdateData(Boolean hasAddressChanged) in D:\a\GameOverlay\GameOverlay\GameHelper\RemoteObjects\States\InGameStateObjects\AreaInstance.cs:line 213
- at GameHelper.RemoteObjects.States.InGameStateObjects.AreaInstance.OnPerFrame()+MoveNext() in D:\a\GameOverlay\GameOverlay\GameHelper\RemoteObjects\States\InGameStateObjects\AreaInstance.cs:line 605
- at Coroutine.ActiveCoroutine.MoveNext()
- at Coroutine.ActiveCoroutine.OnEvent(Event evt)
- at Coroutine.CoroutineHandlerInstance.RaiseEvent(Event evt)
- at Coroutine.CoroutineHandler.RaiseEvent(Event evt)
- at GameHelper.GameOverlay.Render() in D:\a\GameOverlay\GameOverlay\GameHelper\GameOverlay.cs:line 91
- at ClickableTransparentOverlay.Overlay.RunInfiniteLoop(CancellationToken token)
- at ClickableTransparentOverlay.Overlay.<Start>b__26_0()
- at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__128_1(Object state)
- at System.Threading.ThreadPoolWorkQueue.Dispatch()
- at System.Threading.PortableThreadPool.WorkerThread.WorkerThreadStart()
- ------------------------------
- 25/08/2023 09:36 Program exited with message:
- System.AggregateException: One or more errors occurred. (Exception of type 'System.OutOfMemoryException' was thrown.)
- ---> System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
- at GameHelper.Utils.SafeMemoryHandle.ReadMemoryArray[T](IntPtr address, Int32 nsize) in D:\a\GameOverlay\GameOverlay\GameHelper\Utils\SafeMemoryHandle.cs:line 144
- at GameHelper.Utils.SafeMemoryHandle.ReadStdBucket[TValue](StdBucket nativeContainer) in D:\a\GameOverlay\GameOverlay\GameHelper\Utils\SafeMemoryHandle.cs:line 371
- at GameHelper.RemoteObjects.States.InGameStateObjects.Entity.UpdateComponentData(ItemStruct idata, Boolean hasAddressChanged) in D:\a\GameOverlay\GameOverlay\GameHelper\RemoteObjects\States\InGameStateObjects\Entity.cs:line 263
- at GameHelper.RemoteObjects.States.InGameStateObjects.Entity.UpdateData(Boolean hasAddressChanged) in D:\a\GameOverlay\GameOverlay\GameHelper\RemoteObjects\States\InGameStateObjects\Entity.cs:line 314
- at GameHelper.RemoteObjects.States.InGameStateObjects.AreaInstance.<>c__DisplayClass53_0.<UpdateEntities>b__0(Int32 index) in D:\a\GameOverlay\GameOverlay\GameHelper\RemoteObjects\States\InGameStateObjects\AreaInstance.cs:line 291
- at System.Threading.Tasks.Parallel.<>c__DisplayClass19_0`1.<ForWorker>b__1(RangeWorker& currentWorker, Int32 timeout, Boolean& replicationDelegateYieldedBeforeCompletion)
- --- End of stack trace from previous location ---
- at System.Threading.Tasks.Parallel.<>c__DisplayClass19_0`1.<ForWorker>b__1(RangeWorker& currentWorker, Int32 timeout, Boolean& replicationDelegateYieldedBeforeCompletion)
- at System.Threading.Tasks.TaskReplicator.Replica.Execute()
- --- End of inner exception stack trace ---
- at System.Threading.Tasks.TaskReplicator.Run[TState](ReplicatableUserAction`1 action, ParallelOptions options, Boolean stopOnFirstFailure)
- at System.Threading.Tasks.Parallel.ForWorker[TLocal](Int32 fromInclusive, Int32 toExclusive, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Func`4 bodyWithLocal, Func`1 localInit, Action`1 localFinally)
- --- End of stack trace from previous location ---
- at System.Threading.Tasks.Parallel.ForWorker[TLocal](Int32 fromInclusive, Int32 toExclusive, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Func`4 bodyWithLocal, Func`1 localInit, Action`1 localFinally)
- at GameHelper.RemoteObjects.States.InGameStateObjects.AreaInstance.UpdateEntities(StdMap ePtr, ConcurrentDictionary`2 data, Boolean addToCache) in D:\a\GameOverlay\GameOverlay\GameHelper\RemoteObjects\States\InGameStateObjects\AreaInstance.cs:line 315
- at GameHelper.RemoteObjects.States.InGameStateObjects.AreaInstance.UpdateData(Boolean hasAddressChanged) in D:\a\GameOverlay\GameOverlay\GameHelper\RemoteObjects\States\InGameStateObjects\AreaInstance.cs:line 213
- at GameHelper.RemoteObjects.States.InGameStateObjects.AreaInstance.OnPerFrame()+MoveNext() in D:\a\GameOverlay\GameOverlay\GameHelper\RemoteObjects\States\InGameStateObjects\AreaInstance.cs:line 605
- at Coroutine.ActiveCoroutine.MoveNext()
- at Coroutine.ActiveCoroutine.OnEvent(Event evt)
- at Coroutine.CoroutineHandlerInstance.RaiseEvent(Event evt)
- at Coroutine.CoroutineHandler.RaiseEvent(Event evt)
- at GameHelper.GameOverlay.Render() in D:\a\GameOverlay\GameOverlay\GameHelper\GameOverlay.cs:line 91
- at ClickableTransparentOverlay.Overlay.RunInfiniteLoop(CancellationToken token)
- at ClickableTransparentOverlay.Overlay.<Start>b__26_0()
- at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__128_1(Object state)
- at System.Threading.ThreadPoolWorkQueue.Dispatch()
- at System.Threading.PortableThreadPool.WorkerThread.WorkerThreadStart()
- ------------------------------
- 25/08/2023 11:51 Program exited with message:
- System.AggregateException: One or more errors occurred. (Exception of type 'System.OutOfMemoryException' was thrown.)
- ---> System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
- at GameHelper.Utils.SafeMemoryHandle.ReadMemoryArray[T](IntPtr address, Int32 nsize) in D:\a\GameOverlay\GameOverlay\GameHelper\Utils\SafeMemoryHandle.cs:line 144
- at GameHelper.Utils.SafeMemoryHandle.ReadStdBucket[TValue](StdBucket nativeContainer) in D:\a\GameOverlay\GameOverlay\GameHelper\Utils\SafeMemoryHandle.cs:line 371
- at GameHelper.RemoteObjects.States.InGameStateObjects.Entity.UpdateComponentData(ItemStruct idata, Boolean hasAddressChanged) in D:\a\GameOverlay\GameOverlay\GameHelper\RemoteObjects\States\InGameStateObjects\Entity.cs:line 263
- at GameHelper.RemoteObjects.States.InGameStateObjects.Entity.UpdateData(Boolean hasAddressChanged) in D:\a\GameOverlay\GameOverlay\GameHelper\RemoteObjects\States\InGameStateObjects\Entity.cs:line 314
- at GameHelper.RemoteObjects.States.InGameStateObjects.AreaInstance.<>c__DisplayClass53_0.<UpdateEntities>b__0(Int32 index) in D:\a\GameOverlay\GameOverlay\GameHelper\RemoteObjects\States\InGameStateObjects\AreaInstance.cs:line 291
- at System.Threading.Tasks.Parallel.<>c__DisplayClass19_0`1.<ForWorker>b__1(RangeWorker& currentWorker, Int32 timeout, Boolean& replicationDelegateYieldedBeforeCompletion)
- --- End of stack trace from previous location ---
- at System.Threading.Tasks.Parallel.<>c__DisplayClass19_0`1.<ForWorker>b__1(RangeWorker& currentWorker, Int32 timeout, Boolean& replicationDelegateYieldedBeforeCompletion)
- at System.Threading.Tasks.TaskReplicator.Replica.Execute()
- --- End of inner exception stack trace ---
- at System.Threading.Tasks.TaskReplicator.Run[TState](ReplicatableUserAction`1 action, ParallelOptions options, Boolean stopOnFirstFailure)
- at System.Threading.Tasks.Parallel.ForWorker[TLocal](Int32 fromInclusive, Int32 toExclusive, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Func`4 bodyWithLocal, Func`1 localInit, Action`1 localFinally)
- --- End of stack trace from previous location ---
- at System.Threading.Tasks.Parallel.ForWorker[TLocal](Int32 fromInclusive, Int32 toExclusive, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Func`4 bodyWithLocal, Func`1 localInit, Action`1 localFinally)
- at GameHelper.RemoteObjects.States.InGameStateObjects.AreaInstance.UpdateEntities(StdMap ePtr, ConcurrentDictionary`2 data, Boolean addToCache) in D:\a\GameOverlay\GameOverlay\GameHelper\RemoteObjects\States\InGameStateObjects\AreaInstance.cs:line 315
- at GameHelper.RemoteObjects.States.InGameStateObjects.AreaInstance.UpdateData(Boolean hasAddressChanged) in D:\a\GameOverlay\GameOverlay\GameHelper\RemoteObjects\States\InGameStateObjects\AreaInstance.cs:line 213
- at GameHelper.RemoteObjects.States.InGameStateObjects.AreaInstance.OnPerFrame()+MoveNext() in D:\a\GameOverlay\GameOverlay\GameHelper\RemoteObjects\States\InGameStateObjects\AreaInstance.cs:line 605
- at Coroutine.ActiveCoroutine.MoveNext()
- at Coroutine.ActiveCoroutine.OnEvent(Event evt)
- at Coroutine.CoroutineHandlerInstance.RaiseEvent(Event evt)
- at Coroutine.CoroutineHandler.RaiseEvent(Event evt)
- at GameHelper.GameOverlay.Render() in D:\a\GameOverlay\GameOverlay\GameHelper\GameOverlay.cs:line 91
- at ClickableTransparentOverlay.Overlay.RunInfiniteLoop(CancellationToken token)
- at ClickableTransparentOverlay.Overlay.<Start>b__26_0()
- at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__128_1(Object state)
- at System.Threading.ThreadPoolWorkQueue.Dispatch()
- at System.Threading.PortableThreadPool.WorkerThread.WorkerThreadStart()
- ------------------------------
Advertisement
Add Comment
Please, Sign In to add comment