http://bugs.winehq.org/show_bug.cgi?id=35901
--- Comment #3 from brossob brossob@yahoo.com --- This application automaticly installs dotnet40 if needed on a windows computer, so for a unknown reason, when i launch the install exe , it thinks it is already installed, thus skips the install dotnet40 part,
i tried this:
rm -rf .wine rm -rf .cache/wine rm -rf .cache/wintricks
export WINEARCH=win32 winetricks dotnet40 ------------------------------------------------------ wine cmd.exe /c echo '%ProgramFiles%' returned unexpanded string '%SystemDrive%\Program Files' ... can be caused a corrupt wineprefix, an old wine, or by not owning /home/brunob/.wine ------------------------------------------------------
(it then procedded to install mono and gecko) and stopped there , so i relaunched
winetricks dotnet40 Executing w_do_call dotnet40 Executing load_dotnet40 ------------------------------------------------------ dotnet40 does not yet fully work or install on wine. Caveat emptor. ------------------------------------------------------ Executing mkdir -p /home/brunob/.cache/winetricks/dotnet40 Downloading http://download.microsoft.com/download/9/5/A/95A9616B-7A37-4AF6-BC36-D6EA96C... to /home/brunob/.cache/winetricks/dotnet40 --2014-04-01 13:31:57-- http://download.microsoft.com/download/9/5/A/95A9616B-7A37-4AF6-BC36-D6EA96C... Resolving download.microsoft.com (download.microsoft.com)... 23.72.83.50, 23.72.83.42, 23.72.83.65, ... Connecting to download.microsoft.com (download.microsoft.com)|23.72.83.50|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 50449456 (48M) [application/octet-stream] Saving to: `dotNetFx40_Full_x86_x64.exe'
Please download gacutil-net40.tar.bz2 from http://www.mediafire.com/?v8rw5h1ra7maod4, place it in /home/brunob/.cache/winetricks/dotnet40, then re-run this script. ------------------------------------------------------
mv Downloads/gacutil-net40.tar.bz2 /home/brunob/.cache/winetricks/dotnet40
winetricks dotnet40
then the dotnet40 install started
and crashed, i attached the backtrace