Closed GoogleCodeExporter closed 8 years ago
Even though it says "dotnet20 install completed [...]" at the end of the log
file, trying to run a .NET 2.0 program still yields "wine: Install Mono for
Windows to run .NET 2.0 applications."
Original comment by rambaldi...@gmail.com
on 8 Nov 2011 at 11:48
Oh, I just found out that it breaks future dotnet installs, e.g. dotnet35
Original comment by rambaldi...@gmail.com
on 8 Nov 2011 at 11:54
I don't see that failure here with winetricks from svn
with a clean .wine directory and wine from git.
What happens if you do
mv ~/.wine ~/.wine-old
unset WINEPREFIX
before running winetricks dotnet20?
Original comment by daniel.r...@gmail.com
on 14 Nov 2011 at 4:58
I did that, installed steam via
env WINEARCH=win32 winetricks steam
and then ran
env WINEARCH=win32 WINEPREFIX=~/.local/share/wineprefixes/steam winetricks dotnet11sp1 dotnet20
and still fails the same. Should I be used --no-isolate or something even
though it's default?
Original comment by rambaldi...@gmail.com
on 14 Nov 2011 at 5:40
Try it the other way around, e.g.
export WINEPREFIX=~/.local/share/wineprefixes/steam
rm -rf $WINEPREFIX
env WINEARCH=win32 winetricks dotnet11sp1
env WINEARCH=win32 winetricks dotnet20
env WINEARCH=win32 winetricks steam
Also, please be sure to use winetricks from svn, i.e.
http://winetricks.googlecode.com/svn/trunk/src/winetricks
Original comment by d...@gaikai.com
on 14 Nov 2011 at 6:01
Still not working. I even tried to install in ~/.wine. Maybe it's a wine issue?
Original comment by rambaldi...@gmail.com
on 14 Nov 2011 at 8:02
Original issue reported on code.google.com by
rambaldi...@gmail.com
on 8 Nov 2011 at 11:44