Running Ubuntu 12.04 64 bit
Wanted to install dotnet20 with winetricks but it won't install on a 64 bit system
so i found this....
Install wine. If you installed 64-bit wine then do export WINEARCH=win32 (as .NET 2 requires 32-bit environment). Then run the command: sh winetricks dotnet20 gdiplus
BUT this didn't work and has now messed up my wine install - any easy way to put things back as they were?
bane2@bane2-EX58-UD5:~$ export WINEARCH=win32
bane2@bane2-EX58-UD5:~$ sh winetricks dotnet20 gdiplus
sh: 0: Can't open winetricks
bane2@bane2-EX58-UD5:~$ winetricks dotnet20 gdiplus
------------------------------------------------------
wine cmd.exe /c echo '%ProgramFiles%' returned empty string
------------------------------------------------------
THEN WINE STOPPED WORKING I.E.
bane2@bane2-EX58-UD5:~$ winecfg
wine: WINEARCH set to win32 but '/home/bane2/.wine' is a 64-bit installation.
HOPED THIS MIGHT CORRECT THINGS
bane2@bane2-EX58-UD5:~$ export WINEARCH=win64
BUT IT SEEMS IT DIDN'T
bane2@bane2-EX58-UD5:~$ winecfg
p11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: cannot open shared object file: No such file or directory
Any help appreciated
thanks
EDIT actually winecfg does open but am still not sure if things are affected behind the scenes so to speak
Wanted to install dotnet20 with winetricks but it won't install on a 64 bit system
so i found this....
Install wine. If you installed 64-bit wine then do export WINEARCH=win32 (as .NET 2 requires 32-bit environment). Then run the command: sh winetricks dotnet20 gdiplus
BUT this didn't work and has now messed up my wine install - any easy way to put things back as they were?
bane2@bane2-EX58-UD5:~$ export WINEARCH=win32
bane2@bane2-EX58-UD5:~$ sh winetricks dotnet20 gdiplus
sh: 0: Can't open winetricks
bane2@bane2-EX58-UD5:~$ winetricks dotnet20 gdiplus
------------------------------------------------------
wine cmd.exe /c echo '%ProgramFiles%' returned empty string
------------------------------------------------------
THEN WINE STOPPED WORKING I.E.
bane2@bane2-EX58-UD5:~$ winecfg
wine: WINEARCH set to win32 but '/home/bane2/.wine' is a 64-bit installation.
HOPED THIS MIGHT CORRECT THINGS
bane2@bane2-EX58-UD5:~$ export WINEARCH=win64
BUT IT SEEMS IT DIDN'T
bane2@bane2-EX58-UD5:~$ winecfg
p11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: cannot open shared object file: No such file or directory
Any help appreciated
thanks
EDIT actually winecfg does open but am still not sure if things are affected behind the scenes so to speak
Last edited: