jtothebell / fake-08

A Pico-8 player/emulator for console homebrew
Other
577 stars 48 forks source link

Broken menu items in Starjump #107

Closed DPS2004 closed 2 years ago

DPS2004 commented 2 years ago

The "wobble" option is by default set to the lowest possible option (should be set to highest)

Attempting to change either the wobble or the skip option results in a crash:

from pico.log: PANIC: unprotected error in call to Lua API ([string "-- starjump 1.0..."]:55: attempt to perform arithmetic on local 'n' (a nil value)) 0 [main] FAKE08 1979 cygwin_exception::open_stackdumpfile: Dumping stack trace to FAKE08.exe.stackdump

Cart: https://www.lexaloffle.com/bbs/?tid=41874

DPS2004 commented 2 years ago

looked at the source code, will try to make a fix