jrassa / EmulationStation

This is primarily a dev/working repo. All PRs should be submitted upstream.
MIT License
165 stars 33 forks source link

Latest Windows Releases missing #196

Open Manfred282 opened 2 years ago

Manfred282 commented 2 years ago

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 commented 2 years ago

Hi, windows relases please ;)

1337Reaper commented 2 years ago

@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.

pdebruine commented 1 year ago

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.