mgba-emu / mgba

mGBA Game Boy Advance Emulator
https://mgba.io/
Mozilla Public License 2.0
5.38k stars 744 forks source link

Emulator freezes and crashes when loading any lua script #3178

Closed Real96 closed 1 month ago

Real96 commented 1 month ago

The emulator crashes, after a bit, everytime a lua script is loaded. The bug has been introduced in aa7b934.

I tryed a simple script with the following code line:

local Test = console:createBuffer("Test")

If the freeze is not immediate, it will appear some seconds of fast forwarding.

Real96 commented 1 month ago

The problem is no more present in latest commit!