cckec / winetricks

Automatically exported from code.google.com/p/winetricks
0 stars 0 forks source link

dotnet20 install fails #144

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Attempt to install .NET 2.0 via winetricks

What is the expected output? What do you see instead?
I expect it not to fail.

Here are screenshots of the error dialogs: http://minus.com/mAh4up3WT
- dotnet20-error1: first error
- dotnet20-error2: second error
- dotnet20-error3: what it hangs on, at which point I have to Ctrl+C to kill 
the installer.
- dotnet20.log: the log file

What version of the product are you using? On what operating system?
- both stable and svn version of winetricks has this problem
- Archlinux 3.0 64-bit
- wine-1.3.32

Please provide any additional information below.
I did install dotnet11(sp1) before trying to install dotnet20, but it fails 
with and without it.

Original issue reported on code.google.com by rambaldi...@gmail.com on 8 Nov 2011 at 11:44

GoogleCodeExporter commented 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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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