Search found 2 matches

by ForrestWhite
Thu Aug 10, 2023 4:27 am
Forum: Support and Development
Topic: Should retrieving source code and resources from a Love game exe be this easy?
Replies: 5
Views: 2443

Re: Should retrieving source code and resources from a Love game exe be this easy?

I've never done it before, if anyone has done it, please leave a comment on whether it's difficult or easy for me to follow
by ForrestWhite
Sat Jul 29, 2023 2:59 am
Forum: Support and Development
Topic: Game freezes randomly
Replies: 19
Views: 7985

Re: Game freezes randomly

I'm now convinced that it's a LuaJIT bug rather than a game bug. The freeze is definitively in findName (in my case the call to game:findName("Tileset") in breakable.lua), and it doesn't have any reason to freeze there. A workaround could be, after defining Game:findName(), to add: jit.of...