I cannot install dotnet20

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
kartal
Level 2
Level 2
Posts: 15
Joined: Wed Nov 25, 2009 12:31 pm

I cannot install dotnet20

Post by kartal »

Hi

I just compiled the latest version from git repo and trying to install dotnet20 and this is what I get


fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
err:ntlm:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path.
err:ntlm:SECUR32_initNTLMSP Usually, you can find it in the winbind package of your distribution.
fixme:advapi:LsaOpenPolicy ((null),0x33f33c,0x00000001,0x33f364) 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

Basically the installer starts, but it crashes around accepting the terms (after the first screen)

I have tried using winetricks and the normal installation method


thanks
James McKenzie

I cannot install dotnet20

Post by James McKenzie »

On 3/22/11, kartal <[email protected]> wrote:
Hi

I just compiled the latest version from git repo and trying to install
dotnet20 and this is what I get
You have to use winetricks to install .NET products.

http://wiki.winehq.org/winetricks is a web page dedicated in the Wine
Wiki for this third-party product.

James McKenzie
kartal
Level 2
Level 2
Posts: 15
Joined: Wed Nov 25, 2009 12:31 pm

Post by kartal »

James , thanks for your reply but I have already mentioned that I have tried it ;)
"I have tried using winetricks and the normal installation method "
James McKenzie

I cannot install dotnet20

Post by James McKenzie »

On 3/22/11, kartal <[email protected]> wrote:
James , thanks for your reply but I have already mentioned that I have tried
it ;)
"I have tried using winetricks and the normal installation method "
Ok. Let's start with a clean wineprefix. If you don't have any
programs installed in the current Wine Prefix, then you can simply
erase/delete it by using the command:

Code: Select all

rm -rf $HOME/.wine
If you do have something installed that you need to keep or is hard to
re-install then use the following:

Code: Select all

export WINEPREFIX=$HOME/Dotnet20TEST
cd $WINEPREFIX
winetricks dotnet20
If you want to capture what happens to a logging file replace the last
line with:

Code: Select all

winetricks dotnet20 > dotnet20.log 2>&1
Please post the logging file, if you create it, to a site like
pastebin.com and post the URL (including all of the letters/numbers)
in this forum thread.

There are several errors that are 'normal' for .NET 2.0 (they even
occur in Windows) and I suggest using a program like FastMD5 (this is
what I use) for testing the .NET installation.

James McKenzie
Otamay
Newbie
Newbie
Posts: 4
Joined: Sat Dec 05, 2009 11:00 pm

Post by Otamay »

Same problem, wine 1.3.16 compiled yesterday under Gentoo GNU/Linux.

A regression, maybe?
Otamay
Newbie
Newbie
Posts: 4
Joined: Sat Dec 05, 2009 11:00 pm

Post by Otamay »

whops, log!

http://pastebin.com/w8y9RnuE

Code: Select all

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 cp -f /home/otamay/.cache/winetricks/dotnet20/l_intl.nls /home/otamay/.local/share/wineprefixes/SolidWorks/dosdevices/c:/windows/system32
DELETE - HKLM\Software\Microsoft\.NETFramework\policy\v2.0 (null) 0 0 1
Error: The system was unable to find the specified registry key or value
DELETE - HKLM\Software\Microsoft\.NETFramework InstallRoot 0 0 1
Error: The system was unable to find the specified registry key or value
Executing wine /home/otamay/.cache/winetricks/dotnet20/dotnetfx.exe
fixme:advapi:DecryptFileA "C:\\users\\otamay\\Temp\\IXP000.TMP\\" 00000000
err:secur32:SECUR32_initSchannelSP TLS library not found, SSL connections will fail
fixme:advapi:LsaOpenPolicy ((null),0x33f33c,0x00000001,0x33f364) 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 'wine /home/otamay/.cache/winetricks/dotnet20/dotnetfx.exe' returned status 5.  Aborting.
------------------------------------------------------
kartal
Level 2
Level 2
Posts: 15
Joined: Wed Nov 25, 2009 12:31 pm

Post by kartal »

THanks James, I will try it tonight. I have been busy with some other stuff
Eddotan
Newbie
Newbie
Posts: 1
Joined: Wed Mar 23, 2011 1:24 pm

Post by Eddotan »

same problem here... I'm using Archlinux with Wine 1.3.16 and winetricks 20110311b

Code: Select all

fixme:storage:create_storagefile Storage share mode not implemented.
fixme:iphlpapi:NotifyAddrChange (Handle 0x8fee90c, overlapped 0x8fee8f0): stub
wine: configuration in '/home/eddotan/Dotnet20TEST' has been updated.
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
Downloading http://kegel.com/wine/l_intl.nls to /home/eddotan/.cache/winetricks/dotnet20
--2011-03-23 13:32:03--  http://kegel.com/wine/l_intl.nls
Resolviendo kegel.com... 216.92.86.126
Connecting to kegel.com|216.92.86.126|:80... conectado.
Petición HTTP enviada, esperando respuesta... 200 OK
Longitud: 5574 (5,4K) [text/plain]
Saving to: `l_intl.nls'

     0K .....                                                 100% 48,4K=0,1s

2011-03-23 13:32:04 (48,4 KB/s) - `l_intl.nls' saved [5574/5574]

Executing cp -f /home/eddotan/.cache/winetricks/dotnet20/l_intl.nls /home/eddotan/Dotnet20TEST/dosdevices/c:/windows/system32
DELETE - HKLM\Software\Microsoft\.NETFramework\policy\v2.0 (null) 0 0 1
La operaci├│n finaliz├│ con ├®xito
DELETE - HKLM\Software\Microsoft\.NETFramework InstallRoot 0 0 1
La operaci├│n finaliz├│ con ├®xito
Downloading http://download.microsoft.com/download/5/6/7/567758a3-759e-473e-bf8f-52154438565a/dotnetfx.exe to /home/eddotan/.cache/winetricks/dotnet20
--2011-03-23 13:32:05--  http://download.microsoft.com/download/5/6/7/567758a3-759e-473e-bf8f-52154438565a/dotnetfx.exe
Resolviendo download.microsoft.com... 190.248.3.147, 190.248.3.153
Connecting to download.microsoft.com|190.248.3.147|:80... conectado.
Petición HTTP enviada, esperando respuesta... 200 OK
Longitud: 23510720 (22M) [application/octet-stream]
Saving to: `dotnetfx.exe'

     Downloading status..........

2011-03-23 13:35:10 (124 KB/s) - `dotnetfx.exe' saved [23510720/23510720]

Executing wine /home/eddotan/.cache/winetricks/dotnet20/dotnetfx.exe
fixme:advapi:DecryptFileA "C:\\users\\eddotan\\Temp\\IXP000.TMP\\" 00000000
fixme:advapi:LsaOpenPolicy ((null),0x33f33c,0x00000001,0x33f364) 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 'wine /home/eddotan/.cache/winetricks/dotnet20/dotnetfx.exe' returned status 5.  Aborting.
------------------------------------------------------
Otamay
Newbie
Newbie
Posts: 4
Joined: Sat Dec 05, 2009 11:00 pm

Post by Otamay »

Solved! It is caused since this commit:

http://source.winehq.org/git/wine.git/c ... f6db3765c2

But I've read that is a winetricks problem, and the issue was solved in the svn version.

Code: Select all

svn checkout http://winetricks.googlecode.com/svn/trunk/ winetricks-read-only 
Making a new profile and using svn winetricks solved the problem, allowing dotnet20 installation ends successful.
sniveri
Level 2
Level 2
Posts: 22
Joined: Mon Jan 25, 2010 5:43 am

Post by sniveri »

For some time I have installed dotnet11 first to make dotnet20 install complete. Also dotnet11sp1 is now available.
Locked