Problems installing vcrun2010 and msxml3

Questions about Wine on Linux
Locked
vlast
Newbie
Newbie
Posts: 3
Joined: Thu May 15, 2014 9:50 am

Problems installing vcrun2010 and msxml3

Post by vlast »

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!
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Problems installing vcrun2010 and msxml3

Post by dimesio »

vlast wrote: iam using Arch Linux amd64 and version 1.5-28 of wine.
That version is over a year old and no longer supported. Upgrade to the latest development release, and use winetricks to install vcrun2010.
vlast
Newbie
Newbie
Posts: 3
Joined: Thu May 15, 2014 9:50 am

Re: Problems installing vcrun2010 and msxml3

Post by vlast »

Okay, i tried it with the latest version of wine and still the same error.
Anyone has any suggestions?

Thanks!
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Problems installing vcrun2010 and msxml3

Post by dimesio »

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.
vlast
Newbie
Newbie
Posts: 3
Joined: Thu May 15, 2014 9:50 am

Re: Problems installing vcrun2010 and msxml3

Post by vlast »

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.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Problems installing vcrun2010 and msxml3

Post by dimesio »

vlast wrote: For the rest: it was a clean 32 bit Prefix with nothing else installed.
Did you delete the wineprefix from the failed attempt at installing and create a fresh one? If not, it wasn't clean.

Also, winetricks should handle all workarounds needed to install vcrun2010, so you shouldn't need to install msxml3 separately.
Eithrial
Level 2
Level 2
Posts: 10
Joined: Wed May 14, 2014 2:26 pm

Re: Problems installing vcrun2010 and msxml3

Post by Eithrial »

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.
Locked