Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ucrtbase.dll not found when running application #112

Closed
kernelwernel opened this issue Jul 25, 2024 · 0 comments
Closed

ucrtbase.dll not found when running application #112

kernelwernel opened this issue Jul 25, 2024 · 0 comments

Comments

@kernelwernel
Copy link
Owner

kernelwernel commented Jul 25, 2024

This isn't necessarily an issue with the binary itself, but with the Windows system that doesn't have the file for whatever reason.

error:

The code execution cannot proceed because ucrtbase.dll was not found. Reinstalling the program may fix this problem.

FIX:

step 1: download the dll from here: https://www.dll-files.com/ucrtbase.dll.html
step 2: add the dll to the same file location as the vmaware.exe binary

if you're running a debug binary and the error is referring to ucrtbased.dll and not ucrtbase.dll, follow the same steps except the dll to download should be this instead:
https://www.dll-files.com/ucrtbased.dll.html

@kernelwernel kernelwernel pinned this issue Jul 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant