http://bugs.winehq.org/show_bug.cgi?id=25060
--- Comment #16 from Anastasius Focht focht@gmx.net 2012-03-13 15:50:25 CDT --- Hello Austin,
the .NET 3.5 and .NET 3.5 SP1 recipe works for me.
$ wine --version wine-1.4-205-g104e319
Can you run the recipes manually in sequential order and check which one fails? Make sure wineserver exits gracefully between steps.
0) clean WINEPREFIX (WINEARCH=win32) 1) 'winetricks -q dotnet35' 2) 'winetricks -q dotnet20sp2' 3) wine dotnetfx35.exe /lang:ENU (.NET 3.5 SP1 installer)
If you identified which step failed, run the whole sequence again on clean WINEPREFIX and use WINEDEBUG=+tid,+seh,+loaddll,+process before the failing step (to identify which processes/services are started).
Regards