GodMode9
GodMode9 copied to clipboard
[BUG] applyips crashes Godmode9
So you want to report a bug? Hold on, there are ways you could make things easier for us:
- Give a clear description of the bug (what happened?).
- Give us clear steps to reproduce (when/how did it happen?).
- Give us info about your system (where did it happen?).
- A photograph or even a short video of the bug happening is always helpful!
Info about your system Include this info to make our work easier:
- Console type (O3DS/N3DS)
- Anything special about your console? (defects, custom modifications,...)
- Bootloader (boot9strap/fastboot3ds)
- Did you chainload GodMode9 via Luma?
- Helpful hint: if you followed the Guide, boot9strap is your bootloader and Luma is your chainloader.
Help yourself Especially for any kind of boot issue ("GodMode9 doesn't boot"), but also in many other cases these steps make a lot of sense and we will ask you to do them anyways:
- Check your SD card (using h2testw, f.e.) or try a different one (you wouldn't believe how common failing/fake SD cards are, and what kinds of bugs are caused by them).
- Switch to fastboot3DS using https://github.com/d0k3/OpenFirmInstaller.
Have you actually read this? [X] I have read the information above
I was making a GodMode9 script to patch the keyboard using a ips patch (by extracting the romfs.bin from the keyboard and patch it), I made sure and checked that the patch is correct and even made sha256 verifications before.
The moment when applyips line comes in, gm9 crashes and generate this exception dump.
I don't know how to read this dump so I have no clue of what exactly happened... It works fine with the patch for the USA keyboard though.
Here are the ips (renamed to .patch for github) files that goes with the romfs.bin of the EUR and USA keyboard:
- romfs-EUR.ips (the one that crashes)
- romfs-USA.ips (the one that works)
Info about your system
- Console type: N3DS XL
- Bootloader: boot9strap
- Did you chainload GodMode9 via Luma? Yes
@cooolgamer - the "old" GM9 scripting language is considered legacy now. Can you retry this in GodMode9 v2.2.0 and with a Lua script?