<?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>tema Re: &amp;quot;error: malformed string on input&amp;quot; AutoCAD 2017 for MAC en AutoCAD for Mac Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/quot-error-malformed-string-on-input-quot-autocad-2017-for-mac/m-p/6939396#M25503</link>
    <description>Good. Check that.&lt;BR /&gt;BTW if AutoLISP routines you were trying to use with AutoCAD are not very complex, probably it is possible to rewrite them to make compatible with AutoCAD for Mac.&lt;BR /&gt;You can attach them here and I can look at them.&lt;BR /&gt;&lt;BR /&gt;Maxim</description>
    <pubDate>Sat, 11 Mar 2017 15:38:12 GMT</pubDate>
    <dc:creator>maxim_k</dc:creator>
    <dc:date>2017-03-11T15:38:12Z</dc:date>
    <item>
      <title>"error: malformed string on input" AutoCAD 2017 for MAC</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/quot-error-malformed-string-on-input-quot-autocad-2017-for-mac/m-p/6938519#M25460</link>
      <description>&lt;P&gt;Hello, I'm testing the AutoCAD 2017 for MAC, most changes are great, it feels more like AutoCAD for Windows, something that makes my workflow faster as I always worked on Windows since R12, and I use in office 2 computers, one MAC and one PC...&amp;nbsp;&amp;nbsp; today I found the "error: malformed string on input" message when AutoCAD starts, as far as I know this error don't affect anything, but want to know what causes it, how to fix it and if it broke something inside AutoCAD that I haven't found yet. In forum mesages read something similar in AutoCAD electrical, but it's for Windows and the solution don't works for MAC&lt;/P&gt;</description>
      <pubDate>Fri, 10 Mar 2017 21:27:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/quot-error-malformed-string-on-input-quot-autocad-2017-for-mac/m-p/6938519#M25460</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-10T21:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: "error: malformed string on input" AutoCAD 2017 for MAC</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/quot-error-malformed-string-on-input-quot-autocad-2017-for-mac/m-p/6939013#M25498</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You have some AutoLISP routine which is loaded on AutoCAD launch and that routine has mismatched parenthesis pair.&lt;BR /&gt;Have you added some AutoLISP routine to the Startup Suite with APPLOAD command?&lt;BR /&gt;&lt;BR /&gt;Maxim</description>
      <pubDate>Sat, 11 Mar 2017 05:07:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/quot-error-malformed-string-on-input-quot-autocad-2017-for-mac/m-p/6939013#M25498</guid>
      <dc:creator>maxim_k</dc:creator>
      <dc:date>2017-03-11T05:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: "error: malformed string on input" AutoCAD 2017 for MAC</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/quot-error-malformed-string-on-input-quot-autocad-2017-for-mac/m-p/6939355#M25500</link>
      <description>Hello Maxim, thanks for answering my question. I tried a couple of lisp routines, but they haven't worked as AutoCAD for MAC lacks a lots of commands and system variables (they work perfect on AutoCAD for Windows), what I don't remember is if I only loaded once when tried them or configure them to auto load on start. I'll check it on monday, meanwhile have a nice weekend.</description>
      <pubDate>Sat, 11 Mar 2017 14:30:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/quot-error-malformed-string-on-input-quot-autocad-2017-for-mac/m-p/6939355#M25500</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-11T14:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: "error: malformed string on input" AutoCAD 2017 for MAC</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/quot-error-malformed-string-on-input-quot-autocad-2017-for-mac/m-p/6939396#M25503</link>
      <description>Good. Check that.&lt;BR /&gt;BTW if AutoLISP routines you were trying to use with AutoCAD are not very complex, probably it is possible to rewrite them to make compatible with AutoCAD for Mac.&lt;BR /&gt;You can attach them here and I can look at them.&lt;BR /&gt;&lt;BR /&gt;Maxim</description>
      <pubDate>Sat, 11 Mar 2017 15:38:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/quot-error-malformed-string-on-input-quot-autocad-2017-for-mac/m-p/6939396#M25503</guid>
      <dc:creator>maxim_k</dc:creator>
      <dc:date>2017-03-11T15:38:12Z</dc:date>
    </item>
    <item>
      <title>Re: "error: malformed string on input" AutoCAD 2017 for MAC</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/quot-error-malformed-string-on-input-quot-autocad-2017-for-mac/m-p/6942257#M25513</link>
      <description>&lt;P&gt;Hello Maxim, thanks for your answers, as you sugested the guilty was 2 LISP routines that where in the briefcase, both routines are a bit long, anyway I attach them to see if they can be updated easy...&amp;nbsp; do you know if there's a list of valid lisp commands or substitutes in MAC? I'll like to update and dust off my short knowlege writing LISP routines, best regards&lt;/P&gt;</description>
      <pubDate>Mon, 13 Mar 2017 14:54:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/quot-error-malformed-string-on-input-quot-autocad-2017-for-mac/m-p/6942257#M25513</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-13T14:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: "error: malformed string on input" AutoCAD 2017 for MAC</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/quot-error-malformed-string-on-input-quot-autocad-2017-for-mac/m-p/6942472#M25517</link>
      <description>I'll look at your LSP files later.&lt;BR /&gt;Meanwhile you can find AutoLISP Functions Reference here:&lt;BR /&gt;&lt;A href="http://help.autodesk.com/view/OARXMAC/2017/ENU/?guid=GUID-4CEE5072-8817-4920-8A2D-7060F5E16547" target="_blank"&gt;http://help.autodesk.com/view/OARXMAC/2017/ENU/?guid=GUID-4CEE5072-8817-4920-8A2D-7060F5E16547&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Each function in the Reference has a special note about availability on each platform - Windows and Mac.&lt;BR /&gt;&lt;BR /&gt;Maxim</description>
      <pubDate>Mon, 13 Mar 2017 16:04:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/quot-error-malformed-string-on-input-quot-autocad-2017-for-mac/m-p/6942472#M25517</guid>
      <dc:creator>maxim_k</dc:creator>
      <dc:date>2017-03-13T16:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: "error: malformed string on input" AutoCAD 2017 for MAC</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/quot-error-malformed-string-on-input-quot-autocad-2017-for-mac/m-p/6942756#M25524</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I didn't see a malformed list error with either of these files.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The larger of these files has a section in it that is trying to pull up a custom DCL dialog window. This will not work on the MAC.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are there specific parts of the routines that aren't working? The few that I tried all seem to work fine.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #808000;"&gt;Please select the &lt;STRONG&gt;Accept as Solution&lt;/STRONG&gt; button if my post solves your issue or answers your question.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Mar 2017 17:45:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/quot-error-malformed-string-on-input-quot-autocad-2017-for-mac/m-p/6942756#M25524</guid>
      <dc:creator>john.vellek</dc:creator>
      <dc:date>2017-03-13T17:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: "error: malformed string on input" AutoCAD 2017 for MAC</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/quot-error-malformed-string-on-input-quot-autocad-2017-for-mac/m-p/6942805#M25526</link>
      <description>John was ahead of me and already answered all questions.&lt;BR /&gt;If you need further assistance, let me know.&lt;BR /&gt;&lt;BR /&gt;Maxim</description>
      <pubDate>Mon, 13 Mar 2017 18:14:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/quot-error-malformed-string-on-input-quot-autocad-2017-for-mac/m-p/6942805#M25526</guid>
      <dc:creator>maxim_k</dc:creator>
      <dc:date>2017-03-13T18:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: "error: malformed string on input" AutoCAD 2017 for MAC</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/quot-error-malformed-string-on-input-quot-autocad-2017-for-mac/m-p/6943298#M25530</link>
      <description>&lt;P&gt;John, Maxim, thanks for taking the time to answer my doubts, the problem obviously isn't a "" issue, but a function/command/variable called by my LISPs that aren't recognized by the AutoCAD for MAC, I'll try to dig into this problem, I'll wonder if it's material for a new thread&lt;/P&gt;</description>
      <pubDate>Mon, 13 Mar 2017 21:36:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/quot-error-malformed-string-on-input-quot-autocad-2017-for-mac/m-p/6943298#M25530</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-13T21:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: "error: malformed string on input" AutoCAD 2017 for MAC</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/quot-error-malformed-string-on-input-quot-autocad-2017-for-mac/m-p/6943304#M25531</link>
      <description>&lt;P&gt;Let's keep going here &lt;img class="lia-deferred-image lia-image-emoji" src="https://forums.autodesk.com/html/@38DF24EF580240D512020314976B5FC8/emoticons/1f642.png" alt=":cara_con_una_leve_sonrisa:" title=":cara_con_una_leve_sonrisa:" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would look at each defun in the LISP routine and if you run across one that use want but isn't working, please add a post and I can try to help.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Mar 2017 21:39:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/quot-error-malformed-string-on-input-quot-autocad-2017-for-mac/m-p/6943304#M25531</guid>
      <dc:creator>john.vellek</dc:creator>
      <dc:date>2017-03-13T21:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: "error: malformed string on input" AutoCAD 2017 for MAC</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/quot-error-malformed-string-on-input-quot-autocad-2017-for-mac/m-p/6945974#M25566</link>
      <description>&lt;P&gt;HI&amp;nbsp;@Anonymous&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am checking back to see if my post or &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/665765"&gt;@maxim_k&lt;/a&gt;'s helped you with your problem. Please add a post with how you decide to proceed and your results so other Community members may benefit.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please hit the &lt;STRONG&gt;&lt;SPAN style="color: #808000;"&gt;Accept as Solution&lt;/SPAN&gt;&lt;/STRONG&gt; button if a post or posts solves your issue or answers your question.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Mar 2017 21:25:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/quot-error-malformed-string-on-input-quot-autocad-2017-for-mac/m-p/6945974#M25566</guid>
      <dc:creator>john.vellek</dc:creator>
      <dc:date>2017-03-14T21:25:45Z</dc:date>
    </item>
    <item>
      <title>Re: "error: malformed string on input" AutoCAD 2017 for MAC</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/quot-error-malformed-string-on-input-quot-autocad-2017-for-mac/m-p/6966387#M25683</link>
      <description>&lt;P&gt;Hello, sorry for the delay in continue the topic. The Zeta0.lsp routine is the one that I need to ran on AutoCAD for MAC, and it denies to work, I'm shure that is not for a "" issue, but can't figure out at what point this lisp is uncompatible wit AutoCAD for MAC, I'll keep trying to find out why.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2017 00:27:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/quot-error-malformed-string-on-input-quot-autocad-2017-for-mac/m-p/6966387#M25683</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-23T00:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: "error: malformed string on input" AutoCAD 2017 for MAC</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/quot-error-malformed-string-on-input-quot-autocad-2017-for-mac/m-p/6966641#M25684</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I tried Zeta0.lsp and it works fine on my side with some basic objects I created for test. From the code inside this Lisp file I can say - it is fully compatible with AutoCAD for Mac/&lt;BR /&gt;&lt;BR /&gt;Do you have troubles with this Lisp routine in all of your drawings or just in some of them?&lt;BR /&gt;&lt;BR /&gt;Maxim</description>
      <pubDate>Thu, 23 Mar 2017 04:15:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/quot-error-malformed-string-on-input-quot-autocad-2017-for-mac/m-p/6966641#M25684</guid>
      <dc:creator>maxim_k</dc:creator>
      <dc:date>2017-03-23T04:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: "error: malformed string on input" AutoCAD 2017 for MAC</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/quot-error-malformed-string-on-input-quot-autocad-2017-for-mac/m-p/6967730#M25688</link>
      <description>&lt;P&gt;Hih&amp;nbsp;@Anonymous&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I too had no problem with that LISP. What kind of error are you seeing?&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2017 14:17:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/quot-error-malformed-string-on-input-quot-autocad-2017-for-mac/m-p/6967730#M25688</guid>
      <dc:creator>john.vellek</dc:creator>
      <dc:date>2017-03-23T14:17:38Z</dc:date>
    </item>
    <item>
      <title>Re: "error: malformed string on input" AutoCAD 2017 for MAC</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/quot-error-malformed-string-on-input-quot-autocad-2017-for-mac/m-p/6996290#M25828</link>
      <description>&lt;P&gt;Hello, thnaks for the answers, I'm sorry because I can't no longer test the lisp zeta0.lsp because I was fired after 13 years working there, but definitely that lisp was the cause of the "error: malformed string on input" message, and the mentioned lisp wasn't working as should, his function was moving every single object in Z axis to "0", I guess it's because theres no Filter command in AutoCAD for MAC, but now maybe I never know.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2017 03:43:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/quot-error-malformed-string-on-input-quot-autocad-2017-for-mac/m-p/6996290#M25828</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-05T03:43:09Z</dc:date>
    </item>
    <item>
      <title>Re: "error: malformed string on input" AutoCAD 2017 for MAC</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/quot-error-malformed-string-on-input-quot-autocad-2017-for-mac/m-p/6996642#M25831</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I'm sorry about your dismissal.&lt;BR /&gt;Just want to say again that I tested Zeta0.lsp and it works fine in AutoCAD for Mac.&lt;BR /&gt;&lt;BR /&gt;Maxim</description>
      <pubDate>Wed, 05 Apr 2017 08:31:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/quot-error-malformed-string-on-input-quot-autocad-2017-for-mac/m-p/6996642#M25831</guid>
      <dc:creator>maxim_k</dc:creator>
      <dc:date>2017-04-05T08:31:26Z</dc:date>
    </item>
  </channel>
</rss>

