Hey there,
iam using Arch Linux amd64 and version 1.5-28 of wine.
I was trying to install vcrun2010 but it didnt worked, so I looked around a bit on the Net and found out that msxml3 needs to be installed to make vcrun2010 installation working.
But if I try to install msxml3 there always is an error which iam experiencing in both environments, x86 and amd64 (tried both wine versions).
I have a screenshot showing the consoles output as it fails to install msxml3.
I looked on the Net but couldnt find any viable information about this.
http://www.directupload.net/file/d/3623 ... 99_png.htm
Any help is appreciated!
Thanks in advance!
Problems installing vcrun2010 and msxml3
Re: Problems installing vcrun2010 and msxml3
That version is over a year old and no longer supported. Upgrade to the latest development release, and use winetricks to install vcrun2010.vlast wrote: iam using Arch Linux amd64 and version 1.5-28 of wine.
Re: Problems installing vcrun2010 and msxml3
Okay, i tried it with the latest version of wine and still the same error.
Anyone has any suggestions?
Thanks!
Anyone has any suggestions?
Thanks!
Re: Problems installing vcrun2010 and msxml3
What is the exact version? If it's not 1.7.19, it's not the latest.
When you retested, was it a clean, 32 bit wineprefix, and did you use the latest version of winetricks? You need to do all those things.
When you retested, was it a clean, 32 bit wineprefix, and did you use the latest version of winetricks? You need to do all those things.
Re: Problems installing vcrun2010 and msxml3
Actually I think it was wine 1.7.17.
I will update to the latest version, when I am at home.
I got another system with the same setup of OS, wine version and winetricks version and msxml and vcrun2010 installed with no problems, so I didnt thought of any problems regarding the wine version.
For the rest: it was a clean 32 bit Prefix with nothing else installed.
I will update to the latest version, when I am at home.
I got another system with the same setup of OS, wine version and winetricks version and msxml and vcrun2010 installed with no problems, so I didnt thought of any problems regarding the wine version.
For the rest: it was a clean 32 bit Prefix with nothing else installed.
Re: Problems installing vcrun2010 and msxml3
Did you delete the wineprefix from the failed attempt at installing and create a fresh one? If not, it wasn't clean.vlast wrote: For the rest: it was a clean 32 bit Prefix with nothing else installed.
Also, winetricks should handle all workarounds needed to install vcrun2010, so you shouldn't need to install msxml3 separately.
Re: Problems installing vcrun2010 and msxml3
It's archlinux-related bug. In arch repo wine version is compiled using gcc 4.9 so this bug: https://bugs.winehq.org/show_bug.cgi?id=36139 applies. To fix it you have to copile wine yourself with older version of gcc, which you also have to compile yourself from AUR.