Hacking Atmosphere-NX - Custom Firmware in development by SciresM

  • Thread starter Thread starter Waze0613
  • Start date Start date
  • Views Views 2,712,318
  • Replies Replies 9,235
  • Likes Likes 92
If you're experiencing any issues, try re-downloading. Just replaced the build with one that has a little more memory, which should address the larger allocations gcc 8.3.0 is causing.

(insufficient memory was causing opendir to fail in loader/pm on some systems, inconsistently -- this would cause patches to not apply or sysmodules to not boot. Should be fixed.)
 
If you're experiencing any issues, try re-downloading. Just replaced the build with one that has a little more memory, which should address the larger allocations gcc 8.3.0 is causing.

(insufficient memory was causing opendir to fail in loader/pm on some systems, inconsistently -- this would cause patches to not apply or sysmodules to not boot. Should be fixed.)
Thanks again to The Hardest Working Man In Switchbusiness.
 
If you're experiencing any issues, try re-downloading. Just replaced the build with one that has a little more memory, which should address the larger allocations gcc 8.3.0 is causing.

(insufficient memory was causing opendir to fail in loader/pm on some systems, inconsistently -- this would cause patches to not apply or sysmodules to not boot. Should be fixed.)

That fixed it for me, Thank you SciresM you are a star!!! :)
 
Many thanks for the new Atmosphere!
BTW, sometimes, mostly after reboot, when starting hbmenu (in this new 0.8.6 version), i've got an error (first time ever! never got it in a previous one); it's text is:

"error worker init failed"

Next time launching hbmenu, everything is OK. What was that, any thoughts guys? ;D
 
Last edited by mathew77,
I'm having this weird issue, where whenever I start any game, it shows the Nintendo splash screen and then end up directly on the Album (Cfw) menu.

Any idea what could be the problem?

Atmosphere 0.8.6
 
I'm having this weird issue, where whenever I start any game, it shows the Nintendo splash screen and then end up directly on the Album (Cfw) menu.

Any idea what could be the problem?

Atmosphere 0.8.6
Check your loader config in SD:/atmosphere/loader.ini

If under [hbl_config] it says "override_key=!<some key>" then remove the exclamation point so it says "override_key=<some key>".
 
Check your loader config in SD:/atmosphere/loader.ini

If under [hbl_config] it says "override_key=!<some key>" then remove the exclamation point so it says "override_key=<some key>".

It's like this,

[hbl_config]
title_id=010000000000100D
override_any_app=true
path=atmosphere/hbl.nsp
override_key=!

[default_config]
override_key=!L
cheat_enable_key=!L

Do you mean, I should remove all the ! from the text?
 
It's like this,

[hbl_config]
title_id=010000000000100D
override_any_app=true
path=atmosphere/hbl.nsp
override_key=!

[default_config]
override_key=!L
cheat_enable_key=!L

Do you mean, I should remove all the ! from the text?
Try changing
Code:
[hbl_config]
title_id=010000000000100D
override_any_app=true
path=atmosphere/hbl.nsp
override_key=!
to
Code:
[hbl_config]
title_id=010000000000100D
override_any_app=true
path=atmosphere/hbl.nsp
override_key=R
This way it will only launch the hbmenu when you're holding R.
The way it's currently set up is that it will always launch while a certain key is not being held, but you haven't set a key for it so it just won't launch anything else.
 
Try changing
Code:
[hbl_config]
title_id=010000000000100D
override_any_app=true
path=atmosphere/hbl.nsp
override_key=!
to
Code:
[hbl_config]
title_id=010000000000100D
override_any_app=true
path=atmosphere/hbl.nsp
override_key=R
This way it will only launch the hbmenu when you're holding R.
The way it's currently set up is that it will always launch while a certain key is not being held, but you haven't set a key for it so it just won't launch anything else.

It's working now. Thank you!
 
  • Like
Reactions: 8BitWonder
Hey guys,
I recently changed to atmosphere 0.8.3 from ReiNX with no issues.
Updated to 0.8.4 and 0.8.5 fine. However with 0.8.6 I'm having issues installing updates and DLC with Goldleaf 0.4. It will crash every time for me with the two updates I've tried - Undertale and Smash Bros. The Undertale update crashes, but it seems it finishes as the game version changes from 1.09 to 1.11 in the data manage screen and in-game. However, the Smash update 5 doesn't get far at all.
I didn't have this issue on 0.8.5. Anyone know a fix? and if not, how can I go back to 0.8.5?

Cheers
 
Hey guys,
I recently changed to atmosphere 0.8.3 from ReiNX with no issues.
Updated to 0.8.4 and 0.8.5 fine. However with 0.8.6 I'm having issues installing updates and DLC with Goldleaf 0.4. It will crash every time for me with the two updates I've tried - Undertale and Smash Bros. The Undertale update crashes, but it seems it finishes as the game version changes from 1.09 to 1.11 in the data manage screen and in-game. However, the Smash update 5 doesn't get far at all.
I didn't have this issue on 0.8.5. Anyone know a fix? and if not, how can I go back to 0.8.5?

Cheers
Try goldleaf 0.3 or latest night build.
 
sorry, but I can't find any other suitable thread.

EdiZone is enabling cheats in the game by default. Is there any way to disable it by default and then only enable the options what I need.

Like, I don't need all hearts in Zelda, but I only need inf Stamina sometimes.
 
Actually 0.5 stable is out now, that's your best bet.

I did see on the previous page that there was an updated build of atmos with more memory allocation, so I tried that first and no change. I did move to 0.5 Gold leaf and it seems all good... for now :D.
Although, are you guys having a slight delay when you go to install something? It felt quicker on previous versions but now it 'loads' or 'hangs' for a moment before the info of the nsp pops up.

cheers.
 
If Atmosphere can enable USB 3.0 for homebrew, is it within its scope to force the USB poll rate to the 125Hz maximum? Apparently it usually hovers around 75Hz and is the main reason why wired controllers have more latency than wireless ones.
 
  • Like
Reactions: Zap Rowsdower
sorry, but I can't find any other suitable thread.

EdiZone is enabling cheats in the game by default. Is there any way to disable it by default and then only enable the options what I need.

Like, I don't need all hearts in Zelda, but I only need inf Stamina sometimes.
Edit the system_settings.ini file in the Atmosphere folder. Change
Code:
dmnt_cheats_enabled_by_default = u8!0x1
to
Code:
dmnt_cheats_enabled_by_default = u8!0x0
 
  • Like
Reactions: Rikuddo

Site & Scene News

Popular threads in this forum