Running vc_redist.x86.exe yields an error

Questions about Wine on Linux
Locked
CabooseDog
Newbie
Newbie
Posts: 1
Joined: Tue Mar 01, 2016 11:00 am

Running vc_redist.x86.exe yields an error

Post by CabooseDog »

Hello,

I am trying to run a game called Path of Exile on ubuntu (version 14.04 LTS). It recently got patched and requires some executable called "VC_redist.x86.exe". I downloaded it from the microsoft website, but whenever I attempt to run it through Wine I get the following output error:

CabooseDog@alanine:~/Downloads$ wine vcredist_x86.exe
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:ntdll:NtQueryInformationToken QueryInformationToken( ..., TokenElevation, ...) semi-stub
err:ole:CoInitializeEx Attempt to change threading model of this apartment from multi-threaded to apartment threaded
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:ntdll:NtQueryInformationToken QueryInformationToken( ..., TokenElevation, ...) semi-stub
err:ole:CoInitializeEx Attempt to change threading model of this apartment from multi-threaded to apartment threaded
fixme:advapi:DecryptFileW (L"C:\\users\\mazin\\Temp\\{f65db027-aff3-4070-886a-0d87064aabb1}\\", 00000000): stub

My wine --version shows 1.6.2, but I ran the commands required to update it to version 1.9. I have seen suggestions to run the command "bash winetricks vcrun2010" in order to install Microsoft Visual Studio. That worked but didn't solve the problem.

If anyone has any idea or needs any more information, please let me know. Also, if anyone has a solution, please provide detailed instructions, I don't have much experience with Wine :( .
(First post, sorry if I broke any forum rules)

CabooseDog
User avatar
dimesio
Moderator
Moderator
Posts: 13373
Joined: Tue Mar 25, 2008 10:30 pm

Re: Running vc_redist.x86.exe yields an error

Post by dimesio »

If wine --version still shows 1.6.2, then something went wrong with your attempt to update.

Are you using the WineHQ package? If not, install that. https://wiki.winehq.org/Ubuntu
Locked