..:: PCSX2 Forums ::..

Full Version: Can't install PCSX2, c++ redistributable install stuck on "processing windows 81 x64"
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
Hey guys!

I've recently taken interest in older PS2 games and found some that I've wanted to try for myself. The problem is, I'm unable to successfully complete the installation for PCSX2, as when it starts installing the C++ redistributable 2015, the latter gets stuck at the end, where it says "processing windows 81 x64".

[attachment=69052]

I've been looking for ways to solve this problem for two days now, and have tried every single resource I could get my hands on, from StackOverflow to the official Microsoft forums, but nothing seems to work. I've even tried to factory reset my pc, but even that didn't cut it. To my understanding, it has something to do with some update (when I kill the windows update standalone installer while the install is stuck, it gets completed, but I still get the message that some DLLs are missing when I try to open PCSX2).

If anyone could help me out, I would greatly appreciate it.
try the AIO VC++ redist there : http://1drv.ms/1oVTfju
(05-23-2019, 05:35 PM)jesalvein Wrote: [ -> ]try the AIO VC++ redist there : http://1drv.ms/1oVTfju

I did, and the installation went smoothly without a hitch (mainly because it didn't start that c++ redistributable install) but it still gives the missing DLL error when I launch PCSX2

[attachment=69053]

just to be sure, the file I'm supposed to download is the "Visual C++ Redist Installer V56", right?
Is windows up to date?
(05-23-2019, 06:00 PM)jesalvein Wrote: [ -> ]Is windows up to date?

I've been running the update search for a while and nothing has popped up yet, so I guess I am? No notifications to tell to update either.
(05-23-2019, 06:08 PM)jesalvein Wrote: [ -> ]https://forums.pcsx2.net/Thread-Sticky-F...ws-7-8-Fix

I downloaded that KB2999226 update but when I execute it, it just says searching for windows update on this computer without really doing anything. Should I just leave it for some more time?

[attachment=69054]
Yes, just leave it there for a while. It's painstakingly slow, but does the job done. I'm not aware of installing updates other than the Windows Update client itself.
Things to check:

Programs and Features: If the VC++ redist is there, then it installed properly.

The Windows Update situation people are mentioning: If you're ever manually installing Windows Update patches with wusa, I strongly recommend you stop and start the Windows Update service before doing so. This kicks Windows Update in the pants and makes it care more about your patch than whatever it was doing before. Here's a series of commands you can plug into Command Prompt, though you do have to run Command Prompt as administrator to use them.


Code:
sc stop wuauserv
sc start wuauserv
wusa.exe <flags> <msu file>

DirectX: Another consideration for this case would be the DirectX runtimes. I don't have the direct link handy, but I know some people know where it is and might be able to piggy back off of me and provide a link. But you need the DirectX 9 runtime as well.
(05-23-2019, 05:56 PM)ENasim Wrote: [ -> ]I did, and the installation went smoothly without a hitch (mainly because it didn't start that c++ redistributable install) but it still gives the missing DLL error when I launch PCSX2



just to be sure, the file I'm supposed to download is the "Visual C++ Redist Installer V56", right?

delete all ini in the pcsx2 folder
re-run pcsx2 and it asked you the 1st time configuration
select language as "system default"
Pages: 1 2 3