Critical error
-
The following message appears on the screen.
I've already tried uninstalling and reinstalling the software. Does anyone else happen to you?System.ComponentModel.Win32Exception (0x80004005): Solo se completó una parte de una solicitud ReadProcessMemory o WriteProcessMemory
en System.Diagnostics.NtProcessManager.GetModuleInfos(Int32 processId, Boolean firstModuleOnly)
en System.Diagnostics.NtProcessManager.GetFirstModuleInfo(Int32 processId)
en System.Diagnostics.Process.get_MainModule()
en Hand2NoteCore.Integration.RoomProcesses.GetRoomByProcessId(Int32 processId)
en B.u.A(ProcessNamePID )
en b.A.A.A(ProcessNamePID )
en System.Linq.Enumerable.WhereSelectListIterator2.MoveNext() en System.Collections.Generic.List
1..ctor(IEnumerable1 collection) en System.Linq.Enumerable.ToList[TSource](IEnumerable
1 source)
en b.A..ctor(List`1 , ProcessWatcher )
en B.W.A()
en System.Threading.Tasks.Task.Execute()
--- Fin del seguimiento de la pila de la ubicación anterior donde se produjo la excepción ---
en System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
en System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
en Hand2NoteCore.Loader.B.MoveNext()
--- Fin del seguimiento de la pila de la ubicación anterior donde se produjo la excepción ---
en System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
en System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
en Hand2Note.App.<LoadAsync>d__7.MoveNext()
--- Fin del seguimiento de la pila de la ubicación anterior donde se produjo la excepción ---
en System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
en System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
en System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
-
after the update for WPN this poped out 3 times in a row. After I cleared log files to send them via email the error stopped showing up.
System.AggregateException: A Task's exception(s) were not observed either by Waiting on the Task or accessing its Exception property. As a result, the unobserved exception was rethrown by the finalizer thread. ---> System.InvalidOperationException: Collection was modified; enumeration operation may not execute.
at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
at System.Collections.Generic.List1.Enumerator.MoveNextRare() at System.Linq.Enumerable.<TakeIterator>d__25
1.MoveNext()
at System.Collections.Generic.List1..ctor(IEnumerable
1 collection)
at System.Linq.Enumerable.ToList[TSource](IEnumerable1 source) at Hand2NoteCore.Database.PlayersRepository.Load() at System.Threading.Tasks.Task.Execute() --- End of inner exception stack trace --- ---> (Inner Exception #0) System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.List
1.Enumerator.MoveNextRare()
at System.Linq.Enumerable.<TakeIterator>d__251.MoveNext() at System.Collections.Generic.List
1..ctor(IEnumerable1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable
1 source)
at Hand2NoteCore.Database.PlayersRepository.Load()
at System.Threading.Tasks.Task.Execute()<---Inner exception
System.InvalidOperationException: Collection was modified; enumeration operation may not execute.
at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
at System.Collections.Generic.List1.Enumerator.MoveNextRare() at System.Linq.Enumerable.<TakeIterator>d__25
1.MoveNext()
at System.Collections.Generic.List1..ctor(IEnumerable
1 collection)
at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
at Hand2NoteCore.Database.PlayersRepository.Load()
at System.Threading.Tasks.Task.Execute()
-