SNES cheats cause C++ crash

Any time I try to use cheats in retroarch on SNES (using any core) I get the error terminate called after throwing an instance of ‘nall::vector<CheatList>::exception_out_of_bounds’ I found this URL detailing the error https://github.com/libretro/bsnes-libretro-cplusplus98/issues/3 but I can’t make heads or tails of the contents. The path they seem to reference doesn’t exit so I don’t know where to add the command string. if (index >= cheatList.size()) cheatList.resize(index+1); Any help with this would be appreciated.

No one has anything to add to this thread?

That’s an issue with nall, which is one of byuu’s internal libraries. Try using cheats with Snes9x cores instead.

Has this ever been resolved? I’m having the same problem and would prefer not to switch cores…

I’ve looked on github and the bsnes core was updated on February 29th, 2016 to include a fix for cheats but either the Online Updater isn’t downloading a recent version compiled with those changes or the changes aren’t helping.