8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NullReferenceException: Object reference not set to an instance of an object UniLua.BytesLoadInfo.PeekByte () UniLua.LuaState.F_Load (UniLua.LoadParameter& param) UniLua.LuaState.D_RawRunProtected[LoadParameter](UniLua.PFuncDelegate1 func, UniLua.LoadParameter& ud) UniLua.LuaState.D_PCall[LoadParameter](UniLua.PFuncDelegate1 func, UniLua.LoadParameter& ud, Int32 oldTopIndex, Int32 errFunc) UniLua.LuaState.UniLua.ILuaAPI.Load (ILoadInfo loadinfo, System.String name, System.String mode) UniLua.LuaState.L_LoadBytes (System.Byte[] bytes, System.String name) UniLua.LuaState.UniLua.ILuaAPI.Call (Int32 numArgs, Int32 numResults)
1 func, UniLua.LoadParameter& ud) UniLua.LuaState.D_PCall[LoadParameter](UniLua.PFuncDelegate
ILuaAPI.Call does not invoke L_LoadBytes ~~~
The text was updated successfully, but these errors were encountered:
No branches or pull requests
NullReferenceException: Object reference not set to an instance of an object
UniLua.BytesLoadInfo.PeekByte ()
UniLua.LuaState.F_Load (UniLua.LoadParameter& param)
UniLua.LuaState.D_RawRunProtected[LoadParameter](UniLua.PFuncDelegate
1 func, UniLua.LoadParameter& ud) UniLua.LuaState.D_PCall[LoadParameter](UniLua.PFuncDelegate
1 func, UniLua.LoadParameter& ud, Int32 oldTopIndex, Int32 errFunc)UniLua.LuaState.UniLua.ILuaAPI.Load (ILoadInfo loadinfo, System.String name, System.String mode)
UniLua.LuaState.L_LoadBytes (System.Byte[] bytes, System.String name)
UniLua.LuaState.UniLua.ILuaAPI.Call (Int32 numArgs, Int32 numResults)
ILuaAPI.Call does not invoke L_LoadBytes ~~~
The text was updated successfully, but these errors were encountered: