winetricks dotnet40

Questions about Wine on Linux
Locked
etwineb
Level 4
Level 4
Posts: 101
Joined: Wed Dec 10, 2008 12:05 pm

winetricks dotnet40

Post by etwineb »

In my system I cannot install dotnet40, the wine prefix has just been created:

Code: Select all

% env | grep '^WINE'
WINEARCH=win32
WINEPREFIX=/home/etwineb/TEST/wine
% winetricks -q dotnet40
[...]
------------------------------------------------------
dotnet40 install completed, but installed file /home/paolo/games/Dust/wine/dosdevices/c:/windows/Microsoft.NET/Framework/v4.0.30319/ngen.exe not found
------------------------------------------------------
% wine --version
wine-1.7.18
% sha1sum /usr/bin/winetricks
ac2db280b597145bd174c111f1d9a67f26284016  /usr/bin/winetricks
What can I try?
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: winetricks dotnet40

Post by dimesio »

Installs fine here in 1.7.18. Make sure you have the latest winetricks and install to a clean, 32 bit wineprefix.
Locked