You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running MAME with -video "bgfx" specifying a system without the necessary ROMs or specifying a file that doesn't exist, MAME will quit with a fatal error (expected) but will then crash with EXC_CRASH (SIGABRT).
Expected behaviour
No crash.
Steps to reproduce
mame nes -video "bgfx" -cart 'this file doesnt exist'
MAME gives a fatal error (expected)
macOS reports that MAME quit unexpectedly
Additional details
This is does not happen with -video "auto".
Here's the report with backtrace from the crash: report.txt
The text was updated successfully, but these errors were encountered:
MAME version
0.271
System information
MacBook Air M1 2020, 8GB RAM, macOS 14.6.1 (23G93)
INI configuration details
Emulated system/software
No response
Incorrect behaviour
When running MAME with
-video "bgfx"
specifying a system without the necessary ROMs or specifying a file that doesn't exist, MAME will quit with a fatal error (expected) but will then crash withEXC_CRASH (SIGABRT)
.Expected behaviour
No crash.
Steps to reproduce
mame nes -video "bgfx" -cart 'this file doesnt exist'
Additional details
This is does not happen with
-video "auto"
.Here's the report with backtrace from the crash:
report.txt
The text was updated successfully, but these errors were encountered: