hi, I just configured a WoW64 wine build, but the wiki ends with the make command.
my question is if I have to run make install from the wine32 or the wine 64 folder..
WoW64 installation
-
- Level 2
- Posts: 39
- Joined: Sun Sep 11, 2011 3:12 pm
-
- Level 2
- Posts: 39
- Joined: Sun Sep 11, 2011 3:12 pm
oh, and how do you use winetricks with wine64?
If I run it, I get the error:
If I run it, I get the error:
Code: Select all
------------------------------------------------------
wine cmd.exe /c echo '%ProgramFiles%' returned empty string
------------------------------------------------------
-
- Level 2
- Posts: 39
- Joined: Sun Sep 11, 2011 3:12 pm
it does, but selection specific programs for installation (e.g. steam) will cause it to fail with the above mention error...dimesio wrote:Winetricks doesn't work with 64 bit Wine.
seems like it cannot invoke cmd or regsvr32, but:
Code: Select all
WINEPREFIX=~/reactor/wineholic/#beta ~/reactor/wineholic/WOW64/wine64/wine64 cmd.exe /c echo '%ProgramFiles%'
C:\Program Files
any workaround?