dotnet20 problem

Questions about Wine on Linux
Locked
seav
Newbie
Newbie
Posts: 1
Joined: Wed Jan 16, 2013 6:54 am

dotnet20 problem

Post by seav »

Code: Select all

seav@seav-eME730G:~$ winetricks dotnet20
Executing w_do_call dotnet20
Executing load_dotnet20
Executing w_do_call remove_mono
Executing load_remove_mono
fixme:storage:create_storagefile Storage share mode not implemented.
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
------------------------------------------------------
Obchodzenie błędu w wine 30845 -- Using native fusion while installing...
------------------------------------------------------
Executing env WINEDLLOVERRIDES=mscoree,fusion=n wine dotnetfx.exe
fixme:advapi:DecryptFileA "C:\\users\\seav\\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: nie można otworzyć pliku obiektu dzielonego: Nie ma takiego pliku ani katalogu
fixme:heap:HeapSetInformation 0x2c4000 0 0x23fce0 4
fixme:heap:HeapSetInformation 0x54c000 0 0x23ee20 4
fixme:advapi:LsaOpenPolicy ((null),0x23ed50,0x00000001,0x23eda8) stub
fixme:advapi:LsaClose (0xcafe) stub
fixme:ntdll:NtFlushInstructionCache 0xffffffffffffffff 0x280fe0 22
fixme:ntdll:NtFlushInstructionCache 0xffffffffffffffff 0x280fe0 22
fixme:ntdll:NtFlushInstructionCache 0xffffffffffffffff 0x280fc0 22
fixme:ntdll:NtFlushInstructionCache 0xffffffffffffffff 0x280fc0 22
fixme:ntdll:NtFlushInstructionCache 0xffffffffffffffff 0x280fa0 22
fixme:ntdll:NtFlushInstructionCache 0xffffffffffffffff 0x280fa0 22
fixme:ntdll:NtFlushInstructionCache 0xffffffffffffffff 0x280f80 22
fixme:ntdll:NtFlushInstructionCache 0xffffffffffffffff 0x280f60 22
fixme:ntdll:NtFlushInstructionCache 0xffffffffffffffff 0x280f60 22
fixme:ntdll:NtFlushInstructionCache 0xffffffffffffffff 0x280f40 22
fixme:ntdll:NtFlushInstructionCache 0xffffffffffffffff 0x280f40 22
fixme:ntdll:NtFlushInstructionCache 0xffffffffffffffff 0x280f20 22
fixme:storage:create_storagefile Storage share mode not implemented.
fixme:ntdll:NtFlushInstructionCache 0xffffffffffffffff 0x280f00 22
fixme:ntdll:NtFlushInstructionCache 0xffffffffffffffff 0x280f00 22
fixme:heap:HeapSetInformation 0x95dc000 0 0x75d100 4
err:msi:ITERATE_Actions Execution halted, action L"CA_Check64OS.3643236F_FC70_11D3_A536_0090278A1BB8" returned 1603
------------------------------------------------------
Note: command 'env WINEDLLOVERRIDES=mscoree,fusion=n wine dotnetfx.exe' returned status 67.  Aborting.
How can I install dotnet20 with this problem ?
User avatar
dimesio
Moderator
Moderator
Posts: 13207
Joined: Tue Mar 25, 2008 10:30 pm

Re: dotnet20 problem

Post by dimesio »

Make sure you have the latest versions of Wine and of winetricks and install to a clean wineprefix. If the problem persists, report it to http://winetricks.org.
Locked