Hacking Sigpatches for Atmosphere (Hekate, fss0, fusee & package3)

  • Thread starter Thread starter ShadowOne333
  • Start date Start date
  • Views Views 5,178,984
  • Replies Replies 7,279
  • Likes Likes 266
im just wondering if the sys patch work without overlay?
the overlay has nothing to do with sys-patch, all it does is read the /config/sys-patch/log.ini and /config/sys-patch/config.ini

the overlay is a cosmetic, optional thing which serves no purpose in sys-patch doing its job. (and requires nx-ovlloader/tesla-menu to exist)
 
Sys-patch 1.6.1 is just fine and working. What's the error say?
Nothing much as seen in the video.



My specs right now are:
hekate v6.5.2
Atmosphère 1.11.1
Firmware v22.1.0
Beta Sigpatches 21.2.0 (from the first post)
Sys-patch v1.6.1
Game 1.04
 
Nothing much as seen in the video.

View attachment 569916

My specs right now are:
hekate v6.5.2
Atmosphère 1.11.1
Firmware v22.1.0
Beta Sigpatches 21.2.0 (from the first post)
Sys-patch v1.6.1
Game 1.04
Latest sigpatches can be found here. In order to actually use them, you either need a modified fusee.bin with the support for IPS patches restored, or boot into Atmosphere CFW via Hekate. Otherwise, they won't work. Since you already have sys-patch installed and on a latest version, sigpatches are unnecessary. Use one of them.

Did you try reinstalling the affected games? From what I know, some games could get invalidated if you ever booted without correct patches. Therefore, before you update your firmware/CFW, update sys-patch or sigpatches before you do so. I use latest DBI in order to install games on my Switch and I'm yet to run into an issue (and I'm using sys-patch instead of sigpatches as I don't have many sys-modules running on my Switch).
 
Nothing much as seen in the video.

View attachment 569916

My specs right now are:
hekate v6.5.2
Atmosphère 1.11.1
Firmware v22.1.0
Beta Sigpatches 21.2.0 (from the first post)
Sys-patch v1.6.1
Game 1.04
provide contents of /config/sys-patch/log.ini


Latest sigpatches can be found here. In order to actually use them, you either need a modified fusee.bin with the support for IPS patches restored, or boot into Atmosphere CFW via Hekate. Otherwise, they won't work. Since you already have sys-patch installed and on a latest version, sigpatches are unnecessary. Use one of them.

Did you try reinstalling the affected games? From what I know, some games could get invalidated if you ever booted without correct patches. Therefore, before you update your firmware/CFW, update sys-patch or sigpatches before you do so. I use latest DBI in order to install games on my Switch and I'm yet to run into an issue (and I'm using sys-patch instead of sigpatches as I don't have many sys-modules running on my Switch).

i was made aware i had accidentally used ips32 structure instead of regular ips structure for non-ips32 patches, which i corrected on github 2 weeks ago, but forgot to update this thread with it (atmosphere treats them differently based on the magic being "ips32" or "patch", where 0x08 works for ips32 and not regular ips, and i had used 0x08 instead of 0x06 for the offset for regular ips patches.

(the difference really is just ips32 permits higher offsets if needed)

these ones should have that problem fixed.
 

Attachments

  • Like
  • Love
Reactions: johw and Blythe93
provide contents of /config/sys-patch/log.ini




i was made aware i had accidentally used ips32 structure instead of regular ips structure for non-ips32 patches, which i corrected on github 2 weeks ago, but forgot to update this thread with it (atmosphere treats them differently based on the magic being "ips32" or "patch", where 0x08 works for ips32 and not regular ips, and i had used 0x08 instead of 0x06 for the offset for regular ips patches.

(the difference really is just ips32 permits higher offsets if needed)

these ones should have that problem fixed.
Thats my log.ini content
Code:
[fs]
noacidsigchk_1.0.0-9.2.0=Skipped
noncasigchk_1.0.0-3.0.2=Skipped
noncasigchk_4.0.0-16.1.0=Skipped
noncasigchk_17.0.0+=Patched (sys-patch) (0x80838)
nocntchk_1.0.0-18.1.0=Skipped
nocntchk_19.0.0+=Patched (sys-patch) (0xDA19C)
[ldr]
noacidsigchk_10.0.0+=Patched (sys-patch) (0x5F7A)
[erpt]
no_erpt=Disabled
[es]
es_1.0.0-8.1.1=Skipped
es_9.0.0-11.0.1=Skipped
es_12.0.0-18.1.0=Skipped
es_19.0.0-21.2.0=Skipped
es_22.0.0+=Patched (file) (0x763F8)
[olsc]
olsc_6.0.0-14.1.2=Skipped
olsc_15.0.0-18.1.0=Skipped
olsc_19.0.0+=Patched (sys-patch) (0x86188)
[nifm]
ctest_1.0.0-19.0.1=Skipped
ctest_20.0.0+=Unpatched
[nim]
blankcal0crashfix_17.0.0+=Patched (file) (0x193954)
blockfirmwareupdates_1.0.0-5.1.0=Skipped
blockfirmwareupdates_6.0.0-6.2.0=Skipped
blockfirmwareupdates_7.0.0-10.2.0=Skipped
blockfirmwareupdates_11.0.0-11.0.1=Skipped
blockfirmwareupdates_12.0.0+=Patched (sys-patch) (0x117090)
[am]
am_homebrew_fix_22.0.0+=Patched (file) (0x5CC4C)
[stats]
version=1.6.1-8734951
build_date=09.04.2026 19:37:45
fw_version=22.1.0
ams_version=1.11.1
ams_target_version=1.0.0
ams_keygen=21
ams_hash=d04c20a0
is_emummc=1
heap_size=4096
buffer_size=4096
patch_time=0.074s
 
Thats my log.ini content
FS + Loader + ES active, your issue is either corrupt game install or doing something stupid like only installing the game update, but not the base game, or dlc and not the basegame (or rare case of update missing from base game if required if the title is of spareFS nca type)

solution: reinstall affected game.
 
  • Like
Reactions: Blythe93
FS + Loader + ES active, your issue is either corrupt game install or doing something stupid like only installing the game update, but not the base game, or dlc and not the basegame (or rare case of update missing from base game if required if the title is of spareFS nca type)

solution: reinstall affected game.
I found the game from two different places and I tried first only the base game and then + update but didnt change the error. And after all this trys my atmosphere seems to be dead :'(
IMG_20260425_125210.jpg

Ill wait for a new version and if it doesnt work Ill have to redo all from beggining...
 
I found the game from two different places and I tried first only the base game and then + update but didnt change the error. And after all this trys my atmosphere seems to be dead :'(
View attachment 569936
Ill wait for a new version and if it doesnt work Ill have to redo all from beggining...
reinstalling your game shouldn't make Loader crash.

new version of what?
there aren't any issues with your patches, or atmosphere.
 
  • Like
Reactions: Blythe93
reinstalling your game shouldn't make Loader crash.

new version of what?
there aren't any issues with your patches, or atmosphere.
Seems my atmosphere is having a very important issue if it cant boot, even using a backup from a few hours ago, so im refering a newer version of atmosphere
 
Seems my atmosphere is having a very important issue if it cant boot, even using a backup from a few hours ago, so im refering a newer version of atmosphere
there won't be a newer version of atmopshere for your problem, as it is unrelated.

you re-installing a game shouldn't affect Loader ( 0100000000000001 ), which is a component of atmosphere.

sounds more like your sd card is dead or dying based on your other symptoms. (troubleshoot / fix by using another sd card)

edit: this silly guy went and made a github issue on atmosphere's repository
 
Last edited by bth,
there won't be a newer version of atmopshere for your problem, as it is unrelated.

you re-installing a game shouldn't affect Loader ( 0100000000000001 ), which is a component of atmosphere.

sounds more like your sd card is dead or dying based on your other symptoms. (troubleshoot / fix by using another sd card)

edit: this silly guy went and made a github issue on atmosphere's repository
Yeah silly me created a github issue since I my atmosphere crashes on boot and wanted to seek for any kind of help besides getting another sd and/or reinstalling all the software again
Was really need to expose my incompetence like that? make u feel better?
 
Yeah silly me created a github issue since I my atmosphere crashes on boot and wanted to seek for any kind of help besides getting another sd and/or reinstalling all the software again
Was really need to expose my incompetence like that? make u feel better?
Well yes, considering I already told you beforehand the issue is not with your patches or atmosphere.
 
Whenever i try to install nsp file it says error occured when i try to play and in dbi it says signature failed and its red and i have no idea what to do i have 22.0.0|AMS 1.11.1|S
 
Whenever i try to install nsp file it says error occured when i try to play and in dbi it says signature failed and its red and i have no idea what to do i have 22.0.0|AMS 1.11.1|S
Just look at them and hope you find sth.





 
Last edited by savagewarrior,
FFS, here you go. Use a modified fusee.bin to use them.
Idk what I was doing wrong, but I couldn't get sys-patches to work with a new game I was trying to install (only available as xci or converted nsp). Felt totally screwed over and like I was gonna have to downgrade my fw. So seriously thank you for this, saved my dumbass after spending way too long trying to figure out what was wrong. Shit isn't in vain
 
Is it possible to extract the fix from Kefir release and use it with vanilla Atmosphere? Or is it built into their own fork of Atmosphere?
i use it with the tinfoil patched atmosphere the 40mb patch is a package for uberhand all files for it are connected to that not atmosphere so as long as you have uberhand and the package installed you should be good with any version
Post automatically merged:

i use it with the tinfoil patched atmosphere the 40mb patch is a package for uberhand all files for it are connected to that not atmosphere so as long as you have uberhand and the package installed you should be good with any version
ok i just tested with my switch even though i have the package it does not seem to work although it does say its on but when i check my sysmodules i still only have 6mb memory so either i did something wrong or it only works with keifir
 
Last edited by froggy55,
  • Like
Reactions: Blythe93
If you have 22.1.0 firmware installed and has boot problems then download this and extract it to your micro sd card:

atmosphere-1.11.1-master-d04c20a04+hbl-2.4.5+hbmenu-3.6.1
Hekate+AMS-package3-sigpatches-1.10.2P-cfw-21.2.0_V0+medicine
sys-patch-v1.6.0
hekate_ctcaer_6.5.2_Nyx_1.9.2
Lockpick_RCM-v1.9.19
Warmboot Mariko FW 22.0.0
JKSV 12/02/2025
included..

After that you must update other files in switch folder:
linkalho-v2.0.2 : https://github.com/impeeza/linkalho/releases/tag/v2.0.2
is an example.
 

Attachments

Last edited by savagewarrior,
  • Like
Reactions: johw

Site & Scene News

Popular threads in this forum