Open 916253 opened 7 years ago
Looks like the their code is trying to run something at the ITCM mirror at 0x00010000 or you didn't provide the right 'bootrom' and the code nop'ed there from the interrupt vector after an exception. Do you have qemu_ctr_bootrom9.bin in the 3ds_data folder?
Side note: a fake bootrom is provided here at https://github.com/b1l1s/qemu/blob/ctr/3ds-data/qemu_ctr_bootrom9.bin
Yes, qemu_ctr_bootrom9.bin is present
Upon attempting to execute an arm9 payload (
arm-softmmu/qemu-system-arm -kernel arm9loaderhax.bin -M ctr9
) qemu immediately crashes, outputting the following:I tried the latest release of Luma3DS(7.0.4 at the time of this writing) and the latest GodMode9 (v1.1.3) I tried this on two different systems (first being macOS, second being Debian) to confirm that this wasn't an isolated issue.