<?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[Cyclone library stopped suddenly loading (PD Vanilla&#x2F;Windows 10)]]></title><description><![CDATA[<p>Hi!</p>
<p>Could anyone tell me how to get the cyclone library working again on PD Vanilla/Windows 10? I've been using the Vanilla version happily with cyclone working for months now - yet suddenly today the cyclone library stopped loading. When I first started with Vanilla, I installed the library simply through 'find externals' and it was up and running, but now it keeps saying that &quot;no writeable directory found&quot;. I mean...what on earth could have happened between last night and now?</p>
<p>Thanks for any help! I've searched through previous posts here on the same topic but none of the solutions seems very clear to me (I'm not too versed with the technical side of PD yet).</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10857/cyclone-library-stopped-suddenly-loading-pd-vanilla-windows-10</link><generator>RSS for Node</generator><lastBuildDate>Thu, 16 Jul 2026 23:54:21 GMT</lastBuildDate><atom:link href="http://forum.pdpatchrepo.info/topic/10857.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 06 Jul 2017 17:49:35 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Cyclone library stopped suddenly loading (PD Vanilla&#x2F;Windows 10) on Thu, 06 Jul 2017 17:49:35 GMT]]></title><description><![CDATA[<p>Hi!</p>
<p>Could anyone tell me how to get the cyclone library working again on PD Vanilla/Windows 10? I've been using the Vanilla version happily with cyclone working for months now - yet suddenly today the cyclone library stopped loading. When I first started with Vanilla, I installed the library simply through 'find externals' and it was up and running, but now it keeps saying that &quot;no writeable directory found&quot;. I mean...what on earth could have happened between last night and now?</p>
<p>Thanks for any help! I've searched through previous posts here on the same topic but none of the solutions seems very clear to me (I'm not too versed with the technical side of PD yet).</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10857/cyclone-library-stopped-suddenly-loading-pd-vanilla-windows-10</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10857/cyclone-library-stopped-suddenly-loading-pd-vanilla-windows-10</guid><dc:creator><![CDATA[ilpoj]]></dc:creator><pubDate>Thu, 06 Jul 2017 17:49:35 GMT</pubDate></item><item><title><![CDATA[Reply to Cyclone library stopped suddenly loading (PD Vanilla&#x2F;Windows 10) on Thu, 06 Jul 2017 18:34:00 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/ilpoj">@ilpoj</a> It seems likely that either you have deleted a folder that Pd expects to be able to write to, or permissions to write have been changed, maybe by an update?<br />
David.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10857/cyclone-library-stopped-suddenly-loading-pd-vanilla-windows-10/2</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10857/cyclone-library-stopped-suddenly-loading-pd-vanilla-windows-10/2</guid><dc:creator><![CDATA[whale-av]]></dc:creator><pubDate>Thu, 06 Jul 2017 18:34:00 GMT</pubDate></item><item><title><![CDATA[Reply to Cyclone library stopped suddenly loading (PD Vanilla&#x2F;Windows 10) on Thu, 06 Jul 2017 19:14:30 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/whale-av">@whale-av</a> Hi, thanks David, but no I haven't deleted any folders since my last successful PD session last night, and I still have my administrator rights re other programs. I've also tried using things like [declare] to import the library manually but no success. I'm rather perplexed by this, I've been using the extended version for years without any problems (though running on XP)...I suspect the issue is with the current Windows, not PD.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10857/cyclone-library-stopped-suddenly-loading-pd-vanilla-windows-10/3</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10857/cyclone-library-stopped-suddenly-loading-pd-vanilla-windows-10/3</guid><dc:creator><![CDATA[ilpoj]]></dc:creator><pubDate>Thu, 06 Jul 2017 19:14:30 GMT</pubDate></item><item><title><![CDATA[Reply to Cyclone library stopped suddenly loading (PD Vanilla&#x2F;Windows 10) on Thu, 06 Jul 2017 20:46:19 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/ilpoj">@ilpoj</a> Yes, I was not explicit enough....... any Windows updates over-night?  Someone metioned the same message, and said they had solved the problem, but unfortunately not how!........<a href="https://forum.pdpatchrepo.info/topic/10815/having-problem-in-downloadig-comport" rel="nofollow">https://forum.pdpatchrepo.info/topic/10815/having-problem-in-downloadig-comport</a><br />
The only file that will send that message is &quot;pd_deken.tcl&quot;</p>
<p>It seems that it installs automatically, or asks the user for a directory if the preferred is not found....... but you are not trying to install......<br />
Or are you trying to re-install.  Usually the files are written to the directory as read only.  If you have a corruption in the Cyclone library and you are trying to overwrite it with Deken it will likely fail with that message...... so you might need to delete the files or change the attributes before re-installing.</p>
<p>David.</p>
<pre><code>    if { &quot;$installdir&quot; == &quot;&quot; } {
        ## search the default paths
        set installdir [ ::deken::get_writable_dir $::sys_staticpath ]
    }
    if { &quot;$installdir&quot; == &quot;&quot; } {
        ## ask the user (and remember the decision)
        ::deken::prompt_installdir
        set installdir [ ::deken::get_writable_dir [list $::deken::installpath ] ]
    }
    if { &quot;$installdir&quot; == &quot;&quot; } {
        #::deken::clearpost
        ::deken::post &quot;No writeable directory found in:&quot; warn
        foreach p $::sys_staticpath { ::deken::post &quot;\t- $p&quot; warn }
        ::deken::post &quot;Cannot download/install libraries!&quot; warn
        return
    }```</code></pre>
]]></description><link>http://forum.pdpatchrepo.info/topic/10857/cyclone-library-stopped-suddenly-loading-pd-vanilla-windows-10/4</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10857/cyclone-library-stopped-suddenly-loading-pd-vanilla-windows-10/4</guid><dc:creator><![CDATA[whale-av]]></dc:creator><pubDate>Thu, 06 Jul 2017 20:46:19 GMT</pubDate></item><item><title><![CDATA[Reply to Cyclone library stopped suddenly loading (PD Vanilla&#x2F;Windows 10) on Thu, 06 Jul 2017 21:01:36 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/whale-av">@whale-av</a> Yes there was a Windows update actually. I just wonder how that could have caused this...</p>
<p>Yes I tried to reinstall just to see if that could fix the problem. I deleted the library now and changed the attributes, yet the same error message appears when trying to reinstall.</p>
<p>The only way I can get the library loaded is by having it installed in the same folder as my current project, then manually specifying the path in the preferences each time I open pd (I can't understand why it can't save these startup settings, would make life easier). When the library was inside the pd extras folder, if I first opened any patch there, then all my own subsequent patches would load the library normally. But certainly not the practical way to go.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10857/cyclone-library-stopped-suddenly-loading-pd-vanilla-windows-10/5</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10857/cyclone-library-stopped-suddenly-loading-pd-vanilla-windows-10/5</guid><dc:creator><![CDATA[ilpoj]]></dc:creator><pubDate>Thu, 06 Jul 2017 21:01:36 GMT</pubDate></item><item><title><![CDATA[Reply to Cyclone library stopped suddenly loading (PD Vanilla&#x2F;Windows 10) on Thu, 06 Jul 2017 21:27:51 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/ilpoj">@ilpoj</a> Ah....... your startup settings should be permanent....... so another problem, or maybe the same one?  I have many different versions of Vanilla just sitting in folders on my desktop, and when I save startup preferences in one they magically pop up in the others.  The only way to change them for only one &quot;Pd&quot; is to add flags to shortcuts, or use batch files.<br />
The opposite problem to yours.<br />
I have just started a search by contents to try to find the file and it's location, but I am using Windows7. I bought a bunch of licenses when windows 10 was revealed.<br />
It will take a few hours.<br />
David.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10857/cyclone-library-stopped-suddenly-loading-pd-vanilla-windows-10/6</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10857/cyclone-library-stopped-suddenly-loading-pd-vanilla-windows-10/6</guid><dc:creator><![CDATA[whale-av]]></dc:creator><pubDate>Thu, 06 Jul 2017 21:27:51 GMT</pubDate></item><item><title><![CDATA[Reply to Cyclone library stopped suddenly loading (PD Vanilla&#x2F;Windows 10) on Thu, 06 Jul 2017 22:46:22 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/whale-av">@whale-av</a> Thanks, David!</p>
<p>Great to hear that the startup settings should be permanent. My Vanilla has always been like this, and I recall some previous versions of extended didn't actually save those, that's why I thought it was the norm. (well curiously, now it does remember my audio settings, before I had to select my external audio card each time... I try not to get 'paranoid' but it's behaving in mysterious ways today indeed).</p>
<p>I thought about installing the pd again, but I read someone had already tried that without any success. Let's see...</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10857/cyclone-library-stopped-suddenly-loading-pd-vanilla-windows-10/7</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10857/cyclone-library-stopped-suddenly-loading-pd-vanilla-windows-10/7</guid><dc:creator><![CDATA[ilpoj]]></dc:creator><pubDate>Thu, 06 Jul 2017 22:46:22 GMT</pubDate></item><item><title><![CDATA[Reply to Cyclone library stopped suddenly loading (PD Vanilla&#x2F;Windows 10) on Thu, 06 Jul 2017 23:49:07 GMT]]></title><description><![CDATA[<p>not on windows myself, but from reading the forum, i think pd windows stores this kind of information (install dir) in the registry. reinstalling pd would be my first guess to solve this, but it's just a guess...</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10857/cyclone-library-stopped-suddenly-loading-pd-vanilla-windows-10/8</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10857/cyclone-library-stopped-suddenly-loading-pd-vanilla-windows-10/8</guid><dc:creator><![CDATA[ingox]]></dc:creator><pubDate>Thu, 06 Jul 2017 23:49:07 GMT</pubDate></item><item><title><![CDATA[Reply to Cyclone library stopped suddenly loading (PD Vanilla&#x2F;Windows 10) on Fri, 07 Jul 2017 02:15:21 GMT]]></title><description><![CDATA[<p>I've had multiple problems with Vanilla garbling the startup settings on Windows. It's been reported to the devs before, but the problem is difficult to reproduce and so hasn't been taken up yet.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10857/cyclone-library-stopped-suddenly-loading-pd-vanilla-windows-10/9</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10857/cyclone-library-stopped-suddenly-loading-pd-vanilla-windows-10/9</guid><dc:creator><![CDATA[LiamG]]></dc:creator><pubDate>Fri, 07 Jul 2017 02:15:21 GMT</pubDate></item><item><title><![CDATA[Reply to Cyclone library stopped suddenly loading (PD Vanilla&#x2F;Windows 10) on Fri, 07 Jul 2017 10:53:47 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/liamg">@LiamG</a> <a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/ilpoj">@ilpoj</a><br />
As I suspected, the startup preferences are stored in the registry.<br />
It is likely that windows 10, pursuing the same lockdown techniques as OSX, is not allowing Pd to write to the registry.  Google might get you further than this forum.<br />
Everything..... paths, startup options, libraries to be loaded, audio and midi options are stored there.<br />
If you cannot load libraries, or save your settings then that is because you cannot write to the registry.... it's part of the same problem.<br />
I can post my settings that you could paste into your registry (and then modify) if you wish.... obviously at your own risk!........ but first.....</p>
<p>You can right-click the folders in the registry and change permissions.... which should be a zero risk.<br />
<img class="emoji emoji-extended" src="http://forum.pdpatchrepo.info/plugins/nodebb-plugin-emoji-extended/images/exclamation.png" title="!!!" alt="!!!" /> Open Regedit and find the key folders listed below and check their permissions.....<br />
You might need to open regedit with admin permissions.<br />
You could also try opening Pd with admin permissions and trying to install cyclone and set paths, but I think it is wish85.exe that accesses the registry.</p>
<p>Vanilla and Extended preferences are stored separately in the following locations (Windows 7)....</p>
<p>HKEY_CLASSES_ROOT\VirtualStore\MACHINE\SOFTWARE\Wow6432Node\Pd<br />
HKEY_CLASSES_ROOT\VirtualStore\MACHINE\SOFTWARE\Wow6432Node\Pd-extended<br />
HKEY_CURRENT_USER\Software\Classes\VirtualStore\MACHINE\SOFTWARE\Wow6432Node\Pd<br />
HKEY_CURRENT_USER\Software\Classes\VirtualStore\MACHINE\SOFTWARE\Wow6432Node\Pd-extended</p>
<p>This one twice...... probably last known good, and?<br />
HKEY_USERS...&quot;long string&quot; ... Software\Classes\VirtualStore\MACHINE\SOFTWARE\Wow6432Node\Pd(and Pd-extended)<br />
The &quot;long string&quot; will be different to mine on your machine.</p>
<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/liamg">@LiamG</a> The garbled paths can be corrected and saved again....... which usually solves the problem.<br />
That seems to be particular to Vanilla.<br />
David.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10857/cyclone-library-stopped-suddenly-loading-pd-vanilla-windows-10/10</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10857/cyclone-library-stopped-suddenly-loading-pd-vanilla-windows-10/10</guid><dc:creator><![CDATA[whale-av]]></dc:creator><pubDate>Fri, 07 Jul 2017 10:53:47 GMT</pubDate></item><item><title><![CDATA[Reply to Cyclone library stopped suddenly loading (PD Vanilla&#x2F;Windows 10) on Fri, 07 Jul 2017 17:55:20 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/whale-av">@whale-av</a> Thanks for looking these up! I went through all of them and I have full control of everything.</p>
<p>I removed the pd and installed it again, and this time it let me install the cyclone library (through 'find externals') into the pd/extra folder as I did the first time. But the problem still persists: it doesn't load the library, and it doesn't remember the startup settings... and I've checked that I have a full control of all pd folders, both as local user and administrator.</p>
<p>Btw. when you specify a library to be loaded in the preferences &gt; startup dialog, is it enough to just write the name of the library or do you have to insert the full path?</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10857/cyclone-library-stopped-suddenly-loading-pd-vanilla-windows-10/11</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10857/cyclone-library-stopped-suddenly-loading-pd-vanilla-windows-10/11</guid><dc:creator><![CDATA[ilpoj]]></dc:creator><pubDate>Fri, 07 Jul 2017 17:55:20 GMT</pubDate></item><item><title><![CDATA[Reply to Cyclone library stopped suddenly loading (PD Vanilla&#x2F;Windows 10) on Fri, 07 Jul 2017 18:14:34 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/ilpoj">@ilpoj</a> preferences &gt; startup is only for libraries, which are single files containing all the objects, like Gem and maybe zexy (depends on os).</p>
<p>cyclone is not a library file but a collection of pd objects, so to load them on startup, the path c://.../extra/cyclone has to be put in preferences &gt; path, not in startup.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10857/cyclone-library-stopped-suddenly-loading-pd-vanilla-windows-10/12</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10857/cyclone-library-stopped-suddenly-loading-pd-vanilla-windows-10/12</guid><dc:creator><![CDATA[ingox]]></dc:creator><pubDate>Fri, 07 Jul 2017 18:14:34 GMT</pubDate></item><item><title><![CDATA[Reply to Cyclone library stopped suddenly loading (PD Vanilla&#x2F;Windows 10) on Fri, 07 Jul 2017 18:20:34 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/ingox">@ingox</a> ah ok, well I've done that too but it doesn't save it. hmm...</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10857/cyclone-library-stopped-suddenly-loading-pd-vanilla-windows-10/13</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10857/cyclone-library-stopped-suddenly-loading-pd-vanilla-windows-10/13</guid><dc:creator><![CDATA[ilpoj]]></dc:creator><pubDate>Fri, 07 Jul 2017 18:20:34 GMT</pubDate></item><item><title><![CDATA[Reply to Cyclone library stopped suddenly loading (PD Vanilla&#x2F;Windows 10) on Fri, 07 Jul 2017 18:26:35 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/ilpoj">@ilpoj</a> a possible workaround could be to create a link to pd.exe, open properties and change link target &quot;pd.exe&quot; to &quot;pd.exe -path c://.../extra/cyclone&quot;. Not the solution, but might work...</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10857/cyclone-library-stopped-suddenly-loading-pd-vanilla-windows-10/14</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10857/cyclone-library-stopped-suddenly-loading-pd-vanilla-windows-10/14</guid><dc:creator><![CDATA[ingox]]></dc:creator><pubDate>Fri, 07 Jul 2017 18:26:35 GMT</pubDate></item><item><title><![CDATA[Reply to Cyclone library stopped suddenly loading (PD Vanilla&#x2F;Windows 10) on Fri, 07 Jul 2017 18:42:49 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/ilpoj">@ilpoj</a> also, if the cyclone directory is in extra/, you should be able to create objects like this: <code>[cyclone/counter]</code><br />
Does this work?</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10857/cyclone-library-stopped-suddenly-loading-pd-vanilla-windows-10/15</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10857/cyclone-library-stopped-suddenly-loading-pd-vanilla-windows-10/15</guid><dc:creator><![CDATA[ingox]]></dc:creator><pubDate>Fri, 07 Jul 2017 18:42:49 GMT</pubDate></item><item><title><![CDATA[Reply to Cyclone library stopped suddenly loading (PD Vanilla&#x2F;Windows 10) on Fri, 07 Jul 2017 18:48:55 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/ilpoj">@ilpoj</a> Full path I think unless they are in an expected path, like &quot;extra&quot;.<br />
Are the libraries listed in the registry files? And the search paths?...... there should be a key for every one of your settings.<br />
Is maybe Pd writing, but not reading for some reason?<br />
It would be great to get to the bottom of this.  Many have had problems.<br />
David.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10857/cyclone-library-stopped-suddenly-loading-pd-vanilla-windows-10/16</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10857/cyclone-library-stopped-suddenly-loading-pd-vanilla-windows-10/16</guid><dc:creator><![CDATA[whale-av]]></dc:creator><pubDate>Fri, 07 Jul 2017 18:48:55 GMT</pubDate></item><item><title><![CDATA[Reply to Cyclone library stopped suddenly loading (PD Vanilla&#x2F;Windows 10) on Fri, 07 Jul 2017 18:52:46 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/ingox">@ingox</a> Yes, this works! And if I insert the [cyclone/...] in all of the cyclone objects, they all load perfectly. Thanks! This seems to be the solution at least for now, just to get things working.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10857/cyclone-library-stopped-suddenly-loading-pd-vanilla-windows-10/17</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10857/cyclone-library-stopped-suddenly-loading-pd-vanilla-windows-10/17</guid><dc:creator><![CDATA[ilpoj]]></dc:creator><pubDate>Fri, 07 Jul 2017 18:52:46 GMT</pubDate></item><item><title><![CDATA[Reply to Cyclone library stopped suddenly loading (PD Vanilla&#x2F;Windows 10) on Fri, 07 Jul 2017 19:02:33 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/whale-av">@whale-av</a> Yes they are, in all of the registry locations. Like 'loadlib1' assigned to cyclone and 'path1' to the correct path extra/cyclone.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10857/cyclone-library-stopped-suddenly-loading-pd-vanilla-windows-10/18</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10857/cyclone-library-stopped-suddenly-loading-pd-vanilla-windows-10/18</guid><dc:creator><![CDATA[ilpoj]]></dc:creator><pubDate>Fri, 07 Jul 2017 19:02:33 GMT</pubDate></item><item><title><![CDATA[Reply to Cyclone library stopped suddenly loading (PD Vanilla&#x2F;Windows 10) on Fri, 07 Jul 2017 19:27:22 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/ilpoj">@ilpoj</a> said:</p>
<blockquote>
<p>'loadlib1' assigned to cyclone</p>
</blockquote>
<p>This seems wrong to me, just guessing. Have you deleted all entries in preferences &gt; startup? Any error messages on startup?</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10857/cyclone-library-stopped-suddenly-loading-pd-vanilla-windows-10/19</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10857/cyclone-library-stopped-suddenly-loading-pd-vanilla-windows-10/19</guid><dc:creator><![CDATA[ingox]]></dc:creator><pubDate>Fri, 07 Jul 2017 19:27:22 GMT</pubDate></item><item><title><![CDATA[Reply to Cyclone library stopped suddenly loading (PD Vanilla&#x2F;Windows 10) on Fri, 07 Jul 2017 19:48:36 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/ingox">@ingox</a> That's the thing, it doesn't show anything in preferences &gt; startup (just blank fields) even if it had saved my entries, which I have no way of knowing.</p>
<p>The only error message on startup I get is &quot;WARNING: Font family 'DejaVu Sans Mono' not found, using default (courier)&quot;.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10857/cyclone-library-stopped-suddenly-loading-pd-vanilla-windows-10/20</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10857/cyclone-library-stopped-suddenly-loading-pd-vanilla-windows-10/20</guid><dc:creator><![CDATA[ilpoj]]></dc:creator><pubDate>Fri, 07 Jul 2017 19:48:36 GMT</pubDate></item><item><title><![CDATA[Reply to Cyclone library stopped suddenly loading (PD Vanilla&#x2F;Windows 10) on Fri, 07 Jul 2017 20:02:06 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/ilpoj">@ilpoj</a> sorry forgot about that... <img class="emoji emoji-extended" src="http://forum.pdpatchrepo.info/plugins/nodebb-plugin-emoji-extended/images/wink.png" title=";)" alt=";)" /><br />
have you installed the newest version?</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10857/cyclone-library-stopped-suddenly-loading-pd-vanilla-windows-10/21</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10857/cyclone-library-stopped-suddenly-loading-pd-vanilla-windows-10/21</guid><dc:creator><![CDATA[ingox]]></dc:creator><pubDate>Fri, 07 Jul 2017 20:02:06 GMT</pubDate></item><item><title><![CDATA[Reply to Cyclone library stopped suddenly loading (PD Vanilla&#x2F;Windows 10) on Fri, 07 Jul 2017 20:11:24 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/ingox">@ingox</a> yes, the 0.47-1 one.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10857/cyclone-library-stopped-suddenly-loading-pd-vanilla-windows-10/22</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10857/cyclone-library-stopped-suddenly-loading-pd-vanilla-windows-10/22</guid><dc:creator><![CDATA[ilpoj]]></dc:creator><pubDate>Fri, 07 Jul 2017 20:11:24 GMT</pubDate></item><item><title><![CDATA[Reply to Cyclone library stopped suddenly loading (PD Vanilla&#x2F;Windows 10) on Fri, 07 Jul 2017 21:15:38 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/ilpoj">@ilpoj</a> I think the loadlib keys..... 1 2 3 etc..... are the libraries declared, at install, or by deken, or found in the &quot;extra&quot; folder.<br />
The paths should be those declared in &quot;preferences&quot;.<br />
It seems Pd is not looking in the right place at load?<br />
Unless you have the -nostdpath flag somewhere I don't understand this.<br />
Are the read permissions ok as well in the registry?</p>
<p>Would you please try starting Pd by creating a shortcut, and then adding -stdpath to the end of the shortcut path to Pd, although I wonder if the value of -stdpath has been changed from &quot;the path to -extra-&quot;.<br />
You could also try adding -path &quot;path to cyclone folder&quot; to the shortcut......<br />
David.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10857/cyclone-library-stopped-suddenly-loading-pd-vanilla-windows-10/23</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10857/cyclone-library-stopped-suddenly-loading-pd-vanilla-windows-10/23</guid><dc:creator><![CDATA[whale-av]]></dc:creator><pubDate>Fri, 07 Jul 2017 21:15:38 GMT</pubDate></item><item><title><![CDATA[Reply to Cyclone library stopped suddenly loading (PD Vanilla&#x2F;Windows 10) on Sat, 08 Jul 2017 12:03:57 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/ilpoj">@ilpoj</a> As <code>[cyclone/counter]</code> works,</p>
<pre><code>[declare -path c:/.../extra/cyclone]
[counter]
</code></pre>
<p>should also work after reopening the patch. So you wouldn't need to change all the objects.</p>
<p><em>Edit: In the help file of declare you can see that for windows paths it reads c:/something, so with a single slash, which i believe is correct, because it is consistent with what i read about how tcl handles paths. Could be worth to keep that in mind...</em></p>
<p>Another thing you could try is:</p>
<ul>
<li>open this patch: <a href="/uploads/files/1499514061148-add_path3.pd">add_path3.pd</a> and click on the bang</li>
<li>Look at Preferences &gt; Path...</li>
<li>Restart Pd</li>
<li>Look at Preferences &gt; Path... again</li>
</ul>
<p>In a working Pd installation it should have the entry 'test' in Preferences &gt; Path... in the second and the last step.</p>
<p>But i suspect it doesn't work, as it basically does the same thing as the Preferences &gt; Path... dialog. You could look in the registry if it added an entry 'test', which would mean that Pd can at least write to the registry.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10857/cyclone-library-stopped-suddenly-loading-pd-vanilla-windows-10/24</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10857/cyclone-library-stopped-suddenly-loading-pd-vanilla-windows-10/24</guid><dc:creator><![CDATA[ingox]]></dc:creator><pubDate>Sat, 08 Jul 2017 12:03:57 GMT</pubDate></item><item><title><![CDATA[Reply to Cyclone library stopped suddenly loading (PD Vanilla&#x2F;Windows 10) on Sat, 08 Jul 2017 12:40:06 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/whale-av">@whale-av</a> said:</p>
<blockquote>
<p>-stdpath</p>
</blockquote>
<p>Yes the read permissions are ok in the registry.</p>
<p>Hey, adding the -path &quot;path to cyclone folder&quot; to the shortcut did the trick! Now the objects in the cyclone folder are loading normally upon startup. Thanks so much for the advice! I just still wonder what caused the problem in the first place, and why Pd needs to be a sort of separately reminded of the externals... anyway I'm happy it works now.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10857/cyclone-library-stopped-suddenly-loading-pd-vanilla-windows-10/25</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10857/cyclone-library-stopped-suddenly-loading-pd-vanilla-windows-10/25</guid><dc:creator><![CDATA[ilpoj]]></dc:creator><pubDate>Sat, 08 Jul 2017 12:40:06 GMT</pubDate></item><item><title><![CDATA[Reply to Cyclone library stopped suddenly loading (PD Vanilla&#x2F;Windows 10) on Sat, 08 Jul 2017 12:48:16 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/ilpoj">@ilpoj</a> That's good news!<br />
Out of interest, are they working now if you open a patch by double-clicking the file? Or only if you use the shortcut to open Pd first?<br />
I.e. has it forced Pd to repair it's corruption permanently?<br />
David.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10857/cyclone-library-stopped-suddenly-loading-pd-vanilla-windows-10/26</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10857/cyclone-library-stopped-suddenly-loading-pd-vanilla-windows-10/26</guid><dc:creator><![CDATA[whale-av]]></dc:creator><pubDate>Sat, 08 Jul 2017 12:48:16 GMT</pubDate></item><item><title><![CDATA[Reply to Cyclone library stopped suddenly loading (PD Vanilla&#x2F;Windows 10) on Sat, 08 Jul 2017 13:14:36 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/ingox">@ingox</a> I've tried the [declare] but it doesn't seem to work, I just get the error message &quot;unknown declaration&quot; (and I've checked for any typos). But yes in theory it should work.</p>
<p>With add_path3 it records the entry 'test' in the second step but doesn't show up after restarting. In the registry it has added 'test' to path1 though.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10857/cyclone-library-stopped-suddenly-loading-pd-vanilla-windows-10/27</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10857/cyclone-library-stopped-suddenly-loading-pd-vanilla-windows-10/27</guid><dc:creator><![CDATA[ilpoj]]></dc:creator><pubDate>Sat, 08 Jul 2017 13:14:36 GMT</pubDate></item></channel></rss>