Advertisement
Guest User

Untitled

a guest
Mar 19th, 2019
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.44 KB | None | 0 0
  1. System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.NullReferenceException: Object reference not set to an instance of an object
  2. at InventoryEquipment.GetEquippedSet () [0x00030] in D:\sf3a\Assets\src\NativeUI\Inventory\InventoryEquipment.cs:166
  3. at InventoryEquipment.Init (IEquipmentProvider provider, Boolean isCurrentPlayer) [0x00011] in D:\sf3a\Assets\src\NativeUI\Inventory\InventoryEquipment.cs:108
  4. at InventoryController.Initialize () [0x00128] in D:\sf3a\Assets\src\NativeUI\Inventory\InventoryController.cs:97
  5. at HolderModuleManager.Mount (System.String name) [0x00030] in D:\sf3a\Assets\src\utils\ModuleManager\holders\HolderModuleManager.cs:56
  6. at InventoryHolderModule.Mount () [0x00017] in D:\sf3a\Assets\src\utils\ModuleManager\holders\InventoryHolderModule.cs:10
  7. at HolderModuleManager.OpenManager () [0x00002] in D:\sf3a\Assets\src\utils\ModuleManager\holders\HolderModuleManager.cs:71
  8. at HolderModuleManager.LoadScene (Boolean showPreloader) [0x00026] in D:\sf3a\Assets\src\utils\ModuleManager\holders\HolderModuleManager.cs:32
  9. at HolderModuleManager.OpenModule (.IntentModule intent) [0x00011] in D:\sf3a\Assets\src\utils\ModuleManager\holders\HolderModuleManager.cs:21
  10. at HolderModule.Open (.IntentModule intent) [0x00018] in D:\sf3a\Assets\src\utils\ModuleManager\holders\HolderModule.cs:114
  11. at BaseModuleController.Open () [0x0004f] in D:\sf3a\Assets\src\utils\ModuleManager\BaseModuleController.cs:315
  12. at BaseModuleController.OnCloseModule (.HolderModule module) [0x00008] in D:\sf3a\Assets\src\utils\ModuleManager\BaseModuleController.cs:303
  13. at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
  14. at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x000d0] in /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Reflection/MonoMethod.cs:222
  15. --- End of inner exception stack trace ---
  16. at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x000eb] in /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Reflection/MonoMethod.cs:232
  17. at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Reflection/MethodBase.cs:115
  18. at ActionExtenstions.InvokePrevRecursively (System.MulticastDelegate action, System.Object[] args) [0x00073] in D:\sf3a\Assets\Plugins\Libs\Nekki\Extensions\ActionExtenstions.cs:61
  19. UnityEngine.Debug:LogError(Object)
  20. ActionExtenstions:InvokePrevRecursively(MulticastDelegate, Object[]) (at Assets/Plugins/Libs/Nekki/Extensions/ActionExtenstions.cs:65)
  21. ActionExtenstions:InvokeSafeSmallAlloc(MulticastDelegate, Object[]) (at Assets/Plugins/Libs/Nekki/Extensions/ActionExtenstions.cs:46)
  22. ActionExtenstions:CheckAndInvokeSafe(MulticastDelegate, Object[]) (at Assets/Plugins/Libs/Nekki/Extensions/ActionExtenstions.cs:24)
  23. ActionExtenstions:InvokeSafe(Action`1, HolderModule) (at Assets/Plugins/Libs/Nekki/Extensions/ActionExtenstions.cs:73)
  24. HolderModule:Close(IntentModule) (at Assets/src/utils/ModuleManager/holders/HolderModule.cs:190)
  25. HolderModuleManager:OnCloseCallback() (at Assets/src/utils/ModuleManager/holders/HolderModuleManager.cs:124)
  26. System.Reflection.MethodBase:Invoke(Object, Object[])
  27. ActionExtenstions:InvokePrevRecursively(MulticastDelegate, Object[]) (at Assets/Plugins/Libs/Nekki/Extensions/ActionExtenstions.cs:61)
  28. ActionExtenstions:InvokeSafeSmallAlloc(MulticastDelegate, Object[]) (at Assets/Plugins/Libs/Nekki/Extensions/ActionExtenstions.cs:46)
  29. ActionExtenstions:CheckAndInvokeSafe(MulticastDelegate, Object[]) (at Assets/Plugins/Libs/Nekki/Extensions/ActionExtenstions.cs:24)
  30. ActionExtenstions:InvokeSafe(Action) (at Assets/Plugins/Libs/Nekki/Extensions/ActionExtenstions.cs:32)
  31. SF3.Lobby:HideModule(IntentModule, Action) (at Assets/src/NativeUI/Lobby/Lobby.cs:105)
  32. HolderModuleManager:Close(IntentModule) (at Assets/src/utils/ModuleManager/holders/HolderModuleManager.cs:119)
  33. BaseModuleController:CloseCurrent(IntentModule) (at Assets/src/utils/ModuleManager/BaseModuleController.cs:338)
  34. <WaitClose>c__Iterator0:MoveNext() (at Assets/src/utils/ModuleManager/BaseModuleController.cs:237)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement