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

[Bug] Some platforms not being identified #824

Closed
gardiol opened this issue Apr 23, 2024 · 5 comments
Closed

[Bug] Some platforms not being identified #824

gardiol opened this issue Apr 23, 2024 · 5 comments
Assignees
Labels
bug Something isn't working

Comments

@gardiol
Copy link

gardiol commented Apr 23, 2024

RomM version
3.1.0

Describe the bug
I have a few platforms like nes, snes, gb, gba and gbc. While nes, snes, bgc are identified and picked up, "gb" and "gba" are ignored. If i add a manual setting for "gb -> Game Boy" and "gba -> Game Boy Advance" they get picked up but the platform is unknown.

To Reproduce
Scan library, wait for scan to complete, Game Boy Color (and nes/snes) are there, while gb and gba are missing.

Expected behavior
Game Boy and Game Boy Advance to appear in library alongside Game Boy Color

Desktop (please complete the following information):

  • Server on docker / linux
  • client many different firefox verisons (mobile, pc...)

Additional context
In the logs (docker compose logs -f) nothing seems to appear. "gb" and "gba" are silently ignored while the other platforms are picked up and shown in the logs.

@gardiol gardiol added the bug Something isn't working label Apr 23, 2024
@zurdi15
Copy link
Member

zurdi15 commented Apr 23, 2024

Can you please share your folder structure? it's so weird romm gets just some of them. Are you following the folder structure A or folder structure B?

@gardiol
Copy link
Author

gardiol commented Apr 23, 2024

I am on structureA:

RomM\
            \assets\
            \config\
            \roms\
            \roms\gb
            \roms\gba
            \roms\gbc
            \roms\nes
            \roms\snes

and it's mounted in docker-compose as:
- /RomM:/romm/library # Your game library
- /RomM/assets:/romm/assets # Uploaded saves, states, etc.
- /RomM/config:/romm/config # Path where config.yml is stored

also notable that all my ROMs are zip files.

@gardiol
Copy link
Author

gardiol commented Apr 24, 2024

I have cleared all my databases and removed ALL platforms from the "roms" folder except gb and gba, now it's picking them up. I will then add one by one the other folders and see what happens.

@gardiol
Copy link
Author

gardiol commented Apr 24, 2024

This gb, gba and gbc have been picked up properly. Weird.

@gantoine gantoine changed the title [Bug] Bug title [Bug] Some platforms not being identified Apr 25, 2024
@gantoine
Copy link
Member

Weird, but glad to hear they're being picked up now. Going to mark this solved, but feel free to comment if there's still an issue.

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