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

Issue loading arcade games : "No RBF found" when outside of /root #36

Open
felleg opened this issue Nov 8, 2024 · 1 comment
Open

Comments

@felleg
Copy link

felleg commented Nov 8, 2024

(I am running this on the Taki Udon MiSTer Pi, but I would be very surprised if this made a difference)

# mbc
MBC (Mister Batch Control) Revision 34
Build timestamp: 2023-01-14/16:41:00+00:00
Build commit: 3873450d413c30e6b0339e6b3dbf2373e0e5a74a

I try to run this sample command (the same happens with any arcade game):

mbc load_rom ARCADE '/media/fat/_Arcade/4D Warriors (315-5162).mra'

The game does not load. What happens is it will print a "No RBF found" message on screen if another game is playing. No error is printed on the command line. If on the main MiSTer menu, no message appears. Strangely enough, this only applies to arcade games. I have tested PSX and Saturn games successfully.

I looked inside the MRA to see what RBF was being referenced:

<misterromdescription>
        <name>4D Warriors</name>
        <region></region>
        <homebrew>no</homebrew>
        <bootleg>no</bootleg>
        <version>315-5162</version>
        <alternative></alternative>
        <platform>Sega System 1</platform>
        <series></series>
        <year>1985</year>
        <manufacturer>Sega</manufacturer>
        <category>Shooter - Horizontal</category>

        <setname>4dwarrio</setname>
        <parent>4dwarrio</parent>
        <mameversion>0216</mameversion>
        <rbf>segasys1</rbf>
[...]

Sure enough, I have /media/fat/_Arcade/cores/SEGASYS1_20240602.rbf in my files. To confirm everything is setup correctly, the game loads fine when I launch it from the MiSTer main menu.

@felleg
Copy link
Author

felleg commented Nov 11, 2024

I have found a workaround for this issue. If I run mbc from /root, Arcade games launch successfully. I'm not sure what explains this behavior, though. Running from any other location fails.

@felleg felleg changed the title Issue loading arcade games : "No RBF found" Issue loading arcade games : "No RBF found" when outside of /root Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant