<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[[SOLVED] Could not find or load qt plugin windows]]></title><description><![CDATA[<p dir="auto">After having enough in searching &amp; reading peoples questions that had the same problem as i have and trying allot of solutions that doesn't seems to help, I'm posting my question.</p>
<p dir="auto">I want to run my project- qt application, it ran well when i built it on qt4.8.1 32bit and 5.1.1 64bit. now i want to run it on qt5.3.0 32 bit. i installed qt open source with the following configuration:<br />
qt 5.3.0 msvc2010_opengl 32bit.</p>
<p dir="auto">Since my projects is using qt solutions- qt single application and qt service, i downloaded the packeges, built it in the new environment and placed them in qt/qt5.3.0/5.3/bin and qt/qt5.3.0/5.3/lib.</p>
<p dir="auto">(I mention this last detail because a simpler qt project that doesn't use these dlls- service and single application runs well in my environment).</p>
<p dir="auto">Well, when I run my application from qt it doesn't run. When i run the exe file from the release folder i get the following error:</p>
<p dir="auto">This application failed to start because it could not find or load the qt platform plugin "windows". reinstalling the application may fix this problem.</p>
<p dir="auto">I tried all creative ideas:</p>
<p dir="auto">note: I see that  automatically the build arainged the release folder with the folowing struck:<br />
plugin folder with all plugins in it<br />
platform folder with the hole list of platforms:  qwindows.dll, qminimal.dll...<br />
and also put straightly  the dlls: qwindows.dll, qwindowsd.dll<br />
libEGL.dll<br />
libEGLd.dll<br />
qt.conf with the data:<br />
[Paths]<br />
Plugins=C:...\build-____-Desktop_Qt_5_3_0_MSVC2010_OpenGL_32bit-Release\release\plugins</p>
<p dir="auto">I used the dependency walker that told me that the IEShims.dll is missind, so I brought it to the release folder from: C:\Program Files (x86)\Internet Explorer.</p>
<p dir="auto">now the dependency walker tells me:<br />
Warning: At least one module has an unresolved import due to a missing export function in a delay-load dependent module.<br />
I see that the Qt5core.dll-&gt;link checksum member in the dependency is marked with red, and also I see it takes it from:<br />
C:\Qt\Qt5.3.0\Tools\QtCreator\bin<br />
so I bring to the release folder the Qt5Core.dll from:<br />
C:\Qt\Qt5.3.0\5.3\msvc2010_opengl\bin. then I get the following message:<br />
the procedure entry point<br />
?bytearrayToDouble@QLocalePrivate@@SANPBDPA_N1@Z could not be located in the dynamic link library c:/Qt/Qt5.3.0/Tools/QtCreator/bin/Qt5Gui.dll<br />
so maybe its wrong to do so.</p>
<p dir="auto"><strong>what else can i do???</strong></p>
]]></description><link>https://forum.qt.io/topic/42242/solved-could-not-find-or-load-qt-plugin-windows</link><generator>RSS for Node</generator><lastBuildDate>Sat, 25 Apr 2026 05:02:12 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/42242.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 05 Jun 2014 12:32:28 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [SOLVED] Could not find or load qt plugin windows on Sun, 08 Jun 2014 11:03:58 GMT]]></title><description><![CDATA[<p dir="auto">Thank you very much! I debugged with qDebug() calls and found that there was a problem with the code. When I fix it the application ran. (This is in addition to the wrong environment variable I had)</p>
]]></description><link>https://forum.qt.io/post/231301</link><guid isPermaLink="true">https://forum.qt.io/post/231301</guid><dc:creator><![CDATA[samsam]]></dc:creator><pubDate>Sun, 08 Jun 2014 11:03:58 GMT</pubDate></item><item><title><![CDATA[Reply to [SOLVED] Could not find or load qt plugin windows on Sun, 08 Jun 2014 07:15:00 GMT]]></title><description><![CDATA[<p dir="auto">Hi, try to launch your app from a CMD window, in case there are some error messages, they're easier to see that way. Try insert qDebug() calls in your code, for example in your main.cpp to see if your app reaches that point before it dies.</p>
]]></description><link>https://forum.qt.io/post/231295</link><guid isPermaLink="true">https://forum.qt.io/post/231295</guid><dc:creator><![CDATA[hskoglund]]></dc:creator><pubDate>Sun, 08 Jun 2014 07:15:00 GMT</pubDate></item><item><title><![CDATA[Reply to [SOLVED] Could not find or load qt plugin windows on Sun, 08 Jun 2014 07:07:14 GMT]]></title><description><![CDATA[<p dir="auto">Ok. The path variable had  the folder C:\Qt\Qt5.3.0\Tools\QtCreator\bin in it. I removed it.<br />
Now it looks like the exe file has all dlls it needs: windows, singleapplication, qt service, Qt core, Qt widgets, Qt gui...</p>
<p dir="auto">And it looks like it takes everything from the correct folder: C:\Qt\Qt5.3.0\5.3\msvc2010_opengl\bin</p>
<p dir="auto">when i try to run the exe file nothing happens.<br />
in the dependency walker Qt5core.dll-&gt;link checksum member is still marked with red, and now it takes it from: C:\Qt\Qt5.3.0\5.3\msvc2010_opengl\bin\Qt5Core.dll.</p>
<p dir="auto">the dependency only shows the warning: At least one module has an unresolved import due to a missing export function in a delay-load dependent module.</p>
<p dir="auto">But the application does nothing when trying to run it; doesn't show any error and doesn't work.</p>
<p dir="auto">does some have any idea what to do?</p>
]]></description><link>https://forum.qt.io/post/231294</link><guid isPermaLink="true">https://forum.qt.io/post/231294</guid><dc:creator><![CDATA[samsam]]></dc:creator><pubDate>Sun, 08 Jun 2014 07:07:14 GMT</pubDate></item><item><title><![CDATA[Reply to [SOLVED] Could not find or load qt plugin windows on Fri, 06 Jun 2014 04:04:16 GMT]]></title><description><![CDATA[<p dir="auto">[quote]I want to run my project- qt application, it ran well when i built it on qt4.8.1 32bit and 5.1.1 64bit.[/quote]Can you please describe how you run your applications with Qt 4.8.1 and Qt 5.1.1?</p>
<p dir="auto">[quote]I see that the Qt5core.dll-&gt;link checksum member in the dependency is marked with red, and also I see it takes it from:<br />
C:\Qt\Qt5.3.0\Tools\QtCreator\bin [/quote]That's wrong. The files in C:\Qt\Qt5.3.0\Tools\QtCreator\bin are for Qt Creator only. They should not be used in your own projects.</p>
<p dir="auto">Can you think of why it's taking from C:\Qt\Qt5.3.0\Tools\QtCreator\bin ? If that folder is in your PATH, remove it from the PATH.</p>
<p dir="auto">[quote]I get the following message:<br />
the procedure entry point<br />
?bytearrayToDouble@QLocalePrivate@@SANPBDPA_N1@Z could not be located in the dynamic link library c:/Qt/Qt5.3.0/Tools/QtCreator/bin/Qt5Gui.dll[/quote]This message usually means the application is trying to load the wrong version of the DLL.</p>
]]></description><link>https://forum.qt.io/post/231130</link><guid isPermaLink="true">https://forum.qt.io/post/231130</guid><dc:creator><![CDATA[JKSH]]></dc:creator><pubDate>Fri, 06 Jun 2014 04:04:16 GMT</pubDate></item><item><title><![CDATA[Reply to [SOLVED] Could not find or load qt plugin windows on Thu, 05 Jun 2014 16:41:28 GMT]]></title><description><![CDATA[<p dir="auto">Hi, first, as you've seen, there is a hazard when mixing DLLs from QtCreator's bin directory and DLLs from msvc2010_opengl\bin (most likely because QtCreator 3.1.1 is built with Qt 5.2.1 and your app is built with Qt 5.3).</p>
<p dir="auto">You could try debugging the plugin loading process: open a CMD window and:<br />
SET QT_DEBUG_PLUGINS=1</p>
<p dir="auto">Then download "DbgView":<a href="http://technet.microsoft.com/en-us/sysinternals/bb896647.aspx" target="_blank" rel="noopener noreferrer nofollow ugc">http://technet.microsoft.com/en-us/sysinternals/bb896647.aspx</a> and start it.</p>
<p dir="auto">Then launch your app from the CMD window, in DbgView you should see output like "QFactoryLoader::QFactoryLoader() checking….”</p>
<p dir="auto">Hopefully this will help.</p>
]]></description><link>https://forum.qt.io/post/231083</link><guid isPermaLink="true">https://forum.qt.io/post/231083</guid><dc:creator><![CDATA[hskoglund]]></dc:creator><pubDate>Thu, 05 Jun 2014 16:41:28 GMT</pubDate></item></channel></rss>