<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Can't find or load the QT platform plugin “windows” in ObjectARX Forum</title>
    <link>https://forums.autodesk.com/t5/objectarx-forum/can-t-find-or-load-the-qt-platform-plugin-windows/m-p/8539362#M10338</link>
    <description>&lt;P&gt;Just had the same issue with 3ds Max 2018, probably associated with the Civil 3d plugin but I'm not sure. Currently following the only info I can find on this and re-installing 3ds MAx.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 22 Jan 2019 05:36:46 GMT</pubDate>
    <dc:creator>cmurdo2003</dc:creator>
    <dc:date>2019-01-22T05:36:46Z</dc:date>
    <item>
      <title>Can't find or load the QT platform plugin “windows”</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/can-t-find-or-load-the-qt-platform-plugin-windows/m-p/6060662#M10336</link>
      <description>&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I&amp;nbsp;tried to make an installer for my plugin, which is created for AutoCAD 2016 using QT 5.3.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;-- It work perfectly on the development computer, but when I tried to install it somewhere else it give me the following message:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;~~&lt;STRONG&gt;This application failed to start because it could not find or load the Qt platform plugin "windows".&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;-- I have already installed the QT plateforms as follows:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ./contents/&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; myPlugin.arx&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; icudt53.dll&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; icuin53.dll&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; icuuc53.dll&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; libEGL.dll&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Qt5Core.dll&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Qt5Gui.dll&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Qt5Nework.dll&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Qt5Quick.dll&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Qt5Widgets.dll&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;platforms/qwindows.dll&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;-- I also define the runtime paths in the file (PackageContents.xml)&amp;nbsp;as below:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;&lt;BR /&gt;&amp;lt;ApplicationPackage SchemaVersion="1.0" AutodeskProduct="AutoCAD" Name="StartupCommandTest" Description="Sample showing usage of StartupCommand parameter" AppVersion="1.0.0" ProductType="Application" AppNameSpace="appstore.exchange.autodesk.com" Author="xxxxxx"&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;CompanyDetails Name="XXXXXX" Url="&lt;A href="http://www.xxxxx.com&amp;quot;" target="_blank"&gt;www.xxxxx.com"&lt;/A&gt; Email="xxx@xxxx.com" /&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;Components&amp;gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;RuntimeRequirements &lt;STRONG&gt;SupportPath="./Contents/; ./Contents/platforms/"&lt;/STRONG&gt; OS="Win64" Platform="AutoCAD*" SeriesMin="R19.0" SeriesMax="R29.0" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ComponentEntry AppName="MyPlugin.arx" ModuleName="./Contents/myPlugin.arx"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/ComponentEntry&amp;gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;lt;/Components&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Components Description="CUI"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;RuntimeRequirements SupportPath="./Contents/Resources/" OS="Win64" Platform="AutoCAD*" SeriesMin="R19.1" SeriesMax="R29.1" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ComponentEntry AppName="myPlugin.cuix" Version="1.1.0" ModuleName="./Contents/myPlugin.cuix"/&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;/Components&amp;gt;&lt;BR /&gt;&amp;lt;/ApplicationPackage&amp;gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;BR /&gt;--&amp;nbsp; can anyone help? Thank you in advance.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Sun, 28 Feb 2016 23:20:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/can-t-find-or-load-the-qt-platform-plugin-windows/m-p/6060662#M10336</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-28T23:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: Can't find or load the QT platform plugin “windows”</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/can-t-find-or-load-the-qt-platform-plugin-windows/m-p/6063563#M10337</link>
      <description>Can you install Process Monitor to determine what is missing? That should help you identify where the system is looking for those DLLs&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://technet.microsoft.com/en-us/sysinternals/processmonitor.aspx" target="_blank"&gt;https://technet.microsoft.com/en-us/sysinternals/processmonitor.aspx&lt;/A&gt;</description>
      <pubDate>Tue, 01 Mar 2016 13:15:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/can-t-find-or-load-the-qt-platform-plugin-windows/m-p/6063563#M10337</guid>
      <dc:creator>augusto.goncalves</dc:creator>
      <dc:date>2016-03-01T13:15:42Z</dc:date>
    </item>
    <item>
      <title>Re: Can't find or load the QT platform plugin “windows”</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/can-t-find-or-load-the-qt-platform-plugin-windows/m-p/8539362#M10338</link>
      <description>&lt;P&gt;Just had the same issue with 3ds Max 2018, probably associated with the Civil 3d plugin but I'm not sure. Currently following the only info I can find on this and re-installing 3ds MAx.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jan 2019 05:36:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/can-t-find-or-load-the-qt-platform-plugin-windows/m-p/8539362#M10338</guid>
      <dc:creator>cmurdo2003</dc:creator>
      <dc:date>2019-01-22T05:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: Can't find or load the QT platform plugin “windows”</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/can-t-find-or-load-the-qt-platform-plugin-windows/m-p/8782891#M10339</link>
      <description>&lt;P&gt;Having this problem with revit 2019.&lt;/P&gt;
&lt;P&gt;The problem is that it is recurring, and the temp. fix is reinstalling.&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2019 10:11:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/can-t-find-or-load-the-qt-platform-plugin-windows/m-p/8782891#M10339</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-10T10:11:04Z</dc:date>
    </item>
    <item>
      <title>Re: Can't find or load the QT platform plugin “windows”</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/can-t-find-or-load-the-qt-platform-plugin-windows/m-p/8880617#M10340</link>
      <description>&lt;P&gt;I installed the QT library on my Windows 10 pc and rebooted, and was then able to download parts from&amp;nbsp;autodesk-fusion.partcommunity.com/3d-cad-models/ into Fusion 360.&lt;/P&gt;</description>
      <pubDate>Sat, 29 Jun 2019 07:03:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/can-t-find-or-load-the-qt-platform-plugin-windows/m-p/8880617#M10340</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-29T07:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: Can't find or load the QT platform plugin “windows”</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/can-t-find-or-load-the-qt-platform-plugin-windows/m-p/8940434#M10341</link>
      <description>&lt;P&gt;Please provide the qt library link, I have the same error&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2019 10:54:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/can-t-find-or-load-the-qt-platform-plugin-windows/m-p/8940434#M10341</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-31T10:54:06Z</dc:date>
    </item>
    <item>
      <title>Re: Can't find or load the QT platform plugin “windows”</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/can-t-find-or-load-the-qt-platform-plugin-windows/m-p/8940617#M10342</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Go to&amp;nbsp;&lt;A href="https://www.qt.io/download" target="_blank"&gt;https://www.qt.io/download&lt;/A&gt; and scroll down to the open source download.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Good luck&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2019 12:14:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/can-t-find-or-load-the-qt-platform-plugin-windows/m-p/8940617#M10342</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-31T12:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: Can't find or load the QT platform plugin “windows”</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/can-t-find-or-load-the-qt-platform-plugin-windows/m-p/8940741#M10343</link>
      <description>&lt;P&gt;What to choose from the checkboxes?&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2019 12:57:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/can-t-find-or-load-the-qt-platform-plugin-windows/m-p/8940741#M10343</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-31T12:57:39Z</dc:date>
    </item>
  </channel>
</rss>

