Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
5.15.8
-
Windows 10 Pro 21H1
Description
Customer reported that Qt 5.15 has this issue, but Qt 5.9 is fine.
This issue does not occur with Qt apps that don't use Qt WebEngine.
Steps to reproduce
- Build the WebEngine Widgets Video Player Example (https://doc.qt.io/qt-5/qtwebengine-webenginewidgets-videoplayer-example.html )
- Use windeployqt to deploy videoplayer.exe to C:\Users\Public\VideoPlayer\
- Use Windows Explorer to navigate to C:\Users\Public\VideoPlayer\ and double-click videoplayer.exe
- Use Windows Explorer to navigate to \\[HOSTNAME]\Users\Public\VideoPlayer\ and double-click videoplayer.exe
Results
- Step #3 works and the video plays. This shows that the app has been deployed correctly.
- Step #4 fails with an error dialog, "The code execution cannot proceed because Qt5Core.dll was not found." (see attached screenshot) This shows that there is a problem with loading the binaries from a network path.
Attachments
Issue Links
- duplicates
-
QTBUG-84632 When starting a webengine based example from a network share then it will fail to start the QtWebEngineProcess.exe
- Closed
- relates to
-
QTBUG-85873 QtWebEngineProcess.exe cannot find dlls when it is located on a network drive
- Closed