<?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[Trying to run Gem for Pd Windows 10 64 bit]]></title><description><![CDATA[<p>Hello, I'm using Pd Vanilla on Windows 10 64-bit, and I'm having trouble installing and running externals, specifically Gem. I tried installing Gem into C:\Program Files (x86)\pd\extra, and I also tried installing it into C:\Program Files\pd-0.48-1test2-ia64\extra. Both times I created a path for the Gem folder within those &quot;extra&quot; folders under Edit &lt; Preferences &lt; Path, and I added each .dll file as a library to load on startup at Edit &lt; Preferences &lt; Startup. The result is that when I open Pd, it says that all the libraries can't be loaded, and then when I try to make a [gemwin] object in a new patch, it cannot create most of the necessary objects. What am I doing wrong? Is it because I'm running 64 bit Windows? How can I make it work?</p>
<p><img src="/uploads/files/1526726842454-helpexample2.jpg" alt="helpexample2.JPG" class="img-responsive img-markdown" /> <img src="/uploads/files/1526726842453-helpexample1.jpg" alt="helpexample1.JPG" class="img-responsive img-markdown" /></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/11390/trying-to-run-gem-for-pd-windows-10-64-bit</link><generator>RSS for Node</generator><lastBuildDate>Tue, 17 Mar 2026 15:47:07 GMT</lastBuildDate><atom:link href="http://forum.pdpatchrepo.info/topic/11390.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 19 May 2018 10:47:55 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Trying to run Gem for Pd Windows 10 64 bit on Sat, 19 May 2018 10:47:55 GMT]]></title><description><![CDATA[<p>Hello, I'm using Pd Vanilla on Windows 10 64-bit, and I'm having trouble installing and running externals, specifically Gem. I tried installing Gem into C:\Program Files (x86)\pd\extra, and I also tried installing it into C:\Program Files\pd-0.48-1test2-ia64\extra. Both times I created a path for the Gem folder within those &quot;extra&quot; folders under Edit &lt; Preferences &lt; Path, and I added each .dll file as a library to load on startup at Edit &lt; Preferences &lt; Startup. The result is that when I open Pd, it says that all the libraries can't be loaded, and then when I try to make a [gemwin] object in a new patch, it cannot create most of the necessary objects. What am I doing wrong? Is it because I'm running 64 bit Windows? How can I make it work?</p>
<p><img src="/uploads/files/1526726842454-helpexample2.jpg" alt="helpexample2.JPG" class="img-responsive img-markdown" /> <img src="/uploads/files/1526726842453-helpexample1.jpg" alt="helpexample1.JPG" class="img-responsive img-markdown" /></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/11390/trying-to-run-gem-for-pd-windows-10-64-bit</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/11390/trying-to-run-gem-for-pd-windows-10-64-bit</guid><dc:creator><![CDATA[jeffgrips]]></dc:creator><pubDate>Sat, 19 May 2018 10:47:55 GMT</pubDate></item><item><title><![CDATA[Reply to Trying to run Gem for Pd Windows 10 64 bit on Sat, 16 Jun 2018 09:06:01 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/jeffgrips">@jeffgrips</a> I have it running with vanilla in Windows7.... but it was hard...... and it's a long story....<br />
I cannot see any reason that it would not work for widows10.<br />
I have not found any other easier better solution.<br />
(((SEE below though for the fact that the -lib needs to be declared...!<br />
That could be your only problem?  But I doubt it..!!! )))</p>
<p>I used the 64-bit GEM from here (0.94-test3.zip)..... <a href="https://github.com/avilleret/Gem/releases/" rel="nofollow">https://github.com/avilleret/Gem/releases/</a></p>
<p>I unzipped it and put it in a folder (which I called &quot;dot&quot;) on my desktop.</p>
<p>Because I am using many different versions of Pure Data I left it there, and I start Pd with a shortcut that also points to the GEM folder and loads it as a library (It has to be loaded at startup as a library...... and that could be why you don't have it working.... but probably not...).<br />
This is the contents of the line &quot;target&quot; in the shortcut.......</p>
<pre><code>&quot;C:\Users\David\Desktop\Pd Vanilla\pd-0.47-1.msw\pd\bin\pd.exe&quot; -lib C:\Users\David\Desktop\dot\0.94-test3/Gem -font-size 10 -font-face &quot;Consolas&quot;
</code></pre>
<p>Be careful with forward / backward slashes.<br />
<img src="/uploads/files/1526735547838-capture.jpg" alt="Capture.JPG" class="img-responsive img-markdown" /><br />
I am pretty sure that I tipped the contents of the &quot;QT&quot; folder out into the &quot;0.94-test3 folder&quot; where gem.dll is (from within the &quot;QT&quot; folder inside &quot;0.94-test3&quot;).<br />
If you find some .dlls are missing then post back with a list, and I can upload them....... but you might not have the correct C++ redistributables from Microsoft.</p>
<p>But if you want to start Pd normally by double-clicking a patch then you will need to declare the library in Pd.. edit....preferences.... startup......<br />
If you have GEM in the extra folder you should only need to put &quot;-lib Gem&quot; where you see that I have put &quot;-noautopatch&quot;.......</p>
<p><img src="/uploads/files/1526735871606-capture1.jpg" alt="Capture1.JPG" class="img-responsive img-markdown" /></p>
<p>The gem abstractions could not be found though (the &quot;parts of Gem... .like [pix_image] pix_video] [gemwin] etc. worked fine)  I copied the contents of the Gem folder from &quot;extended&quot; into a folder on the desktop called &quot;GemAbstr&quot; and set a path to it in Pd preferences.<br />
I removed gem.dll from that folder (no conflicts....!).<br />
The abstractions now create, but the help files for embedded objects cannot be found (different &quot;search&quot; for embedded objects) so I have to open my &quot;GemAbstr&quot; folder and open them manually.</p>
<p>Everything works.  All the patches from <a href="https://puredata.info/downloads/extended-view-toolkit" rel="nofollow">https://puredata.info/downloads/extended-view-toolkit</a> create and run correctly.  The camera on my computer even works (I had never had it working before).<br />
And it works with Spout.</p>
<p>If you go this route then I wish you good luck.......<img class="emoji emoji-extended" src="http://forum.pdpatchrepo.info/plugins/nodebb-plugin-emoji-extended/images/grinning.png" title="grinning" alt=":grinning:" /></p>
<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/zerino">@zerino</a> has confirmed that it can work with widows10........ <a href="https://forum.pdpatchrepo.info/topic/11450/pix-and-geometric-objects-not-being-loaded-in-pd-vanilla/7" rel="nofollow">https://forum.pdpatchrepo.info/topic/11450/pix-and-geometric-objects-not-being-loaded-in-pd-vanilla/7</a><br />
........and resolved the &quot;help&quot; file problem.....</p>
<p>For the time being you are lucky that you are using Windows.<br />
This solution is not available for other systems.<br />
David.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/11390/trying-to-run-gem-for-pd-windows-10-64-bit/2</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/11390/trying-to-run-gem-for-pd-windows-10-64-bit/2</guid><dc:creator><![CDATA[whale-av]]></dc:creator><pubDate>Sat, 16 Jun 2018 09:06:01 GMT</pubDate></item><item><title><![CDATA[Reply to Trying to run Gem for Pd Windows 10 64 bit on Thu, 24 May 2018 19:31:25 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/whale-av">@whale-av</a> Thank you for this documentation! I use windows very rarely, but will remember this post when i do so!!</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/11390/trying-to-run-gem-for-pd-windows-10-64-bit/3</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/11390/trying-to-run-gem-for-pd-windows-10-64-bit/3</guid><dc:creator><![CDATA[Johnny Mauser]]></dc:creator><pubDate>Thu, 24 May 2018 19:31:25 GMT</pubDate></item></channel></rss>