mickelson / attract

A graphical front-end for command line emulators that hides the underlying operating system and is intended to be controlled with a joystick or gamepad.
http://attractmode.org
GNU General Public License v3.0
393 stars 115 forks source link

Error registered in log when Magic Tokens used in emulator arguments #657

Open randombyt opened 3 years ago

randombyt commented 3 years ago

If Magic Tokens are used in emulator arguments an error is registered in last_run.log even when the arguments are executed on emulator end and work as expected.

The error in question is "Warning: could not locate rom. Best guess: D:[Name][Buttons]\Pac-Man.bin". Here [Name] and [Buttons] Magic Tokens were used in emulator arguments.

Since Magic Tokens in arguments actually work (game launches properly and all), no error should be registered in log. It seems to be a bug.

Ref Issue #481.

Thanks.