Skip to content

Commit

Permalink
error #14 moment
Browse files Browse the repository at this point in the history
  • Loading branch information
Naim2000 committed Jun 5, 2024
1 parent 4a8f66d commit ee20002
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions romfs/finalize/finalize.gm9
Original file line number Diff line number Diff line change
Expand Up @@ -193,40 +193,41 @@ allow 1:
set PREVIEW_MODE "Checking for problems... DONE\nAsking for permission... DONE\n> Installing homebrew...\nCopying GodMode9 to CTRNAND... ---\nCleaning up SD card... ---\nBacking up essential.exefs... ---\nBacking up NAND... ---"

# Install base homebrew applications
# Can't be issues with the copy anymore...

if not install G:/finalize/Anemone3DS.cia
set PREVIEW_MODE "G:/finalize/img/error14a.png"
echo "Error #14a: CIA install fail\n \nA CIA (Anemone3DS) failed to install.\n \nTry replacing it with a freshly\ndownloaded copy, or ask for help\non Discord: https://discord.gg/MWxPgEp"
echo "Error #14a: CIA install fail\n \nA CIA (Anemone3DS) failed to install.\n \nAask for help\non Discord: https://discord.gg/MWxPgEp"
poweroff
end

if not install G:/finalize/Checkpoint.cia
set PREVIEW_MODE "G:/finalize/img/error14b.png"
echo "Error #14b: CIA install fail\n \nA CIA (Checkpoint) failed to install.\n \nTry replacing it with a freshly\ndownloaded copy, or ask for help\non Discord: https://discord.gg/MWxPgEp"
echo "Error #14b: CIA install fail\n \nA CIA (Checkpoint) failed to install.\n \nAask for help\non Discord: https://discord.gg/MWxPgEp"
poweroff
end

if not install G:/finalize/FBI.cia
set PREVIEW_MODE "G:/finalize/img/error14c.png"
echo "Error #14c: CIA install fail\n \nA CIA (FBI) failed to install.\n \nTry replacing it with a freshly\ndownloaded copy, or ask for help\non Discord: https://discord.gg/MWxPgEp"
echo "Error #14c: CIA install fail\n \nA CIA (FBI) failed to install.\n \nAask for help\non Discord: https://discord.gg/MWxPgEp"
poweroff
end

if not install G:/finalize/ftpd.cia
set PREVIEW_MODE "G:/finalize/img/error14d.png"
echo "Error #14d: CIA install fail\n \nA CIA (ftpd) failed to install.\n \nTry replacing it with a freshly\ndownloaded copy, or ask for help\non Discord: https://discord.gg/MWxPgEp"
echo "Error #14d: CIA install fail\n \nA CIA (ftpd) failed to install.\n \nAask for help\non Discord: https://discord.gg/MWxPgEp"
poweroff
end

if not install G:/finalize/Homebrew_Launcher.cia
set PREVIEW_MODE "G:/finalize/img/error14e.png"
echo "Error #14e: CIA install fail\n \nA CIA (Homebrew Launcher) failed to install.\n \nTry replacing it with a freshly\ndownloaded copy, or ask for help\non Discord: https://discord.gg/MWxPgEp"
echo "Error #14e: CIA install fail\n \nA CIA (Homebrew Launcher) failed to install.\n \nAask for help\non Discord: https://discord.gg/MWxPgEp"
poweroff
end

if not install G:/finalize/Universal-Updater.cia
set PREVIEW_MODE "G:/finalize/img/error14f.png"
echo "Error #14f: CIA install fail\n \nA CIA (Universal-Updater) failed to install.\n \nTry replacing it with a freshly\ndownloaded copy, or ask for help\non Discord: https://discord.gg/MWxPgEp"
echo "Error #14f: CIA install fail\n \nA CIA (Universal-Updater) failed to install.\n \nAask for help\non Discord: https://discord.gg/MWxPgEp"
poweroff
end

Expand Down

0 comments on commit ee20002

Please sign in to comment.