Skip to content

Commit

Permalink
Update install.sh (#1369)
Browse files Browse the repository at this point in the history
* fixes dolphin control issues

* Revert "fixes dolphin control issues"

This reverts commit 32945b9.

* dolphin for real

* versions

* forced citra

* Fix Cemu - No DSU

* GreemDev

* path fix

* Update install.sh

On Ubuntu 24.04.1 LTS is getting this error:

installing EmuDeck
[36436:1215/124135.236209:FATAL:setuid_sandbox_host.cc(157)] The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that /tmp/.mount_EmuDecSYLXPs/chrome-sandbox is owned by root and has mode 4755.

bash, linha 111: 36436 Trace/breakpoint trap   (imagem do núcleo gravada) ~/Applications/EmuDeck.AppImage $sandbox
Something went wrong!
Error at 111 NULL: ~/Applications/EmuDeck.AppImage $sandbox


I just add an verification for set sandbox to "--no-sandbox" and it works!

* Update install.sh

Update

---------

Co-authored-by: Dragoon Dorise <[email protected]>
  • Loading branch information
gabrielpcruz and dragoonDorise authored Dec 16, 2024
1 parent 9437a2e commit 9dab4cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ if [ $linuxID = "Ubuntu" ]; then
sandbox="--no-sandbox"
fi


if [ "$linuxID" == "SteamOS" ]; then
echo "installing EmuDeck"
else
Expand Down

0 comments on commit 9dab4cb

Please sign in to comment.