Skip to content

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

@felleg

Description

@felleg

(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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions