See the top rated post in this thread. Click here

Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: error: malformed string on input

  1. #1
    Member
    Join Date
    2006-05
    Posts
    27
    Login to Give a bone
    0

    Default error: malformed string on input

    I keep getting this message when I load each drawing. How do I get rid of it? How do I even find out how to find it? I really don't know if it is having any affect or not, but would like to get rid of it.

    Thanks for any help.

  2. #2
    Certified AUGI Addict jaberwok's Avatar
    Join Date
    2000-12
    Location
    0,0,0 The Origin
    Posts
    8,570
    Login to Give a bone
    0

    Default Re: error: malformed string on input

    It sounds as if you have a bad lisp routine running every time you open a drawing.
    Check for acad.lsp / acaddoc.lsp files and look there.

  3. #3
    100 Club
    Join Date
    2003-06
    Location
    North Dallas
    Posts
    168
    Login to Give a bone
    0

    Default Re: error: malformed string on input

    If you can't find it there, look into MNL files loaded with your menus. Not there either, check in the Startup Suite from APPLOAD and check the lisp files loaded there.

  4. #4
    100 Club
    Join Date
    2015-11
    Location
    Cincinnati, Ohio
    Posts
    173
    Login to Give a bone
    0

    Default Re: error: malformed string on input

    Quote Originally Posted by jaberwok View Post
    It sounds as if you have a bad lisp routine running every time you open a drawing.
    Check for acad.lsp / acaddoc.lsp files and look there.

    I have this same error and it is causing some of my lisp routines not to load. I see in my loaded applications acad.mnl, acad2014.lisp and some others are ghosted (text not as bold as other text). Im assuming that means those files are not loading. Does that mean I should follow the paths listed and remove those files? I also see some .dll, .fas, .arx and .crx files that are ghosted in load manager should all these be removed?

  5. #5
    100 Club
    Join Date
    2003-06
    Location
    North Dallas
    Posts
    168
    Login to Give a bone
    0

    Default Re: error: malformed string on input

    The grayed out files are loaded. Not sure why some are gray and some are not. They don't need to be removed. If some of your lisps are not loading then it's a good chance that whatever file that those lisp routines reside in, is the file that contains the bad lisp.

  6. #6
    100 Club
    Join Date
    2015-11
    Location
    Cincinnati, Ohio
    Posts
    173
    Login to Give a bone
    0

    Default Re: error: malformed string on input

    how do you know what lisp is bad?

  7. #7
    100 Club
    Join Date
    2003-06
    Location
    North Dallas
    Posts
    168
    Login to Give a bone
    0

    Default Re: error: malformed string on input

    Count parentheses.

    But seriously, they can be hard to track down. The lisps not loading, are they from a compilation of lisp files or individual .lsp?

  8. #8
    100 Club
    Join Date
    2015-11
    Location
    Cincinnati, Ohio
    Posts
    173
    Login to Give a bone
    0

    Default Re: error: malformed string on input

    individual, the one compilation lisp works every time. but I have used these routines for 10 yrs and have never had a problem. Until I got 2014, now only a handful of my lisp routines will automatically loads with every drawing.

  9. #9
    100 Club
    Join Date
    2003-06
    Location
    North Dallas
    Posts
    168
    Login to Give a bone
    0

    Default Re: error: malformed string on input

    Ok, How are you auto loading them?

  10. #10
    100 Club
    Join Date
    2003-06
    Location
    North Dallas
    Posts
    168
    Login to Give a bone
    0

    Default Re: error: malformed string on input

    If it's easy you can try dragging and dropping the files into autocad to find the one that is causing the error.

Page 1 of 2 12 LastLast

Similar Threads

  1. XREF.LSP Causing malformed error
    By jdcincy in forum AutoLISP
    Replies: 1
    Last Post: 2013-08-27, 07:50 PM
  2. Replies: 16
    Last Post: 2012-07-16, 07:41 PM
  3. Replies: 16
    Last Post: 2011-03-01, 03:25 PM
  4. Select a point vs. String input
    By garberadam in forum AutoLISP
    Replies: 8
    Last Post: 2006-10-13, 06:49 PM
  5. Error:EOF after quote on input
    By csgohjmj in forum AutoLISP
    Replies: 3
    Last Post: 2004-07-16, 03:50 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •