Winetricks / winezeug

Miscellaneous scripts/projects that are useful for wine developers, but don't belong upstream
11 stars 3 forks source link

can't install dotnet20, returned status 43 #185

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I'm trying to install dotnet20 to play fifa 11 on ubuntu, but it fails... I 
downloaded the latest winetricks (and renamed it, so it doesn't clash with the 
one installed by wine), and I get this on terminal:

$ ./winetricksvo dotnet20
------------------------------------------------------
Instaling .net 2.0 runtime.  Can take several minutes.  See 
http://wiki.winehq.org/MicrosoftDotNet for tips.
------------------------------------------------------
prerequisite gecko already installed, skipping
Setting Windows version to win2k
Executing early_wine regedit c:\winetrickstmp\set-winver.reg
Executing cp -f /home/daniel/.winetrickscache/dotnet20/l_intl.nls 
/home/daniel/.wine/dosdevices/c:/windows/system32/
DELETE - HKLM\Software\Microsoft\.NETFramework\policy\v2.0 (null) 0 0 1
Error: El sistema no pudo encontrar la clave o el valor del Registro 
especificado
DELETE - HKLM\Software\Microsoft\.NETFramework InstallRoot 0 0 1
Error: El sistema no pudo encontrar la clave o el valor del Registro 
especificado
Executing wine /home/daniel/.winetrickscache/dotnet20/dotnetfx.exe
fixme:advapi:DecryptFileA "C:\\users\\daniel\\Temp\\IXP012.TMP\\" 00000000
------------------------------------------------------
Note: command 'wine /home/daniel/.winetrickscache/dotnet20/dotnetfx.exe' 
returned status 43.  Aborting.
------------------------------------------------------

I'm using ubuntu maverick RC with wine 1.3.x, the latest version from ubuntu 
wine team ppa. I suspect it's a wine bug but winetricks is related anyway.

I attached a screenshot of the error it shows. 

Original issue reported on code.google.com by danielsc...@gmail.com on 2 Oct 2010 at 12:54

Attachments:

GoogleCodeExporter commented 9 years ago
Retry in a clean WINEPREFIX and current winetricks. I think this is fixed now.

Original comment by austinenglish@gmail.com on 8 Oct 2010 at 12:56

GoogleCodeExporter commented 9 years ago
Works here with wine from git and winetricks from svn.

Original comment by daniel.r...@gmail.com on 7 Dec 2010 at 11:31