Search found 2 matches
- Sat Jul 31, 2021 5:39 am
- Forum: Support and Development
- Topic: [Solved] Löve segfaults on OS X when loading dylibs
- Replies: 1
- Views: 2371
Re: Löve segfaults on OS X when loading dylibs
I also tried using luajit. If the code is compiled with "luajit.a" as provided by luajit, and the script run with the luajit executable, it also goes fine. I'm looking at the lua component in love to find out the problem.
- Fri Jul 30, 2021 7:18 pm
- Forum: Support and Development
- Topic: [Solved] Löve segfaults on OS X when loading dylibs
- Replies: 1
- Views: 2371
[Solved] Löve segfaults on OS X when loading dylibs
TL;DR : Pull the "Lua" file buried in love.app/Contents/Framework/Lua.framework/Versions/A/Lua , use that to replace the "libluajit.a". Or, if you don't want to recompile: First make sure that your dylib file loads fine with the standard luajit distribution. Then replace the &qu...