* fixes dolphin control issues
* Revert "fixes dolphin control issues"
This reverts commit 32945b947a.
* 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 <rodrigosedano@me.com>
# Conflicts:
# install.sh
* fixes dolphin control issues
* Revert "fixes dolphin control issues"
This reverts commit 32945b947a.
* 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 <rodrigosedano@me.com>