<?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: Unable to run deployed application in Qt Maps SDK Questions</title>
    <link>https://community.esri.com/t5/qt-maps-sdk-questions/unable-to-run-deployed-application/m-p/202176#M997</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Neil,&lt;/P&gt;&lt;P&gt;Thank you for your suggestions!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For clarification the application would start and then immediately stop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The end solution ended up being the following:&lt;/P&gt;&lt;P&gt;1. I was missing the SSL library DLL's&lt;/P&gt;&lt;P&gt;2. Adding the -core -quick -multimedia -positioning -sensors&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the suggestion about the Window Systinternals, I am going to save that for when I run into future problems,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Feb 2020 21:31:03 GMT</pubDate>
    <dc:creator>AlexAverill</dc:creator>
    <dc:date>2020-02-03T21:31:03Z</dc:date>
    <item>
      <title>Unable to run deployed application</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/unable-to-run-deployed-application/m-p/202174#M995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have been trying to test the deployment process of a QML application that is based off of the default QML project sample. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can build and run it fine in the editor,but once I go to deploy and test the application I cannot get the executable to start.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have run windeployqt, and also manually copied over the dll files from the SDK folders.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Winqtdeploy command :&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&amp;nbsp;C:\Qt\5.12.4\msvc2017_64\bin\windeployqt --release --qmldir C:\Users\USER\Documents\ArcGis_QML_ONLY_Testing\ .\ArcGis_QML_ONLY_Testing.exe&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Additionally I have tried pointing to the \qml\ directory that is generated, and still no luck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there something that I have missed?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jan 2020 17:52:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/unable-to-run-deployed-application/m-p/202174#M995</guid>
      <dc:creator>AlexAverill</dc:creator>
      <dc:date>2020-01-30T17:52:31Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to run deployed application</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/unable-to-run-deployed-application/m-p/202175#M996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alex,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you mean the application opens then immediately closes, or does it open on a blank screen?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;winqtdeploy doesn't deploy additional dependencies, so double-check that:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;* The SSL libraries (ssleay32 and libeay32) have been copied over to your destination folder.&lt;/P&gt;&lt;P&gt;* The ArcGIS libraries (runtimecore and EsriCommonQt) have been copied over to your destination folder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are trying to deploy something following the ArcGIS template structure, then maybe you need:&lt;SPAN style="font-family: andale mono, monospace;"&gt; --qmldir C:\Users\USER\Documents\ArcGis_QML_ONLY_Testing\qml&lt;/SPAN&gt; instead of &lt;SPAN style="font-family: andale mono, monospace;"&gt;--qmldir C:\Users\USER\Documents\ArcGis_QML_ONLY_Testing\&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A third thing to check is that sometimes windeployqt doesn't always pick up all the dependencies it should, you could try adding the following lines: `-core -quick -multimedia -positioning -sensors` and see if this changes anything.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it looks like a QML issue: I'd suggest downloading &lt;A href="https://docs.microsoft.com/en-us/sysinternals/"&gt;Windows Sysinternals&lt;/A&gt;, and running &lt;A href="https://docs.microsoft.com/en-us/sysinternals/downloads/debugview"&gt;DebugView. &lt;/A&gt;If you run DebugView while opening the application, check if there is any&amp;nbsp; "Missing QML package" output in the DebugView.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Feb 2020 10:41:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/unable-to-run-deployed-application/m-p/202175#M996</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2020-02-03T10:41:39Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to run deployed application</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/unable-to-run-deployed-application/m-p/202176#M997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Neil,&lt;/P&gt;&lt;P&gt;Thank you for your suggestions!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For clarification the application would start and then immediately stop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The end solution ended up being the following:&lt;/P&gt;&lt;P&gt;1. I was missing the SSL library DLL's&lt;/P&gt;&lt;P&gt;2. Adding the -core -quick -multimedia -positioning -sensors&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the suggestion about the Window Systinternals, I am going to save that for when I run into future problems,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Feb 2020 21:31:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/unable-to-run-deployed-application/m-p/202176#M997</guid>
      <dc:creator>AlexAverill</dc:creator>
      <dc:date>2020-02-03T21:31:03Z</dc:date>
    </item>
  </channel>
</rss>

