dotnet2 installation.

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
0x7F
Newbie
Newbie
Posts: 4
Joined: Wed Mar 27, 2013 8:11 am

dotnet2 installation.

Post by 0x7F »

Dear readers,
Ive been having some trouble installing dotnet20 (and the others).
With or without winetricks keeps on resulting in the same dead end.
The installer launches, and closes @ the "Setup in configuring the install" loader.

Lets start with some specs:
-OS: Ubuntu 12.10 (x64)
-Wine version: wine-1.5.26
-Winetricks: Latest from their google code page.

Ive been googling around and tried the following things:
-changed WINEARCH to win32 (I will need to stay with 32bit because of other stuff I depend on)
-created a new wineprefix, after I removed all old .wine

after I run the command "sh winetricks dotnet20"
Winetricks and wine output the following:

$ sh winetricks dotnet20
Executing w_do_call dotnet20
Executing load_dotnet20
Executing w_do_call remove_mono
Executing load_remove_mono
------------------------------------------------------
Mono does not appear to be installed.
------------------------------------------------------
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
Current wine does not have wine bug 10467, so not applying workaround
Current wine does not have wine bug 30845, so not applying workaround
------------------------------------------------------
Working around wine bug 30845 -- Using native fusion while installing...
------------------------------------------------------
Executing env WINEDLLOVERRIDES=mscoree,fusion=n wine dotnetfx.exe
fixme:advapi:DecryptFileA "C:\\users\\notimportant\\Temp\\IXP000.TMP\\" 00000000
p11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: cannot open shared object file: No such file or directory
fixme:advapi:LsaOpenPolicy ((null),0x33f270,0x00000001,0x33f2a0) 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 'env WINEDLLOVERRIDES=mscoree,fusion=n wine dotnetfx.exe' returned status 5. Aborting.
------------------------------------------------------

---END---

Now when i try to launch the intaller without using winetricks i also get:

$ wine dotnetfx.exe
fixme:advapi:DecryptFileA "C:\\users\\notimportant\\Temp\\IXP000.TMP\\" 00000000
p11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: cannot open shared object file: No such file or directory
fixme:advapi:LsaOpenPolicy ((null),0x33f270,0x00000001,0x33f2a0) 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

---END---

Can anyone confirm this isnt working in the latest release version of wine, or tell me what im doing wrong here.
Any advice is welcome.
Kind regards,
7.
User avatar
dimesio
Moderator
Moderator
Posts: 13201
Joined: Tue Mar 25, 2008 10:30 pm

Re: dotnet2 installation.

Post by dimesio »

0x7F wrote: Can anyone confirm this isnt working in the latest release version of wine,
Works fine here in 1.5.26.

One thing about all the .NET installers is that when they fail, they mess up the wineprefix so subsequent attempts will also fail. You have to delete the wineprefix and start with a clean one every time.

You could try solving the gnome-keyring error message (install the 32 bit version), though I doubt that's the problem.
0x7F
Newbie
Newbie
Posts: 4
Joined: Wed Mar 27, 2013 8:11 am

Re: dotnet2 installation.

Post by 0x7F »

dimesio wrote:
0x7F wrote: Can anyone confirm this isnt working in the latest release version of wine,
Works fine here in 1.5.26.

One thing about all the .NET installers is that when they fail, they mess up the wineprefix so subsequent attempts will also fail. You have to delete the wineprefix and start with a clean one every time.

You could try solving the gnome-keyring error message (install the 32 bit version), though I doubt that's the problem.
Thanks for your quick reply.
Will try again when i get home.

Kind regards,
7F.
Locked