Page 1 of 1

x86 windows binaries are actually x64 binaries

Posted: 2014-06-03T16:31:18-07:00
by garbb
On your download page http://www.imagemagick.org/script/binar ... hp#windows the .exe's inside ImageMagick-6.8.9-2-Q16-x86-static.exe and ImageMagick-6.8.9-2-Q16-x86-windows.exe will not run on my windows 7 x86 machine but will run on my windows 7 x64 machine.

It appears that they contain 64-bit binaries by mistake.

Re: x86 windows binaries are actually x64 binaries

Posted: 2014-06-04T10:15:31-07:00
by SafetyCar
And I think zip files have the same problem, I can't open them here on x86

Re: x86 windows binaries are actually x64 binaries

Posted: 2014-06-04T11:14:50-07:00
by temp4746
Indeed, I have a x64 OS, and typing convert --version specifies that those binaries are x64.

Re: x86 windows binaries are actually x64 binaries

Posted: 2014-06-04T17:42:47-07:00
by magick
We updated the Windows binaries, the x86 distributions should now be 32-bit.

Re: x86 windows binaries are actually x64 binaries

Posted: 2014-06-04T20:40:02-07:00
by garbb
Thank you!