Open Sorroko opened 10 years ago
Run the emulator in a thread to be able to reliably prevent infinite loops. i.e. Too long without yielding error.
Or, you could just turn jit off on loadstring'd functions.
Reason? Jit'd coded cannot properly trigger hooks.
Run the emulator in a thread to be able to reliably prevent infinite loops. i.e. Too long without yielding error.