http://bugs.winehq.org/show_bug.cgi?id=31403
Bug #: 31403 Summary: bad exe format for mingw binary that works fine on windows. Product: Wine Version: 1.4.1 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: loader AssignedTo: wine-bugs@winehq.org ReportedBy: pluto@agmk.net Classification: Unclassified
i'm trying to run binaries produced by i686-w64-mingw (gcc-4.7.x) and getting following error:
$ LANG=C wine debugtoolsTest.exe wine: Bad EXE format for Z:\home\users(...)\build-debug-i686-w64-mingw32\debugtoolsTest.exe.
this is weird becuase win7/x64 runs this 32-bit binary without any errors.