Results 1 to 4 of 4

Thread: AutoCAD Text window pops-up every time I open a drawing file.

  1. #1
    Certifiable AUGI Addict robert.1.hall72202's Avatar
    Join Date
    2004-07
    Location
    Detroit Michigan
    Posts
    2,508
    Login to Give a bone
    0

    Default AutoCAD Text window pops-up every time I open a drawing file.

    Every time I open a drawing I have the AutoCAD text window popping up.
    For the life of me, I cannot figure out why......any suggestions?

    Code:
    Menu item failed to load: ACAD:&File
    
    Opening an AutoCAD 2000 format file.
    Substituting [simplex.shx] for [el______.shx].
    Regenerating model.
    
    AutoCAD Express Tools Copyright © 2002-2004 Autodesk, Inc.
    ucsicon
    Enter an option [ON/OFF/All/Noorigin/ORigin/Properties] <OFF>: off
    AutoCAD menu utilities loaded.
    Copyright (c) 2006 qjchen
    Enter b2e to start.
    Type TX2MTX to begin.; error: malformed list on input
    
     Type > cx < to draw double arc:
     ***     Type DSTP to execute  ***
    
    Type RefreshBlocks to run program.
    LookUp loaded, Enter lookup to run.
     type < pipe > to start: Plot Tabs is loaded, Enter PLotTabs to run.error: 
    extra right paren on input
    
    Loaded new command CheckText.
    [c]2004, Andrzej Gumula.
    "SPACE.dwg": Can't find file in search path:
      C:Documents and SettingsrhallMy Documents (current directory)
      P:Cad DwgDChryslerC144(06JS41FrontDoor)
      C:Documents and SettingsrhallApplication DataAutodeskAutodesk Mechanical 
    Desktop 2007R17.0enusupport
      C:Program FilesAutodeskMDT 2007support
      C:Program FilesAutodeskMDT 2007fonts
      C:Program FilesAutodeskMDT 2007help
      C:Program FilesAutodeskMDT 2007express
      C:Program FilesAutodeskMDT 2007supportcolor
      C:Program FilesAutodeskMDT 2007drv
      C:Program FilesAutodeskMDT 2007
    *Invalid*
    error: Function cancelled
    SPLINE-TO-PLINE by Tony Hotchkiss. Enter S2P to start/nType DALI to Run
    
    Autodesk DWG.  This file is a Trusted DWG last saved by an Autodesk application 
    or Autodesk licensed application.

  2. #2
    The Silent Type Mike.Perry's Avatar
    Join Date
    2000-11
    Posts
    13,656
    Login to Give a bone
    0

    Default Re: AutoCAD Text window pops-up every time I open a drawing file.

    Hi

    First...

    Try fixing the reported two *errors* that are occurring during Loading / Opening of DWG files.

    OR

    Remove the files from the AutoCAD start-up process that are causing the *errors*.

    With the *errors* fixed / removed, does the AutoCAD text window still pop-up ?

    Have a good one, Mike

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

    Default Re: AutoCAD Text window pops-up every time I open a drawing file.

    This is at least one reason:

    Code:
    "SPACE.dwg": Can't find file in search path:
      C:Documents and SettingsrhallMy Documents (current directory)
      P:Cad DwgDChryslerC144(06JS41FrontDoor)
      C:Documents and SettingsrhallApplication DataAutodeskAutodesk Mechanical 
    Desktop 2007R17.0enusupport
      C:Program FilesAutodeskMDT 2007support
      C:Program FilesAutodeskMDT 2007fonts
      C:Program FilesAutodeskMDT 2007help
      C:Program FilesAutodeskMDT 2007express
      C:Program FilesAutodeskMDT 2007supportcolor
      C:Program FilesAutodeskMDT 2007drv
      C:Program FilesAutodeskMDT 2007
    Whenever you try to insert a block, and you do not supply a path, and the drawing cannot be found, the textscreen pops up to tell you that it cannot be found.

    Try it yourself with this:
    Code:
    (command "._insert" "noexist")
    Note that any lisp code evaulated at startup contains a (textscr) call, this will cause the text screen to appear also. Check out your startup routines. Code inside of a (defun) does not count, only code evaluated at load.


    As Mike says, you have a couple of errors in startup routines
    error: malformed list on input
    and
    extra right paren on input
    ...need to be fixed, although this is not what is causing the text screen to appear.
    R.K. McSwain | CAD Panacea |

  4. #4
    Certifiable AUGI Addict robert.1.hall72202's Avatar
    Join Date
    2004-07
    Location
    Detroit Michigan
    Posts
    2,508
    Login to Give a bone
    0

    Default Re: AutoCAD Text window pops-up every time I open a drawing file.

    Thanks for the help. I removed some lisp routines that didn't appear to be working.
    I had some test routines that I was using in 2006 that made their way into my
    startup for 2007. Seems I should check my list before I copy "Everything" over.

Similar Threads

  1. Replies: 2
    Last Post: 2011-04-07, 07:06 PM
  2. Replies: 9
    Last Post: 2007-05-29, 01:19 PM
  3. Replies: 15
    Last Post: 2006-11-23, 03:47 AM
  4. Is there a way to prevent AutoCAD from creating a .ds$ file every time I open a SS
    By robert.1.hall72202 in forum AutoCAD Sheet Set Manager
    Replies: 2
    Last Post: 2006-08-24, 05:53 PM
  5. Replies: 11
    Last Post: 2006-03-31, 11:04 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
  •