XLua
vijitendra opened this issue · 1 comments
NullReferenceException: Object reference not set to an instance of an object.
ILRuntime.CLR.Method.CLRMethod.Invoke (ILRuntime.Runtime.Intepreter.ILIntepreter intepreter, ILRuntime.Runtime.Stack.StackObject* esp, System.Collections.Generic.IList`1[T] mStack, System.Boolean isNewObj) (at Assets/Lib.ILRuntime/ILRuntime/CLR/Method/CLRMethod.cs:320)
ILRuntime.Runtime.Intepreter.ILIntepreter.Execute (ILRuntime.CLR.Method.ILMethod method, ILRuntime.Runtime.Stack.StackObject* esp, System.Boolean& unhandledException) (at Assets/Lib.ILRuntime/ILRuntime/Runtime/Intepreter/ILIntepreter.cs:1797)
Rethrow as ILRuntimeException: Object reference not set to an instance of an object.
IL_0049: callvirt !!0 UnityEngine.AssetBundle::LoadAsset<UnityEngine.TextAsset>(System.String)
Cs.SpineMgr.CreateSpineObjFromAb(String ab_path_prefix, String ab_name, String atlas_name, String texture_name, String json_name) D:/Casinos.Common/_Client/Main/SpineMgr.cs:Line 40
Cs.ViewLaunch.Create() D:/Casinos.Common/_Client/View.Other/ViewLaunch.cs:Line 41
Cs.ViewMgr.CreateView() D:/Casinos.Common/_Client/Main/ViewMgr.cs:Line 174
Cs.ControllerLaunch.Launch() D:/Casinos.Common/_Client/Controller/ControllerLaunch.cs:Line 72
Cs.Context.Create(String platform, Boolean is_editor, Boolean is_editor_debug) D:/Casinos.Common/_Client/Main/Context.cs:Line 206
Cs.Main.Create(String platform, Boolean is_editor, Boolean is_editor_debug) D:/Casinos.Common/_Client/Main/Main.cs:Line 17