https://bugs.winehq.org/show_bug.cgi?id=35898
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED
--- Comment #12 from Anastasius Focht focht@gmx.net --- Hello folks,
--- quote --- I can't tell whether I have 32-bit or 64-bit version installed- anyone know how I find out? ... I have ~/.wine/drive_c/windows/syswow64, and ... So I guess, I am using the 64-bit version. --- quote ---
Looking at the bitness of the WINEPREFIX is not a reliable method. You need to look at the actual program binaries.
--- snip --- $ find .wine -iname *pdf*.exe .wine/drive_c/Program Files/Tracker Software/PDF Editor/PDFXHost32.exe .wine/drive_c/Program Files/Tracker Software/PDF Editor/PDFXEdit.exe .wine/drive_c/Program Files/Tracker Software/PDF Editor/PDFXHost64.exe .wine/drive_c/Program Files/Tracker Software/PDF-XChange Lite/pdfSaverL.exe .wine/drive_c/ProgramData/Package Cache/{2be0fb67-0906-4428-ab19-02ae10c7e4bc}/PDFXVE7.exe
$ cd ".wine/drive_c/Program Files/Tracker Software/PDF Editor/"
$ file *.{exe,dll} PDFXEdit.exe: PE32+ executable (GUI) x86-64, for MS Windows PDFXHost32.exe: PE32 executable (GUI) Intel 80386, for MS Windows PDFXHost64.exe: PE32+ executable (GUI) x86-64, for MS Windows iePDFXEditPlugin.x64.dll: PE32+ executable (DLL) (GUI) x86-64, for MS Windows iePDFXEditPlugin.x86.dll: PE32 executable (DLL) (GUI) Intel 80386, for MS Windows npPDFXEditPlugin.x64.dll: PE32+ executable (DLL) (GUI) x86-64, for MS Windows npPDFXEditPlugin.x86.dll: PE32 executable (DLL) (GUI) Intel 80386, for MS Windows PDFXEditCore.x64.dll: PE32+ executable (DLL) (GUI) x86-64, for MS Windows PDFXEditCore.x86.dll: PE32 executable (DLL) (GUI) Intel 80386, for MS Windows twaindsm32.dll: PE32 executable (DLL) (GUI) Intel 80386, for MS Windows twaindsm64.dll: PE32+ executable (DLL) (GUI) x86-64, for MS Windows --- snip ---
Main executable is 64-bit.
I can't reproduce either, resolving 'fixed'.
Test document: http://www.pdf995.com/samples/pdf.pdf
$ sha1sum PDFXVE7.* 058bddd55f127ef39948bcb06417c32e84c18d28 PDFXVE7.exe 882ff1aeb5a2c4ba55f239e6a10777a1962aa9e0 PDFXVE7.zip
$ du -sh PDFXVE7.* 143M PDFXVE7.exe 142M PDFXVE7.zip
$ wine --version wine-3.9-149-ge3648c7a61
Regards