http://bugs.winehq.org/show_bug.cgi?id=17978
Summary: .NET 2.0 SP1 does not install Product: Wine Version: 1.1.18 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: tartley@tartley.com
Created an attachment (id=20340) --> (http://bugs.winehq.org/attachment.cgi?id=20340) output from running the .NET 2.0 SP1 installer from command line
Installing .NET Framework 2.0 SP1 fails.
Hey all.
During installation, a dialog is displayed showing:
Extraction Failed Unable to find a volume for file extraction. Please verify that you have proper permissions.
The stdout from running the installer is included as an attachement.
Since this prevents installation of all .NET applications which require .NET 2.0 SP1, I would guess it may be higher priority than normal, but will leave that for someone with Wine experience.
I notice that the WineHQ page describing .Net 2.0 (not SP1) notes that an issue very like this one was resolved in wine 1.1.7, but it is still a problem for me. The suggested workaround for that, using:
$ sh winetricks volnum
does not fix this problem for me.
.NET 2.0 (which installs fine) can be downloaded from: http://www.microsoft.com/downloads/details.aspx?FamilyID=0856EACB-4362-4B0D-...
.NET 2.0 SP1 (which fails to install) can be downloaded from: http://www.microsoft.com/downloads/thankyou.aspx?familyId=79bc3b77-e02c-4ad3...
http://bugs.winehq.org/show_bug.cgi?id=17978
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net
--- Comment #1 from Anastasius Focht focht@gmx.net 2009-04-08 14:53:28 --- Hello,
it seems you worked on a tainted/messed up WINEPREFIX.
--- snip --- err:process:__wine_kernel_init boot event wait timed out --- snip ---
Remove your WINEPREFIX and rerun the installers on a fresh one. I retested with .NET 2.0 + SP1 and don't see any issue besides all documented problems.
If the problem persists describe every single step starting with clean WINEPREFIX. In that case attach SP1 trace log: WINEDEBUG=+tid,+seh,+relay wine ./NetFx20SP1_x86.exe >log.txt 2>&1
Otherwise close this bug as INVALID.
Regards
http://bugs.winehq.org/show_bug.cgi?id=17978
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #2 from Vitaliy Margolen vitaliy@kievinfo.com 2009-04-08 21:10:23 --- Duplicate / invalid as Anastasius said.
http://bugs.winehq.org/show_bug.cgi?id=17978
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Dmitry Timoshkov dmitry@codeweavers.com 2009-04-09 00:08:22 --- Closing invalid.
http://bugs.winehq.org/show_bug.cgi?id=17978
--- Comment #4 from Jonathan Hartley tartley@tartley.com 2009-04-09 12:37:31 --- Understood & confirmed - deleting ~/.wine made the problem go away.
I thought that couldn't be the problem because I was installing on a brand-new fresh install of Wine specifically for this purpose, apparently I was wrong. Maybe Wine had been installed on this machine previously without my knowledge.
Sorry to waste your time.
Jonathan