1Jan

Qt Platform Plugin Windows Install

Qt Platform Plugin Windows Install 8,4/10 6100 reviews

Oct 9, 2013 - Thread: Cound not find or load qt platform plugin windows. What I did is totally start over the Qt installation, 2 times: Once with. Talladega This application failed to start because it could not find or load Qt platform plugin 'windows' in '. I understand the 'qwindows.dll' file usually goes in the 'app.exe/platforms' folder but in PySide2 cases I'm not sure where to locate those files for Qt to find them.

Hmm, I am pretty sure all dll files are in the zip. I am able to run 32-bit exe just fine on 32-bit win7 (clean win installation in VM, no previous software). Are you sure you unpacked all files when running exe, and you are not running from explorer 'zip' folder (it opens zip files as folders)? Can you try running cmd.exe then setting path to platforms folder to QT_QPA_PLATFORM_PLUGIN_PATH variable like this: set QT_QPA_PLATFORM_PLUGIN_PATH=c: path to rclone-browser-1.2-a1156a0-win32 platforms and then execute RcloneBrowser.exe like this (in same window): c: path to rclone-browser-1.2-a1156a0-win32 RcloneBrowser.exe Does it run like this? Another thing to try is DebugView: • download & run it • open cmd.exe and execute: set QT_DEBUG_PLUGINS=1 C: path to RcloneBrowser.exe • Go to debug View and save log, and paste it here.

Maybe you can show screenshot of folder structure you are running exe from? Hi, it same, i did as you described, could this problem related with my version of windows which is Vista? Here debug log [7520] QFactoryLoader::QFactoryLoader() checking directory path 'C:/rclone-browser/platforms'. [7520] QFactoryLoader::QFactoryLoader() checking directory path 'C:/rclone-browser'. [7520] QFactoryLoader::QFactoryLoader() checking directory path 'C:/rclone-browser/platforms/platforms'.

Installer

[7520] QFactoryLoader::QFactoryLoader() checking directory path 'C:/rclone-browser/platforms'. [7520] This application failed to start because it could not find or load the Qt platform plugin 'windows' [7520] in 'c: rclone-browser platforms'. [7520] [7520] Reinstalling the application may fix this problem. [7520] Error - [7520] RtlWerpReportException failed with status code:. Will try to launch the process directly [7520].

When trying to install the PySide2 wheel onto another workstation than the one we used to compile PySide2 we get the following error message: This application failed to start because it could not find or load Qt platform plugin 'windows' in '. I understand the 'qwindows.dll' file usually goes in the 'app.exe/platforms' folder but in PySide2 cases I'm not sure where to locate those files for Qt to find them. My only fix so far is to point the 'QT_QPA_PLATFORM_PLUGIN_PATH' env to the 'qwindows.dll' folder. Is there a way to avoid the issue, is this a bug?