-
-
Notifications
You must be signed in to change notification settings - Fork 82
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
App Crash: Faulting module name: ucrtbase.dll #162
Comments
Please try 23.2.1 and 23.3.0-rc3 MSVC builds. 23.1 branch is EOL so it will never be fixed. If you still have problems you need to collect a call stack. Debug symbols are in MSVC debug info package.
This is odd. I need to run some tests to see if I can reproduce this error. |
I was able to reproduce and after testing most MinGW builds between 23.1.2 and 23..2.1 I think this is a different way of how #156 manifests. |
So to confirm we think the MinGW build is just broken and we have to wait for it to be fixed? |
Yes and I think it will stay broken until this passes review and gets merged. |
Hi
I've installed 23.1.9 using the system wide deploy tool on Windows Server 2022.
When I try to run my app it immediately crashes.
Event viewer shows:
Faulting module name: ucrtbase.dll, version: 10.0.20348.1, time stamp: 0xdacb234c
Exception code: 0xc0000409
Any ideas?
Other attempts:
MinGW version 23.2.1 per-app-deployment
This results in zlib1.dll not found.
I've tried llvmpipe and softpipe
The text was updated successfully, but these errors were encountered: