Tencent / xLua

xLua is a lua programming solution for C# ( Unity, .Net, Mono) , it supports android, ios, windows, linux, osx, etc.
Other
9.4k stars 2.45k forks source link

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

Open Aerospace-Zj opened 1 year ago

Aerospace-Zj commented 1 year ago

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

### Tasks
Aerospace-Zj commented 1 year ago

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+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