Hacking Atmosphere 0.19.0 Has Been Released!

Status
Not open for further replies.

NotErista

Well-Known Member
OP
Member
Joined
Dec 21, 2020
Messages
107
Trophies
0
Location
Amazon
Website
amazon.com
XP
283
Country
United Kingdom
Atmosphere 0.19.0 By @SciresM Has been Released With Support for the firmware 12.0.0.

Update Log. (From Github).
  • Support was added for 12.0.0.
    • mesosphère was updated to reflect the latest official kernel behavior.
    • sm, boot2, pgl were updated to reflect the latest official behaviors.
      • Please Note: 12.0.0 added a new protocol for IPC ("tipc"), which has been freshly reimplemented in its entirety.
        • It is possible there may be as of yet unfound issues; if there are, please send the appropriate crash reports to SciresM (SciresM#0524 on discord).
        • Homebrew which uses atmosphere extensions (including the mitm API) will need to be re-compiled in order to function on 0.19.0.
          • I apologize for this, but it's unavoidable for technical reasons. If you're affected by this and mad about it, please contact SciresM to complain.
    • erpt was partially updated to reflect the latest official behaviors.
      • New features were added to erpt to track the activity of running applets, and to detect when a forced shutdown occurs.
      • These behaviors have been temporarily stubbed, as they are not necessary for 12.0.0 to run (and their outputs won't be saved anywhere).
      • A future atmosphère update will implement these behaviors, in the interest of reflecting official logic as faithfully as we can.
  • Atmosphère no longer uses the /contents/ folder for its own programs.
    • Atmosphère's system modules are now bundled together in the single file "stratosphere.romfs".
      • For those working on developing for atmosphère, executables inside the /contents/ directory will be preferred to those in "stratosphere.romfs".
    • Please Note: In order to facilitate this change (and the desired behavior), the first time you boot after extracting a release zip, atmosphère system modules inside /contents/ will be deleted.
      • This will have no impact on user programs (it only removes programs with specific program ids).
  • Improvements were made to mesosphere, including:
    • An extension InfoType was added for getting the current process handle, without having to spawn a thread and do IPC with oneself.
    • An issue was fixed in SvcSetDebugThreadContext.
    • An issue was fixed when doing IPC with user buffers.
  • Support was fixed for toggling the custom setting usb!usb30_force_enabled on 9.0.0+.
    • This was broken by Nintendo's introducing a dependency that made USB a requirement to launch before custom settings are parsed.
    • Since the fix, you can now toggle the setting (as you could prior to atmosphère 0.9.4), and it will work as expected.
    • Please Note: Enabling USB 3.0 often severely impacts wireless communications.
      • Because of this, the setting will default to off. If you experience issues with it enabled, consider disabling it.
  • A warning was added to daybreak when resetting the console to factory settings.
  • Substantial work was completed towards atmosphere's upcoming implementation of the host target connection protocol.
    • Once completed, users will be able to interact with a Switch running atmosphère via a PC application ("Starlink") currently under development.
      • Planned eventual features for connected consoles include a gdbstub, interacting with memory (for cheat development), streaming gameplay audio and video, and accessing the Switch's SD card filesystem.
      • Switch homebrew will also have access to a (configurable and sandboxed) filesystem on the host PC, while connected.
    • Towards this end, the following was accomplished:
      • The "htc" system module was reimplemented completely.
      • The system module which provides remote access to the SD card was reimplemented completely.
    • This is currently the active focus of atmosphère's development.
    • Please Note: Support is not yet completed, and users are disadvised from interacting with the related settings for the time being, unless they particularly know what they're doing.
  • A number of minor issues were fixed, including:
    • A bug was fixed in dmnt that could cause a fatal when launching certain games with cheats active.
    • An issue was fixed that could cause an abort in sm when using a large number of custom system modules.
    • An issue was fixed that prevented launching gamecards on 1.0.0.
    • Minor issues were fixed in the cheat virtual machine's behavior.
  • Several issues were fixed, and usability and stability were improved.
For information on the featureset supported by 0.19, please see the official release notes.


Downloads Can Be Found Here
Sigpatches can be found Here. ty @korrisp for finding them


Have a Good Day.
 
Last edited by NotErista,

BaamAlex

UDE GA NARU ZE!
Member
Joined
Jul 23, 2018
Messages
6,010
Trophies
1
Age
28
Location
Lampukistan
Website
hmpg.net
XP
6,082
Country
Germany
Atmosphere 0.19.0 By @SciresM Has been Released With Support for the firmware 12.0.0.

Update Log. (From Github).
  • Support was added for 12.0.0.
    • mesosphère was updated to reflect the latest official kernel behavior.
    • sm, boot2, pgl were updated to reflect the latest official behaviors.
      • Please Note: 12.0.0 added a new protocol for IPC ("tipc"), which has been freshly reimplemented in its entirety.
        • It is possible there may be as of yet unfound issues; if there are, please send the appropriate crash reports to SciresM (SciresM#0524 on discord).
        • Homebrew which uses atmosphere extensions (including the mitm API) will need to be re-compiled in order to function on 0.19.0.
          • I apologize for this, but it's unavoidable for technical reasons. If you're affected by this and mad about it, please contact SciresM to complain.
    • erpt was partially updated to reflect the latest official behaviors.
      • New features were added to erpt to track the activity of running applets, and to detect when a forced shutdown occurs.
      • These behaviors have been temporarily stubbed, as they are not necessary for 12.0.0 to run (and their outputs won't be saved anywhere).
      • A future atmosphère update will implement these behaviors, in the interest of reflecting official logic as faithfully as we can.
  • Atmosphère no longer uses the /contents/ folder for its own programs.
    • Atmosphère's system modules are now bundled together in the single file "stratosphere.romfs".
      • For those working on developing for atmosphère, executables inside the /contents/ directory will be preferred to those in "stratosphere.romfs".
    • Please Note: In order to facilitate this change (and the desired behavior), the first time you boot after extracting a release zip, atmosphère system modules inside /contents/ will be deleted.
      • This will have no impact on user programs (it only removes programs with specific program ids).
  • Improvements were made to mesosphere, including:
    • An extension InfoType was added for getting the current process handle, without having to spawn a thread and do IPC with oneself.
    • An issue was fixed in SvcSetDebugThreadContext.
    • An issue was fixed when doing IPC with user buffers.
  • Support was fixed for toggling the custom setting usb!usb30_force_enabled on 9.0.0+.
    • This was broken by Nintendo's introducing a dependency that made USB a requirement to launch before custom settings are parsed.
    • Since the fix, you can now toggle the setting (as you could prior to atmosphère 0.9.4), and it will work as expected.
    • Please Note: Enabling USB 3.0 often severely impacts wireless communications.
      • Because of this, the setting will default to off. If you experience issues with it enabled, consider disabling it.
  • A warning was added to daybreak when resetting the console to factory settings.
  • Substantial work was completed towards atmosphere's upcoming implementation of the host target connection protocol.
    • Once completed, users will be able to interact with a Switch running atmosphère via a PC application ("Starlink") currently under development.
      • Planned eventual features for connected consoles include a gdbstub, interacting with memory (for cheat development), streaming gameplay audio and video, and accessing the Switch's SD card filesystem.
      • Switch homebrew will also have access to a (configurable and sandboxed) filesystem on the host PC, while connected.
    • Towards this end, the following was accomplished:
      • The "htc" system module was reimplemented completely.
      • The system module which provides remote access to the SD card was reimplemented completely.
    • This is currently the active focus of atmosphère's development.
    • Please Note: Support is not yet completed, and users are disadvised from interacting with the related settings for the time being, unless they particularly know what they're doing.
  • A number of minor issues were fixed, including:
    • A bug was fixed in dmnt that could cause a fatal when launching certain games with cheats active.
    • An issue was fixed that could cause an abort in sm when using a large number of custom system modules.
    • An issue was fixed that prevented launching gamecards on 1.0.0.
    • Minor issues were fixed in the cheat virtual machine's behavior.
  • Several issues were fixed, and usability and stability were improved.
For information on the featureset supported by 0.19, please see the official release notes.


Downloads Can Be Found Here


Have a Good Day.
There is already a thread for this...
 
  • Like
Reactions: crazy_p and KiiWii

godreborn

Welcome to the Machine
Member
Joined
Oct 10, 2009
Messages
38,471
Trophies
3
XP
29,103
Country
United States
Don't, the latest Sigpatches don't work properly yet

too late, but it's not hacked as of yet. I'm downloading those games right now along with a couple of updates.

--------------------- MERGED ---------------------------

btw, off topic, but I've been having a lot of issues with the ps store on the ps3: "an error has occurred." it doesn't make sense, and I've talked to sony four times, because I was going to legit with the system just like with the switch. they were no help, kept blaming my card and stuff when the problem was on their end. I had no problem using the same card and paypal address with the switch to buy trails of cold steel iv. anyway, a friend told me I should redeem a code for a free avatar. well, the system froze. that's what I get for trying to legit. :P now, I'm returning everything. I won't make that mistake again. it probably cost me about $100 I won't get back after everything is returned, because I bought about $86 of content on the shop when it worked (worked only once). now, I'm going to pirate the hell out of sony permanently after all they put me through.
 
  • Like
Reactions: KiiWii

korrisp

Member
Newcomer
Joined
Apr 5, 2021
Messages
5
Trophies
0
Age
23
XP
38
Country
United States
I've got the exact same issue
exhumer has a working patch for firmware 12

--------------------- MERGED ---------------------------

Oh it's not just me then? I got the latest fusee patches from the ITotalJustice link and still no worky, DBI says I have no es sigpatches.
use exhumers patch
 

WilsonChin

Member
Newcomer
Joined
Apr 7, 2021
Messages
9
Trophies
0
Age
28
XP
80
Country
Malaysia
I've done updating atmosphere to 0.19.0, my OFW in 12.0.0, while my CFW in EmuNAND are still in 11.0.1
Does anyone encounter issues as below?
1) Error occurs when boot into primary fusee with my game card in the slot.
2) Tinfoil couldn't open and crashes atmosphere
3) Some of the homebrew crashes atmosphere either when opened

Thanks in advance guys!
 

NotErista

Well-Known Member
OP
Member
Joined
Dec 21, 2020
Messages
107
Trophies
0
Location
Amazon
Website
amazon.com
XP
283
Country
United Kingdom
I've done updating atmosphere to 0.19.0, my OFW in 12.0.0, while my CFW in EmuNAND are still in 11.0.1
Does anyone encounter issues as below?
1) Error occurs when boot into primary fusee with my game card in the slot.
2) Tinfoil couldn't open and crashes atmosphere
3) Some of the homebrew crashes atmosphere either when opened

Thanks in advance guys!
Yeah the 3rd one has happend to me
 
  • Like
Reactions: WilsonChin

sTo0z

Well-Known Member
Member
Joined
Nov 28, 2004
Messages
319
Trophies
1
Age
40
Location
USA
Website
Visit site
XP
1,605
Country
United States
I've done updating atmosphere to 0.19.0, my OFW in 12.0.0, while my CFW in EmuNAND are still in 11.0.1
Does anyone encounter issues as below?
1) Error occurs when boot into primary fusee with my game card in the slot.
2) Tinfoil couldn't open and crashes atmosphere
3) Some of the homebrew crashes atmosphere either when opened

Thanks in advance guys!

1) Happens to me ANYTIME a card is used. Either on boot, or inserting one normally after I've already booted. As soon as card is inserted = crash.
 

petspeed

Well-Known Member
Member
Joined
Nov 13, 2009
Messages
1,077
Trophies
1
Age
49
XP
1,663
Country
Denmark
I've done updating atmosphere to 0.19.0, my OFW in 12.0.0, while my CFW in EmuNAND are still in 11.0.1
Does anyone encounter issues as below?
1) Error occurs when boot into primary fusee with my game card in the slot.
2) Tinfoil couldn't open and crashes atmosphere
3) Some of the homebrew crashes atmosphere either when opened

Thanks in advance guys!
1) that happens because the OFW update to v12 has updated the gamecard slot firmware. You cannot use the gamecard slot in CFW before you update your emuMMC to v12. If you want to avoid the crash you can disable the gamecard slot by adding nogc = 1 to BCT.ini
2) & 3) I am not sure but it might be because you use wrong version of sigpatches. They need to match both the version of HOS and ATM. If you get the sigpatches from either ITotalJustice or eXhumer they are for HOS 12.0 and ATM 0.19 but you are on HOS 11.0.1 & ATM 0.19
 
  • Like
Reactions: NotErista and sTo0z

petspeed

Well-Known Member
Member
Joined
Nov 13, 2009
Messages
1,077
Trophies
1
Age
49
XP
1,663
Country
Denmark
  • Like
Reactions: hippy dave

hippy dave

BBMB
Member
Joined
Apr 30, 2012
Messages
9,770
Trophies
2
XP
28,012
Country
United Kingdom
  • Like
Reactions: petspeed
Status
Not open for further replies.

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    AncientBoi @ AncientBoi: I'm sorry for [accidently] not using lube K3Nv2. Really I am. :evil: