Quantcast
Channel: Qt DevNet forums: Installation and Deployment
Viewing all articles
Browse latest Browse all 2113

Crash launching my app on 32 bit Windows 7

$
0
0
Hi all, I have built my app for Windows 32 bit and it runs fine on my Windows 7 64 bit machine. But when I deploy it on my Windows 7 32 bit virtual machine, it crashes on launch. The error window is: I have profiled it with Dependency Walker, and here are the results: The crash comes just after “GetVolumePathNamesForVolumeNameW”, called from “QT5CORE.DLL”, but I don’t know if that is related with the crash. The same application (same folder generated with windeployqt) run on my Win7 64 bit machine works fine. I am using the Qt Version: Desktop Qt 5.4 MSVC2013 OpenGL 32 bit. Any ideas? Maybe windeployqt forgot to copy some dlls to the deploy folder? Thanks, Robert.

Viewing all articles
Browse latest Browse all 2113

Trending Articles