http://bugs.winehq.org/show_bug.cgi?id=30845
Morg morgawr@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |morgawr@gmail.com
--- Comment #4 from Morg morgawr@gmail.com 2012-06-08 06:02:56 CDT --- Reporting more info, this is at the latest git version (wine --version: wine-1.5.5-262-g31907e0).
When I try to install dotnet20 using winetricks it doesn't work, here's the output:
morgawr@regret:~/work/wine-git/builds/32bit$ WINE=~/work/wine-git/builds/32bit/wine winetricks dotnet20 ------------------------------------------------------ /home/morgawr/work/wine-git/builds/32bit/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/morgawr/.wine ------------------------------------------------------
morgawr@regret:~/work/wine-git/builds/32bit$ WINE=~/work/wine-git/builds/32bit/wine winetricks dotnet20 Executing w_do_call dotnet20 Executing load_dotnet20 Executing w_do_call fontfix Executing load_fontfix Setting Windows version to win2k Executing winetricks_early_wine regedit C:\windows\Temp_dotnet20\set-winver.reg Executing mkdir -p /home/morgawr/.cache/winetricks/dotnet20 Executing unzip -o -q -d /home/morgawr/.wine/dosdevices/c:/windows/system32 l_intl.zip fixme:storage:create_storagefile Storage share mode not implemented. Executing mkdir -p /home/morgawr/.cache/winetricks/dotnet20 Executing /home/morgawr/work/wine-git/builds/32bit/wine dotnetfx.exe fixme:advapi:DecryptFileA "C:\users\morgawr\Temp\IXP000.TMP\" 00000000 fixme:advapi:LsaOpenPolicy ((null),0x33f31c,0x00000001,0x33f334) stub fixme:advapi:LsaClose (0xcafe) stub fixme:storage:create_storagefile Storage share mode not implemented. err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x451d7c ------------------------------------------------------ Note: command '/home/morgawr/work/wine-git/builds/32bit/wine dotnetfx.exe' returned status 5. Aborting. ------------------------------------------------------
then I try to install dotnet11 first and then dotnet20 and it seem to work, but during installation it crashes with this output: http://www.morgawr.eu/p/1339153164.png
and then wine crashes Trying to do some more regression testing with this