<?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: Error code: 14001 when loading plugin with 3ds Max 9 in 3ds Max Programming Forum</title>
    <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/error-code-14001-when-loading-plugin-with-3ds-max-9/m-p/4036075#M25905</link>
    <description>I'm aware this is not the most recent thread, but I#m running out of ideas to solve the same problem. The only difference is that&lt;BR /&gt;- I'm not running a debug build or link to any debug libs&lt;BR /&gt;- tried installing latest Direct X redistr&lt;BR /&gt;- tried installing latest .Net redistr&lt;BR /&gt;- tried installing latest VS redistr&lt;BR /&gt;- Dependency walker shows no other unfamiliar libs&lt;BR /&gt;- I will kill my pet if this doesn't work by tomorrow. Grrrrrrr&lt;BR /&gt;&lt;BR /&gt;Working with Max 9 SP1 and visual studio 2005 SP1 with the according SDK.&lt;BR /&gt;Any ideas anyone?&lt;BR /&gt;Cheers, &lt;BR /&gt;Gunnar</description>
    <pubDate>Wed, 25 Nov 2009 02:04:54 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2009-11-25T02:04:54Z</dc:date>
    <item>
      <title>Error code: 14001 when loading plugin with 3ds Max 9</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/error-code-14001-when-loading-plugin-with-3ds-max-9/m-p/4036062#M25892</link>
      <description>I'm compiling a plugin for other people, and the plugin loads fine in 3ds Max 9 for me.  But when other people try using the plugin, they get this error:&lt;BR /&gt;&lt;BR /&gt;DLL &amp;lt;C:\Program Files\Autodesk\3ds Max 9\PlugIns\aaaaaaa.dle&amp;gt; failed to initialize.&lt;BR /&gt;&lt;BR /&gt;Error code: 14001 - This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem.&lt;BR /&gt;&lt;BR /&gt;I have Windows XP 32bit installed, and I use Visual Studio 2005 to compile the plugin.&lt;BR /&gt;The people who cannot run the plugin also have Windows XP 32bit, but do not have Visual Studio 2005 installed.&lt;BR /&gt;&lt;BR /&gt;What could be causing this issue?</description>
      <pubDate>Sat, 04 Oct 2008 06:14:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/error-code-14001-when-loading-plugin-with-3ds-max-9/m-p/4036062#M25892</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-10-04T06:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: Error code: 14001 when loading plugin with 3ds Max 9</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/error-code-14001-when-loading-plugin-with-3ds-max-9/m-p/4036063#M25893</link>
      <description>Sounds like your plugin could be trying to find a .dll, if you drop your plugin into Dependency Walker you'll be able to see what dll's it requires.&lt;BR /&gt;&lt;BR /&gt;You can download it here: &lt;A href="http://support.microsoft.com/kb/256872" target="_blank"&gt;http://support.microsoft.com/kb/256872&lt;/A&gt;</description>
      <pubDate>Mon, 06 Oct 2008 16:01:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/error-code-14001-when-loading-plugin-with-3ds-max-9/m-p/4036063#M25893</guid>
      <dc:creator>PAMD76</dc:creator>
      <dc:date>2008-10-06T16:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: Error code: 14001 when loading plugin with 3ds Max 9</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/error-code-14001-when-loading-plugin-with-3ds-max-9/m-p/4036064#M25894</link>
      <description>According to that program, the plugin is missing the following DLL's:&lt;BR /&gt;&lt;BR /&gt;ATL80.DLL&lt;BR /&gt;DWMAPI.DLL&lt;BR /&gt;MFC80.DLL&lt;BR /&gt;MSVCP80.DLL&lt;BR /&gt;MSVCR80.DLL&lt;BR /&gt;&lt;BR /&gt;I downloaded the above DLL's and placed them into C:\Windows\system32 on the machine that is having this error.  Dependency Walker then gives no errors.  However, Max 9 still displays the same error when loading the plugin.  What exactly does the error mean?  Could there be other dependencies?</description>
      <pubDate>Tue, 07 Oct 2008 05:38:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/error-code-14001-when-loading-plugin-with-3ds-max-9/m-p/4036064#M25894</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-10-07T05:38:14Z</dc:date>
    </item>
    <item>
      <title>Re: Error code: 14001 when loading plugin with 3ds Max 9</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/error-code-14001-when-loading-plugin-with-3ds-max-9/m-p/4036065#M25895</link>
      <description>Ah ok, in that case it sounds like you need the VS2005 run time installing on the machine you're trying to run it on.&lt;BR /&gt;&lt;BR /&gt;Download: &lt;A href="http://www.microsoft.com/downloads/details.aspx?familyid=200B2FD9-AE1A-4A14-984D-389C36F85647&amp;amp;displaylang=en" target="_blank"&gt;http://www.microsoft.com/downloads/details.aspx?familyid=200B2FD9-AE1A-4A14-984D-389C36F85647&amp;amp;displaylang=en&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;...that should fix it.</description>
      <pubDate>Tue, 07 Oct 2008 14:52:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/error-code-14001-when-loading-plugin-with-3ds-max-9/m-p/4036065#M25895</guid>
      <dc:creator>PAMD76</dc:creator>
      <dc:date>2008-10-07T14:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: Error code: 14001 when loading plugin with 3ds Max 9</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/error-code-14001-when-loading-plugin-with-3ds-max-9/m-p/4036066#M25896</link>
      <description>ok, thanks.  I just tried that on the target machines and they get the same error.  This is a REALLY old plugin that I am trying to update.  Is it possible that it's using some outdated libs?&lt;BR /&gt;&lt;BR /&gt;From&lt;BR /&gt;Configuration Properties-&amp;gt;Linker-&amp;gt;Input-&amp;gt;Additional Dependencies:&lt;BR /&gt;&lt;BR /&gt;d3d9.lib&lt;BR /&gt;d3dx9.lib&lt;BR /&gt;dinput8.lib&lt;BR /&gt;dxguid.lib&lt;BR /&gt;bmm.lib&lt;BR /&gt;winmm.lib&lt;BR /&gt;dsound.lib&lt;BR /&gt;MNMath.lib&lt;BR /&gt;msacm32.lib&lt;BR /&gt;odbc32.lib&lt;BR /&gt;odbccp32.lib&lt;BR /&gt;comctl32.lib&lt;BR /&gt;core.lib&lt;BR /&gt;geom.lib&lt;BR /&gt;gfx.lib&lt;BR /&gt;mesh.lib&lt;BR /&gt;maxutil.lib&lt;BR /&gt;maxscrpt.lib&lt;BR /&gt;paramblk2.lib</description>
      <pubDate>Wed, 08 Oct 2008 07:35:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/error-code-14001-when-loading-plugin-with-3ds-max-9/m-p/4036066#M25896</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-10-08T07:35:36Z</dc:date>
    </item>
    <item>
      <title>Re: Error code: 14001 when loading plugin with 3ds Max 9</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/error-code-14001-when-loading-plugin-with-3ds-max-9/m-p/4036067#M25897</link>
      <description>Ok, try installing the DirectX SDK (same version you built with) onto the target machines, you won't need to install all of it just the runtime, I had an issue like this a while ago and this fixed it...I can't remember but it could have been a debug build so it was probably looking for debug .dll's, anyway it's well worth a go.</description>
      <pubDate>Wed, 08 Oct 2008 15:12:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/error-code-14001-when-loading-plugin-with-3ds-max-9/m-p/4036067#M25897</guid>
      <dc:creator>PAMD76</dc:creator>
      <dc:date>2008-10-08T15:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: Error code: 14001 when loading plugin with 3ds Max 9</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/error-code-14001-when-loading-plugin-with-3ds-max-9/m-p/4036068#M25898</link>
      <description>...oh and make sure you've got the .NET framework runtime installed on the targets as well.</description>
      <pubDate>Wed, 08 Oct 2008 15:16:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/error-code-14001-when-loading-plugin-with-3ds-max-9/m-p/4036068#M25898</guid>
      <dc:creator>PAMD76</dc:creator>
      <dc:date>2008-10-08T15:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: Error code: 14001 when loading plugin with 3ds Max 9</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/error-code-14001-when-loading-plugin-with-3ds-max-9/m-p/4036069#M25899</link>
      <description>ok, I think I am getting closer to the problem.  I installed the redistributable packs  for the same version of DirectX (June 2008) that I used to compile  as well as the .NET Framework on the target machines, and I still got the same error.  HOWEVER, as a test, I installed Visual Studio 2005 (plus SP1) on one of the problem computers, and THEN it worked fine.&lt;BR /&gt;&lt;BR /&gt;So, the question now is --- what are the differences between the redistributable packs and actual Visual Studio that would cause such errors? Debug DLL's perhaps?</description>
      <pubDate>Thu, 09 Oct 2008 06:45:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/error-code-14001-when-loading-plugin-with-3ds-max-9/m-p/4036069#M25899</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-10-09T06:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: Error code: 14001 when loading plugin with 3ds Max 9</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/error-code-14001-when-loading-plugin-with-3ds-max-9/m-p/4036070#M25900</link>
      <description>Ah ok, if the plugin is a debug build then yes, thats the problem or if you've linked with any debug libs in the release build (which I imagine isn't likely, worth a check though).&lt;BR /&gt;&lt;BR /&gt;Also, in your solution go to properties-&amp;gt;Manifest Tool-&amp;gt;Input and Output-&amp;gt;Embed Manifest needs to be YES.</description>
      <pubDate>Thu, 09 Oct 2008 15:40:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/error-code-14001-when-loading-plugin-with-3ds-max-9/m-p/4036070#M25900</guid>
      <dc:creator>PAMD76</dc:creator>
      <dc:date>2008-10-09T15:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: Error code: 14001 when loading plugin with 3ds Max 9</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/error-code-14001-when-loading-plugin-with-3ds-max-9/m-p/4036071#M25901</link>
      <description>For another test you could copy the .dll's from "C:\Program Files\Microsoft Visual Studio 8\VC\redist" to the same directory as your plugin. In this folder you'll find the debug versions as well. This should be all the .NET stuff you'll need...I think.</description>
      <pubDate>Thu, 09 Oct 2008 18:54:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/error-code-14001-when-loading-plugin-with-3ds-max-9/m-p/4036071#M25901</guid>
      <dc:creator>PAMD76</dc:creator>
      <dc:date>2008-10-09T18:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: Error code: 14001 when loading plugin with 3ds Max 9</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/error-code-14001-when-loading-plugin-with-3ds-max-9/m-p/4036072#M25902</link>
      <description>It's finally working &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;   You were right -- since the plugin is a Hybrid, I had to copy over some of  the stuff in C:\Program Files\Microsoft Visual Studio 8\VC\redist\Debug_NonRedist directory into the plugins directory.  Thanks for your help!</description>
      <pubDate>Fri, 10 Oct 2008 05:26:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/error-code-14001-when-loading-plugin-with-3ds-max-9/m-p/4036072#M25902</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-10-10T05:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: Error code: 14001 when loading plugin with 3ds Max 9</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/error-code-14001-when-loading-plugin-with-3ds-max-9/m-p/4036073#M25903</link>
      <description>Great news, as I was running out of ideas!</description>
      <pubDate>Fri, 10 Oct 2008 15:09:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/error-code-14001-when-loading-plugin-with-3ds-max-9/m-p/4036073#M25903</guid>
      <dc:creator>PAMD76</dc:creator>
      <dc:date>2008-10-10T15:09:44Z</dc:date>
    </item>
    <item>
      <title>Re: Error code: 14001 when loading plugin with 3ds Max 9</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/error-code-14001-when-loading-plugin-with-3ds-max-9/m-p/4036074#M25904</link>
      <description>Out of curiosity, did you build the plugin with VC 2005 RTM (the stock version), or VC 2005 SP1?</description>
      <pubDate>Sat, 11 Oct 2008 11:14:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/error-code-14001-when-loading-plugin-with-3ds-max-9/m-p/4036074#M25904</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-10-11T11:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: Error code: 14001 when loading plugin with 3ds Max 9</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/error-code-14001-when-loading-plugin-with-3ds-max-9/m-p/4036075#M25905</link>
      <description>I'm aware this is not the most recent thread, but I#m running out of ideas to solve the same problem. The only difference is that&lt;BR /&gt;- I'm not running a debug build or link to any debug libs&lt;BR /&gt;- tried installing latest Direct X redistr&lt;BR /&gt;- tried installing latest .Net redistr&lt;BR /&gt;- tried installing latest VS redistr&lt;BR /&gt;- Dependency walker shows no other unfamiliar libs&lt;BR /&gt;- I will kill my pet if this doesn't work by tomorrow. Grrrrrrr&lt;BR /&gt;&lt;BR /&gt;Working with Max 9 SP1 and visual studio 2005 SP1 with the according SDK.&lt;BR /&gt;Any ideas anyone?&lt;BR /&gt;Cheers, &lt;BR /&gt;Gunnar</description>
      <pubDate>Wed, 25 Nov 2009 02:04:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/error-code-14001-when-loading-plugin-with-3ds-max-9/m-p/4036075#M25905</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-11-25T02:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: Error code: 14001 when loading plugin with 3ds Max 9</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/error-code-14001-when-loading-plugin-with-3ds-max-9/m-p/4036076#M25906</link>
      <description>Well, all my cockroaches survived thanks to finding this thread:&lt;BR /&gt;&lt;A href="http://channel9.msdn.com/forums/TechOff/22266-Side-by-side-screwup/" target="_blank"&gt;http://channel9.msdn.com/forums/TechOff/22266-Side-by-side-screwup/&lt;/A&gt;&lt;BR /&gt;The problem was solved by setting the flag for the generation of the manifest file to "No" in the project settings.&lt;BR /&gt;Might help someone one day. =&amp;amp;#41;</description>
      <pubDate>Thu, 26 Nov 2009 00:16:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/error-code-14001-when-loading-plugin-with-3ds-max-9/m-p/4036076#M25906</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-11-26T00:16:52Z</dc:date>
    </item>
  </channel>
</rss>

