AmatCoder / mednaffe

A front-end (GUI) for mednafen emulator
GNU General Public License v3.0
404 stars 34 forks source link

Mednaffe fails to build under Windows #163

Open Skalt711 opened 1 year ago

Skalt711 commented 1 year ago

It expects mednaffe.res to be an i386 file, even though I build under a 64-bit architecture.

I use a MinGW64 build environment in an MSYS2 shell.

Logs: https://pastebin.com/qGk7rDgF https://pastebin.com/q5T502iR

P.S.: Same happens in a UCRT64 environment.

AmatCoder commented 1 year ago

Yes, mednaffe.res in repository is a i386 file because Mednaffe is only distributed as a 32-bit application under Windows.

You need recompile it if you build it to another architecture.

biggestsonicfan commented 4 months ago

Do the resources for the mednaffe.res file exist to create a compatible 64-bit version?