xLua icon indicating copy to clipboard operation
xLua copied to clipboard

Unity 64位打包 运行出现EntryPointNotFoundException: Unable to find an entry point named 'luaopen_rapidjson' in 'xlua'错误

Open Aerospace-Zj opened this issue 2 years ago • 1 comments

这个是否是由于第三方库原因未添加?

### Tasks

Aerospace-Zj avatar Oct 25 '23 04:10 Aerospace-Zj

EntryPointNotFoundException: Unable to find an entry point named 'luaopen_rapidjson' in 'xlua'. at XLua.LuaDLL.Lua.luaopen_rapidjson (System.IntPtr L) [0x00000] in <00000000000000000000000000000000>:0 at XLua.LuaDLL.Lua.lua_pcall (System.IntPtr L, System.Int32 nArgs, System.Int32 nResults, System.Int32 errfunc) [0x00000] in <00000000000000000000000000000000>:0 at XLua.LuaEnv.DoString (System.Byte[] chunk, System.String chunkName, XLua.LuaTable env) [0x00000] in <00000000000000000000000000000000>:0 at PLAGame.Client.PLALuaBehaviour.Awake () [0x00000] in <00000000000000000000000000000000>:0 at UnityEngine.GameObject.AddComponent[T] () [0x00000] in <00000000000000000000000000000000>:0 at IOGame.Client.GameInit+<LoadGameScene>d__48.MoveNext () [0x00000] in <00000000000000000000000000000000>:0 at UnityEngine.SetupCoroutine.InvokeMoveNext (System.Collections.IEnumerator enumerator, System.IntPtr returnValueAddress) [0x00000] in <00000000000000000000000000000000>:0 UnityEngine.GameObject:AddCom

Aerospace-Zj avatar Oct 25 '23 04:10 Aerospace-Zj