Advertisement
Eliskik

Untitled

Oct 16th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.45 KB | None | 0 0
  1. NullReferenceException: Object reference not set to an instance of an object
  2. RW.UI.Screens.ScreenGatcha.GatchaManager+<GetVideoChestWithoutAdAsync>d__34.MoveNext () (at Assets/Scripts/UI/Screens/ScreenGatcha/GatchaManager.cs:256)
  3. --- End of stack trace from previous location where exception was thrown ---
  4. System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () (at <599589bf4ce248909b8a14cbe4a2034e>:0)
  5. System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) (at <599589bf4ce248909b8a14cbe4a2034e>:0)
  6. System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) (at <599589bf4ce248909b8a14cbe4a2034e>:0)
  7. System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) (at <599589bf4ce248909b8a14cbe4a2034e>:0)
  8. System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () (at <599589bf4ce248909b8a14cbe4a2034e>:0)
  9. RW.UI.Screens.ScreenGatcha.GatchaManager+<VideoChestAsync>d__47.MoveNext () (at Assets/Scripts/UI/Screens/ScreenGatcha/GatchaManager.cs:558)
  10. --- End of stack trace from previous location where exception was thrown ---
  11. System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () (at <599589bf4ce248909b8a14cbe4a2034e>:0)
  12. System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) (at <599589bf4ce248909b8a14cbe4a2034e>:0)
  13. System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) (at <599589bf4ce248909b8a14cbe4a2034e>:0)
  14. System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) (at <599589bf4ce248909b8a14cbe4a2034e>:0)
  15. System.Runtime.CompilerServices.TaskAwaiter.GetResult () (at <599589bf4ce248909b8a14cbe4a2034e>:0)
  16. RW.UI.Popups.VideoAdPopup+<>c__DisplayClass37_0+<<ShowAndSubscribeChestButton>b__0>d.MoveNext () (at Assets/Scripts/UI/Popups/VideoAdPopup.cs:712)
  17. --- End of stack trace from previous location where exception was thrown ---
  18. System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () (at <599589bf4ce248909b8a14cbe4a2034e>:0)
  19. System.Runtime.CompilerServices.AsyncMethodBuilderCore+<>c.<ThrowAsync>b__6_0 (System.Object state) (at <599589bf4ce248909b8a14cbe4a2034e>:0)
  20. UnityEngine.UnitySynchronizationContext+WorkRequest.Invoke () (at C:/buildslave/unity/build/Runtime/Export/Scripting/UnitySynchronizationContext.cs:114)
  21. UnityEngine.UnitySynchronizationContext:ExecuteTasks()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement