Advertisement
Guest User

Untitled

a guest
Oct 20th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.54 KB | None | 0 0
  1. <log4net:event logger="OpenNos.World.Program" timestamp="2018-10-20T20:02:19.0853728+02:00" level="ERROR" thread="7" domain="OpenNos.World.exe" username="SERVER183\Administrator"><log4net:message>[UnhandledExceptionHandler]: One or more errors occurred.</log4net:message><log4net:properties><log4net:data name="log4net:UserName" value="SERVER183\Administrator" /><log4net:data name="log4net:Identity" value="" /><log4net:data name="log4net:HostName" value="server183" /></log4net:properties><log4net:exception><![CDATA[System.AggregateException: One or more errors occurred. ---> System.NullReferenceException: Object reference not set to an instance of an object.
  2. at OpenNos.GameObject.MapInstance.<>c.<StartLife>b__144_1(EventWave waveEvent) in C:\Users\Administrator\Desktop\OpenNos-Master Wird gerade benutzt\OpenNos.GameObject\Map\MapInstance.cs:line 462
  3. at System.Threading.Tasks.Parallel.<>c__DisplayClass17_0`1.<ForWorker>b__1()
  4. at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
  5. at System.Threading.Tasks.Task.<>c__DisplayClass176_0.<ExecuteSelfReplicating>b__0(Object )
  6. --- End of inner exception stack trace ---
  7. at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
  8. at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
  9. 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)
  10. at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IEnumerable`1 source, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally)
  11. at System.Threading.Tasks.Parallel.ForEach[TSource](IEnumerable`1 source, Action`1 body)
  12. at OpenNos.GameObject.MapInstance.<StartLife>b__144_0(Int64 x) in C:\Users\Administrator\Desktop\OpenNos-Master Wird gerade benutzt\OpenNos.GameObject\Map\MapInstance.cs:line 460
  13. at System.Reactive.AnonymousSafeObserver`1.OnNext(T value)
  14. at System.Reactive.Linq.ObservableImpl.Timer.Periodic._.Tick(Int64 count)
  15. at System.Reactive.Concurrency.DefaultScheduler.<>c__DisplayClass7_0`1.<SchedulePeriodic>b__1()
  16. at System.Reactive.Concurrency.AsyncLock.Wait(Action action)
  17. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  18. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  19. at System.Threading.TimerQueueTimer.CallCallback()
  20. at System.Threading.TimerQueueTimer.Fire()
  21. at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
  22. at System.Threading.ThreadPoolWorkQueue.Dispatch()
  23. ---> (Inner Exception #0) System.NullReferenceException: Object reference not set to an instance of an object.
  24. at OpenNos.GameObject.MapInstance.<>c.<StartLife>b__144_1(EventWave waveEvent) in C:\Users\Administrator\Desktop\OpenNos-Master Wird gerade benutzt\OpenNos.GameObject\Map\MapInstance.cs:line 462
  25. at System.Threading.Tasks.Parallel.<>c__DisplayClass17_0`1.<ForWorker>b__1()
  26. at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
  27. at System.Threading.Tasks.Task.<>c__DisplayClass176_0.<ExecuteSelfReplicating>b__0(Object )<---
  28. ]]></log4net:exception></log4net:event>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement