Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

3DS:Error screens/Luma3DS exception screen: Difference between revisions

From Hacks Guide Wiki
(add a few new errors, revise several others, general style fixes)
(added fix for prefetch abort (svcBreak) at Arm9 for movable.sed 288 bytes)
Line 50: Line 50:
|-
|-
| rowspan="2" | prefetch abort (svcBreak)
| rowspan="2" | prefetch abort (svcBreak)
| The system movable, <code>[1:]/private/movable.sed</code>, is 288 bytes but its flag indicates otherwise.
| The system movable, <code>[1:]/private/movable.sed</code>, is 288 bytes but its flag indicates otherwise. To fix, go to GodMode9 and select <code>SYSNAND CTRNAND</code>, then go to <code>private</code>. Inside the folder, you'll see a file named <code>movable.sed</code>. Select it, and under the options menu, select <code>Show in Hexeditor</code>. You'll see a lot of numbers on your screen, press A and unlock with the sequence of buttons on your bottom screen to proceed. Look for a line that says exactly <code>53 45 45 44 00 01</code>, then using A and the D-Pad, change the value <code>01</code> at the end of the line to <code>00</code>. Press B to go back to the GodMode9 menu, then START to reboot your console.
|-
|-
| <code>SYSNAND CTRNAND</code> has bad CMACs.
| <code>SYSNAND CTRNAND</code> has bad CMACs.