TASEmulators / BizHawk

BizHawk is a multi-system emulator written in C#. BizHawk provides nice features for casual gamers such as full screen, and joypad support in addition to full rerecording and debugging tools for all system cores.
http://tasvideos.org/BizHawk.html
Other
2.2k stars 385 forks source link

Bundled Lua script bugs+requests megathread #3468

Open YoshiRulz opened 1 year ago

YoshiRulz commented 1 year ago

I recall some other scripts no longer working in recent versions as well.

It would be beneficial to new scripters using these as examples if they were all formatted consistently and had comments. see also #1604

CasualPokePlayer commented 1 year ago
  • Input_Display.lua crashes with NullHawk on NLua+KopiLua and new KeraLua engine. Something about arithmetic on non-numbers.

It crashes the same way with the old LuaInterface+Lua. It seems to just be due to the size table not containing any values for NULL sys id, which results in arithmetic with nil.