Advertisement
Eliskik

Untitled

Sep 20th, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.54 KB | None | 0 0
  1. NullReferenceException: Object reference not set to an instance of an object
  2. RW.Game.Common.WeaponMounter.Mount (UnityEngine.Transform weapon, RW.Game.Common.WeaponAnchor weaponAnchor) (at Assets/Scripts/Game/Common/WeaponMounter.cs:27)
  3. RW.Game.Bot.BotRobotController+<CreateWeaponModule>d__307.MoveNext () (at Assets/Scripts/Game/Bot/BotRobotController.cs:957)
  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.Game.Bot.BotRobotController+<InitializeWeapons>d__320.MoveNext () (at Assets/Scripts/Game/Bot/BotRobotController.cs:1255)
  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.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) (at <599589bf4ce248909b8a14cbe4a2034e>:0)
  14. System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) (at <599589bf4ce248909b8a14cbe4a2034e>:0)
  15. System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) (at <599589bf4ce248909b8a14cbe4a2034e>:0)
  16. System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () (at <599589bf4ce248909b8a14cbe4a2034e>:0)
  17. RW.Game.Bot.BotRobotController+<Initialize>d__285.MoveNext () (at Assets/Scripts/Game/Bot/BotRobotController.cs:509)
  18. --- End of stack trace from previous location where exception was thrown ---
  19. System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () (at <599589bf4ce248909b8a14cbe4a2034e>:0)
  20. System.Runtime.CompilerServices.AsyncMethodBuilderCore+<>c.<ThrowAsync>b__6_0 (System.Object state) (at <599589bf4ce248909b8a14cbe4a2034e>:0)
  21. UnityEngine.UnitySynchronizationContext+WorkRequest.Invoke () (at C:/buildslave/unity/build/Runtime/Export/Scripting/UnitySynchronizationContext.cs:114)
  22. UnityEngine.UnitySynchronizationContext:ExecuteTasks()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement