Marat-Tanalin / bsnes-mt

bsnes-based SNES emulator featuring pixel-perfect integer-ratio scaling, PNG screenshots, built-in hotkeys, multi­language user interface, bug fixes, etc.
http://tanalin.com/en/projects/bsnes-mt/
Other
55 stars 5 forks source link

Does not start on some systems #6

Closed Marat-Tanalin closed 3 years ago

Marat-Tanalin commented 4 years ago

Two users (RichterEX2 via Reddit and Philip via email) reported that bsnes-mt does not start on their systems. This might be related to different default settings, but using settings.bml (renamed to bsnes-mt-settings.bml used by bsnes-mt) from original bsnes v115 seems not to help. This also might be related to certain antivirus software.

Details from RichterEX2:

Details from Philip:

Information that those who would like to help could provide

How to get Windows 10 version information:

  1. Press Win+R keyboard shortcut.
  2. Type winver command.
  3. Press Enter key or OK button.
Marat-Tanalin commented 3 years ago

So this was due to the local compilation flag set to true by default that resulted in the executable nonworking on some systems different from the one the executable was built on.

Thanks Philip P. for feedback and testing.