Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MSET9: Fresh Edition #38

Merged
merged 31 commits into from
Aug 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
01c4758
putting this on a branch for now
Naim2000 Jun 16, 2024
491a31b
make option 2 dynamic
Naim2000 Jun 17, 2024
25d1a72
move MSET9 script itself to root
Naim2000 Jun 17, 2024
f7f18bc
Drop a note for the user about the SD root
Naim2000 Jun 17, 2024
3e64c23
better getInput function
Naim2000 Jun 17, 2024
d87fd99
print root on main MSET9 menu
Naim2000 Jun 21, 2024
3133ceb
SD card storage does not matter as much
Naim2000 Jun 23, 2024
34243d9
Nvm, firm backups
Naim2000 Jun 23, 2024
fa407c5
Error handling for createHaxID1()
Naim2000 Jun 23, 2024
d36f151
stub title databases in sanity() (again)
Naim2000 Jun 26, 2024
cbfbea6
Hide option 3 when trigger is injected
Naim2000 Jun 26, 2024
07da99b
Hide option 3 when trigger is injected (2)
Naim2000 Jun 26, 2024
05ef966
stil suggest reformatting SD for no home menu extdata
Naim2000 Jun 26, 2024
631c7bd
Fix hax id1 swap being wack
Naim2000 Jun 26, 2024
b50173a
Separate number for each option
Naim2000 Jun 28, 2024
0071b18
SD root magic for macOS (hopefully)
Naim2000 Jun 28, 2024
0c5f63f
(Add linux errno 22 here)
Naim2000 Jul 9, 2024
bb9e562
Update error numbers
Naim2000 Jul 9, 2024
e625ee5
Copy title dbs to user ID1 after removal
Naim2000 Jul 9, 2024
5a234d2
Improve root detection (#1)
Anonymous941 Jul 11, 2024
2e755f1
User friendly messages for unavailable options
Naim2000 Jul 16, 2024
8ae4f74
Create dbs folder if it does not exist somehow
Naim2000 Jul 17, 2024
ebf9bcd
remove fs.print_root() from mainMenu()
Naim2000 Jul 17, 2024
a166d59
Show all options at all times* + print root in status check
Naim2000 Jul 17, 2024
bd4e9ec
change not ready message
Naim2000 Jul 17, 2024
eed735f
Update the credits
irowiki Jul 20, 2024
7576326
Merge pull request #2 from irowiki/patch-6
Naim2000 Jul 20, 2024
bb91d1b
mset9.bat -> MSET9-Windows.bat
Naim2000 Jul 22, 2024
67c12d0
mset9.command -> MSET9-macOS.command
Naim2000 Jul 22, 2024
00da5c9
credits mishap
Naim2000 Jul 25, 2024
4543806
fs.print_root() was in the wrong sanity function
Naim2000 Jul 25, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions MSET9_installer_script/errors.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
Error 01: Not running on the SD Card root. /Nintendo 3DS/ not found.
Error 02: Write protected SD Card. Ensure switch is facing up.
Error 03: Attempting to change target console version during exploit.
Error 04: No Home Menu Extdata. SD needs reformatting, follow MSET9 Troubleshooting page.
Error 05: No Mii Maker Data, follow MSET9 Troubleshooting page.
Error 04: Multiple ID0s, follow MSET9 Troubleshooting page.
Error 05: Multiple ID1s, follow MSET9 Troubleshooting page.
Error 06: Not enough free space on disk. Clean out unused files.
Error 07: Multiple ID0s, follow MSET9 Troubleshooting page.
Error 08: Missing/Malformed file. Reextract MSET9 zip file.
Error 09: Could not change back into SD directory. Ensure the SD Card has been reinserted.
Error 10: Database problem. Follow the troubleshooting to reset the DBs.
Error 12: Multiple ID1s, follow MSET9 Troubleshooting page.
Error 07: Missing/Malformed file. Reextract MSET9 zip file.
Error 08: Could not change back into SD directory. Ensure the SD Card has been reinserted.

Error 13: Device doesn't exist.
Error 14: Can't open device.
Error 15: Not FAT32 formatted or corrupted filesystem.
Error 16: Unable to umount SD card.
Error 17: Root privilege is required.
Error 18: Winerror 234, Windows UTF Settings needs adjustment, follow MSET9 Troubleshooting page

MSET9 Troubleshooting Page: https://3ds.hacks.guide/troubleshooting#installing-boot9strap-mset9
Loading