<?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: Lisp Routines in Acaddoc.lsp Not Loading in ACA 2025 in AutoCAD Architecture Customization Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-architecture/lisp-routines-in-acaddoc-lsp-not-loading-in-aca-2025/m-p/13375434#M7</link>
    <description>&lt;P&gt;And to add to the weirdness of the situation, the routines DO load and work in a new drawing, but not in an existing file.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 17 Mar 2025 15:00:36 GMT</pubDate>
    <dc:creator>jeff_Moskovciak</dc:creator>
    <dc:date>2025-03-17T15:00:36Z</dc:date>
    <item>
      <title>Lisp Routines in Acaddoc.lsp Not Loading in ACA 2025</title>
      <link>https://forums.autodesk.com/t5/autocad-architecture/lisp-routines-in-acaddoc-lsp-not-loading-in-aca-2025/m-p/13375408#M6</link>
      <description>&lt;P&gt;Hi, my team has begun testing ACA 2025, and one thing that I noticed is not all of the lisp routines saved in our Acaddoc.lsp file are loading. If I save the routines separately and load them individually, they work. Is there a setting in ACA 2025 that I'm missing?&lt;/P&gt;</description>
      <pubDate>Mon, 17 Mar 2025 14:48:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-architecture/lisp-routines-in-acaddoc-lsp-not-loading-in-aca-2025/m-p/13375408#M6</guid>
      <dc:creator>jeff_Moskovciak</dc:creator>
      <dc:date>2025-03-17T14:48:47Z</dc:date>
    </item>
    <item>
      <title>Re: Lisp Routines in Acaddoc.lsp Not Loading in ACA 2025</title>
      <link>https://forums.autodesk.com/t5/autocad-architecture/lisp-routines-in-acaddoc-lsp-not-loading-in-aca-2025/m-p/13375434#M7</link>
      <description>&lt;P&gt;And to add to the weirdness of the situation, the routines DO load and work in a new drawing, but not in an existing file.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Mar 2025 15:00:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-architecture/lisp-routines-in-acaddoc-lsp-not-loading-in-aca-2025/m-p/13375434#M7</guid>
      <dc:creator>jeff_Moskovciak</dc:creator>
      <dc:date>2025-03-17T15:00:36Z</dc:date>
    </item>
    <item>
      <title>Re: Lisp Routines in Acaddoc.lsp Not Loading in ACA 2025</title>
      <link>https://forums.autodesk.com/t5/autocad-architecture/lisp-routines-in-acaddoc-lsp-not-loading-in-aca-2025/m-p/13375745#M8</link>
      <description>&lt;P&gt;Unless your last version your LISP worked well was like ADT2004, it's most likely something else going on like a missed location change (or bad spelling) of that LISP name in your search paths and trusted folder lists in OPTIONS' FILES tab in your ACA2025.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Feel free to share one of those LISP here along with your acaddoc.lsp file, and provide details on how you are set up.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As for new vs old drawing, are those failing LISP routine more for old block definitions vs new blocks?&lt;/P&gt;&lt;P&gt;You'll also want to share new vs old DWG samples too.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Mar 2025 18:28:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-architecture/lisp-routines-in-acaddoc-lsp-not-loading-in-aca-2025/m-p/13375745#M8</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2025-03-17T18:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: Lisp Routines in Acaddoc.lsp Not Loading in ACA 2025</title>
      <link>https://forums.autodesk.com/t5/autocad-architecture/lisp-routines-in-acaddoc-lsp-not-loading-in-aca-2025/m-p/13376983#M9</link>
      <description>&lt;P&gt;Thank you for your response, and I actually was able to figure it out via another post that you contributed to. There was an old routine that relied on all Express Tools being loaded, and, as I just found out, ACA 2025 does not load all Express Tools anymore. This caused the rest of my routines to stop loading at that point in the code. I added the code below and now everything loads fine:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jeffrey_Moskovciak_0-1742297372226.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1478993i3A79A304E00A8C62/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jeffrey_Moskovciak_0-1742297372226.png" alt="jeffrey_Moskovciak_0-1742297372226.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But now I have a new issue, this line now creates the same loading issue for our ACA 2023 users. Is there a lisp routine that can plug this line into that will only load for 2025 and higher and negate it for 2024 and lower?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Mar 2025 11:32:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-architecture/lisp-routines-in-acaddoc-lsp-not-loading-in-aca-2025/m-p/13376983#M9</guid>
      <dc:creator>jeff_Moskovciak</dc:creator>
      <dc:date>2025-03-18T11:32:07Z</dc:date>
    </item>
    <item>
      <title>Re: Lisp Routines in Acaddoc.lsp Not Loading in ACA 2025</title>
      <link>https://forums.autodesk.com/t5/autocad-architecture/lisp-routines-in-acaddoc-lsp-not-loading-in-aca-2025/m-p/13377044#M10</link>
      <description>&lt;P&gt;&lt;A href="https://www.autodesk.com/support/technical/article/caas/sfdcarticles/sfdcarticles/AutoCAD-2025-Products-do-not-load-some-Express-Tools-components-on-launch.html" target="_blank"&gt;https://www.autodesk.com/support/technical/article/caas/sfdcarticles/sfdcarticles/AutoCAD-2025-Products-do-not-load-some-Express-Tools-components-on-launch.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Mar 2025 12:24:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-architecture/lisp-routines-in-acaddoc-lsp-not-loading-in-aca-2025/m-p/13377044#M10</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2025-03-18T12:24:21Z</dc:date>
    </item>
    <item>
      <title>Re: Lisp Routines in Acaddoc.lsp Not Loading in ACA 2025</title>
      <link>https://forums.autodesk.com/t5/autocad-architecture/lisp-routines-in-acaddoc-lsp-not-loading-in-aca-2025/m-p/13380014#M11</link>
      <description>&lt;P&gt;Perfect, thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 19 Mar 2025 18:50:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-architecture/lisp-routines-in-acaddoc-lsp-not-loading-in-aca-2025/m-p/13380014#M11</guid>
      <dc:creator>jeff_Moskovciak</dc:creator>
      <dc:date>2025-03-19T18:50:09Z</dc:date>
    </item>
  </channel>
</rss>

