-
Notifications
You must be signed in to change notification settings - Fork 38
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
Cannot run any roms on 0.3a, [Error] Could not open '<rom>.zip'. No issue with 0.2a. #137
Comments
My guess is that the zip file doesn't exist where Supermodel thinks it does. I don't know how Launchbox works, sorry, but if you cans how me what you are doing on the command line that would help. In this case, scud.zip must be in the same directory as supermodel.exe and it looks like it works. Check argv[0] in the log and it may show you that Supermodel is actually executing from a different directory than your ROM is in. |
For troubleshooting the emulator, I am running everything from cmd. No Launchbox, no GUI. (Eventually I want to use Launchbox as a frontend, but after I figure this issue out) The zip files are in the default \ROMs\ folder in in 0.3 and the main application folder in 0.2. The whole log when I try to launch it again is:
I have screenshots of my cmd prompt and windows folder for reference, this should all be correct? |
The file path is relative to where you run the executable from. You should be doing: supermodel roms\scud.zipSent from my iPhoneOn Mar 5, 2024, at 8:58 PM, bonniebear ***@***.***> wrote:
For troubleshooting the emulator, I am running everything from cmd. No Launchbox, no GUI. (Eventually I want to use Launchbox as a frontend, but after I figure this issue out)
The zip files are in the default \ROMs\ folder in in 0.3 and the main application folder in 0.2.
The whole log when I try to launch it again is:
[Info] Supermodel Version 0.3a-git-e59ecea
[Info] Started as:
[Info] argv[0] = Supermodel
[Info] argv[1] = scud.zip
[Error] Could not open 'scud.zip'.
I have screenshots of my cmd prompt and windows folder for reference, this should all be correct?
cmd.JPG (view on web)
filesrom.JPG (view on web)
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***>
|
Got it, thanks! Tried that and I think I have found the actual problem here. Now I get
So is the emulator trying to access my audio driver but can't for some reason? I'm using standard Windows 10 Realtek HD audio so it can't be that DirectSound isn't there. Full log-file attached. |
I have never seen this before personally, although I vaguely recall someone has had this issue on the forums. Not sure what to advise. This has to do with your audio drivers somehow. See if you can update them or otherwise track down the issue. It's likely also going to happen in other SDL2 apps. |
I am unable to run any rom file, only getting an '[Error] Could not open '.zip' message. This only happens with the last few vision's I've tried of 0.3a (up to 0.3a-git-e59ecea at the time of this post)
I found this thread on the Launchbox forums with the same issues as me, and after trying both the 32 and 64bit versions (I doubt that matters much), the same rom file runs without issue(I have only tried scud.zip on everything since that seems to have the least issues that far back, I can try others if you'd like).
No idea what might be causing the issue with 0.3. Here's my 0.2 error log with most of the relevant hardware info:
Let me know if you might need further information or need me to try another build.
The text was updated successfully, but these errors were encountered: