Hello
The error message 0x000012f that you’re seeing is a “Bad Image” error, which typically means that a program’s executable or one of its supporting modules is corrupted.
One potential solution to this issue is to re-register the DLL file specified in the error message, in this case fwpucInt.dll, using the Microsoft Register Server (Regsvr32) command-line tool. Here’s how you can do this:
Press the Windows key + R to open the Run dialog box.
Type cmd and press Ctrl + Shift + Enter to open an elevated Command Prompt.
In the Command Prompt, type regsvr32 fwpucInt.dll and press Enter.
If re-registering the DLL file doesn’t resolve the issue, you might also try running a System File Checker (SFC) scan to check for and repair any corrupted system files. Here’s how you can do this:
Press the Windows key + R to open the Run dialog box.
Type cmd and press Ctrl + Shift + Enter to open an elevated Command Prompt.
In the Command Prompt, type sfc /scannow and press Enter.