Advertisement
Eliskik

Untitled

Sep 20th, 2019
1,027
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. MissingReferenceException: The object of type 'AImage' has been destroyed but you are still trying to access it.
  2. Your script should either check if it is null or you should not destroy the object.
  3. RW.Core.Managers.Multiplayer.TeammatchManager+<>c.<InitializeCapturePoints>b__71_1 (RW.Plugins.Project_A.Runtime.UI.AImage bar) (at Assets/Scripts/Core/Managers/Multiplayer/TeammatchManager.cs:274)
  4. System.Collections.Generic.List`1[T].ForEach (System.Action`1[T] action) (at <599589bf4ce248909b8a14cbe4a2034e>:0)
  5. RW.Core.Managers.Multiplayer.TeammatchManager.InitializeCapturePoints () (at Assets/Scripts/Core/Managers/Multiplayer/TeammatchManager.cs:272)
  6. RW.Core.Managers.Multiplayer.TeammatchManager+<Start>d__103.MoveNext () (at Assets/Scripts/Core/Managers/Multiplayer/TeammatchManager.cs:1080)
  7. --- End of stack trace from previous location where exception was thrown ---
  8. System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () (at <599589bf4ce248909b8a14cbe4a2034e>:0)
  9. System.Runtime.CompilerServices.AsyncMethodBuilderCore+<>c.<ThrowAsync>b__6_0 (System.Object state) (at <599589bf4ce248909b8a14cbe4a2034e>:0)
  10. UnityEngine.UnitySynchronizationContext+WorkRequest.Invoke () (at C:/buildslave/unity/build/Runtime/Export/Scripting/UnitySynchronizationContext.cs:114)
  11. UnityEngine.UnitySynchronizationContext:ExecuteTasks()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement