http://bugs.winehq.org/show_bug.cgi?id=18766
Summary: .Net Framework 3.5 installer crashes wine Product: Wine Version: 1.1.22 Platform: PC-x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: stlwrt@gmail.com
Created an attachment (id=21526) --> (http://bugs.winehq.org/attachment.cgi?id=21526) Installer window and svchost.exe crash window
Build wine from git, nuked ~/.wine and ran dotnetfx35setup.exe.
Installer appears stalled (but does redraw its window), svchost.exe crash window is displayed.
Downloaded .net from: http://www.microsoft.com/downloads/details.aspx?familyid=AB99342F-5D1A-413D-...
Used wine from git: commit 1643679476c88953c6c506c152c7d25ba2219716 Author: Austin Lund austin.lund@gmail.com Date: Wed Jun 3 16:02:56 2009 +1000
http://bugs.winehq.org/show_bug.cgi?id=18766
--- Comment #1 from Stalwart stlwrt@gmail.com 2009-06-03 15:00:34 --- Created an attachment (id=21527) --> (http://bugs.winehq.org/attachment.cgi?id=21527) Wine output
http://bugs.winehq.org/show_bug.cgi?id=18766
Ken Sharp kennybobs@o2.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |dotnet, download, Installer URL| |http://www.microsoft.com/do | |wnloads/details.aspx?Family | |ID=333325fd-ae52-4e35-b531- | |508d977d32a6
--- Comment #2 from Ken Sharp kennybobs@o2.co.uk 2009-06-04 05:54:18 --- Does native rpcrt4 help?
http://bugs.winehq.org/show_bug.cgi?id=18766
--- Comment #3 from Dmitry Timoshkov dmitry@codeweavers.com 2009-06-04 10:48:16 --- (In reply to comment #2)
Does native rpcrt4 help?
Native rpcrt4 won't work in Wine.
http://bugs.winehq.org/show_bug.cgi?id=18766
--- Comment #4 from Stalwart stlwrt@gmail.com 2009-06-05 13:03:43 ---
Does native rpcrt4 help?
Copied rpcrt4.dll from vista, set it in winecfg to "native, builtin", and now even winecfg fails to start crashing
http://bugs.winehq.org/show_bug.cgi?id=18766
milesinnz milesinnz@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #5 from milesinnz milesinnz@gmail.com 2009-06-09 01:30:33 --- *** This bug has been confirmed by popular vote. ***
http://bugs.winehq.org/show_bug.cgi?id=18766
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox_xerox2000@yahoo.co.uk Component|-unknown |rpc
--- Comment #6 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2009-06-13 14:15:46 --- happens for me too. could be a regression in rpcrt4, but i'm not sure. The hack below allows the download to start
diff --git a/dlls/rpcrt4/ndr_marshall.c b/dlls/rpcrt4/ndr_marshall.c index 0d12843..cf263a3 100644 --- a/dlls/rpcrt4/ndr_marshall.c +++ b/dlls/rpcrt4/ndr_marshall.c @@ -3358,7 +3358,7 @@ unsigned char * WINAPI NdrComplexStructUnmarshall(PMIDL_STUB_MESSAGE pStubMsg, ULONG max_count = 0; ULONG offset = 0; ULONG array_size = 0; - +return 0;// TRACE("(%p,%p,%p,%d)\n", pStubMsg, ppMemory, pFormat, fMustAlloc);
if (!pStubMsg->PointerBufferMark)
http://bugs.winehq.org/show_bug.cgi?id=18766
--- Comment #7 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2009-06-13 14:25:38 --- Created an attachment (id=21775) --> (http://bugs.winehq.org/attachment.cgi?id=21775) +relay.seh.+tid output
http://bugs.winehq.org/show_bug.cgi?id=18766
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression
http://bugs.winehq.org/show_bug.cgi?id=18766
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |julliard@winehq.org
--- Comment #8 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2009-07-02 08:33:25 --- result of regression test: d02f9d18041b1b2c1ddd6933e843011b23a02039 is first bad commit commit d02f9d18041b1b2c1ddd6933e843011b23a02039 Author: Alexandre Julliard julliard@winehq.org Date: Fri Jan 23 16:47:51 2009 +0100
widl: We need an offset after the correlation descriptor for unencapsulated unions.
http://bugs.winehq.org/show_bug.cgi?id=18766
--- Comment #9 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2009-07-04 01:00:50 --- I saw some commits for widl went in yesterday, that apparently have fixed this bug.
For me the crash is gone in current wine-1.1.25.
Stalwart, could you try newest wine-version 1.1.25, and see if the bug is fixed for you too? If so, resolve this bug as fixed.
http://bugs.winehq.org/show_bug.cgi?id=18766
Brett Randall javabrett@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |javabrett@gmail.com
--- Comment #10 from Brett Randall javabrett@gmail.com 2009-07-05 22:46:09 --- I tried this today on Wine 1.1.25 with the (supposedly) full dotnetfx35.exe installer. Gets a lot further than before - downloads seem to work, but post-download installation crashes with:
err:eventlog:ReportEventW L"setup.exe" err:eventlog:ReportEventW L"9.0.30729.1" err:eventlog:ReportEventW L"488f1f5c" err:eventlog:ReportEventW L"vs70uimgr.dll" err:eventlog:ReportEventW L"9.0.30729.1" err:eventlog:ReportEventW L"488f1fa8" err:eventlog:ReportEventW L"0" err:eventlog:ReportEventW L"00021e96"
... which should probably be logged as a separate issue.
http://bugs.winehq.org/show_bug.cgi?id=18766
--- Comment #11 from Austin English austinenglish@gmail.com 2009-07-06 00:21:26 --- (In reply to comment #10)
I tried this today on Wine 1.1.25 with the (supposedly) full dotnetfx35.exe installer. Gets a lot further than before - downloads seem to work, but post-download installation crashes with:
err:eventlog:ReportEventW L"setup.exe" err:eventlog:ReportEventW L"9.0.30729.1" err:eventlog:ReportEventW L"488f1f5c" err:eventlog:ReportEventW L"vs70uimgr.dll" err:eventlog:ReportEventW L"9.0.30729.1" err:eventlog:ReportEventW L"488f1fa8" err:eventlog:ReportEventW L"0" err:eventlog:ReportEventW L"00021e96"
... which should probably be logged as a separate issue.
There's not a crash there.
http://bugs.winehq.org/show_bug.cgi?id=18766
--- Comment #12 from Brett Randall javabrett@gmail.com 2009-07-06 02:03:27 --- Apologies - here's what the error window from setup.exe reports:
EventType: visualstudio8setup P1 : 35101 P2 : 3.5.30729.01_orcas_x86_net P3 : gen P4 : inst P5 : f P6 : dlmgr_verificationerror P7 : 5008 P8 : 5008 P9 : type_badcertificate P10 : -
So maybe not a Wine crash but the installer fails.
http://bugs.winehq.org/show_bug.cgi?id=18766
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dank@kegel.com Summary|.Net Framework 3.5 |.Net Framework 3.5 sp1 |installer crashes wine |installer crashes
--- Comment #13 from Dan Kegel dank@kegel.com 2009-08-08 23:01:50 --- Since I had good luck with .net 3.5 installer, I gave this a try, too. But the same recipe that worked for plain old 3.5 failed just as you said for 3.5sp1: rm -rf .wine sh winetricks dotnet20 wine dotnetfx35setup.exe Fatal crash report dialog box referring to visualstudio8setup So still present with 1.1.27.
http://bugs.winehq.org/show_bug.cgi?id=18766
--- Comment #14 from Dan Kegel dank@kegel.com 2009-08-08 23:11:42 --- It looks like visualstudio8setup is some inner installer; after that exits, setup is still there, I had to ^C it.
http://bugs.winehq.org/show_bug.cgi?id=18766
Juan Lang juan_lang@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|rpc |-unknown
--- Comment #15 from Juan Lang juan_lang@yahoo.com 2009-08-19 16:32:00 --- That doesn't look an rpc bug anymore, then. Could someone attach the console output from a recent attempt?
http://bugs.winehq.org/show_bug.cgi?id=18766
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |khisbra@hotmail.com
--- Comment #16 from Vitaliy Margolen vitaliy@kievinfo.com 2009-09-15 21:58:42 --- *** Bug 20062 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=18766
--- Comment #17 from Dan Kegel dank@kegel.com 2009-09-15 23:02:03 --- Created an attachment (id=23616) --> (http://bugs.winehq.org/attachment.cgi?id=23616) Plain old console log of failure
Here's a plain old log. Want WINEDEBUG set to something?
http://bugs.winehq.org/show_bug.cgi?id=18766
Ken Sharp kennybobs@o2.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Blocks| |19741
http://bugs.winehq.org/show_bug.cgi?id=18766
--- Comment #18 from Adam Plumb adamplumb@gmail.com 2009-10-27 13:40:16 --- Created an attachment (id=24396) --> (http://bugs.winehq.org/attachment.cgi?id=24396) debug log
I'm on Ubuntu 9.10 RC 64bit with wine 1.1.32 and the 300MB file downloads fine. I get about 15% through the install process when an error occurs and it bails. I've attached the last part of the debug output.
http://bugs.winehq.org/show_bug.cgi?id=18766
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |contact@eden-daoc.net
--- Comment #19 from Dmitry Timoshkov dmitry@codeweavers.com 2009-11-03 01:17:49 --- *** Bug 20563 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=18766
--- Comment #20 from Andras Kovacs andras@csevego.net 2009-12-18 01:36:35 --- Created an attachment (id=25247) --> (http://bugs.winehq.org/attachment.cgi?id=25247) +msi debug log
http://bugs.winehq.org/show_bug.cgi?id=18766
Warren Dumortier nwarrenfl@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |nwarrenfl@gmail.com
--- Comment #21 from Warren Dumortier nwarrenfl@gmail.com 2009-12-28 04:48:33 --- fixme:msi:ACTION_HandleStandardAction unhandled standard action L"SetODBCFolders"
It's only a guess, but doesn't the msi installer rollback because of that unhandled action? Afterwards there are other errors, but maybe they would not happen then?
http://bugs.winehq.org/show_bug.cgi?id=18766
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net
--- Comment #22 from Anastasius Focht focht@gmx.net 2009-12-28 05:43:59 --- Hello,
--- quote --- It's only a guess, but doesn't the msi installer rollback because of that unhandled action? --- quote ---
No, it has nothing to do with it. Although these built-in installer actions are no-ops in Wine - they are not strictly required for the installer to work -> harmless.
Anyway ... this is a dupe of bug 16956 (.NET Framework 2.0 SP1 sub-installer fails).
Regards
http://bugs.winehq.org/show_bug.cgi?id=18766
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE
--- Comment #23 from Dan Kegel dank@kegel.com 2009-12-28 08:00:48 --- ok, marking duplicate
*** This bug has been marked as a duplicate of bug 16956 ***
http://bugs.winehq.org/show_bug.cgi?id=18766
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Blocks|19741 |
http://bugs.winehq.org/show_bug.cgi?id=18766
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #24 from Dmitry Timoshkov dmitry@codeweavers.com 2009-12-28 09:12:34 --- Closing duplicate.