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