Package Details: supermodel 0.3a_20260506_git_9c9e7b7-1

Git Clone URL: https://aur.archlinux.org/supermodel.git (read-only, click to copy)
Package Base: supermodel
Description: A Sega Model 3 Arcade Emulator
Upstream URL: https://github.com/trzy/Supermodel
Licenses: GPL3
Submitter: prurigro
Maintainer: prurigro
Last Packager: prurigro
Votes: 2
Popularity: 0.50
First Submitted: 2025-11-12 22:57 (UTC)
Last Updated: 2026-05-11 02:12 (UTC)

Latest Comments

ryanbarillos commented on 2026-02-22 09:09 (UTC)

You're welcome.

prurigro commented on 2026-02-20 17:35 (UTC) (edited on 2026-02-20 17:39 (UTC) by prurigro)

Actually my bad, it looks like I added that check myself and they updated upstream. I'll push a fix :)

Thanks for reporting!

prurigro commented on 2026-02-20 17:32 (UTC)

I hit the same issue- it seems like there are conflicting path names that probably don't matter on windows (I'll open an issue).

I managed to solve the problem in the short term by creating a symlink from roms to ROMs (so both exist at the same time).

ryanbarillos commented on 2026-02-20 17:28 (UTC)

Hey, thanks for making this AUR package! I was planning on making an AUR package of this app myself, but good job doing it!

However, I'm getting issues with regards to running my roms. Every time I try to run daytona2 rom I get the following error from console:

Supermodel: A Sega Model 3 Arcade Emulator (Version 0.3a-WIP)
Copyright 2003-2026 by The Supermodel Team
Configuration successfully saved to '/home/user/.config/supermodel/Config/Supermodel.ini'.
Error: Could not open 'ROMs/daytona2.zip'.

Which is conflicting, as when I rename the folder from roms to ROMs as in the following directory:

~/.local/share/supermodel/ROMs/daytona2.zip

I now get the following GUI error on startup:

ERROR

ROM directory missing:
~/.local/share/supermodel/roms

So I'm just confused as to what's wrong. I've also been checking through the Github repo of Supermodel to see if this is a problem, and it seems to be only local with your AUR pacakge.

Kindly have a look at it. Thanks.