Advertisement
Guest User

Untitled

a guest
Feb 26th, 2020
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.11 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 CharacterModelController.Remove () [0x0009a] in D:\SF3\shadowfight3\Assets\src\scenes\Scenes\Character\CharacterModelController.cs:159
  3. at SF3.ModuleInitializer.RemoveCharacter () [0x0000f] in D:\SF3\shadowfight3\Assets\src\scenes\Scenes\ModuleInitializer.cs:289
  4. at SF3.ModuleInitializer.Clear () [0x00001] in D:\SF3\shadowfight3\Assets\src\scenes\Scenes\ModuleInitializer.cs:279
  5. at SF3.SceneManagerSF3.LoadScene (SF3.SceneManagerBase manager, System.Action callback, System.Boolean showPreloader) [0x00015] in D:\SF3\shadowfight3\Assets\src\scenes\Scenes\SceneManagerSF3.cs:215
  6. at SF3.SceneManagerSF3.LoadSceneFight (BattleInfo battle, System.Action onLoadScene, System.Boolean showPreloader) [0x00001] in D:\SF3\shadowfight3\Assets\src\scenes\Scenes\SceneManagerSF3.cs:205
  7. at SF3.Fight.Sf3BattleSceneLoader.Load (System.Action onEnterCallback) [0x00001] in D:\SF3\shadowfight3\Assets\src\FightCoreImpl\Dependencies\Sf3BattleSceneLoader.cs:10
  8. at SF3.BattleController.LoadScene (System.Action onEnterCallback) [0x00001] in D:\SF3\shadowfight3\Assets\Common\Fight\BattleControllers\BattleController.cs:110
  9. at SF3.BattlesManager.EnterBattle (FightInfo enterFight, System.Action onEnterCallback, System.Boolean loadScene) [0x00145] in D:\SF3\shadowfight3\Assets\src\battles\BattlesManager.cs:806
  10. at FightHolderModule.OpenModule (IntentModule intent) [0x00021] in D:\SF3\shadowfight3\Assets\src\utils\ModuleManager\holders\FightHolderModule.cs:53
  11. at HolderModule.Open (IntentModule intent) [0x00019] in D:\SF3\shadowfight3\Assets\src\utils\ModuleManager\holders\HolderModule.cs:177
  12. at BaseModuleController.Open () [0x00059] in D:\SF3\shadowfight3\Assets\src\utils\ModuleManager\BaseModuleController.cs:375
  13. at BaseModuleController.OnCloseModule (HolderModule module) [0x00008] in D:\SF3\shadowfight3\Assets\src\utils\ModuleManager\BaseModuleController.cs:362
  14. at (wrapper managed-to-native) System.Reflection.MonoMethod.InternalInvoke(System.Reflection.MonoMethod,object,object[],System.Exception&)
  15. at System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00032] in <ac823e2bb42b41bda67924a45a0173c3>:0
  16. --- End of inner exception stack trace ---
  17. at System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00048] in <ac823e2bb42b41bda67924a45a0173c3>:0
  18. at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <ac823e2bb42b41bda67924a45a0173c3>:0
  19. at System.Delegate.DynamicInvokeImpl (System.Object[] args) [0x000e7] in <ac823e2bb42b41bda67924a45a0173c3>:0
  20. at System.MulticastDelegate.DynamicInvokeImpl (System.Object[] args) [0x00008] in <ac823e2bb42b41bda67924a45a0173c3>:0
  21. at System.Delegate.DynamicInvoke (System.Object[] args) [0x00000] in <ac823e2bb42b41bda67924a45a0173c3>:0
  22. at ActionExtenstions.InvokePrevRecursively (System.MulticastDelegate action, System.Object[] args) [0x00056] in D:\SF3\shadowfight3\Assets\Plugins\Libs\Nekki\Extensions\ActionExtenstions.cs:58
  23. UnityEngine.Debug:LogError(Object)
  24. ActionExtenstions:InvokePrevRecursively(MulticastDelegate, Object[]) (at Assets/Plugins/Libs/Nekki/Extensions/ActionExtenstions.cs:62)
  25. ActionExtenstions:InvokeSafeSmallAlloc(MulticastDelegate, Object[]) (at Assets/Plugins/Libs/Nekki/Extensions/ActionExtenstions.cs:36)
  26. ActionExtenstions:CheckAndInvokeSafe(MulticastDelegate, Object[]) (at Assets/Plugins/Libs/Nekki/Extensions/ActionExtenstions.cs:23)
  27. ActionExtenstions:InvokeSafe(Action`1, HolderModule) (at Assets/Plugins/Libs/Nekki/Extensions/ActionExtenstions.cs:78)
  28. HolderModule:Close(IntentModule) (at Assets/src/utils/ModuleManager/holders/HolderModule.cs:256)
  29. HolderModuleManager:OnCloseCallback() (at Assets/src/utils/ModuleManager/holders/HolderModuleManager.cs:131)
  30. System.Delegate:DynamicInvoke(Object[])
  31. ActionExtenstions:InvokePrevRecursively(MulticastDelegate, Object[]) (at Assets/Plugins/Libs/Nekki/Extensions/ActionExtenstions.cs:58)
  32. ActionExtenstions:InvokeSafeSmallAlloc(MulticastDelegate, Object[]) (at Assets/Plugins/Libs/Nekki/Extensions/ActionExtenstions.cs:36)
  33. ActionExtenstions:CheckAndInvokeSafe(MulticastDelegate, Object[]) (at Assets/Plugins/Libs/Nekki/Extensions/ActionExtenstions.cs:23)
  34. ActionExtenstions:InvokeSafe(Action) (at Assets/Plugins/Libs/Nekki/Extensions/ActionExtenstions.cs:70)
  35. SF3.NativeMapController:HideModule(IntentModule, Action) (at Assets/src/NativeUI/Map/NativeMapController.cs:281)
  36. HolderModuleManager:Close(IntentModule) (at Assets/src/utils/ModuleManager/holders/HolderModuleManager.cs:126)
  37. BaseModuleController:CloseCurrent(IntentModule) (at Assets/src/utils/ModuleManager/BaseModuleController.cs:401)
  38. <WaitClose>d__67:MoveNext() (at Assets/src/utils/ModuleManager/BaseModuleController.cs:261)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement