wine 1.8 and dotnet30

Questions about Wine on Linux
Locked
k3ck3c
Level 2
Level 2
Posts: 40
Joined: Wed Oct 22, 2014 12:42 am

wine 1.8 and dotnet30

Post by k3ck3c »

Hello

Ubuntu 14.04, fresh wine 1.8

I am unable to install dotnet30 in a clean win32 prefix
when I launch

Code: Select all

$ WINEARCH=win32 WINEPREFIX=/home/$USER/.wine_fnac/ winetricks -q --unattended dotnet30
I get at the end
fixme:advapi:LsaClose (0xcafe) stub
fixme:advapi:LsaOpenPolicy ((null),0x33d098,0x00000001,0x33d084) stub
fixme:advapi:LsaClose (0xcafe) stub
------------------------------------------------------
Note: command 'wine netframework3.exe /q /c:install.exe /q' returned status 67. Aborting.
------------------------------------------------------
$
Thanks for any hint
User avatar
dimesio
Moderator
Moderator
Posts: 13373
Joined: Tue Mar 25, 2008 10:30 pm

Re: wine 1.8 and dotnet30

Post by dimesio »

Works fine here. Make sure you're using the latest winetricks from https://raw.githubusercontent.com/Winet ... winetricks.
k3ck3c
Level 2
Level 2
Posts: 40
Joined: Wed Oct 22, 2014 12:42 am

Re: wine 1.8 and dotnet30

Post by k3ck3c »

works fine with the latest winetricks, thanks
Locked