SourMesen / Mesen

Mesen is a cross-platform (Windows & Linux) NES/Famicom emulator built in C++ and C#
https://www.mesen.ca
GNU General Public License v3.0
1.26k stars 320 forks source link

Error window when starting Mesen from the command line with fullscreen parameter #797

Closed nicolasldc closed 4 years ago

nicolasldc commented 4 years ago

mesen error message

When launching Mesen from a frontend with the commandline below I get the attached error message. After clicking ok emulation starts without further issues. If I remove the /fullscreen command no error message is presented. I tested it on CMD too just to make sure it was not something funny happening with the forntend shell command - result from the command line is identical.

command line: Mesen.exe /fullscreen "G:\Emulation\Frontend\Hikari\Roms\Nintendo - Nintendo Entertainment System\1943 - The Battle of Midway (USA).zip"

PC specs: AMD Ryzen 3900X, Nvidia 2070 super with latest drivers, asus MB

SourMesen commented 4 years ago

Thanks for the report. I can't reproduce this on my end unfortunately.

I understand what the error you've posted is saying, but I can't understand how that particular situation could happen (or how the /fullscreen flag in particular could affect it..) Can you try to see if you get the same error with the default settings, to ensure it's not something that's caused by some option? (e.g rename your settings.xml file to something else to make a backup of it and force all settings to their default values)

nicolasldc commented 4 years ago

Hi, good morning! I had also tested on a clean new download but got the same error. I concluded it was the fullscreen command because I tested starting Mesen from cmd and starting Mesen and launching a game without the /fullscreen and it did not display the error. Having said that, after restarting the computer because I got errors on other applications the problem disapeared. So I believe the issue was on my computer somehow, sorry for disturbin. Thus far I'm also unable to reproduce the error. Thanks for the amazing emulator!!

Em Seg, 30 de mar de 2020 22:48, SourMesen notifications@github.com escreveu:

Thanks for the report. I can't reproduce this on my end unfortunately.

I understand what the error you've posted is saying, but I can't understand how that particular situation could happen (or how the /fullscreen flag in particular could affect it..) Can you try to see if you get the same error with the default settings, to ensure it's not something that's caused by some option? (e.g rename your settings.xml file to something else to make a backup of it and force all settings to their default values)

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/SourMesen/Mesen/issues/797#issuecomment-606366358, or unsubscribe https://github.com/notifications/unsubscribe-auth/APAA23UZCBCAB52ICPLCIM3RKFKWNANCNFSM4LXEPFLA .

SourMesen commented 4 years ago

Good to hear it works now!