libretro / bsnes-mercury

Fork of bsnes with various performance improvements.
GNU General Public License v3.0
47 stars 40 forks source link

Game Genie cheat somehow broke cores #29

Closed LaserMoai closed 7 years ago

LaserMoai commented 7 years ago

Super Ghouls 'n Ghosts crashes on at least the first cheat with terminate called after throwing an instance of 'nall::vector<CheatList>::exception_out_of_bounds' on normal bsnes core similarly to #25. Since I've attempted to load it with bsnes-mercury all its cores started crashing with a segmentation fault when loading any roms for some reason.

build a0a8079 OS: Arch Linux w/ KMS

LaserMoai commented 7 years ago

Any suggestions on how to fix it at least? Updating cores doesn't work. The message is just "Segmentation fault (core dumped)."

hizzlekizzle commented 7 years ago

the first thing to try would be a clean config (including clean core options) to see if that gets it working again.

LaserMoai commented 7 years ago

It was probably unrelated.