EmulationStation icon indicating copy to clipboard operation
EmulationStation copied to clipboard

Latest Windows Releases missing

Open Manfred282 opened this issue 3 years ago • 4 comments

Hi there,

the windows binaries are missing since the last releases.

Would be nice if you can fix it, i still use the windows releases ;)

Thanks in advance ...

Manfred282 avatar Jun 05 '22 08:06 Manfred282

Hi, windows relases please ;)

Manfred282 avatar Aug 29 '22 07:08 Manfred282

@jrassa Can you please look into the Windows releases? They are failing to compile, according to the logs. The releases aren't being updated and posted.

1337Reaper avatar Sep 01 '22 04:09 1337Reaper

I managed to build EmulationStation from this repository manually. For anyone who is looking for a compiled version, you can download my compiled version here . This version is built with the code changes at this moment, and I built it with Visual Studio 2019, so you might have to install the MSVC redistributables for that version of Visual Studio.

If you get a black screen starting emulationstation or a game try adding these commandline parameters: --resolution 1921 1080 --windowed and set the resolution 1 pixel bigger then your screenresolution as found here

@jrassa I had to copy the Imm32.lib and Version.lib dependencies from my Windows SDK version 10.0.10941.0 folder to the EmulationStation folder to get it to build correctly. Not really sure why that is now necessary, but I don't know enough about C++ development to figure out why.

pdebruine avatar Jan 06 '23 20:01 pdebruine