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

win: Update windows SDK version to 10.0.26100.1742 (M132) #3814

Open
magreenblatt opened this issue Oct 23, 2024 · 1 comment
Open

win: Update windows SDK version to 10.0.26100.1742 (M132) #3814

magreenblatt opened this issue Oct 23, 2024 · 1 comment
Labels
Build Related to building CEF/Chromium task Task to be performed windows Windows platform

Comments

@magreenblatt
Copy link
Collaborator

magreenblatt commented Oct 23, 2024

Chromium is updating to the 10.0.26100.1742 SDK version around the M131 branch point. CEF is targeting this update for M132 unless something related breaks on the M131 release branch. From the commit message:

The new SDK version saw d3dcompiler_47.dll change from statically
linking the UCRT (Universal C Runtime) to dynamically linking. This
caused breakages on older Windows versions which don't necessarily
have the up-to-date DLLs. As a result, the packaged toolchain
contains an old version of d3dcompiler_47.dll, from SDK version 10.0.22612.3233.

From the associated email message:

For anyone using an older version of Windows (1909 or earlier), note that we experienced failures during testing with dawn failing to load d3dcompiler_47.dll on x64 systems. This is because the DLL has begun dynamically linking the universal C Runtime (UCRT), and older versions of windows have older versions of the UCRT as well. To compensate, our packaged toolchain uses the DLL from SDK 22621 instead. For non-Googlers, if you encounter these failures, you can either update your UCRT, or use the 22621 version of the DLL as well. If anyone encounters similar failures on a non-x64 system, please let me know.

@magreenblatt magreenblatt added task Task to be performed Build Related to building CEF/Chromium windows Windows platform labels Oct 23, 2024
@magreenblatt
Copy link
Collaborator Author

CEF will continue to distribute the 22621 SDK version of d3dcompiler_47.dll to work around the above issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Build Related to building CEF/Chromium task Task to be performed windows Windows platform
Projects
None yet
Development

No branches or pull requests

1 participant