[Bug 40460] winetricks xna31 and dotnet20sp2 fail

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Sep 5 20:35:14 CDT 2016


https://bugs.winehq.org/show_bug.cgi?id=40460

--- Comment #9 from Austin English <austinenglish at gmail.com> ---
(In reply to Sebastian Lackner from comment #8)
> (In reply to Austin English from comment #7)
> > That wasn't enough for me, I also tried it after both w_call dotnet20 and
> > the dotnet20sp2 installer, but that only works sometimes.
> 
> Hm, here it works pretty reliable. I'll see if I can reproduce the issue
> when I run the testcase in a loop. ;)
> 
> > 
> > > BTW: At some places winetricks uses $DRIVE_C which looks like an undefined
> > > variable to me.
> > 
> > It's set in winetricks_set_wineprefix(), which is called from w_do_call().
> 
> I only see W_DRIVE_C there, but not DRIVE_C (unless some weird eval magic is
> involved to set it).

Thanks for pointing that out. It's fixed here:
https://github.com/Winetricks/winetricks/commit/cb6f280f5a4287dbaba0317440f85b10a00a61de

but even with that and:
diff --git a/src/winetricks b/src/winetricks
index c547350..f933a16 100755
--- a/src/winetricks
+++ b/src/winetricks
@@ -5916,12 +5916,14 @@ load_dotnet20sp2()
     w_call remove_mono

     w_call dotnet20
+    $WINESERVER -w

     # FIXME: verify on pristine Windows XP:
     if w_workaround_wine_bug 34803
     then
         "$WINE" reg delete
'HKLM\Software\Microsoft\.NETFramework\v2.0.50727\SBSDisabled' /f
     fi
+    $WINESERVER -w

     cd "$W_CACHE/$W_PACKAGE"
     w_ahk_do "


I still get:
err:msi:ITERATE_Actions Execution halted, action
L"DD_CA_ScheduleNgenServiceVersionCheck_X86.3643236F_FC70_11D3_A536_0090278A1BB8"
returned 1603

in wine-1.9.18.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list