<?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 qmlscene.exe Crashes When Running Map in ArcGIS AppStudio Questions</title>
    <link>https://community.esri.com/t5/arcgis-appstudio-questions/qmlscene-exe-crashes-when-running-map/m-p/819460#M1850</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to enable debugging for AppStudio. I followed the routine explained in &lt;A href="https://doc.arcgis.com/en/appstudio/extend-apps/debuggingjavascript.htm"&gt;this article&lt;/A&gt;. I managed to set and hit breakpoints in some places when working with Text boxes, Portal etc. (I can acess Portal component, this means that ArcGIS runtime loaded into the app)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But as soon as a component containing map pops up, qmlscene process crashes. I end up with the same problem for any sample application which contains a map.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My system Info:&lt;/P&gt;&lt;P&gt;Windows 10 x64, VS 2013, WDK 10.0.10586, qt-opensource-windows-x86-msvc2013_64-5.5.1, AppStudio for ArcGIS 1.0.17&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody help me? Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Jan 2016 11:08:57 GMT</pubDate>
    <dc:creator>EduardLepner1</dc:creator>
    <dc:date>2016-01-04T11:08:57Z</dc:date>
    <item>
      <title>qmlscene.exe Crashes When Running Map</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/qmlscene-exe-crashes-when-running-map/m-p/819460#M1850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to enable debugging for AppStudio. I followed the routine explained in &lt;A href="https://doc.arcgis.com/en/appstudio/extend-apps/debuggingjavascript.htm"&gt;this article&lt;/A&gt;. I managed to set and hit breakpoints in some places when working with Text boxes, Portal etc. (I can acess Portal component, this means that ArcGIS runtime loaded into the app)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But as soon as a component containing map pops up, qmlscene process crashes. I end up with the same problem for any sample application which contains a map.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My system Info:&lt;/P&gt;&lt;P&gt;Windows 10 x64, VS 2013, WDK 10.0.10586, qt-opensource-windows-x86-msvc2013_64-5.5.1, AppStudio for ArcGIS 1.0.17&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody help me? Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jan 2016 11:08:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/qmlscene-exe-crashes-when-running-map/m-p/819460#M1850</guid>
      <dc:creator>EduardLepner1</dc:creator>
      <dc:date>2016-01-04T11:08:57Z</dc:date>
    </item>
    <item>
      <title>Re: qmlscene.exe Crashes When Running Map</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/qmlscene-exe-crashes-when-running-map/m-p/819461#M1851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eduard&lt;/P&gt;&lt;P&gt;The help page you refer to is currently being updated - but in the meantime - here is the info you need. Specifically, I expect its step 7 that you are after.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Install AppStudio.&lt;/LI&gt;&lt;LI&gt;Install Visual Studio 2013.&lt;/LI&gt;&lt;LI&gt;Install Microsoft WinDbg.&lt;/LI&gt;&lt;LI&gt;Install Qt SDK for Windows.&lt;/LI&gt;&lt;LI&gt;Run the script &lt;SPAN class="usertext"&gt;C:\Users\&amp;lt;username&amp;gt;\Applications\ArcGIS\AppStudio\sdk\ideintegration\post-install.bat&lt;/SPAN&gt;. This script detects the latest Qt version installed at the default path &lt;SPAN class="usertext"&gt;C:\Qt\Qt5.x.x&lt;/SPAN&gt;. If Qt is installed in a different location on your machine, modify the value of &lt;SPAN class="usertext"&gt;WIN64DIR&lt;/SPAN&gt; in the script to point to the directory where Qt SDK is installed.&lt;/LI&gt;&lt;LI&gt;Open Qt Creator from the Qt SDK install. For example, if you have Qt 5.5.1 installed, the path would be &lt;SPAN class="usertext"&gt;C:\Qt\Qt5.5.1\Tools\QtCreator\bin\qtcreator.exe&lt;/SPAN&gt;. Open one of your AppStudio apps by selecting the &lt;SPAN class="usertext"&gt;app.qmlproject&lt;/SPAN&gt; file. By default, apps are located in &lt;SPAN class="usertext"&gt;C:\Users\&amp;lt;username&amp;gt;\ArcGIS\AppStudio\Apps&lt;/SPAN&gt;.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Browse to &lt;SPAN class="uicontrol"&gt;Project&lt;/SPAN&gt; &amp;gt; &lt;SPAN class="uicontrol"&gt;Run&lt;/SPAN&gt; and in the section titled &lt;SPAN class="uicontrol"&gt;Run Environment&lt;/SPAN&gt;, choose to &lt;SPAN class="uicontrol"&gt;Add&lt;/SPAN&gt; a new environment variable called &lt;SPAN class="usertext"&gt;QT_OPENGL&lt;/SPAN&gt; with the value &lt;SPAN class="usertext"&gt;angle&lt;/SPAN&gt;.&lt;/STRONG&gt;&lt;H5 class="icon-notebook"&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt;&lt;/H5&gt;&lt;DIV class="note-content"&gt;&lt;STRONG&gt; This step must be repeated every time a new app is opened. Alternatively you can choose to save this as a system environment variable, eliminating the need to set it in Qt Creator.&lt;/STRONG&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;Choose &lt;SPAN class="uicontrol"&gt;Run&lt;/SPAN&gt; to launch the app in QML Scene.&lt;/LI&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 03:01:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/qmlscene-exe-crashes-when-running-map/m-p/819461#M1851</guid>
      <dc:creator>MarikaVertzonis</dc:creator>
      <dc:date>2016-01-05T03:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: qmlscene.exe Crashes When Running Map</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/qmlscene-exe-crashes-when-running-map/m-p/819462#M1852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. Marika, your solution works!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 07:18:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/qmlscene-exe-crashes-when-running-map/m-p/819462#M1852</guid>
      <dc:creator>EduardLepner1</dc:creator>
      <dc:date>2016-01-05T07:18:52Z</dc:date>
    </item>
    <item>
      <title>Re: qmlscene.exe Crashes When Running Map</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/qmlscene-exe-crashes-when-running-map/m-p/819463#M1853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello again!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I'm able to run the app in debug mode and see the map, however when the app hits a breakpoint in the scene with map (e.g. map click) it crashes anyway.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 08:33:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/qmlscene-exe-crashes-when-running-map/m-p/819463#M1853</guid>
      <dc:creator>EduardLepner1</dc:creator>
      <dc:date>2016-01-05T08:33:41Z</dc:date>
    </item>
  </channel>
</rss>

