mika76 / mamesaver

Mamesaver is a mame emulated screensaver - get all the good ol' games playing their demo modes while you procrastinate and enjoy!
https://mika76.github.io/mamesaver/
MIT License
36 stars 10 forks source link

Generic error message if ROM path not found #35

Closed nullpainter closed 5 years ago

nullpainter commented 5 years ago

If an invalid ROM path is present in mame.ini, a generic dialog is displayed indicating that the path to MAME is incorrect. This should be changed to display the offending path in question.

mika76 commented 5 years ago

Some detail: "roms;E:\MAME 0.195 ROMs (merged);E:\MAME 0.190 ROMs (merged)\MAME 0.190 ROMs (merged);E:\MAME 0.198 ROMs (split)" seems to be the offending path

nullpainter commented 5 years ago

@mika76 that example is actually for #34 - this issue is just about a directory which doesn't exist.

mika76 commented 5 years ago

ah 😊