Thursday, May 16, 2024
 Popular · Latest · Hot · Upcoming
102
rated 0 times [  102] [ 0]  / answers: 1 / hits: 327674  / 3 Years ago, sat, october 16, 2021, 4:02:09

When installing Wine on 64-bit Ubuntu 12.04, both 64-bit support and 32-bit support get installed. If I run wine foo.exe where foo.exe is a 64-bit-aware installer, it thinks it's on 64-bit Windows. This would be fine if this mode didn't fail, but in my case, it does (yet the Wine database suggests the app I'm trying to install should work, presumably as a 32-bit app).



How do I tell Wine (and Winetricks) to use Wine in 32-bit-only mode?


More From » 64-bit

 Answers
1

It turns out that to make Wine run in 32-bit-only mode, one needs to:




  1. Remove ~/.wine if it was already created in the 64-bit mode. (WARNING: This removes all stuff you have installed under Wine. Move it aside instead if you want to avoid dataloss.)


  2. Set the WINEARCH environment variable to win32 i.e. export WINEARCH=win32


  3. Then run wine (or winetricks, etc.)



[#38449] Sunday, October 17, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
hreadsoplet

Total Points: 220
Total Questions: 108
Total Answers: 105

Location: Serbia
Member since Fri, Jun 3, 2022
2 Years ago
hreadsoplet questions
Fri, Nov 11, 22, 14:00, 2 Years ago
Wed, May 25, 22, 18:11, 2 Years ago
Thu, Jan 20, 22, 09:26, 2 Years ago
;