<?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 ** Error: Automation Error. Problem in loading application ** in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/error-automation-error-problem-in-loading-application/m-p/8094725#M103076</link>
    <description>&lt;P&gt;I have several posts on this error(** Error: Automation Error. Problem in loading application **) however no working solutions.&lt;/P&gt;&lt;P&gt;the issue for me is that the lisp works on some machines but not others.&lt;/P&gt;&lt;P&gt;the interface loads but as soon as you execute you get the&amp;nbsp;** Error: Automation Error. Problem in loading application ** message.&lt;/P&gt;&lt;P&gt;Any thoughts on what could be different between machines that might cause this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 27 Jun 2018 12:21:49 GMT</pubDate>
    <dc:creator>Kevin_Gallagher</dc:creator>
    <dc:date>2018-06-27T12:21:49Z</dc:date>
    <item>
      <title>** Error: Automation Error. Problem in loading application **</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/error-automation-error-problem-in-loading-application/m-p/8094725#M103076</link>
      <description>&lt;P&gt;I have several posts on this error(** Error: Automation Error. Problem in loading application **) however no working solutions.&lt;/P&gt;&lt;P&gt;the issue for me is that the lisp works on some machines but not others.&lt;/P&gt;&lt;P&gt;the interface loads but as soon as you execute you get the&amp;nbsp;** Error: Automation Error. Problem in loading application ** message.&lt;/P&gt;&lt;P&gt;Any thoughts on what could be different between machines that might cause this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jun 2018 12:21:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/error-automation-error-problem-in-loading-application/m-p/8094725#M103076</guid>
      <dc:creator>Kevin_Gallagher</dc:creator>
      <dc:date>2018-06-27T12:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: ** Error: Automation Error. Problem in loading application **</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/error-automation-error-problem-in-loading-application/m-p/8094782#M103077</link>
      <description>&lt;P&gt;Could you post the (problematic portion of) code?&lt;/P&gt;&lt;P&gt;&amp;amp; are all machines running the same version ACAD?&lt;/P&gt;&lt;P&gt;Any other differences?&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jun 2018 12:38:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/error-automation-error-problem-in-loading-application/m-p/8094782#M103077</guid>
      <dc:creator>roland.r71</dc:creator>
      <dc:date>2018-06-27T12:38:18Z</dc:date>
    </item>
    <item>
      <title>Re: ** Error: Automation Error. Problem in loading application **</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/error-automation-error-problem-in-loading-application/m-p/8094854#M103078</link>
      <description>&lt;P&gt;thanks for&amp;nbsp; the quick response.&lt;/P&gt;&lt;P&gt;This is not a code issue. I actually figured it out moments after posting this.&lt;/P&gt;&lt;P&gt;the error was caused by missing entries in the registry.&lt;/P&gt;&lt;P&gt;for this particular code I needed to add&amp;nbsp;HKEY_CLASSES_ROOT\ObjectDBX.AxDbDocument.20 and&amp;nbsp;HKEY_CLASSES_ROOT\ObjectDBX.AxDbDocument.21 to the machines where it did not work.&lt;/P&gt;&lt;P&gt;I am not sure which one is the one that fixed the issue but this is the fix.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jun 2018 12:59:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/error-automation-error-problem-in-loading-application/m-p/8094854#M103078</guid>
      <dc:creator>Kevin_Gallagher</dc:creator>
      <dc:date>2018-06-27T12:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: ** Error: Automation Error. Problem in loading application **</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/error-automation-error-problem-in-loading-application/m-p/8094907#M103079</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4015551"&gt;@Kevin_Gallagher&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;thanks for&amp;nbsp; the quick response.&lt;/P&gt;&lt;P&gt;This is not a code issue. I actually figured it out moments after posting this.&lt;/P&gt;&lt;P&gt;the error was caused by missing entries in the registry.&lt;/P&gt;&lt;P&gt;for this particular code I needed to add&amp;nbsp;HKEY_CLASSES_ROOT\ObjectDBX.AxDbDocument.20 and&amp;nbsp;HKEY_CLASSES_ROOT\ObjectDBX.AxDbDocument.21 to the machines where it did not work.&lt;/P&gt;&lt;P&gt;I am not sure which one is the one that fixed the issue but this is the fix.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;BR /&gt;Yes, that's why i asked about the AutoCAD versions.&lt;/P&gt;&lt;P&gt;As the number at the end is representing the ACAD version.&lt;/P&gt;&lt;P&gt;The entries are not realy missing. The correct version of ACAD is missing.&lt;/P&gt;&lt;P&gt;(could be your code was written for an older version, but not all machines had this version installed. So, they are 'missing' the registry key's you are trying to use.)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, technically it IS a 'code' problem, as you need to keep this in mind. (next version your code might be broken again)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you are actually using a newer version as the registry key's, you are using the registry info from an older installation, not your current one. (with all sorts off potential problems)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can resolve this by code, using something like:&lt;/P&gt;&lt;P&gt;(strcat "ObjectDBX.AxDbDocument." (substr (getvar 'ACADVER) 1 2))&lt;/P&gt;&lt;P&gt;Instead of hardcoded version numbers.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jun 2018 13:12:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/error-automation-error-problem-in-loading-application/m-p/8094907#M103079</guid>
      <dc:creator>roland.r71</dc:creator>
      <dc:date>2018-06-27T13:12:08Z</dc:date>
    </item>
    <item>
      <title>Re: ** Error: Automation Error. Problem in loading application **</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/error-automation-error-problem-in-loading-application/m-p/8094980#M103080</link>
      <description>&lt;P&gt;technically it may be a code issue, but since it is not my code, it is now a system issue.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jun 2018 13:34:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/error-automation-error-problem-in-loading-application/m-p/8094980#M103080</guid>
      <dc:creator>Kevin_Gallagher</dc:creator>
      <dc:date>2018-06-27T13:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: ** Error: Automation Error. Problem in loading application **</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/error-automation-error-problem-in-loading-application/m-p/8094997#M103081</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4015551"&gt;@Kevin_Gallagher&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;technically it may be a code issue, but since it is not my code, it is now a system issue.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;BR /&gt;LOL.&lt;/P&gt;&lt;P&gt;Yes, well, if it works it works.&lt;/P&gt;&lt;P&gt;Just keep my warning in mind: You are not using the registry key's related to the acad version installed/in use! (which doesn't have to be a problem, but it can be.)&lt;/P&gt;&lt;P&gt;After reinstalling any machine, with a newer or older version as the key's version... Your problem will return.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jun 2018 13:39:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/error-automation-error-problem-in-loading-application/m-p/8094997#M103081</guid>
      <dc:creator>roland.r71</dc:creator>
      <dc:date>2018-06-27T13:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: ** Error: Automation Error. Problem in loading application **</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/error-automation-error-problem-in-loading-application/m-p/8095045#M103082</link>
      <description>&lt;P&gt;Until the person who wrote it updates it, or I create my own app this is what I have.&lt;/P&gt;&lt;P&gt;I appreciate the heads up though.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jun 2018 13:59:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/error-automation-error-problem-in-loading-application/m-p/8095045#M103082</guid>
      <dc:creator>Kevin_Gallagher</dc:creator>
      <dc:date>2018-06-27T13:59:05Z</dc:date>
    </item>
  </channel>
</rss>

