Cannot install dotnet20, msxml3

Questions about Wine on Linux
Locked
mostrom
Newbie
Newbie
Posts: 1
Joined: Sun May 04, 2014 1:10 pm

Cannot install dotnet20, msxml3

Post by mostrom »

Hi! I came here, because I can't install any MS lib on my fresh Arch Linux (64 bit) installation. I did some succesfull installation year ago ~

dotnet20 log

Code: Select all

[mostrom@localhost ~]$ 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 30845, so not applying workaround
Executing wine dotnetfx.exe
fixme:advapi:DecryptFileA ("C:\\users\\mostrom\\Temp\\IXP000.TMP\\", 00000000): stub
err:module:load_builtin_dll failed to load .so lib for builtin L"winemp3.acm": libmpg123.so.0: nie można otworzyć pliku obiektu dzielonego: Nie ma takiego pliku ani katalogu
err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
fixme:advapi:LsaOpenPolicy ((null),0x33f2d8,0x00000001,0x33f2c4) stub
fixme:advapi:LsaClose (0xcafe) stub
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
err:msidb:get_tablecolumns column 1 out of range
err:msidb:get_tablecolumns column 2 out of range
------------------------------------------------------
Note: command 'wine dotnetfx.exe' returned status 84.  Aborting.
------------------------------------------------------
msxml3 log:

Code: Select all

[mostrom@localhost ~]$ winetricks msxml3
Executing w_do_call msxml3
Executing load_msxml3
rm: nie można usunąć „/home/mostrom/.wine/dosdevices/c:/windows/system32/msxml3.dll”: Nie ma takiego pliku ani katalogu
Using native override for following DLLs: msxml3
Executing winetricks_early_wine regedit C:\windows\Temp\_msxml3\override-dll.reg
Executing wine msiexec /i msxml3.msi
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
err:msidb:get_tablecolumns column 1 out of range
err:msidb:get_tablecolumns column 2 out of range
fixme:storage:create_storagefile Storage share mode not implemented.
err:msidb:get_tablecolumns column 1 out of range
err:msidb:get_tablecolumns column 2 out of range
err:msidb:get_tablecolumns column 1 out of range
err:msidb:get_tablecolumns column 2 out of range
err:msidb:get_tablecolumns column 1 out of range
err:msidb:get_tablecolumns column 2 out of range
err:msidb:get_tablecolumns column 3 out of range
err:msidb:get_tablecolumns column 1 out of range
err:msidb:get_tablecolumns column 2 out of range
err:msidb:get_tablecolumns column 3 out of range
err:msidb:get_tablecolumns column 1 out of range
err:msidb:get_tablecolumns column 2 out of range
err:msidb:get_tablecolumns column 3 out of range
err:msidb:get_tablecolumns column 1 out of range
err:msidb:get_tablecolumns column 2 out of range
err:msidb:get_tablecolumns column 3 out of range
------------------------------------------------------
Note: command 'wine msiexec /i msxml3.msi' returned status 79.  Aborting.
------------------------------------------------------
I tryed with 64 bit, and 32 bit wineprefix, it just doesn't work.
Installer loading some files, and after load it says something like "Cannot open installer application. Contact with application vendor".

I couldn't find solution for these errors. Did Wine recently glitched windows installer? Thanks in advance
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Cannot install dotnet20, msxml3

Post by dimesio »

Code: Select all

err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
You need to fix that.
Soulcage
Level 3
Level 3
Posts: 67
Joined: Tue Jun 16, 2009 4:02 am

Re: Cannot install dotnet20, msxml3

Post by Soulcage »

err:module:load_builtin_dll failed to load .so lib for builtin L"winemp3.acm": libmpg123.so.0: nie można otworzyć pliku obiektu dzielonego: Nie ma takiego pliku ani katalogu

Looks like you also need to install lib32-mpg123 mpg123
Locked