Results 1 to 8 of 8

Thread: Autodesk Architectural Desktop menu utilities loaded.bad argument type:

  1. #1
    The Silent Type CADMama's Avatar
    Join Date
    2016-01
    Location
    Where reference planes have Defines Origin checked
    Posts
    1,040
    Login to Give a bone
    0

    Default Autodesk Architectural Desktop menu utilities loaded.bad argument type:

    I have someeone with a problem and I am not sure if it is a path problem or not. Here is the text from her screen:
    Opening an AutoCAD 2004 format file.

    Resolve Xref "32TLTBLK": P:\-ACTIVE\05032\DRAWINGS\32TLTBLK.DWG

    "32TLTBLK" loaded.

    Regenerating model.

    AutoCAD Express Tools Copyright © 2002-2004 Autodesk, Inc.

    AutoCAD menu utilities loaded.

    Autodesk Architectural Desktop menu utilities loaded.bad argument type: stringp nil bad argument type: stringp nil



    Can someone enlighten me as to this error? Is it the "-ACTIVE" in the path?
    Any other ideas?
    Donnia

  2. #2
    Administrator Opie's Avatar
    Join Date
    2002-01
    Location
    jUSt Here (a lot)
    Posts
    9,100
    Login to Give a bone
    0

    Default Re: Autodesk Architectural Desktop menu utilities loaded.bad argument type:

    It looks like it may be a bad LISP file that doesn't have all of the variables correct. Have any new programs been added to her system recently?
    If you have a technical question, please find the appropriate forum and ask it there.
    You will get a quicker response from your fellow AUGI members than if you sent it to me via a PM or email.
    jUSt

  3. #3
    The Silent Type CADMama's Avatar
    Join Date
    2016-01
    Location
    Where reference planes have Defines Origin checked
    Posts
    1,040
    Login to Give a bone
    0

    Default Re: Autodesk Architectural Desktop menu utilities loaded.bad argument type:

    Quote Originally Posted by Opie
    It looks like it may be a bad LISP file that doesn't have all of the variables correct. Have any new programs been added to her system recently?
    No custom LISP at all.

    Next idea?

  4. #4
    Administrator rkmcswain's Avatar
    Join Date
    2004-09
    Location
    Earth
    Posts
    9,804
    Login to Give a bone
    0

    Default Re: Autodesk Architectural Desktop menu utilities loaded.bad argument type:

    Quote Originally Posted by CADMama
    No custom LISP at all.

    Next idea?
    This has nothing to do with your xref. The bad argument type: stringp nil is a lisp error indicating that a function is expecting a string variable and is receiving NIL.

    Something is trying to load, whether you know it or not.


    Autodesk Architectural Desktop menu utilities loaded.bad argument type: stringp nil bad argument type: stringp ni


    The red is a prompt line from the MNL file most likely. The blue is from lisp code either below the previous prompt string in the same file -or- more likely from another lisp file.

    Try the following at the command line.

    (findfile "acad.lsp")
    (findfile "acaddoc.lsp")

    If either return a path, temporarily rename the file to something like "acad.save", then startup again.
    R.K. McSwain | CAD Panacea |

  5. #5
    The Silent Type CADMama's Avatar
    Join Date
    2016-01
    Location
    Where reference planes have Defines Origin checked
    Posts
    1,040
    Login to Give a bone
    0

    Default Re: Autodesk Architectural Desktop menu utilities loaded.bad argument type:

    Quote Originally Posted by rkmcswain
    This has nothing to do with your xref. The bad argument type: stringp nil is a lisp error indicating that a function is expecting a string variable and is receiving NIL.

    ....

    (findfile "acad.lsp")
    (findfile "acaddoc.lsp")

    If either return a path, temporarily rename the file to something like "acad.save", then startup again.
    Rename the lsp file?

  6. #6
    Administrator rkmcswain's Avatar
    Join Date
    2004-09
    Location
    Earth
    Posts
    9,804
    Login to Give a bone
    0

    Default Re: Autodesk Architectural Desktop menu utilities loaded.bad argument type:

    Quote Originally Posted by CADMama
    Rename the lsp file?
    In other words, if (findfile "acaddoc.lsp") returns something like "C:\Cadstuff\acaddoc.lsp", then go to "C:\Cadstuff" and rename "acaddoc.lsp" to something like "acaddoc.save" (make sure your file extensions are ON in Windows Explorer)

    This way AutoCAD cannot find (and will not load) code from this file.
    R.K. McSwain | CAD Panacea |

  7. #7
    Member
    Join Date
    2010-02
    Posts
    2
    Login to Give a bone
    0

    Thumbs up Re: Autodesk Architectural Desktop menu utilities loaded.bad argument type:

    hi,
    i google my problem, and found my way here,
    the error bad argument problem is resolved.
    Thank you very much

  8. #8
    Member
    Join Date
    2010-02
    Posts
    2
    Login to Give a bone
    0

    Default Re: Autodesk Architectural Desktop menu utilities loaded.bad argument type:

    But the problem resurface again, then the second time i just deleted the .lsp file.
    what is the root error to make the problem occur again?

Similar Threads

  1. Replies: 0
    Last Post: 2013-04-08, 08:35 PM
  2. Replies: 0
    Last Post: 2013-03-30, 02:04 AM
  3. Replies: 8
    Last Post: 2012-01-28, 10:01 PM
  4. Replies: 16
    Last Post: 2011-03-01, 03:25 PM
  5. Error AutoCAD menu utilities loaded.-layer
    By matthew.159401 in forum AutoLISP
    Replies: 2
    Last Post: 2011-02-03, 10:30 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
  •