Details
-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
6.5.5
-
112efa88b (dev), b282e4b03 (6.8), d087c3d95 (6.7), 16d58bbce (6.5)
Description
Running Dependecies on Qt6WebEngineCored.dll, the copy from Qt6.5.5 shows a new dependency on "msvcp140d_atomic_wait.dll".
This dependency does not exist for the copy from 6.5.4 installation.
A user who uses MSVC 2019 + 14.27 CRT version claims that the library does not exist. So that his WebEngine app built with 6.5.5 does not start (the same app built with 6.5.4 works since there is no such dependence yet). The speculation is that CRT newer than certain version may be needed here. I've checked with 14.29 and 14.3x (essentially MSVC 2022), and library is there. Maybe 14.27 is not enough.
Similar to what is reported here:
https://bugreports.qt.io/browse/QTBUG-124379
Maybe we do need to document requirements in finer details, i.e. not just MSVC version but also CRT version.
Attachments
Issue Links
- relates to
-
QTBUG-124379 Qt6Gui.dll needs msvc 2022 librairies with official release
-
- Reported
-