Hacking SWITCH NOOB PARADISE - Ask questions here

  • Thread starter Thread starter APartOfMe
  • Start date Start date
  • Views Views 6,132,881
  • Replies Replies 47,988
  • Likes Likes 66
i tried it with a replacement same.....did that with the multimeter too (my uncle did it for me he says it appears to be ok)...i look myself into that later

Having the same symptom with different sd readers is not good news. Unfortunately it may very well be on the MoBo side of things in which case taking it to a electronics/cellphone repair shop for closer inspection is your best bet.
 
Correct…yours is more up to date.

the idea is to add kip1patch=nosigcheck right under your kip1=atmosphere/kips/* lines in order to bypass sigchecks.

edit: you only want to do this for files you dump yourself. This is bad practice for files you find elsewhere.

"Failed to install "nosigcheck""
 
I've used atmosphere for a while, mostly for Smash mods. Today I wanted to use cheat codes for Legends Arceus, and the guide I used involved changing my system_settings.ini and putting it the config folder inside of atmosphere. Now I am getting fatal errors when I try to boot atmosphere, and I feel like I haven't properly implemented the system settings but I'm not sure how to fix it
 
I've used atmosphere for a while, mostly for Smash mods. Today I wanted to use cheat codes for Legends Arceus, and the guide I used involved changing my system_settings.ini and putting it the config folder inside of atmosphere. Now I am getting fatal errors when I try to boot atmosphere, and I feel like I haven't properly implemented the system settings but I'm not sure how to fix it
Post your system_settings.ini file pls.
 
[eupld]
; Disable uploading error reports to Nintendo
; upload_enabled = u8!0x0
[usb]
; Enable USB 3.0 superspeed for homebrew
; 0 = USB 3.0 support is system default (usually disabled), 1 = USB 3.0 support is enabled.
; usb30_force_enabled = u8!0x0
[ro]
; Control whether RO should ease its validation of NROs.
; (note: this is normally not necessary, and ips patches can be used.)
; ease_nro_restriction = u8!0x1
[lm]
; Control whether lm should log to the SD card.
; Note that this setting does nothing when log manager is not enabled.
; enable_sd_card_logging = u8!0x1
; Control the output directory for SD card logs.
; Note that this setting does nothing when log manager is not enabled/sd card logging is not enabled.
; sd_card_log_output_directory = str!atmosphere/binlogs
; Atmosphere custom settings
[atmosphere]
; Reboot from fatal automatically after some number of milliseconds.
; If field is not present or 0, fatal will wait indefinitely for user input.
; fatal_auto_reboot_interval = u64!0x0
; Make the power menu's "reboot" button reboot to payload.
; Set to "normal" for normal reboot, "rcm" for rcm reboot.
; power_menu_reboot_function = str!payload
; Controls whether dmnt cheats should be toggled on or off by
; default. 1 = toggled on by default, 0 = toggled off by default.
dmnt_cheats_enabled_by_default = u8!0x1
; Controls whether dmnt should always save cheat toggle state
; for restoration on new game launch. 1 = always save toggles,
; 0 = only save toggles if toggle file exists.
dmnt_always_save_cheat_toggles = u8!0x0
; Enable writing to BIS partitions for HBL.
; This is probably undesirable for normal usage.
; enable_hbl_bis_write = u8!0x0
; Enable reading the CAL0 partition for HBL.
; This is probably undesirable for normal usage.
; enable_hbl_cal_read = u8!0x0
; Controls whether fs.mitm should redirect save files
; to directories on the sd card.
; 0 = Do not redirect, 1 = Redirect.
; NOTE: EXPERIMENTAL
; If you do not know what you are doing, do not touch this yet.
; fsmitm_redirect_saves_to_sd = u8!0x0
; Controls whether am sees system settings "DebugModeFlag" as
; enabled or disabled.
; 0 = Disabled (not debug mode), 1 = Enabled (debug mode)
; enable_am_debug_mode = u8!0x0
; Controls whether dns.mitm is enabled
; 0 = Disabled, 1 = Enabled
; enable_dns_mitm = u8!0x1
; Controls whether dns.mitm uses the default redirections in addition to
; whatever is specified in the user's hosts file.
; 0 = Disabled (use hosts file contents), 1 = Enabled (use defaults and hosts file contents)
; add_defaults_to_dns_hosts = u8!0x1
; Controls whether dns.mitm logs to the sd card for debugging
; 0 = Disabled, 1 = Enabled
; enable_dns_mitm_debug_log = u8!0x0
; Controls whether htc is enabled
; 0 = Disabled, 1 = Enabled
; enable_htc = u8!0x0
; Controls whether atmosphere's log manager is enabled
; Note that this setting is ignored (and treated as 1) when htc is enabled.
; 0 = Disabled, 1 = Enabled
; enable_log_manager = u8!0x0
[hbloader]
; Controls the size of the homebrew heap when running as applet.
; If set to zero, all available applet memory is used as heap.
; The default is zero.
; applet_heap_size = u64!0x0
; Controls the amount of memory to reserve when running as applet
; for usage by other applets. This setting has no effect if
; applet_heap_size is non-zero. The default is 0x8600000.
; applet_heap_reservation_size = u64!0x8600000
 
Its just the ini file that was in my config_templates folder but I deleted the semicolon before "dmnt_cheats_enabled_by_default = u8!0x1". After I got the first fatal error I also deleted the space that was in front of the line too but that did not work.
 
Its just the ini file that was in my config_templates folder but I deleted the semicolon before "dmnt_cheats_enabled_by_default = u8!0x1". After I got the first fatal error I also deleted the space that was in front of the line too but that did not work.

yup. the ; counts as a comment and it ignores the rest of the line. Beginning spaces should be fine. I double checked your file and these are the ONLY lines that are in play (uncommented)

836BD5EE-F66F-4938-9B0E-B4D23F85875B.jpeg



Here they are in context with their instructions:

; Controls whether dmnt cheats should be toggled on or off by
; default. 1 = toggled on by default, 0 = toggled off by default.
dmnt_cheats_enabled_by_default = u8!0x1
; Controls whether dmnt should always save cheat toggle state
; for restoration on new game launch. 1 = always save toggles,
; 0 = only save toggles if toggle file exists.
dmnt_always_save_cheat_toggles = u8!0x0

The first one being set to 1 (u8!0x1) is turning on cheats at all times. Might not be what you want globally but let’s move on for now.

The second one sets up toggle files if turned on (u8!0x1) but yiu have it set to only update toggle files if they already exist. Again, just explaining what the lines do…let’s move on.

First things first:

Let’s make sure it’s nothing else it broken and simply comment (add ; at the beginning) to the two lines and make sure we can boot normally with none of that in play.
 
Last edited by binkinator,
this is the message I get on my Switch:

A fatal error occured when running Atmosphere.
Program ID: 010041544d530000
Error Desc: std::abort() called (0xffe)

Report saved to /atmosphere/fatal_errors/report_0000000006895ad3.bin

I will add the semi colons back and see if I still get the error
 
  • Like
Reactions: binkinator
Yes, there is a zip file with Sigpatches on the first post.

View attachment 296884

Sigpatches won’t cause your SD card to be unreadable. Perhaps the SD card is going bad?

not the sd card, the game card. The Legends Arceus I want to play digitally on my hacked switch so I can trade with my second switch
 
not the sd card, the game card. The Legends Arceus I want to play digitally on my hacked switch so I can trade with my second switch

I just confirmed those are the exact same Sigpatches I’m using. To be sure we can try the iTotalJustice sig patches but nothing we’ve done thus far would have done anything regarding the Game Card.
 
So after I added the ; back, I am no longer getting an error code, and atmosphere seems to work as it did before, just tested out my smash mods and they work fine
 
I just confirmed those are the exact same Sigpatches I’m using. To be sure we can try the iTotalJustice sig patches but nothing we’ve done thus far would have done anything regarding the Game Card.

I also just updated hekate and atmostphere and updated to to the newest compatible firmware. I remember last time I had to change something in one of the text files to read carts again, what was it I needed to do that with?
 
I also just updated hekate and atmostphere and updated to to the newest compatible firmware. I remember last time I had to change something in one of the text files to read carts again, what was it I needed to do that with?

That’s a key bit of information my friend. Was wracking my brain for how that could possibly happen. I’m guessing you were on a pre-1.0.0 release of Atmosphere?

It’s likely the following release note regarding nogc game card settings:

  • Please Note: BCT.ini no longer exists, nogc configuration has been moved to /atmosphere/config/stratosphere.ini.
    • If you rely on custom nogc configuration, please be sure to update accordingly.
 
That’s a key bit of information my friend. Was wracking my brain for how that could possibly happen. I’m guessing you were on a pre-1.0.0 release of Atmosphere?

It’s likely the following release note regarding nogc game card settings:

  • Please Note: BCT.ini no longer exists, nogc configuration has been moved to /atmosphere/config/stratosphere.ini.
    • If you rely on custom nogc configuration, please be sure to update accordingly.

I went through that the time before this time I updated, but I did end up replacing a bunch of files. What do I need to do to change the nogc configuration for this version?

my config folder is empty for some reason
 

Site & Scene News

Popular threads in this forum