[Bug 52609] New: wine: WINEARCH set to win64 but '/home/m/prefix64' is a 32-bit installation.
https://bugs.winehq.org/show_bug.cgi?id=52609 Bug ID: 52609 Summary: wine: WINEARCH set to win64 but '/home/m/prefix64' is a 32-bit installation. Product: Wine Version: 7.3 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wineserver Assignee: wine-bugs(a)winehq.org Reporter: mahg361(a)gmail.com Distribution: --- ``` $ WINEPREFIX="/home/m/.local/share/wineprefixes/prefix64" WINEARCH=win64 wine wineboot wine: created the configuration directory '/home/m/.local/share/wineprefixes/prefix64' wine: WINEARCH set to win64 but '/home/m/.local/share/wineprefixes/prefix64' is a 32-bit installation. ``` -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=52609 --- Comment #1 from Alexandre Julliard <julliard(a)winehq.org> --- Most likely your wineserver is 32-bit. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=52609 --- Comment #2 from destroyed nerd <mahg361(a)gmail.com> --- (In reply to Alexandre Julliard from comment #1)
Most likely your wineserver is 32-bit.
I installed wine both compiling my self and using https://archlinux.org/packages/multilib/x86_64/wine/ , Same result I don't know how to should I solve it -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=52609 --- Comment #3 from destroyed nerd <mahg361(a)gmail.com> --- (In reply to Alexandre Julliard from comment #1)
Most likely your wineserver is 32-bit.
OK, I had to use ../wine-source/configure --enable-win64 during compiling. Thank you for clue -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=52609 --- Comment #4 from destroyed nerd <mahg361(a)gmail.com> --- But my question is why the problem didn't solve after I used arch repo package? Because they have used --enable-win64: https://github.com/archlinux/svntogit-community/blob/packages/wine/trunk/PKG... -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=52609 --- Comment #5 from destroyed nerd <mahg361(a)gmail.com> --- Problem solved only when I use wine64 instead wine in creating wineprefix $ WINEPREFIX="/home/m/.wine" WINEARCH=win64 wine wineboot => $ WINEPREFIX="/home/m/.wine" WINEARCH=win64 wine64 wineboot -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=52609 Fabian Maurer <dark.shadow4(a)web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dark.shadow4(a)web.de --- Comment #6 from Fabian Maurer <dark.shadow4(a)web.de> --- Works perfectly fine for me. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
WineHQ Bugzilla