Cemu Online Functionality Not Working on Linux, but Working on Windows #989
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description:
Problem:
The online functionality of Cemu does not work on Linux, although it runs on Windows. I have made several attempts to resolve the issue, but so far, without success.
Operating System: Linux [Flatpak version]
Expected Behavior:
The online functionality should work the same way on Linux as it does on Windows. Online features should be accessible without issues.
Please fix!
Are you sure you put your files in the right locations?
Yes, I tried it the same way on Linux like I tried it on Windows. Windows accepts the keys in the settings, Linux doesn't
Keys??
The online files.
Most of the files should be in your mlc, and
seeprom.bin
andotp.bin
belong in~/.var/app/info.cemu.Cemu/data/Cemu
I just said I already did. I just tried the Windows version with wine, the files get detected. Only the Linux builds version doesn't work.
@PaperTobi I'm having the same issue, but with the Cemu AppImage. After using
strace
to see what files were accessed, I see that Cemu is only looking in~/.local/share/Cemu
forseeprom.bin
andotp.bin
, not the actual Cemu install dir. Strangely, themlc01
file lookups DO use the actual Cemu install dir:Looks like a bug here, since it doesn't work as documented in the Online Play docs or the error message ("x.bin missing in Cemu root directory"). As a workaround, put your 2
.bin
files in~/.local/share/Cemu
instead of the Cemu root directory.