Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[LINUX] cemu conflicts with portable sandboxing framework software, mistakenly thinking that it is a portable configuration #1444

Open
heavysink opened this issue Dec 9, 2024 · 0 comments · May be fixed by #1445
Labels
bug Something isn't working

Comments

@heavysink
Copy link

Current Behavior

From src/gui/CemuApp.cpp, if "portable" is found under the same directory of cemu app, cemu will think it is a portable configuration. However, https://github.com/Kraftland/portable provides a file called "portable". This will become a problem when cemu and portable are managed by linux repos, where /usr/bin/cemu and /usr/bin/portable are both present. Cemu will mistakenly think it is under portable configuration and refuse to launch.

Expected Behavior

Check whether "portable" is a directory

Steps to Reproduce

E.g. in archlinux, install cemu and portable (https://aur.archlinux.org/packages/portable, https://aur.archlinux.org/packages/cemu) together and cemu will refuse to launch

System Info (Optional)

OS: Archlinux

Emulation Settings (Optional)

No response

Logs (Optional)

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
1 participant