Search found 3 matches
- Sun May 29, 2022 6:50 pm
- Forum: Support and Development
- Topic: Game freezes randomly
- Replies: 18
- Views: 7571
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...
- Sat May 28, 2022 2:10 pm
- Forum: Support and Development
- Topic: Game freezes randomly
- Replies: 18
- Views: 7571
Re: Game freezes randomly
The first step is to reproduce the crash. So if you think it might have to do with the moving platforms then make a testlevel with many of those objects. I played for a few minutes and it did not freeze. However, there was a trampolin with a sign that read "Use groundpound to jump higher!"...
- Sat May 28, 2022 12:45 pm
- Forum: Support and Development
- Topic: Game freezes randomly
- Replies: 18
- Views: 7571
Game freezes randomly
Hi, I've been working on a platformer for the past month. ( if you want to try it, you can move with the arrow keys, jump with the "z" key, and groundpound with "x" ) However, sometimes, the game simply freezes. The game window doesn't refresh, and I can't "CTRL-C" in t...