Advertisement
Guest User

Untitled

a guest
Aug 17th, 2023
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.59 KB | None | 0 0
  1. [Exception] : NullReferenceException: Object reference not set to an instance of an object
  2. BackendConfigSettingsClass.get_Associations () (at <8a5b326544954fa79c970c303424f3af>:0)
  3. SkillsClass.MasteringGroup (System.String templateId) (at <8a5b326544954fa79c970c303424f3af>:0)
  4. SkillsClass.OnWeaponDraw (EFT.InventoryLogic.Item item) (at <8a5b326544954fa79c970c303424f3af>:0)
  5. EFT.Player+FirearmController+GClass1620.Start (System.Action onWeaponAppear) (at <8a5b326544954fa79c970c303424f3af>:0)
  6. EFT.Player+FirearmController.Spawn (System.Single animationSpeed, System.Action callback) (at <8a5b326544954fa79c970c303424f3af>:0)
  7. EFT.Player.SpawnController (EFT.Player+AbstractHandsController controller, System.Action callback) (at <8a5b326544954fa79c970c303424f3af>:0)
  8. EFT.Player+Process`2[TController,TResult].CreateController () (at <8a5b326544954fa79c970c303424f3af>:0)
  9. EFT.Player+Process`2+Class966[T,U].method_0 () (at <8a5b326544954fa79c970c303424f3af>:0)
  10. EFT.Player+Process`2+Class966[T,U].method_1 () (at <8a5b326544954fa79c970c303424f3af>:0)
  11. EFT.Player+EmptyHandsController+Class879.method_0 () (at <8a5b326544954fa79c970c303424f3af>:0)
  12. EFT.Player+EmptyHandsController+Class917.HideWeaponComplete () (at <8a5b326544954fa79c970c303424f3af>:0)
  13. EFT.Player+EmptyHandsController+Class917.Start (System.Action onHidden) (at <8a5b326544954fa79c970c303424f3af>:0)
  14. EFT.Player+EmptyHandsController+Class916.HideWeapon (System.Action onHidden) (at <8a5b326544954fa79c970c303424f3af>:0)
  15. EFT.Player+EmptyHandsController.Drop (System.Single animationSpeed, System.Action callback, System.Boolean fastDrop, EFT.InventoryLogic.Item nextControllerItem) (at <8a5b326544954fa79c970c303424f3af>:0)
  16. EFT.Player.DropCurrentController (System.Action callback, System.Boolean fastDrop, EFT.InventoryLogic.Item nextControllerItem) (at <8a5b326544954fa79c970c303424f3af>:0)
  17. EFT.Player+Process`2[TController,TResult].Execute () (at <8a5b326544954fa79c970c303424f3af>:0)
  18. EFT.Player+Process`2[TController,TResult].method_0 (Comfort.Common.Callback beginCallback, Comfort.Common.Callback`1[T] completeCallback, System.Boolean scheduled) (at <8a5b326544954fa79c970c303424f3af>:0)
  19. EFT.Player.Proceed (EFT.InventoryLogic.Weapon weapon, Comfort.Common.Callback`1[T] callback, System.Boolean scheduled) (at <8a5b326544954fa79c970c303424f3af>:0)
  20. EFT.Player.TryProceed (EFT.InventoryLogic.Item item, Comfort.Common.Callback`1[T] completeCallback, System.Boolean scheduled) (at <8a5b326544954fa79c970c303424f3af>:0)
  21. EFT.Player.SetInHands (EFT.InventoryLogic.Item item, Comfort.Common.Callback`1[T] callback) (at <8a5b326544954fa79c970c303424f3af>:0)
  22. EFT.Player.SetFirstAvailableItem (Comfort.Common.Callback`1[T] completeCallback) (at <8a5b326544954fa79c970c303424f3af>:0)
  23. EFT.PlayerOwner.vmethod_0 () (at <8a5b326544954fa79c970c303424f3af>:0)
  24. EFT.GamePlayerOwner.vmethod_0 () (at <8a5b326544954fa79c970c303424f3af>:0)
  25. EFT.BaseLocalGame`1[TPlayerOwner].method_9 () (at <8a5b326544954fa79c970c303424f3af>:0)
  26. (wrapper dynamic-method) EFT.BaseLocalGame`1[EFT.GamePlayerOwner].DMD<EFT.BaseLocalGame`1[[EFT.GamePlayerOwner, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]]::vmethod_5>(EFT.BaseLocalGame`1<EFT.GamePlayerOwner>)
  27. EFT.BaseLocalGame`1+Class1261[T].MoveNext () (at <8a5b326544954fa79c970c303424f3af>:0)
  28. UnityEngine.SetupCoroutine.InvokeMoveNext (System.Collections.IEnumerator enumerator, System.IntPtr returnValueAddress) (at <85d1d3e7744a4a47b5f51883bf40bba2>:0)
  29. UnityEngine.DebugLogHandler:LogException(Exception, Object)
  30. Class312:UnityEngine.ILogHandler.LogException(Exception, Object)
  31. UnityEngine.Debug:CallOverridenDebugHandler(Exception, Object)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement