<?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: ARXLOAD failed in ObjectARX Forum</title>
    <link>https://forums.autodesk.com/t5/objectarx-forum/error-arxload-failed/m-p/10275249#M3432</link>
    <description>&lt;P&gt;Thank you Alexander, I have done what you suggested also and I still get the same error.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 28 Apr 2021 13:43:30 GMT</pubDate>
    <dc:creator>REllard</dc:creator>
    <dc:date>2021-04-28T13:43:30Z</dc:date>
    <item>
      <title>error: ARXLOAD failed</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/error-arxload-failed/m-p/10260655#M3428</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the following lisp&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(defun c:LayTransAuto()&lt;BR /&gt;(cond ((not (member "laytrans.arx" (arx))) (arxload "laytrans")))&lt;BR /&gt;(acet-laytrans "newlayers.dws" 0)&lt;BR /&gt;(princ))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and the following script that calls the above lisp&lt;/P&gt;&lt;P&gt;(load "laytrans.lsp" nil)&lt;BR /&gt;(c:LayTransAuto)&lt;BR /&gt;_.qsave&lt;BR /&gt;_.close&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I load this lsp into appstart, I can call the function and it runs as expected. How ever when I run the script that calls the lisp via the Batch Save Utility I get the following error.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Command: (load "laytranslsp.lsp" nil)&lt;BR /&gt;C:LAYTRANSAUTO&lt;/P&gt;&lt;P&gt;Command: (c:LayTransAuto)&lt;BR /&gt;; error: ARXLOAD failed&lt;/P&gt;&lt;P&gt;Command: _.qsave&lt;/P&gt;&lt;P&gt;Command: _.close&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Apr 2021 18:35:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/error-arxload-failed/m-p/10260655#M3428</guid>
      <dc:creator>REllard</dc:creator>
      <dc:date>2021-04-22T18:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: error: ARXLOAD failed</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/error-arxload-failed/m-p/10261356#M3429</link>
      <description>&lt;P&gt;I'm not familiar with the Batch Save utility, but it may be an issue with the arx file not being on the path of the utilities environment. Try specifying the entire path of the arx file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i.e.&lt;/P&gt;&lt;P&gt;(arxload "C:\\Program Files\\Autodesk\\AutoCAD 2020\\laytrans.arx")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can use (findfile "laytrans.arx") to get the above path.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See if that helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Good luck,&lt;/P&gt;</description>
      <pubDate>Thu, 22 Apr 2021 23:07:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/error-arxload-failed/m-p/10261356#M3429</guid>
      <dc:creator>SeeMSixty7</dc:creator>
      <dc:date>2021-04-22T23:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: error: ARXLOAD failed</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/error-arxload-failed/m-p/10271990#M3430</link>
      <description>&lt;P&gt;That also gave me the same error. Thank you for your reply though. Error is below from the detailLog&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Command: (arxload "C:\\Program Files\\Autodesk\\AutoCAD 2019\\Laytrans.arx")&lt;BR /&gt;; error: ARXLOAD failed&lt;/P&gt;</description>
      <pubDate>Tue, 27 Apr 2021 13:53:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/error-arxload-failed/m-p/10271990#M3430</guid>
      <dc:creator>REllard</dc:creator>
      <dc:date>2021-04-27T13:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: error: ARXLOAD failed</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/error-arxload-failed/m-p/10273198#M3431</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/10747456"&gt;@REllard&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have the following lisp&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(defun c:LayTransAuto()&lt;BR /&gt;(cond ((not (member "laytrans.arx" (arx))) (arxload "laytrans")))&lt;BR /&gt;(acet-laytrans "newlayers.dws" 0)&lt;BR /&gt;(princ))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and the following script that calls the above lisp&lt;/P&gt;
&lt;P&gt;(load "laytrans.lsp" nil)&lt;BR /&gt;(c:LayTransAuto)&lt;BR /&gt;_.qsave&lt;BR /&gt;_.close&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When I load this lsp into appstart, I can call the function and it runs as expected. How ever when I run the script that calls the lisp via the Batch Save Utility I get the following error.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Command: (load "laytranslsp.lsp" nil)&lt;BR /&gt;C:LAYTRANSAUTO&lt;/P&gt;
&lt;P&gt;Command: (c:LayTransAuto)&lt;BR /&gt;; error: ARXLOAD failed&lt;/P&gt;
&lt;P&gt;Command: _.qsave&lt;/P&gt;
&lt;P&gt;Command: _.close&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Looks like problem with path to "laytrans.arx". This file have to be in &lt;EM&gt;&lt;STRONG&gt;Support File Search Path:&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="изображение.png" style="width: 720px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/912433i45CC76A72A3007FC/image-size/large?v=v2&amp;amp;px=999" role="button" title="изображение.png" alt="изображение.png" /&gt;&lt;/span&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Apr 2021 20:52:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/error-arxload-failed/m-p/10273198#M3431</guid>
      <dc:creator>Alexander.Rivilis</dc:creator>
      <dc:date>2021-04-27T20:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: error: ARXLOAD failed</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/error-arxload-failed/m-p/10275249#M3432</link>
      <description>&lt;P&gt;Thank you Alexander, I have done what you suggested also and I still get the same error.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Apr 2021 13:43:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/error-arxload-failed/m-p/10275249#M3432</guid>
      <dc:creator>REllard</dc:creator>
      <dc:date>2021-04-28T13:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: error: ARXLOAD failed</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/error-arxload-failed/m-p/10275392#M3433</link>
      <description>&lt;P&gt;&lt;EM&gt;Batch Save Utility&lt;/EM&gt; use AutoCAD or AcCoreConsole? If it use AcCoreConsole you can use only crx-files but not arx-files.&lt;/P&gt;
&lt;P&gt;You can try:&lt;/P&gt;
&lt;P&gt;1) to do copy of Laytrans.arx with name Laytrans.crx&lt;/P&gt;
&lt;P&gt;2) use (arxload "laytrans.crx") instead of (arxload "laytrans")&lt;/P&gt;
&lt;P&gt;But as far as Laytrans.arx dependent on acad.exe those manipulation can not help you...&lt;/P&gt;
&lt;DIV id="s3gt_translate_tooltip_mini" class="s3gt_translate_tooltip_mini_box" style="background: initial !important; border: initial !important; border-radius: initial !important; border-spacing: initial !important; border-collapse: initial !important; direction: ltr !important; flex-direction: initial !important; font-weight: initial !important; height: initial !important; letter-spacing: initial !important; min-width: initial !important; max-width: initial !important; min-height: initial !important; max-height: initial !important; margin: auto !important; outline: initial !important; padding: initial !important; position: absolute; table-layout: initial !important; text-align: initial !important; text-shadow: initial !important; width: initial !important; word-break: initial !important; word-spacing: initial !important; overflow-wrap: initial !important; box-sizing: initial !important; display: initial !important; color: inherit !important; font-size: 13px !important; font-family: X-LocaleSpecific, sans-serif, Tahoma, Helvetica !important; line-height: 13px !important; vertical-align: top !important; white-space: inherit !important; left: 10px; top: 35px; opacity: 0.85;"&gt;
&lt;DIV id="s3gt_translate_tooltip_mini_logo" class="s3gt_translate_tooltip_mini" title="Перевести выделенный фрагмент"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV id="s3gt_translate_tooltip_mini_sound" class="s3gt_translate_tooltip_mini" title="Прослушать"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV id="s3gt_translate_tooltip_mini_copy" class="s3gt_translate_tooltip_mini" title="Скопировать текст в буфер обмена"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 28 Apr 2021 14:20:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/error-arxload-failed/m-p/10275392#M3433</guid>
      <dc:creator>Alexander.Rivilis</dc:creator>
      <dc:date>2021-04-28T14:20:49Z</dc:date>
    </item>
    <item>
      <title>Re: error: ARXLOAD failed</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/error-arxload-failed/m-p/10276287#M3434</link>
      <description>&lt;P&gt;Thank you so much I have been banging my head on this one for a week. What fixed it for me was making a copy of the Laytrans.arx file as Laytrans.crx file.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Apr 2021 19:13:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/error-arxload-failed/m-p/10276287#M3434</guid>
      <dc:creator>REllard</dc:creator>
      <dc:date>2021-04-28T19:13:02Z</dc:date>
    </item>
  </channel>
</rss>

