Does not start on some systems
Marat-Tanalin opened this issue · 1 comments
Marat-Tanalin commented
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:
- Tested bsnes-mt versions: 1.0, 1.1.1.
- Restarting computer didn’t help.
- bsnes v115 does work.
- Windows 10 x64
- UI Language: English
Details from Philip:
- Tested bsnes-mt version: 1.3.
- bsnes v115 does work.
- In bsnes v115, all drivers work, regardless of the “Synchronize” video setting.
- Antivirus: none (probably Windows Defender then).
- Resetting drivers with
--resetdrivers
command-line option does not help. - System specs:
- Windows 10
- Intel Pentium 4415U 2.30GHz
- 8GB RAM
- Intel HD Graphics 610
- Display: 1366×768
- OS-level zoom: 100%
Information that those who would like to help could provide
- Does original bsnes v115 work on the same system?
- System specs (at least GPU).
- Exact version of Windows 10: e.g. version 1909, build 18363.1082.
- Graphics-driver version.
- Desktop resolution and whether it’s equal to display’s native resolution.
- OS-level zoom (e.g. 100, 150%, or 200%).
- Name of the antivirus software used.
How to get Windows 10 version information:
- Press
Win+R
keyboard shortcut. - Type
winver
command. - Press
Enter
key orOK
button.
Marat-Tanalin commented
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.