[SOLVED] My pc's ucrtbase.dll somehow broke

Oct 5, 2020
1
0
10
Apparently my pc somehow lost ucrtbase.dll and i cannot access steam and many other things that i commonly use currently im trying too scan the pc after i found a post on the error that happened before my pc crashed Volume C: (\Device\HarddiskVolume2) requires an Online Scan. An Online Scan will automatically run as part of the next scheduled maintenance task. Alternatively you may run "CHKDSK /SCAN" locally via the command line, or run "REPAIR-VOLUME <drive:> -SCAN" locally or remotely via PowerShell. please help i dont know how too fix this
 
Solution
The URCTBASE.DLL is the dynamic link library file associated with Microsoft Visual C++ redistributable package.

Please try these steps:

1. Try to repair all the Visual C++ files in control panel - program and features

2. Try to run Microsoft Visual Studio to repair all the C++ DLL files

3. Restart Machine
https://community.adobe.com/t5/prem...help-cant-launch-premiere/td-p/9569992?page=1

have you tried this:
right click start button
choose powershell (admin)
type SFC /scannow and press enter
once its completed, copy/paste this command into same window:

Repair-WindowsImage -Online -RestoreHealth
and press enter


SFC fixes system files, second...
The URCTBASE.DLL is the dynamic link library file associated with Microsoft Visual C++ redistributable package.

Please try these steps:

1. Try to repair all the Visual C++ files in control panel - program and features

2. Try to run Microsoft Visual Studio to repair all the C++ DLL files

3. Restart Machine
https://community.adobe.com/t5/prem...help-cant-launch-premiere/td-p/9569992?page=1

have you tried this:
right click start button
choose powershell (admin)
type SFC /scannow and press enter
once its completed, copy/paste this command into same window:

Repair-WindowsImage -Online -RestoreHealth
and press enter


SFC fixes system files, second command cleans image files, re run SFC if it failed to fix all files and restart PC
 
Solution

TRENDING THREADS