Feb 28, 2019 - c: dev ros2>ros2 run plainwidget plainwidget This application failed to start because it could not find or load the Qt platform plugin 'windows' in.

This application failed to start because it could not find or load Qt platform plugin 'windows' in '. Reinstalling the application may fix this problem. Get this message when I start up AutoCAD 2017 and 2018. Have used repair and reinstall.

Have uninstalled using the uninstall tool from Autodesk and then done a fresh install. Nothing helps.

I can run.as a trial but as soon as I want to register it chrashes. Have installed all Windows and Autodesk updates as of yesterday. Chrash report have been sent to Autodesk.

Urgent help needeed PS. I am able to run Revit.

As the title suggests, I am having issues deploying an application built with Qt 5.3. The install procedure that worked with 5.1 does not work anymore. I followed 'this': guide which led me here. I literally have the entirety of my Qt distribution in the deployment directory on my test machine (free of any Qt installations). This means I have all dlls from./bin, everything from plugins, and everything from qml. The deployment folder screenshot can be found 'here'.

Additional details: I'm using Qt 5.3 with MS VS2013 x64 with OpenGL all running on Win 7 x64 on my dev machine. The deployment machine is also Win 7 x64. Don't worry I wrote another 'blog post'::-) So, a small bare-bones works fine, but your real app does not. Try turn on plugin loading trace: (quoting my post): in the Projects mode page, at the bottom, add the environment variable QT_DEBUG_PLUGINS by clicking Details in Build Environment. Set the value to 1. Then Run your project again, and look in Application Output window, you’ll see lines like “QFactoryLoader::QFactoryLoader() checking.” Also, are you doing any voodoo before QApplication app(argc, argv); in main.cpp?

Plugin

Cv formasi yukle azerbaycan dilinde. QT_DEBUG_PLUGINS=1, yeah I also seen that it's not working on the command line (only in QtCreator, which is kind of pointless. Been meaning to check why, if I find why I'll update my blog post). LibEGL.dll, correct, not needed. Anyway, the tool that could help 'ListDLLs': Launch it from cmd line and add your.exe file name as argument (you only a few of the first chars). Then install it on the deployment machine as well, and run it while your app hangs on that error box ('could not find or load the Qt platform plugin').

Now compare them. EDIT: also 'Dependency Walker': is a good tool, install on both machines, do File Open your.exe, then Profile, Start Profiling.