<?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: Upgrading from AutoCAD21 to '25, Windows 10 to 11. Lisps wont load in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/upgrading-from-autocad21-to-25-windows-10-to-11-lisps-wont-load/m-p/13100550#M7587</link>
    <description>&lt;P&gt;The path included in the lisp code is the actual source of the lisp file. Please excuse my limited knowledge.&lt;/P&gt;</description>
    <pubDate>Tue, 22 Oct 2024 14:15:51 GMT</pubDate>
    <dc:creator>pit4MSVJ</dc:creator>
    <dc:date>2024-10-22T14:15:51Z</dc:date>
    <item>
      <title>Upgrading from AutoCAD21 to '25, Windows 10 to 11. Lisps wont load</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/upgrading-from-autocad21-to-25-windows-10-to-11-lisps-wont-load/m-p/13098867#M7578</link>
      <description>&lt;P&gt;Any advice on the root cause? I have attempting using the Appload and CUI functions without any luck. Please help, I have 6 more units with the same problem&lt;/P&gt;</description>
      <pubDate>Mon, 21 Oct 2024 23:16:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/upgrading-from-autocad21-to-25-windows-10-to-11-lisps-wont-load/m-p/13098867#M7578</guid>
      <dc:creator>pit4MSVJ</dc:creator>
      <dc:date>2024-10-21T23:16:00Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrading from AutoCAD21 to '25, Windows 10 to 11. Lisps wont load</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/upgrading-from-autocad21-to-25-windows-10-to-11-lisps-wont-load/m-p/13098908#M7579</link>
      <description>&lt;P&gt;Sounds strange, check that you have support paths set for say where you load your lisps from, with Acad you also need to set your trusted paths again to where you have your lisps saved. Once done you should be able to do (load "yourlispfile") just by name.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To load say a custom menu use menuload and choose the mnu or Cui or CUIX.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2024 00:05:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/upgrading-from-autocad21-to-25-windows-10-to-11-lisps-wont-load/m-p/13098908#M7579</guid>
      <dc:creator>Sea-Haven</dc:creator>
      <dc:date>2024-10-22T00:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrading from AutoCAD21 to '25, Windows 10 to 11. Lisps wont load</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/upgrading-from-autocad21-to-25-windows-10-to-11-lisps-wont-load/m-p/13098933#M7580</link>
      <description>&lt;P&gt;if the lisps are not protected code, would you be willing to share one that does not load here so others in the community could try to see if they're successful in loading it in AutoCAD 2025 running Windows 11?&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2024 00:26:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/upgrading-from-autocad21-to-25-windows-10-to-11-lisps-wont-load/m-p/13098933#M7580</guid>
      <dc:creator>paullimapa</dc:creator>
      <dc:date>2024-10-22T00:26:15Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrading from AutoCAD21 to '25, Windows 10 to 11. Lisps wont load</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/upgrading-from-autocad21-to-25-windows-10-to-11-lisps-wont-load/m-p/13100261#M7581</link>
      <description>&lt;P&gt;I turned secureload function to 0 and had no luck&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2024 12:41:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/upgrading-from-autocad21-to-25-windows-10-to-11-lisps-wont-load/m-p/13100261#M7581</guid>
      <dc:creator>pit4MSVJ</dc:creator>
      <dc:date>2024-10-22T12:41:42Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrading from AutoCAD21 to '25, Windows 10 to 11. Lisps wont load</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/upgrading-from-autocad21-to-25-windows-10-to-11-lisps-wont-load/m-p/13100293#M7582</link>
      <description>Share your LISP here for others to test.</description>
      <pubDate>Tue, 22 Oct 2024 12:56:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/upgrading-from-autocad21-to-25-windows-10-to-11-lisps-wont-load/m-p/13100293#M7582</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2024-10-22T12:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrading from AutoCAD21 to '25, Windows 10 to 11. Lisps wont load</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/upgrading-from-autocad21-to-25-windows-10-to-11-lisps-wont-load/m-p/13100310#M7583</link>
      <description>&lt;P&gt;Hi Paul,&lt;/P&gt;&lt;P&gt;Thanks for the willingness to help! This community is great! Attached is the lisp and the error thread received in AutoCAD. I would love to know the results of the community testing this lisp with their respective system.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Lisp Error 10-22-24.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1424434i7797FCD7F6C634AF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Lisp Error 10-22-24.png" alt="Lisp Error 10-22-24.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>Tue, 22 Oct 2024 13:02:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/upgrading-from-autocad21-to-25-windows-10-to-11-lisps-wont-load/m-p/13100310#M7583</guid>
      <dc:creator>pit4MSVJ</dc:creator>
      <dc:date>2024-10-22T13:02:16Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrading from AutoCAD21 to '25, Windows 10 to 11. Lisps wont load</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/upgrading-from-autocad21-to-25-windows-10-to-11-lisps-wont-load/m-p/13100340#M7584</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the willingness to help. Attached is the lisp file and the error thread i received.&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="Lisp Error 10-22-24.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1424446iAEF9317795B41B74/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Lisp Error 10-22-24.png" alt="Lisp Error 10-22-24.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2024 13:12:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/upgrading-from-autocad21-to-25-windows-10-to-11-lisps-wont-load/m-p/13100340#M7584</guid>
      <dc:creator>pit4MSVJ</dc:creator>
      <dc:date>2024-10-22T13:12:24Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrading from AutoCAD21 to '25, Windows 10 to 11. Lisps wont load</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/upgrading-from-autocad21-to-25-windows-10-to-11-lisps-wont-load/m-p/13100365#M7585</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/16313942"&gt;@pit4MSVJ&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Thanks for the willingness to help. Attached is the lisp file and the error thread i received.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Your LISP fails because it is trying to insert a DWG file that is not found in your search paths.&lt;/P&gt;&lt;P&gt;You don't have a LISP problem, you have a missing DWG file problem (If I create a generic DWG with that name in a generic path applicable to my PC, your LISP finishes just fine)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pendean_0-1729603055232.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1424453i6A6E1DCC33D8939B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="pendean_0-1729603055232.png" alt="pendean_0-1729603055232.png" /&gt;&lt;/span&gt;&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="pendean_1-1729603077138.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1424454iC20707B4AEBBA32A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="pendean_1-1729603077138.png" alt="pendean_1-1729603077138.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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="pendean_0-1729603298283.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1424455i50A1BFF621873FF3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="pendean_0-1729603298283.png" alt="pendean_0-1729603298283.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2024 13:21:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/upgrading-from-autocad21-to-25-windows-10-to-11-lisps-wont-load/m-p/13100365#M7585</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2024-10-22T13:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrading from AutoCAD21 to '25, Windows 10 to 11. Lisps wont load</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/upgrading-from-autocad21-to-25-windows-10-to-11-lisps-wont-load/m-p/13100536#M7586</link>
      <description>&lt;P&gt;Wow! Great response. I am impressed with your knowledge. I am fairly new to the coding of the lisp. Do you have a recommended solution for a shared office that everyone uses the same lisps and they are pulled from the server?&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2024 14:11:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/upgrading-from-autocad21-to-25-windows-10-to-11-lisps-wont-load/m-p/13100536#M7586</guid>
      <dc:creator>pit4MSVJ</dc:creator>
      <dc:date>2024-10-22T14:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrading from AutoCAD21 to '25, Windows 10 to 11. Lisps wont load</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/upgrading-from-autocad21-to-25-windows-10-to-11-lisps-wont-load/m-p/13100550#M7587</link>
      <description>&lt;P&gt;The path included in the lisp code is the actual source of the lisp file. Please excuse my limited knowledge.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2024 14:15:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/upgrading-from-autocad21-to-25-windows-10-to-11-lisps-wont-load/m-p/13100550#M7587</guid>
      <dc:creator>pit4MSVJ</dc:creator>
      <dc:date>2024-10-22T14:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrading from AutoCAD21 to '25, Windows 10 to 11. Lisps wont load</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/upgrading-from-autocad21-to-25-windows-10-to-11-lisps-wont-load/m-p/13100572#M7588</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/16313942"&gt;@pit4MSVJ&lt;/a&gt;&amp;nbsp;Place all shared blocks in a locked folder or folders (IT task) on your server, then add the path to that folder(s) to each AutoCAD profile being used here in OPTIONS command (you might need to restart your AutoCAD session if you want to test it)&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="pendean_1-1729606761596.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1424503iAC7ADDECC1DB13C1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="pendean_1-1729606761596.png" alt="pendean_1-1729606761596.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2024 14:19:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/upgrading-from-autocad21-to-25-windows-10-to-11-lisps-wont-load/m-p/13100572#M7588</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2024-10-22T14:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrading from AutoCAD21 to '25, Windows 10 to 11. Lisps wont load</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/upgrading-from-autocad21-to-25-windows-10-to-11-lisps-wont-load/m-p/13100790#M7589</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/16313942"&gt;@pit4MSVJ&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;The path included in the lisp code is the actual source of the lisp file. Please excuse my limited knowledge.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I missed this reply from you: pathing in lisp needs two \\ and not just one \&amp;nbsp;&lt;/P&gt;&lt;P&gt;... "X:\\filesfolder\\nextfolder\\nextsubfolder\\myfilename" ...&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2024 15:29:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/upgrading-from-autocad21-to-25-windows-10-to-11-lisps-wont-load/m-p/13100790#M7589</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2024-10-22T15:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrading from AutoCAD21 to '25, Windows 10 to 11. Lisps wont load</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/upgrading-from-autocad21-to-25-windows-10-to-11-lisps-wont-load/m-p/13101997#M7590</link>
      <description>&lt;P&gt;Agree with &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/37212"&gt;@pendean&lt;/a&gt;, we had multiple users but all custom programs were on the server. This included custom menu's. So if you make a custom menu you need to menuload it only once on all pc's. If you add new programs then add to your server custom.mnu just use menuload on your PC, as the CUI/CUIX will be saved to the server, when a user starts a new session of Cad the new menu will be available, they don't do anything. Yes need IT to give you permission, just a comment, the other users had access but were not interested in how it all worked so never bothered to lock, worked there for 17 years no probs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My old setup had 4 custom menu's, with 130+ lisps behind.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ok the good news you can use a lisp to setup all your pcs that point to a server, the lisp sets trusted paths, support paths, default template, save the junk directory and so on. The only thing that was custom for a user was their own toolbars that they liked and again had a script for each user. So when we did an upgrade a few minutes later it was all set up.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can provide the setup.lsp just ask.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ps IT decided to change from P: &amp;amp; S: to L: only, just had to change in any programs to suit, but 99% of programs depended on support path so still worked.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2024 04:51:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/upgrading-from-autocad21-to-25-windows-10-to-11-lisps-wont-load/m-p/13101997#M7590</guid>
      <dc:creator>Sea-Haven</dc:creator>
      <dc:date>2024-10-23T04:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrading from AutoCAD21 to '25, Windows 10 to 11. Lisps wont load</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/upgrading-from-autocad21-to-25-windows-10-to-11-lisps-wont-load/m-p/13103935#M7591</link>
      <description>&lt;P&gt;The mapping was incorrect and now fixed. Thanks to a great community full of helpful people!&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2024 19:14:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/upgrading-from-autocad21-to-25-windows-10-to-11-lisps-wont-load/m-p/13103935#M7591</guid>
      <dc:creator>pit4MSVJ</dc:creator>
      <dc:date>2024-10-23T19:14:35Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrading from AutoCAD21 to '25, Windows 10 to 11. Lisps wont load</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/upgrading-from-autocad21-to-25-windows-10-to-11-lisps-wont-load/m-p/13103944#M7592</link>
      <description>&lt;P&gt;I appreciate the assistance and helpful advice. The mapping was incorrect.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2024 19:17:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/upgrading-from-autocad21-to-25-windows-10-to-11-lisps-wont-load/m-p/13103944#M7592</guid>
      <dc:creator>pit4MSVJ</dc:creator>
      <dc:date>2024-10-23T19:17:24Z</dc:date>
    </item>
  </channel>
</rss>

