Francommit / win10_emulation_station

Emulation Station for Windows 10/11
https://francommit.com/emulationstation/
158 stars 27 forks source link

clean install on Win10 - msvcr100.dll was not found #50

Closed Muertismo closed 2 years ago

Muertismo commented 2 years ago

Just ran the script to install on a fresh installation of Windows 10 Pro. Launching the Windows Emulation station shortcut on the desktop, I get ; emulatoinstation.exe - System Error The code execution cannot proceed because MSVCR200.dll was not found. Reinstalling the program may fix this problem." Basic googling for correcting this error suggests reinstalling visual C++2010 SP1 updates - which I did to no effect.

Francommit commented 2 years ago

Hey mate,

Been busy with life - did you ever resolve the issue?

Any chance you were using Windows 10 Pro N or something odd like that?

rafalmaciejewski commented 2 years ago

I had the same issue on Windows 11. I installed and reinstalled many Visual C++ redistributable packages. Only after installing both x64 and x86 versions of VC++2010 SP1 i got it working.

Francommit commented 2 years ago

I've added this troubleshooting step - thanks @rafalmaciejewski

https://github.com/Francommit/win10_emulation_station/commit/abeccc6f35d747293b9c65cb04d3f4b33e243d19#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5

That chocolatey package should install both of the required packages. I'm not adding it to the script as I recall I had problems with them in the past in certain circumstances.