<?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[Instant Close on Non-existent component]]></title><description><![CDATA[<p dir="auto">If you try to get a non-existent component in an external script's namespace HISE will close instantly and the project can't be reopened (HISE will repeatedly close when attempting to open the preset) until the error in the file is corrected.</p>
<p dir="auto">For example, put this in an external file and include it in your project, and call ```test.initcb()`` in you init callback. Assuming you don't have a control called "test" HISE will close instantly.</p>
<pre><code>/** External Script File test */

namespace test
{
    inline function initcb()
    {
        Content.getComponent("test");
    }
}
</code></pre>
]]></description><link>https://forum.hise.audio/topic/830/instant-close-on-non-existent-component</link><generator>RSS for Node</generator><lastBuildDate>Sat, 18 Jul 2026 05:53:50 GMT</lastBuildDate><atom:link href="https://forum.hise.audio/topic/830.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 07 Aug 2018 23:42:26 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Instant Close on Non-existent component on Thu, 09 Aug 2018 08:44:17 GMT]]></title><description><![CDATA[<p dir="auto">Fixed in the develop branch</p>
]]></description><link>https://forum.hise.audio/post/5339</link><guid isPermaLink="true">https://forum.hise.audio/post/5339</guid><dc:creator><![CDATA[David Healey]]></dc:creator><pubDate>Thu, 09 Aug 2018 08:44:17 GMT</pubDate></item></channel></rss>