Steam Deck

Steam Deck

boofusz Feb 1, 2024 @ 7:58pm
Steam Deck won't install Emudeck after a Factory Reset
I have been trying so hard to get emudeck to install onto my deck. I follow the guides and download the installer from their website but it just doesn't work. I recently had to factory reset my device after it unexpectedly went into emergency mode. It's been an annoying process of getting my deck back to how I had it but I'm nearly there. I love emudeck but for some reason it will not install. I've tried all sorts of fixes and nothing works. I've heard it's more than likely a network issue so I've tried different networks, changing the DNS server, switching to 2.4ghz wifi, using a VPN, but nothing works. Whenever I open the installer on my desktop it'll simply close konsole after a few seconds. I've tried to copy the command and paste it into the installer myself and that just gives me a long error message that I cannot decipher. I've tried everything I can find online. Nothing works for me. I recently read an older steam community post that mentioned that github wasn't working after a factory reset and I'm beginning to think that the issue might be related to that. Does anyone have any ideas? I'm running the stable channel of the current steam OS.
< >
Showing 1-15 of 16 comments
deaddoof Feb 1, 2024 @ 8:01pm 
did you try
flatpak repair
?
boofusz Feb 1, 2024 @ 8:07pm 
Originally posted by deaddoof:
did you try
flatpak repair
?
Just tried that and it had no effect on the installation.
deaddoof Feb 1, 2024 @ 8:16pm 
Originally posted by boofusz:
Originally posted by deaddoof:
did you try
flatpak repair
?
Just tried that and it had no effect on the installation.

You can try to do it by hand


The desktop file just downloads the app image and move it to applications


https://raw.githubusercontent.com/dragoonDorise/EmuDeck/main/install.sh

chmod +x ~/Applications/EmuDeck.AppImage ~/Applications/EmuDeck.AppImage

https://github.com/EmuDeck/emudeck-electron/releases

https://github.com/EmuDeck/emudeck-electron/releases/download/v2.1.4/EmuDeck-2.1.4.AppImage
boofusz Feb 1, 2024 @ 8:22pm 
Originally posted by deaddoof:
Originally posted by boofusz:
Just tried that and it had no effect on the installation.

You can try to do it by hand


The desktop file just downloads the app image and move it to applications


https://raw.githubusercontent.com/dragoonDorise/EmuDeck/main/install.sh

chmod +x ~/Applications/EmuDeck.AppImage ~/Applications/EmuDeck.AppImage

https://github.com/EmuDeck/emudeck-electron/releases

https://github.com/EmuDeck/emudeck-electron/releases/download/v2.1.4/EmuDeck-2.1.4.AppImage
When trying the chmod command I get a Bus error (core dumped)
deaddoof Feb 1, 2024 @ 8:25pm 
How is that possible? chmod only change the permissions of the file.

Did you download the EmuDeck.AppImage and move it to /home/deck/Applications/EmuDeck.AppImage ??
boofusz Feb 1, 2024 @ 8:38pm 
Originally posted by deaddoof:
How is that possible? chmod only change the permissions of the file.

Did you download the EmuDeck.AppImage and move it to /home/deck/Applications/EmuDeck.AppImage ??
yes the Emudeck.AppImage file is in the applications folder. When I paste... chmod +x ~/Applications/EmuDeck.AppImage
~/Applications/EmuDeck.AppImage

...in the terminal it pauses for a few seconds and then says Bus error (core dumped). I'm very sorry if I'm screwing something up I am not super familiar with Linux
boofusz Feb 1, 2024 @ 8:52pm 
$ sh -c 'curl -L https://raw.githubusercontent.com/dragoonDorise/EmuDeck/main/install.sh | bash'
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 3671 100 3671 0 0 9314 0 --:--:-- --:--:-- --:--:-- 9317
installing EmuDeck
bash: line 109: 7373 Done curl -L "${EMUDECK_URL}" -o ~/Applications/EmuDeck.AppImage 2>&1
7374 Broken pipe | stdbuf -oL tr '\r' '\n'
7375 Broken pipe | sed -u 's/^ *\([0-9][0-9]*\).*\( [0-9].*$\)/\1\n#Download Speed\:\2/'
7376 Bus error (core dumped) | zenity --progress --title "Downloading EmuDeck" --width 600 --auto-close --no-cancel 2> /dev/null
Something went wrong!
Error at 109 NULL: zenity --progress --title "Downloading EmuDeck" --width 600 --auto-close --no-cancel 2> /dev/null
deaddoof Feb 2, 2024 @ 4:06am 
I think I figured it out. Damn it Valve.

https://steamcommunity.com/app/1675200/eventcomments/4148445959732093253/

How did you wipe your steam deck? They change how the deck becomes wiped. I would flash the recovery image onto a sdcard.
deaddoof Feb 2, 2024 @ 6:10am 
Triggering a Factory Reset will now install a clean version of the OS in addition to deleting user data if the OS image has been modified.
boofusz Feb 2, 2024 @ 8:36am 
Originally posted by deaddoof:
I think I figured it out. Damn it Valve.

https://steamcommunity.com/app/1675200/eventcomments/4148445959732093253/

How did you wipe your steam deck? They change how the deck becomes wiped. I would flash the recovery image onto a sdcard.

Oof this is frustrating. I had to factory reset my deck as sort of a last resort when it unexpectedly went into emergency mode. I tried booting into an older version of the OS but that didn't work. The last resort was to factory reset the deck while in emergency mode. So you would suggest adding the recovery image to my sd card? What would this do? Is it looking like I'm going to have to reimage my deck again to get this to work?
deaddoof Feb 2, 2024 @ 9:57am 
Originally posted by boofusz:
Originally posted by deaddoof:
I think I figured it out. Damn it Valve.

https://steamcommunity.com/app/1675200/eventcomments/4148445959732093253/

How did you wipe your steam deck? They change how the deck becomes wiped. I would flash the recovery image onto a sdcard.

Oof this is frustrating. I had to factory reset my deck as sort of a last resort when it unexpectedly went into emergency mode. I tried booting into an older version of the OS but that didn't work. The last resort was to factory reset the deck while in emergency mode. So you would suggest adding the recovery image to my sd card? What would this do? Is it looking like I'm going to have to reimage my deck again to get this to work?

Yea. Apparently, the old behavior isnt a clean wipe....... When chmod screws up, the OS system might be bork near beyond repair. Gotta reinstall

https://help.steampowered.com/en/faqs/view/1B71-EDF2-EB6D-2BB3

Get the recovery image and flash it to your sd card. Re wipe your deck with the sd card. The factory reset may not worked. I would not recommend usb drives because they are strangely slow.
boofusz Feb 2, 2024 @ 11:29am 
Alrighty. I'm gonna try this today. Thanks for your help!
Catasstrophy Mar 4, 2024 @ 1:30pm 
Was this issue solved ? I am getting the same issue on my new deck (had to send mine for repaid and they sent me a new one)
Madao Mar 4, 2024 @ 1:37pm 
i had to factory reset as well and i have the same issue, is it borked ?
moonstonemon May 17, 2024 @ 2:55pm 
I am experiencing this issue as well, any resolutions?
< >
Showing 1-15 of 16 comments
Per page: 1530 50

Date Posted: Feb 1, 2024 @ 7:58pm
Posts: 16