mesa-dist-win
mesa-dist-win copied to clipboard
App Crash: Faulting module name: ucrtbase.dll
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
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?
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.
Other attempts:
MinGW version 23.2.1 per-app-deployment This results in zlib1.dll not found. I've tried llvmpipe and softpipe
This is odd. I need to run some tests to see if I can reproduce this error.
Other attempts: MinGW version 23.2.1 per-app-deployment This results in zlib1.dll not found. I've tried llvmpipe and softpipe
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.