Advertisement
Eliskik

Untitled

Sep 26th, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. NullReferenceException: Object reference not set to an instance of an object
  2. RW.UI.BattleTutorial.BattleTutorialManager+<>c__DisplayClass16_0.<SubscribeSteps>b__0 () (at Assets/Scripts/UI/BattleTutorial/BattleTutorialManager.cs:41)
  3. RW.Core.Extensions.AsyncExtensions+<WaitUntil>d__11.MoveNext () (at Assets/Scripts/Core/Extensions/AsyncExtensions.cs:131)
  4. --- End of stack trace from previous location where exception was thrown ---
  5. System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () (at <599589bf4ce248909b8a14cbe4a2034e>:0)
  6. System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) (at <599589bf4ce248909b8a14cbe4a2034e>:0)
  7. System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) (at <599589bf4ce248909b8a14cbe4a2034e>:0)
  8. System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) (at <599589bf4ce248909b8a14cbe4a2034e>:0)
  9. System.Runtime.CompilerServices.TaskAwaiter.GetResult () (at <599589bf4ce248909b8a14cbe4a2034e>:0)
  10. RW.UI.BattleTutorial.BattleTutorialManager+<SubscribeSteps>d__16.MoveNext () (at Assets/Scripts/UI/BattleTutorial/BattleTutorialManager.cs:41)
  11. --- End of stack trace from previous location where exception was thrown ---
  12. System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () (at <599589bf4ce248909b8a14cbe4a2034e>:0)
  13. System.Runtime.CompilerServices.AsyncMethodBuilderCore+<>c.<ThrowAsync>b__6_0 (System.Object state) (at <599589bf4ce248909b8a14cbe4a2034e>:0)
  14. UnityEngine.UnitySynchronizationContext+WorkRequest.Invoke () (at C:/buildslave/unity/build/Runtime/Export/Scripting/UnitySynchronizationContext.cs:114)
  15. UnityEngine.UnitySynchronizationContext:ExecuteTasks()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement