Fatal error occurred when running atmosphere 0100000000000005

meltsnow

Member
OP
Newcomer
Joined
Sep 5, 2022
Messages
6
Trophies
0
Age
28
Location
Indonesia
XP
40
Country
Indonesia
Hello guys, I have a problem related with boot up with atmosphere

here is the condition:
1. I copy the content into my sd card using method USB Transfer on hekate
2. accidentally my usb port disconnected and causing error
3. now i can't get into my atmosphere. but I still can open my official firmware

any solution?

s.jpeg
 

impeeza

¡Kabito!
Member
Joined
Apr 5, 2011
Messages
6,296
Trophies
3
Age
46
Location
At my chair.
XP
18,495
Country
Colombia
you card get corrupted,

backup all to your PC, format it and restore, copy fresh atmoshpere and hekate files after. (download a new copy from GitHub)
 

impeeza

¡Kabito!
Member
Joined
Apr 5, 2011
Messages
6,296
Trophies
3
Age
46
Location
At my chair.
XP
18,495
Country
Colombia
if the files are intact on the SD card, no you don't loose them, they are stored on \nintendo or \emummc\nintendo folder.

that's why you need to BACKUP your current sd card to the pc BEFORE format it.
 

meltsnow

Member
OP
Newcomer
Joined
Sep 5, 2022
Messages
6
Trophies
0
Age
28
Location
Indonesia
XP
40
Country
Indonesia
if the files are intact on the SD card, no you don't loose them, they are stored on \nintendo or \emummc\nintendo folder.

that's why you need to BACKUP your current sd card to the pc BEFORE format it.
Hi, apologize me for my late reply.

I just formatted my sd card from EXTFAT into FAT32 and do these things bellow

1. backup \nintendo and\emummc\nintendo folder
2. copy hekate 5.8.0 and atmos 1.3.2 into my SD card. should I download fusee.bin too?
3. hekate already launched but when i click launch it says
no main boot entries found.

So I put my old hekate_ipl.ini from my old one and shows
the result is failed to apply nosign


any suggestion?


i buy this already cfw ed from store. so idk how to fix this
 

linuxares

The inadequate, autocratic beast!
Global Moderator
Joined
Aug 5, 2007
Messages
13,269
Trophies
2
XP
18,074
Country
Sweden
The saves are inside the Switch NAND so no, they won't be touched.
2) Yes, download new fusee.bin.
3) You need to change them to the new package3

Example:

[Atmo with extra kips]
fss0=atmosphere/package3
kip1=cfw/mods/mods_extra/*
kip1=cfw/mods/mods_extra/single/extra.kip
 

meltsnow

Member
OP
Newcomer
Joined
Sep 5, 2022
Messages
6
Trophies
0
Age
28
Location
Indonesia
XP
40
Country
Indonesia
The saves are inside the Switch NAND so no, they won't be touched.
2) Yes, download new fusee.bin.
3) You need to change them to the new package3

Example:

[Atmo with extra kips]
fss0=atmosphere/package3
kip1=cfw/mods/mods_extra/*
kip1=cfw/mods/mods_extra/single/extra.kip
so, all i need to do just rename fusee.bin into package3.bin?


this is my hekate ipl.ini and hekate_ipl_.ini txt
 

Attachments

  • hekate_ipl.ini.txt
    769 bytes · Views: 65
  • hekate_ipl_.ini.txt
    778 bytes · Views: 48

linuxares

The inadequate, autocratic beast!
Global Moderator
Joined
Aug 5, 2007
Messages
13,269
Trophies
2
XP
18,074
Country
Sweden
package3, no .bin !

They look fine imho. I dont understand why there is a { } however... it shouldn't affect but looks wierd.

Here is mine! I've have customized it a little bit, but most is from Deepsea team! I also autoboot atmosphere instead of using Hekate to load patches etc. The boot is instant to so I never see the hekate menu.

Code:
[config]
autoboot=3
autoboot_list=0
bootwait=3
verification=1
backlight=100
autohosoff=0
autonogc=1
updater2p=1

{DeepSea}

{Github: https://github.com/orgs/Team-Neptune/}

{--- Custom Firmware ---}

[CFW (SYSNAND)]
emummc_force_disable=1
fss0=atmosphere/package3
atmosphere=1
logopath=bootloader/bootlogo.bmp
icon=bootloader/res/icon_payload.bmp

{}

[CFW (EMUMMC)]
emummcforce=1
fss0=atmosphere/package3
atmosphere=1
logopath=bootloader/bootlogo.bmp
icon=bootloader/res/icon_payload.bmp

{}

[Atmosphere CFW]
payload=bootloader/payloads/fusee.bin
icon=bootloader/res/atmosphere.bmp

{}

{--- Stock ---}

[Stock (SYSNAND)]
emummc_force_disable=1
fss0=atmosphere/package3
stock=1
icon=bootloader/res/icon_switch.bmp

{}
 

impeeza

¡Kabito!
Member
Joined
Apr 5, 2011
Messages
6,296
Trophies
3
Age
46
Location
At my chair.
XP
18,495
Country
Colombia
Hi, apologize me for my late reply.

I just formatted my sd card from EXTFAT into FAT32 and do these things bellow

1. backup \nintendo and\emummc\nintendo folder
2. copy hekate 5.8.0 and atmos 1.3.2 into my SD card. should I download fusee.bin too?
3. hekate already launched but when i click launch it says
no main boot entries found.

So I put my old hekate_ipl.ini from my old one and shows
the result is failed to apply nosign


any suggestion?


i buy this already cfw ed from store. so idk how to fix this

For the error "apply Nosig" you need to copy the file patches.ini on to SD:/bootloader folder.


so, all i need to do just rename fusee.bin into package3.bin?


this is my hekate ipl.ini and hekate_ipl_.ini txt

Package3 is a important file of ATMOSPHÈRE is located on the atmosphere folder and called by Hekate.

fusee.bin is the payload lo load atmosphere directly, if you use Hekate, you inject Hekate.bin and hekate calls the file configurated on hekate_ipl.ini file.
 

linuxares

The inadequate, autocratic beast!
Global Moderator
Joined
Aug 5, 2007
Messages
13,269
Trophies
2
XP
18,074
Country
Sweden
I honestly suggest loading Atmosphere cfw direct. It just works better with less hicups.
Via Hekate Menu
 

impeeza

¡Kabito!
Member
Joined
Apr 5, 2011
Messages
6,296
Trophies
3
Age
46
Location
At my chair.
XP
18,495
Country
Colombia
package3, no .bin !

They look fine imho. I dont understand why there is a { } however... it shouldn't affect but looks wierd.

Here is mine! I've have customized it a little bit, but most is from Deepsea team! I also autoboot atmosphere instead of using Hekate to load patches etc. The boot is instant to so I never see the hekate menu.

Code:
[config]
autoboot=3
autoboot_list=0
bootwait=3
verification=1
backlight=100
autohosoff=0
autonogc=1
updater2p=1

{DeepSea}

{Github: https://github.com/orgs/Team-Neptune/}

{--- Custom Firmware ---}

[CFW (SYSNAND)]
emummc_force_disable=1
fss0=atmosphere/package3
atmosphere=1
logopath=bootloader/bootlogo.bmp
icon=bootloader/res/icon_payload.bmp

{}

[CFW (EMUMMC)]
emummcforce=1
fss0=atmosphere/package3
atmosphere=1
logopath=bootloader/bootlogo.bmp
icon=bootloader/res/icon_payload.bmp

{}

[Atmosphere CFW]
payload=bootloader/payloads/fusee.bin
icon=bootloader/res/atmosphere.bmp

{}

{--- Stock ---}

[Stock (SYSNAND)]
emummc_force_disable=1
fss0=atmosphere/package3
stock=1
icon=bootloader/res/icon_switch.bmp

{}
"{}" are comment start and end on a line.
 

impeeza

¡Kabito!
Member
Joined
Apr 5, 2011
Messages
6,296
Trophies
3
Age
46
Location
At my chair.
XP
18,495
Country
Colombia
so, all i need to do just rename fusee.bin into package3.bin?


this is my hekate ipl.ini and hekate_ipl_.ini txt
you shuldn't have hekate ipl.ini, hekate_ipl_.ini txt hekate ipl.ini.txt and double extensions.

please disable "hidde extension for know file types" on your S.O. and deal with ONLY

HEKATE_IPL.INI file on your bootloader folder.
 
  • Like
Reactions: linuxares

HalfScoper

Well-Known Member
Member
Joined
Apr 16, 2021
Messages
548
Trophies
0
Age
84
XP
1,465
Country
Germany
I assume the same. since its purchased by a gameshop who provide tons of cfw ed switch

edit:
found the AIO by
rashevskyv/kefir/releases
For god's sake don't use any AIO like Kefir or DeepSea, for your own good, I really don't know why you just ignore my links above...
 

linuxares

The inadequate, autocratic beast!
Global Moderator
Joined
Aug 5, 2007
Messages
13,269
Trophies
2
XP
18,074
Country
Sweden
For god's sake don't use any AIO like Kefir or DeepSea, for your own good, I really don't know why you just ignore my links above...
They're perfectly fine if you're unsure what you do. You make it sound like a disaster... As I personally said, just make your Switch boot Atmosphere instantly instead, it makes less of a issue.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • Xdqwerty @ Xdqwerty:
    also gonna install twilight menu in my r4 flashcard
  • Psionic Roshambo @ Psionic Roshambo:
    One thing that just occurred to me.... The sound on the 2600 sucked less back then the harsh sound we hear now is from infinitely better speakers we have now, back when the 2600 was new speakers produced a almost muffled sound, like CRTs made old graphics look slightly better.
  • Psionic Roshambo @ Psionic Roshambo:
    I wonder if I could recommend that to some emulation devs that perhaps the sound could use some smoothing out to simulate those old TVs
  • Psionic Roshambo @ Psionic Roshambo:
    I think a few of the early systems could benefit from that, at least up to the 8 bit generation, by the 16 bit generation I think TVs had gotten a lot better in almost every way
  • Xdqwerty @ Xdqwerty:
    i dont have an sd card adapter but I have an usb sd card adapter
  • K3Nv2 @ K3Nv2:
    Old people games
  • Xdqwerty @ Xdqwerty:
    its not the one that comes with the r4
  • Xdqwerty @ Xdqwerty:
    doesnt work (my flashcard is from r4isdhc.com)
  • Xdqwerty @ Xdqwerty:
    might install ysmenu first
  • Psionic Roshambo @ Psionic Roshambo:
    Try Wood firmware
  • Psionic Roshambo @ Psionic Roshambo:
    For your R4
  • Psionic Roshambo @ Psionic Roshambo:
    It's old but it's the best firmware out for DS stuff
  • Xdqwerty @ Xdqwerty:
    it says it only works for the original R4, R4i Gold (r4ids.cn), R4iDSN (r4idsn.com) and Acekard R.P.G.
  • Xdqwerty @ Xdqwerty:
    nvm it does support mine
  • Xdqwerty @ Xdqwerty:
    but why choose it over ysmenu @Psionic Roshambo?
  • Xdqwerty @ Xdqwerty:
    bc im stupid?
  • Xdqwerty @ Xdqwerty:
    yea ik im stupid
  • Xdqwerty @ Xdqwerty:
    good night
  • Psionic Roshambo @ Psionic Roshambo:
    Just give it a try, but honestly if you have a 3DS you can play DS games without a card just off the internal SD card
  • Psionic Roshambo @ Psionic Roshambo:
    Slightly slower loading but a bit more convenient
  • BakerMan @ BakerMan:
    guys, my fuckin headphones have an out of place speaker
  • K3Nv2 @ K3Nv2:
    Did you try wearing them?
    K3Nv2 @ K3Nv2: https://youtube.com/shorts/eJV6GaIEgd4?si=ciLPnlhfd7XcrxQn