Changes between Initial Version and Version 2 of Ticket #15517
- Timestamp:
- Nov 21, 2024, 6:21:37 AM (9 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15517 – Description
initial v2 1 1 This bug was introduced on 30 June 2024 with [https://github.com/scummvm/scummvm/commit/d16f08c1679e7ac02fc3533de37a881e0374715e this commit]. On a New 3DS system, when attempting to quit ScummVM from the launcher, the system will almost always crash. Quitting ScummVM from inside a game works as intended. 2 2 3 Interestingly, quitting from the launcher menu after adding a new game seems to work fine. All my testing was done with on a compilation made from the bug origin state linked above, with only the Riven engine enabled; the new game added that caused a successful quit from the launcher was Sam & Max. I have included the parsed version of a dump file generated by the Luma3DS custom firmware.3 ~~Interestingly, quitting from the launcher menu after adding a new game seems to work fine.~~ '''EDIT:''' It's not '''adding''' a new game that allows for a successful quit from the launcher menu; it's starting a game '''for which the engine is not present'''. 4 4 5 I do not know if any of this applies to a 3DS port running on an original 3DS. 5 All my testing was done with on a compilation made from the bug origin state linked above, with only the Riven engine enabled; the ~~new~~ engine-absent* game added that caused a successful quit from the launcher menu was Sam & Max. 6 7 I have included the parsed version of a dump file generated by the Luma3DS custom firmware. I do not know if any of this applies to a 3DS port running on an original 3DS. 8 9 '''EDIT''': Here is the exact process that causes the successful exit: 10 1. Open ScummVM. The port only has the Riven engine compiled in, but both Riven and another game (for which the engine is not present) are listed in the launcher menu. 11 12 2. Select the other game, and press the "Start" button (the one on the screen, not the Start button on the 3DS). The "Could not find any engine capable of running the selected game" message will appear. 13 14 3. Press "OK" to return to the launcher screen, then press "Quit". The program will successfully unload and return to the 3DS home screen.