<?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[Plugin Not Showing on Isadora]]></title><description><![CDATA[<p dir="auto">Greetings!</p>
<div>I have been working on an Isadora plugin that performs a [DataMoshing](https://www.youtube.com/watch?v=rSmEOk5AiN0) effect, using the [FFmpeg](https://ffmpeg.org/) libraries. The code compiles in Xcode without any problems, but when I run Isadora it does not appear in the list of Actors. Is there any way to find the reason why the plugin does not even appear on the list?</div>
<div><span style="font-size:10pt">I am using the</span> [Isadora SDK](http://troikatronix.com/download/software-developer-kit/) <span style="font-size:10pt">version found on the website, and Isadora 1.3.1f06</span></div>]]></description><link>https://community.troikatronix.com/topic/1726/plugin-not-showing-on-isadora</link><generator>RSS for Node</generator><lastBuildDate>Tue, 21 Apr 2026 07:12:25 GMT</lastBuildDate><atom:link href="https://community.troikatronix.com/topic/1726.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 26 Jan 2015 08:48:34 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Plugin Not Showing on Isadora on Sat, 17 Jan 1970 11:09:05 GMT]]></title><description><![CDATA[<p dir="auto">The architecture shown by the file command on the object file is i386, so it's definitely not compiling as PPC.</p>
<div>I think it might be an issue with the external libraries not being detected as i386 libraries. I am going to try a couple of things with the compilation, see if I can include a version of the library that can be detected as i386\. I'll let you know if it works.</div>
<div>Thanks for the help!</div>
<div>EDIT:</div>
<div>Still unable to make it work. The object file (IsadoraPlugin.o) is identified as </div>
<div>IsadoraPlugin.o: Mach-O object i386</div>]]></description><link>https://community.troikatronix.com/post/14408</link><guid isPermaLink="true">https://community.troikatronix.com/post/14408</guid><dc:creator><![CDATA[aserial]]></dc:creator><pubDate>Sat, 17 Jan 1970 11:09:05 GMT</pubDate></item><item><title><![CDATA[Reply to Plugin Not Showing on Isadora on Wed, 28 Jan 2015 13:03:58 GMT]]></title><description><![CDATA[<p dir="auto">Maybe this will help: <a href="http://stackoverflow.com/questions/13339388/mac-os-x-xampp-memcache-no-suitable-image-found" rel="nofollow ugc">http://stackoverflow.com/questions/13339388/mac-os-x-xampp-memcache-no-suitable-image-found</a></p>
<div>Are you compiling it for PPC by accident? </div>
<div>You can type this into the terminal:</div>
<div>file XXX</div>
<div>where XXX is the full path to the object file (not the .izzyplug wrapper)</div>
<div>It will tell you what architectures are in the output library.</div>
<div>
<div>Best Wishes,</div>
<div>Mark</div>
</div>]]></description><link>https://community.troikatronix.com/post/14380</link><guid isPermaLink="true">https://community.troikatronix.com/post/14380</guid><dc:creator><![CDATA[mark]]></dc:creator><pubDate>Wed, 28 Jan 2015 13:03:58 GMT</pubDate></item><item><title><![CDATA[Reply to Plugin Not Showing on Isadora on Wed, 28 Jan 2015 09:56:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/2">@mark</a></p>
<div>I appreciate the help.</div>
<div>GetActorInfo is indeed not being called.</div>
<div>I find the following message in the Debugger:</div>
<div>IsadoraCore[33738:303] Error loading /Library/Application Support/TroikaTronix/Isadora Plugins/DataMoshing.izzyplug/Contents/MacOS/DataMoshing: dlopen(/Library/Application Support/TroikaTronix/Isadora Plugins/DataMoshing.izzyplug/Contents/MacOS/DataMoshing, 262): no suitable image found. Did find:  
/Library/Application Support/TroikaTronix/Isadora Plugins/DataMoshing.izzyplug/Contents/MacOS/DataMoshing: unknown file type, first eight bytes: 0x21 0x3C 0x61 0x72 0x63 0x68 0x3E 0x0A  
</div>
<div>Any ideas?</div>]]></description><link>https://community.troikatronix.com/post/14376</link><guid isPermaLink="true">https://community.troikatronix.com/post/14376</guid><dc:creator><![CDATA[aserial]]></dc:creator><pubDate>Wed, 28 Jan 2015 09:56:32 GMT</pubDate></item><item><title><![CDATA[Reply to Plugin Not Showing on Isadora on Tue, 27 Jan 2015 21:29:23 GMT]]></title><description><![CDATA[<p dir="auto">Dear @aerial,</p>
<p dir="auto">Mark here. I intend to get things together to help developers like you as soon as the dust settles with 2.0. Right now, I still have a lot to do.</p>
<p dir="auto">But the first thing to check if the main function -- GetActorInfo -- is being called. Put a breakpoint there and then run your plugin in the debugger. If that function isn't getting called, Isadora isn't recognizing the plugin at all.</p>
<p dir="auto">Best Wishes,<br />
Mark</p>
]]></description><link>https://community.troikatronix.com/post/14351</link><guid isPermaLink="true">https://community.troikatronix.com/post/14351</guid><dc:creator><![CDATA[mark]]></dc:creator><pubDate>Tue, 27 Jan 2015 21:29:23 GMT</pubDate></item><item><title><![CDATA[Reply to Plugin Not Showing on Isadora on Tue, 27 Jan 2015 12:17:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/256">@eight</a></p>
<div>&gt; <span style="font-family:Verdana, Geneva, sans-serif;font-size:12px;line-height:16.7999992370605px;background-color:rgb(255, 255, 255)">Does it have a unique id?</span></div>
<div><span style="font-family:Verdana, Geneva, sans-serif;font-size:12px;line-height:16.7999992370605px;background-color:rgb(255, 255, 255)">  
</span></div>
<div><span style="font-family:Verdana, Geneva, sans-serif;font-size:12px;line-height:16.7999992370605px;background-color:rgb(255, 255, 255)">Yes, generated by the Isadora Plugin Wizard</span></div>
<div><span style="font-family:Verdana, Geneva, sans-serif;font-size:12px;line-height:16.7999992370605px;background-color:rgb(255, 255, 255)">  
</span></div>
<div><span style="font-family:Verdana, Geneva, sans-serif;font-size:12px;line-height:16.7999992370605px;background-color:rgb(255, 255, 255)">&gt; </span><span style="font-family:Verdana, Geneva, sans-serif;font-size:12px;line-height:16.7999992370605px;background-color:rgb(255, 255, 255)">Does xcode console show any errors?</span></div>
<div><span style="font-family:Verdana, Geneva, sans-serif;font-size:12px;line-height:16.7999992370605px;background-color:rgb(255, 255, 255)">  
</span></div>
<div><span style="font-family:Verdana, Geneva, sans-serif;font-size:12px;line-height:16.7999992370605px;background-color:rgb(255, 255, 255)">None whatsoever.</span></div>
<div><span style="font-family:Verdana, Geneva, sans-serif;font-size:12px;line-height:16.7999992370605px;background-color:rgb(255, 255, 255)">  
</span></div>
<div><span style="font-family:Verdana, Geneva, sans-serif;font-size:12px;line-height:16.7999992370605px;background-color:rgb(255, 255, 255)"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/181">@primaldivine</a></span></div>
<div><span style="font-family:Verdana, Geneva, sans-serif;font-size:12px;line-height:16.7999992370605px;background-color:rgb(255, 255, 255)">  
</span></div>
<div><span style="font-family:Verdana, Geneva, sans-serif;font-size:12px;line-height:16.7999992370605px;background-color:rgb(255, 255, 255)">&gt; </span><span style="font-family:Verdana, Geneva, sans-serif;font-size:12px;line-height:16.7999992370605px;background-color:rgb(255, 255, 255)">Where have you placed the plugin? It needs to be in the right directory location.</span></div>
<div><span style="font-family:Verdana, Geneva, sans-serif;font-size:12px;line-height:16.7999992370605px;background-color:rgb(255, 255, 255)">  
</span></div>
<div><span style="font-family:Verdana, Geneva, sans-serif;font-size:12px;line-height:16.7999992370605px;background-color:rgb(255, 255, 255)">It's in the Isadora plugins folder, copied right after compilation. It is the right folder, because I have made other simpler plugins that are copied into the same location and those do appear on the list.</span></div>
<div><span style="font-family:Verdana, Geneva, sans-serif;font-size:12px;line-height:16.7999992370605px;background-color:rgb(255, 255, 255)">  
</span></div>
<div><span style="font-family:Verdana, Geneva, sans-serif;font-size:12px;line-height:16.7999992370605px;background-color:rgb(255, 255, 255)">&gt; </span><span style="font-family:Verdana, Geneva, sans-serif;font-size:12px;line-height:16.7999992370605px;background-color:rgb(255, 255, 255)">Are you working on Mac or PC?</span><span style="font-family:Verdana, Geneva, sans-serif;font-size:12px;line-height:16.7999992370605px;background-color:rgb(255, 255, 255)"> </span></div>
<div><span style="font-family:Verdana, Geneva, sans-serif;font-size:12px;line-height:16.7999992370605px;background-color:rgb(255, 255, 255)">  
</span></div>
<div><span style="font-family:Verdana, Geneva, sans-serif;font-size:12px;line-height:16.7999992370605px;background-color:rgb(255, 255, 255)">Mac</span></div>
<div><span style="font-family:Verdana, Geneva, sans-serif;font-size:12px;line-height:16.7999992370605px;background-color:rgb(255, 255, 255)">  
</span></div>
<div><span style="font-family:Verdana, Geneva, sans-serif;font-size:12px;line-height:16.7999992370605px;background-color:rgb(255, 255, 255)">&gt; </span><span style="font-family:Verdana, Geneva, sans-serif;font-size:12px;line-height:16.7999992370605px;background-color:rgb(255, 255, 255)">Which version of Isadora are you working with?</span><span style="font-family:Verdana, Geneva, sans-serif;font-size:12px;line-height:16.7999992370605px;background-color:rgb(255, 255, 255)"> </span></div>
<div><span style="font-family:Verdana, Geneva, sans-serif;font-size:12px;line-height:16.7999992370605px;background-color:rgb(255, 255, 255)">  
</span></div>
<div><span style="font-family:Verdana, Geneva, sans-serif;font-size:13.3333330154419px;line-height:16.7999992370605px;background-color:rgb(255, 255, 255)">1.3.1f06</span></div>]]></description><link>https://community.troikatronix.com/post/14346</link><guid isPermaLink="true">https://community.troikatronix.com/post/14346</guid><dc:creator><![CDATA[aserial]]></dc:creator><pubDate>Tue, 27 Jan 2015 12:17:09 GMT</pubDate></item><item><title><![CDATA[Reply to Plugin Not Showing on Isadora on Mon, 26 Jan 2015 21:11:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/1426">@aserial</a><br />
Where have you placed the plugin? It needs to be in the right directory location.<br />
Are you working on Mac or PC?<br />
Which version of Isadora are you working with?<br />
If you need further support, please send a support request via the online help system.</p>
]]></description><link>https://community.troikatronix.com/post/14338</link><guid isPermaLink="true">https://community.troikatronix.com/post/14338</guid><dc:creator><![CDATA[primaldivine]]></dc:creator><pubDate>Mon, 26 Jan 2015 21:11:35 GMT</pubDate></item><item><title><![CDATA[Reply to Plugin Not Showing on Isadora on Mon, 26 Jan 2015 19:22:49 GMT]]></title><description><![CDATA[<p dir="auto">Does it have a unique id?</p>
<p dir="auto">Does xcode console show any errors?</p>
<div>  
--8</div>]]></description><link>https://community.troikatronix.com/post/14336</link><guid isPermaLink="true">https://community.troikatronix.com/post/14336</guid><dc:creator><![CDATA[eight]]></dc:creator><pubDate>Mon, 26 Jan 2015 19:22:49 GMT</pubDate></item></channel></rss>