Issue with starting SpecialK32.dll Module

So i’ve been trying to get the services to start, the SpecialK64.dll Module will start but the 32 bit version wont, giving me the error message
There was a problem starting …/SpecialK32.dll
The specified module could not be found.
Anyone know a fix to this?

Usually, this is because you’re missing the Visual C++ 2019 redistributables.

Grab the 32-bit and 64-bit versions

https://aka.ms/vs/16/release/vc_redist.x86.exe
https://aka.ms/vs/16/release/vc_redist.x64.exe

That fixed it!, Thank you so much, I’ve been trying to troubleshoot it myself but never thought about Visual C++ and the fact I never downloaded the x86 version.