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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃悰 m64p - No ROMs Load #25

Closed
OatmealParmesan opened this issue Mar 9, 2022 · 7 comments
Closed

馃悰 m64p - No ROMs Load #25

OatmealParmesan opened this issue Mar 9, 2022 · 7 comments
Labels
bug Something isn't working

Comments

@OatmealParmesan
Copy link

After following the N64 guide, I cannot get any game to load, it just boots to the emulator. Looks like others on the Reddit thread are having the same issue.

image

@n1ckoates
Copy link
Owner

n1ckoates commented Mar 9, 2022

Hmm, could you try manually running flatpak run io.github.m64p.m64p <path-to-rom> (replacing <path-to-rom> with your game's path) in a terminal? It works for me, so I'm not sure why it isn't for some people.

I was able to reproduce this issue, seems to be something with m64p on the Steam Deck. Working on a fix!

@n1ckoates n1ckoates added the bug Something isn't working label Mar 9, 2022
@n1ckoates
Copy link
Owner

What's weird about this bug is that I can load ROMs using the CLI on my Linux PC but not on Deck. I'm still investigating.

@n1ckoates
Copy link
Owner

The latest version of the m64p flatpak seemed to introduce this issue. The bug is being tracked at flathub/io.github.m64p.m64p#55.

In the meantime, you can run this in a terminal to downgrade m64p to a working version:

sudo flatpak update --commit=534c9e389049cb1ef8bd4206fbb5042c4d18be5363ae15e2ab979fd10b78f6c8 io.github.m64p.m64p

@n1ckoates n1ckoates pinned this issue Mar 10, 2022
@OatmealParmesan
Copy link
Author

The latest version of the m64p flatpak seemed to introduce this issue. The bug is being tracked at flathub/io.github.m64p.m64p#55.

In the meantime, you can run this in a terminal to downgrade m64p to a working version:

sudo flatpak update --commit=534c9e389049cb1ef8bd4206fbb5042c4d18be5363ae15e2ab979fd10b78f6c8 io.github.m64p.m64p

Thanks for your help! Hopefully future updates address for flatpack.

image

@n1ckoates n1ckoates changed the title m64p - No ROMs Load 馃悰 m64p - No ROMs Load Mar 10, 2022
@n1ckoates
Copy link
Owner

A more permanent fix, which should work with the latest version, is giving the Flatpak access to your ROMs folder.

flatpak override --filesystem=<roms directory>:ro io.github.m64p.m64p

I'll add this to the guide soon.

@n1ckoates n1ckoates unpinned this issue Mar 13, 2022
@n1ckoates
Copy link
Owner

The m64p Flatpak has been fixed - go ahead and update it from Discover.

@soxhi8
Copy link

soxhi8 commented Mar 27, 2022

Still not fixed in latest version from Discover, build date Mar 15 2022. m64p still needs --filesystem=host:ro to load any ROM via CLI.

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
Development

No branches or pull requests

3 participants