<?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 Re: Plugin not found in Maya Programming Forum</title>
    <link>https://forums.autodesk.com/t5/maya-programming-forum/plugin-not-found/m-p/9736226#M5437</link>
    <description>&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The solution I found was that my PATH variable needed to know where the plugin was.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's how I debugged it so others can learn:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. I ran dependency walker (a windows program) on my .mll file to see what .dll's it needed.&lt;/P&gt;&lt;P&gt;2. I then made sure a few of the .dll's (including standard ones like foundation.dll, openmayaui.dll, etc.) were in the same directory. Dependency walker displays a little yellow box or otherwise some warning if they are missing.&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. I then eventually found that Maya 2020 looks on the PATH variable for various .dll files that your plugin might need. So I edited PATH to include where my .mll plugin was.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are probably other paths that need to be set like MAYA_PATH or something similar, and I would probably be able to set those through an installer with my plugin, but the above should otherwise work.&lt;/P&gt;</description>
    <pubDate>Tue, 08 Sep 2020 21:19:20 GMT</pubDate>
    <dc:creator>MikeSSSS</dc:creator>
    <dc:date>2020-09-08T21:19:20Z</dc:date>
    <item>
      <title>Plugin not found</title>
      <link>https://forums.autodesk.com/t5/maya-programming-forum/plugin-not-found/m-p/9730524#M5433</link>
      <description>&lt;P&gt;I have a perhaps 'classic' problem with having trouble getting a .mll file running on another persons machine using the same version of Maya 2020.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want them to be able to use just the .mll file. I'm assuming I would need to also package up other .dll dependencies needed in the same folder, but am I missing anything else? (There are no .mel scripts otherwise used, it's just a pure C++ plugin).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it a absolute or relative path issue in my linker settings? Any suggestions would be helpful!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Plugin not found.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/815376i293961008DC6FF56/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Plugin not found.png" alt="Plugin not found.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Sep 2020 19:00:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-programming-forum/plugin-not-found/m-p/9730524#M5433</guid>
      <dc:creator>MikeSSSS</dc:creator>
      <dc:date>2020-09-04T19:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: Plugin not found</title>
      <link>https://forums.autodesk.com/t5/maya-programming-forum/plugin-not-found/m-p/9730722#M5434</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"...using the same version of Maya 2020."&lt;/P&gt;
&lt;P&gt;- Based on the screenshot you are using Maya 2018. A plug-in version for Maya 2020 will not work with Maya 2018.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Sep 2020 21:50:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-programming-forum/plugin-not-found/m-p/9730722#M5434</guid>
      <dc:creator>mspeer</dc:creator>
      <dc:date>2020-09-04T21:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: Plugin not found</title>
      <link>https://forums.autodesk.com/t5/maya-programming-forum/plugin-not-found/m-p/9730727#M5435</link>
      <description>Ah noted! I tried on both 2018 and 2020.&lt;BR /&gt;&lt;BR /&gt;Same message appears about the plugin not being found.&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Sep 2020 21:50:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-programming-forum/plugin-not-found/m-p/9730727#M5435</guid>
      <dc:creator>MikeSSSS</dc:creator>
      <dc:date>2020-09-04T21:50:15Z</dc:date>
    </item>
    <item>
      <title>Re: Plugin not found</title>
      <link>https://forums.autodesk.com/t5/maya-programming-forum/plugin-not-found/m-p/9730813#M5436</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;
&lt;P&gt;i recommend to check the following article which covers the most common causes (of course you have to adapt it to your plug-in, but incorrect paths, missing environment variables, PATH variables or dll files can cause this):&lt;/P&gt;
&lt;P&gt;&lt;A href="https://knowledge.autodesk.com/support/maya/troubleshooting/caas/sfdcarticles/sfdcarticles/Error-The-specified-module-could-not-be-found-mtoa-when-loading-Arnold-in-Maya.html" target="_blank"&gt;https://knowledge.autodesk.com/support/maya/troubleshooting/caas/sfdcarticles/sfdcarticles/Error-The-specified-module-could-not-be-found-mtoa-when-loading-Arnold-in-Maya.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 05 Sep 2020 00:40:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-programming-forum/plugin-not-found/m-p/9730813#M5436</guid>
      <dc:creator>mspeer</dc:creator>
      <dc:date>2020-09-05T00:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: Plugin not found</title>
      <link>https://forums.autodesk.com/t5/maya-programming-forum/plugin-not-found/m-p/9736226#M5437</link>
      <description>&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The solution I found was that my PATH variable needed to know where the plugin was.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's how I debugged it so others can learn:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. I ran dependency walker (a windows program) on my .mll file to see what .dll's it needed.&lt;/P&gt;&lt;P&gt;2. I then made sure a few of the .dll's (including standard ones like foundation.dll, openmayaui.dll, etc.) were in the same directory. Dependency walker displays a little yellow box or otherwise some warning if they are missing.&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. I then eventually found that Maya 2020 looks on the PATH variable for various .dll files that your plugin might need. So I edited PATH to include where my .mll plugin was.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are probably other paths that need to be set like MAYA_PATH or something similar, and I would probably be able to set those through an installer with my plugin, but the above should otherwise work.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Sep 2020 21:19:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-programming-forum/plugin-not-found/m-p/9736226#M5437</guid>
      <dc:creator>MikeSSSS</dc:creator>
      <dc:date>2020-09-08T21:19:20Z</dc:date>
    </item>
  </channel>
</rss>

