id summary reporter owner description type status priority component version resolution keywords cc game 10116 MM C64 DEMO: Attempting to display the original save/load screen causes a crash. robertmegone sev- "Playing the Maniac Mansion C64 demo, I experienced a crash when trying to press ALT+F5 to display the original save/load screen. I don't know if the demo version has a save/load screen but it seems safe to assume that it doesn't. The console spits out this error when the game crashes: ../../src-master/src/common/array.h:164: failed assertion `idx < _size' But I think the safest thing to do is simply add an additional condition to exclude the demo from the line: {{{ if (_game.id == GID_MANIAC && _game.version == 0) { }}} Which is currently around line 488 in engines/scumm/input.cpp" defect closed blocker Engine: SCUMM fixed semi-reproducible-ub Maniac Mansion