pal1000 / mesa-dist-win

Pre-built Mesa3D drivers for Windows
MIT License
859 stars 77 forks source link

App Crash: Faulting module name: ucrtbase.dll #162

Open NickSebClark opened 7 months ago

NickSebClark commented 7 months ago

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

pal1000 commented 7 months ago

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.

pal1000 commented 7 months ago

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.

NickSebClark commented 7 months ago

So to confirm we think the MinGW build is just broken and we have to wait for it to be fixed?

pal1000 commented 7 months ago

Yes and I think it will stay broken until this passes review and gets merged.