<?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 Hello Nicolas, in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Range-error-Maximum-call-stack-size-exceeded/m-p/1024917#M39749</link>
    <description>&lt;P&gt;Hello Nicolas,&lt;/P&gt;

&lt;P&gt;Few things:&lt;/P&gt;

&lt;P&gt;1. Your latest code has the debug tag&amp;nbsp;&lt;SPAN style="color: rgb(51, 51, 51); font-family: Arial, sans-serif; font-size: 14px; line-height: 20px; background-color: rgb(245, 245, 245);"&gt;&amp;lt;script src="http://debug-software.intel.com/target/target-script-min.js#75hXOGdbL3g0rC94i7zDP-k1ffvNn1BwZVd2_gsLo24"&amp;gt;&amp;lt;/script&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Pleases remove that and try to test again.&lt;/P&gt;

&lt;P&gt;2. You are using SVG files for graphics. Please note that SVG is not supported on WP8 hence there is rendering issue.&lt;/P&gt;

&lt;P&gt;3. This may not be a real issue but you may want to remove iOS Certs folder before building for WP8.&lt;/P&gt;

&lt;P&gt;Try these and let us know if it works for you.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Swati&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 04 May 2015 17:28:07 GMT</pubDate>
    <dc:creator>Swati_S_Intel1</dc:creator>
    <dc:date>2015-05-04T17:28:07Z</dc:date>
    <item>
      <title>Range error: Maximum call stack size exceeded</title>
      <link>https://community.intel.com/t5/Software-Archive/Range-error-Maximum-call-stack-size-exceeded/m-p/1024902#M39734</link>
      <description>&lt;P&gt;Hi Intel support team,&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I am receiving this error upon compiling and running natively my app on iOS and Windows Phone, however it works just fine on the Intel's emulator, web broswer and Android (crosswalk and standard). I'm clueless about its causes as debugging the application directly on an iphone and iPad presents no error. The specific error i'm receiving is:&lt;/P&gt;

&lt;P&gt;Range error: Maximum call stack size exceeded. At line 2076 of intelxdk.js&lt;/P&gt;

&lt;P&gt;I kindly ask for your support on this one as i am somewhat out of options for tracing the problem.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Best regards,&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Nicolas.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Apr 2015 20:43:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Range-error-Maximum-call-stack-size-exceeded/m-p/1024902#M39734</guid>
      <dc:creator>Nicolas_Z_</dc:creator>
      <dc:date>2015-04-14T20:43:51Z</dc:date>
    </item>
    <item>
      <title>Hello Nicolas,</title>
      <link>https://community.intel.com/t5/Software-Archive/Range-error-Maximum-call-stack-size-exceeded/m-p/1024903#M39735</link>
      <description>&lt;P&gt;Hello Nicolas,&lt;/P&gt;

&lt;P&gt;Do you see this error on app start up or sometime after using the app?&lt;/P&gt;

&lt;P&gt;What intel xdk plugins are you using?&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Swati&lt;/P&gt;</description>
      <pubDate>Tue, 14 Apr 2015 20:50:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Range-error-Maximum-call-stack-size-exceeded/m-p/1024903#M39735</guid>
      <dc:creator>Swati_S_Intel1</dc:creator>
      <dc:date>2015-04-14T20:50:06Z</dc:date>
    </item>
    <item>
      <title>Hi Swati,</title>
      <link>https://community.intel.com/t5/Software-Archive/Range-error-Maximum-call-stack-size-exceeded/m-p/1024904#M39736</link>
      <description>&lt;P&gt;Hi Swati,&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I see it on startup, the error renders the app useless as it wont load any further (it is worth noting that the message error is being trhown by an onerror handler i setted up).&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;window.onerror = function myErrorHandler(errorMsg, url, lineNumber)&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp;{&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; console.log(errorMsg);&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;alert(errorMsg + ' \n' + lineNumber + '\n ' + url);&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I am only using the inapp browser plugin.&lt;/P&gt;

&lt;P&gt;Best regards,&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Nicolas&lt;/P&gt;</description>
      <pubDate>Tue, 14 Apr 2015 20:53:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Range-error-Maximum-call-stack-size-exceeded/m-p/1024904#M39736</guid>
      <dc:creator>Nicolas_Z_</dc:creator>
      <dc:date>2015-04-14T20:53:43Z</dc:date>
    </item>
    <item>
      <title>Are you using legacy build?</title>
      <link>https://community.intel.com/t5/Software-Archive/Range-error-Maximum-call-stack-size-exceeded/m-p/1024905#M39737</link>
      <description>&lt;P&gt;Are you using legacy build?&lt;/P&gt;</description>
      <pubDate>Tue, 14 Apr 2015 21:02:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Range-error-Maximum-call-stack-size-exceeded/m-p/1024905#M39737</guid>
      <dc:creator>Swati_S_Intel1</dc:creator>
      <dc:date>2015-04-14T21:02:00Z</dc:date>
    </item>
    <item>
      <title>Yes, i am, as i am trying to</title>
      <link>https://community.intel.com/t5/Software-Archive/Range-error-Maximum-call-stack-size-exceeded/m-p/1024906#M39738</link>
      <description>&lt;P&gt;Yes, i am, as i am trying to create and adhoc version for local testing before submitting to the store. Also, it is the only way to generte WP8 apps at the moment.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Apr 2015 21:05:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Range-error-Maximum-call-stack-size-exceeded/m-p/1024906#M39738</guid>
      <dc:creator>Nicolas_Z_</dc:creator>
      <dc:date>2015-04-14T21:05:00Z</dc:date>
    </item>
    <item>
      <title>I recommend you use Cordova</title>
      <link>https://community.intel.com/t5/Software-Archive/Range-error-Maximum-call-stack-size-exceeded/m-p/1024907#M39739</link>
      <description>&lt;P&gt;I recommend you use Cordova build for iOS as legacy build is deprecated. You can build adhoc build for testing by specifying adhoc build option &amp;nbsp;on apple developer site while generating your certificate. For WP8 we can try to debug the issue, but no promises for getting it fixed. What happens if you ignore this error? Are you loading inAppBrowser upon startup? Please send your project so I can try to debug.&lt;/P&gt;

&lt;P&gt;Swati&lt;/P&gt;</description>
      <pubDate>Tue, 14 Apr 2015 21:13:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Range-error-Maximum-call-stack-size-exceeded/m-p/1024907#M39739</guid>
      <dc:creator>Swati_S_Intel1</dc:creator>
      <dc:date>2015-04-14T21:13:45Z</dc:date>
    </item>
    <item>
      <title>One thing you can try is to</title>
      <link>https://community.intel.com/t5/Software-Archive/Range-error-Maximum-call-stack-size-exceeded/m-p/1024908#M39740</link>
      <description>&lt;P&gt;One thing you can try is to remove the application from the device. &amp;nbsp;Make sure you have a good network connection and then install again. &amp;nbsp;There can be issues with the app because it might not have installed properly on the first run if the network connection is poor.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Apr 2015 18:40:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Range-error-Maximum-call-stack-size-exceeded/m-p/1024908#M39740</guid>
      <dc:creator>Ryan_F_Intel1</dc:creator>
      <dc:date>2015-04-20T18:40:36Z</dc:date>
    </item>
    <item>
      <title>Hi Ryan, i've tried doing</title>
      <link>https://community.intel.com/t5/Software-Archive/Range-error-Maximum-call-stack-size-exceeded/m-p/1024909#M39741</link>
      <description>&lt;P&gt;Hi Ryan, i've tried doing that but it makes no difference, even on a fresh install on different phone i still get the same error. Somehow a compiled version was approved on the windows phone store, and downloading it directly from them threw the same error. iOS compiled on Cordova 3 works just fine.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Apr 2015 21:04:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Range-error-Maximum-call-stack-size-exceeded/m-p/1024909#M39741</guid>
      <dc:creator>Nicolas_Z_</dc:creator>
      <dc:date>2015-04-20T21:04:00Z</dc:date>
    </item>
    <item>
      <title>The plugins you setup in the</title>
      <link>https://community.intel.com/t5/Software-Archive/Range-error-Maximum-call-stack-size-exceeded/m-p/1024910#M39742</link>
      <description>&lt;P&gt;The plugins you setup in the XDK are NOT used for the legacy builds. They are only used for Cordova builds.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2015 14:45:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Range-error-Maximum-call-stack-size-exceeded/m-p/1024910#M39742</guid>
      <dc:creator>John_H_Intel2</dc:creator>
      <dc:date>2015-04-21T14:45:47Z</dc:date>
    </item>
    <item>
      <title>I compiled the application</title>
      <link>https://community.intel.com/t5/Software-Archive/Range-error-Maximum-call-stack-size-exceeded/m-p/1024911#M39743</link>
      <description>&lt;P&gt;I compiled the application again with No plugins and i get the exact same error when tested on my devices. Even more, i thought it might be a problem with the testing environment, so i recompiled it and sent it to the Wp store, and somehow it was approved, but it is useless as i get the same error: Stack overflow at line: 40.&lt;/P&gt;

&lt;P&gt;&lt;A href="https://www.windowsphone.com/es-co/store/app/comete-alguito/7099f97e-2cf5-4b7d-bf0f-3cabee665181" target="_blank"&gt;https://www.windowsphone.com/es-co/store/app/comete-alguito/7099f97e-2cf5-4b7d-bf0f-3cabee665181&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;I already sent the project to Swati as i am really out of options on this one, i again kindly ask for your help.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2015 13:23:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Range-error-Maximum-call-stack-size-exceeded/m-p/1024911#M39743</guid>
      <dc:creator>Nicolas_Z_</dc:creator>
      <dc:date>2015-04-22T13:23:00Z</dc:date>
    </item>
    <item>
      <title>We are still looking into</title>
      <link>https://community.intel.com/t5/Software-Archive/Range-error-Maximum-call-stack-size-exceeded/m-p/1024912#M39744</link>
      <description>&lt;P&gt;We are still looking into this and will hopefully have something meaningful to share with you tomorrow :)&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2015 20:07:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Range-error-Maximum-call-stack-size-exceeded/m-p/1024912#M39744</guid>
      <dc:creator>John_H_Intel2</dc:creator>
      <dc:date>2015-04-22T20:07:44Z</dc:date>
    </item>
    <item>
      <title>In your code, you have</title>
      <link>https://community.intel.com/t5/Software-Archive/Range-error-Maximum-call-stack-size-exceeded/m-p/1024913#M39745</link>
      <description>&lt;P&gt;In your code, you have something like this:&lt;/P&gt;

&lt;P&gt;&amp;lt;script type="text/javascript" charset="utf-8" src="intelxdk.js"&amp;gt;&amp;lt;/script&amp;gt;&amp;nbsp;&lt;BR /&gt;
	&amp;lt;script type="text/javascript" charset="utf-8" src="cordova.js"&amp;gt;&amp;lt;/script&amp;gt;&lt;/P&gt;

&lt;P&gt;The intelxdk.js MUST be first. Reorder them, and reupload/build/install your app and see if that helps.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2015 17:42:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Range-error-Maximum-call-stack-size-exceeded/m-p/1024913#M39745</guid>
      <dc:creator>John_H_Intel2</dc:creator>
      <dc:date>2015-04-23T17:42:27Z</dc:date>
    </item>
    <item>
      <title>Hi John!</title>
      <link>https://community.intel.com/t5/Software-Archive/Range-error-Maximum-call-stack-size-exceeded/m-p/1024914#M39746</link>
      <description>&lt;P&gt;Hi John!&lt;/P&gt;

&lt;P&gt;That did solve the Maximum call stack size&amp;nbsp;issue!&lt;/P&gt;

&lt;P&gt;Yet, it starts loading and dies just in the first screen. No error message on console and no error display on the phone.. It doesn't even finish loading the index.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2015 18:32:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Range-error-Maximum-call-stack-size-exceeded/m-p/1024914#M39746</guid>
      <dc:creator>Nicolas_Z_</dc:creator>
      <dc:date>2015-04-23T18:32:05Z</dc:date>
    </item>
    <item>
      <title>Hi Nicolas,</title>
      <link>https://community.intel.com/t5/Software-Archive/Range-error-Maximum-call-stack-size-exceeded/m-p/1024915#M39747</link>
      <description>&lt;P&gt;Hi Nicolas,&lt;/P&gt;

&lt;P&gt;With the Maximum call stack size issue resolved I think it makes sense to try to create a very simple app without plugins and see if it works for you. Use HTML5+Cordova template to create a new project and then add the Intel XDK plugins as you need.&lt;/P&gt;

&lt;P&gt;Let me know if it still doesn't work.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Swati&lt;/P&gt;</description>
      <pubDate>Fri, 24 Apr 2015 22:14:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Range-error-Maximum-call-stack-size-exceeded/m-p/1024915#M39747</guid>
      <dc:creator>Swati_S_Intel1</dc:creator>
      <dc:date>2015-04-24T22:14:09Z</dc:date>
    </item>
    <item>
      <title>One more thing, try removing</title>
      <link>https://community.intel.com/t5/Software-Archive/Range-error-Maximum-call-stack-size-exceeded/m-p/1024916#M39748</link>
      <description>&lt;P&gt;One more thing, try removing cordova.js temporarily.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Apr 2015 22:22:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Range-error-Maximum-call-stack-size-exceeded/m-p/1024916#M39748</guid>
      <dc:creator>Swati_S_Intel1</dc:creator>
      <dc:date>2015-04-24T22:22:24Z</dc:date>
    </item>
    <item>
      <title>Hello Nicolas,</title>
      <link>https://community.intel.com/t5/Software-Archive/Range-error-Maximum-call-stack-size-exceeded/m-p/1024917#M39749</link>
      <description>&lt;P&gt;Hello Nicolas,&lt;/P&gt;

&lt;P&gt;Few things:&lt;/P&gt;

&lt;P&gt;1. Your latest code has the debug tag&amp;nbsp;&lt;SPAN style="color: rgb(51, 51, 51); font-family: Arial, sans-serif; font-size: 14px; line-height: 20px; background-color: rgb(245, 245, 245);"&gt;&amp;lt;script src="http://debug-software.intel.com/target/target-script-min.js#75hXOGdbL3g0rC94i7zDP-k1ffvNn1BwZVd2_gsLo24"&amp;gt;&amp;lt;/script&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Pleases remove that and try to test again.&lt;/P&gt;

&lt;P&gt;2. You are using SVG files for graphics. Please note that SVG is not supported on WP8 hence there is rendering issue.&lt;/P&gt;

&lt;P&gt;3. This may not be a real issue but you may want to remove iOS Certs folder before building for WP8.&lt;/P&gt;

&lt;P&gt;Try these and let us know if it works for you.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Swati&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 May 2015 17:28:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Range-error-Maximum-call-stack-size-exceeded/m-p/1024917#M39749</guid>
      <dc:creator>Swati_S_Intel1</dc:creator>
      <dc:date>2015-05-04T17:28:07Z</dc:date>
    </item>
  </channel>
</rss>

