home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR14 / R12C2B1.ZIP / 12C2BG.TXT
Lisp/Scheme  |  1993-04-15  |  19KB  |  382 lines

  1. 12c2BG.TXT - ACAD R12c2 bug list
  2.  
  3. Compiled by Mike Dickason [72711,3404]
  4. April 15, 1993       Initial posting   Bugs 1-34
  5.  
  6. The following list of ACAD 12c2 bugs and corresponding work arounds
  7. was compiled from a combination of problems I have personally
  8. encountered and from messages posted on the ACAD forum of
  9. Compuserve.  This list was originally called R12BUG.TXT, because
  10. many of the bugs listed in R12BUG.TXT have been fixed with either
  11. R12c1 or R12c2, this new list was started which lists only the bugs
  12. which are still present in R12c2.  Many of the bugs in R12c1 were
  13. driver related.  Since I personally can't verify all of the
  14. different drivers, I've made the assumption that all known driver
  15. bugs were fixed with R12c2.  Time will tell whether or not this is
  16. true.
  17.  
  18. I'm not an employee of AutoDesk, nor did I compile this list to
  19. discredit AutoDesk.  Indeed, I am quite happy with R12c2, but as
  20. with any program of this size and magnitude, there are some bugs. 
  21. This is not an official nor a complete list of R12c2 bugs.  It is
  22. meant to be used as an informative list to help other users who
  23. might be encountering similar problems.  All of the problems on
  24. this list have been reported to and acknowledged by ADESK.  If you
  25. know of any bugs which are not included on this list, I would be
  26. interested in hearing about them, solely for the purpose of keeping
  27. the list up to date.  Unless noted otherwise, the bugs are present
  28. in the North American version of ACAD R12c2 for DOS. 
  29.  
  30. Numbers prefixed with an '*' are either new to this posting, or
  31. have been updated from the previous posting to include additional
  32. information.
  33.  
  34.  
  35. *1.  There is "lockup" problem with a combination of DVIEW,
  36.      LTSCALE, DRAGMODE, and INSERT using a block containing
  37.      entities with non-continuous linetypes.  The following lisp
  38.      routine demonstrates the "lockup":
  39.  
  40.      (defun c:lock ()
  41.           (setvar "dragmode" 2)
  42.           (command "._zoom" "w" (list 1999995 499995) (list 2000105
  43.           500100))
  44.           (command "._line" (list 2000000 500000) "@100,0" "")
  45.           (command "._chprop" (entlast) "" "lt" "hidden2" "")
  46.           (command "._block" "lock" (list 0 0) (entlast) "")
  47.           (command "._dview" "" "")
  48.           (command "._ltscale" 50)
  49.           (command "._insert" "lock" (list 0 0))
  50.      )
  51.  
  52.      Start a new drawing with no prototype, run the lisp routine
  53.      and ACAD will "lockup" the system.  If I remove the call to
  54.      Dview, leave the line's linetype as continuous, leave
  55.      LTSCALE=1, or turn of DRAGMODE, the "lockup" problem
  56.      disappears.  It turns out that this routine does not lock up
  57.      the program.  If you initiate this sequence, then leave the
  58.      computer running for 3-6 hours and then come back, ACAD will
  59.      be waiting at the next prompt.  Same problem can occur when
  60.      attaching XREF's.  So if this happens while in an important
  61.      drawing that you haven't saved in several hours (shame on
  62.      you), just walk away from it and come back later and you
  63.      should be able to cancel out of the insert and then save.
  64.  
  65. *2.  If you use WBLOCK <dwgname> * to purge a drawing, and the
  66.      drawing contains xrefs, Release 12 resets all xref layer
  67.      visibility, color, and linetype settings to the values in the
  68.      external drawings, even when you've changed some of these
  69.      values and set VISRETAIN to 1 to keep the changes.
  70.  
  71.      Workaround: Use the PURGE command instead of WBLOCK * (note
  72.      that, because of block nesting, you sometimes have to go
  73.      through several OPEN and PURGE cycles in order to purge
  74.      everything).  Alternately, if your changes to xref layers are
  75.      minimal, simply reapply them after purging with WBLOCK *.
  76.  
  77. *3.  R12 has a problem with Wblocks and file locking when using
  78.      relative paths to specify the drawing name.  With file locking
  79.      turned on, if I open a file with a relative path, then attempt
  80.      to Wblock the drawing back to itself using the same relative
  81.      path, ACAD reports the following error message:
  82.  
  83.          Unable to lock file .\MIKE
  84.          File write locked by USER1
  85.          at 10:00 on 08/13/1992
  86.  
  87.           The command sequence to show this...
  88.  
  89.                Command:     OPEN
  90.                File name:   .\MIKE
  91.                Command:     WBLOCK
  92.                File name:   .\MIKE
  93.  
  94.      R11 didn't exhibit this problem.  The only way to make it work
  95.      in R12 is to type out the full path for the Wblock name, which
  96.      is a pain when you have long paths for the file directories. 
  97.      
  98.      The same problem occurs if you open a new drawing with a
  99.      relative path then attempt to save it using the SAVE command.
  100.  
  101. *4.  With FILEDIA=1, if you have a repeating menu command such as 
  102.      [Fan]*^c^cinsert c:/acad/elecsyms/fan which attempts to insert
  103.      a non-existant block, the ACAD displays a text message stating
  104.      that the block can't be found, then repeats the command as it
  105.      should because of the '*' prefix.  At this point, if you hit
  106.      any key other than ^C, ACAD will enter an infinite loop
  107.      attempting to insert a non-existant block.  At this point the
  108.      only way out is to re-boot the computer.
  109.  
  110. *5.  When performing a Zoom Extents within a viewport in
  111.      Paperspace, ACAD is incorrectly computing the drawing extents
  112.      based on every entity in the drawing instead of only those
  113.      thawed in the current viewport.  To show this, start a new
  114.      drawing, then place a circle at (5,5) with a 10' radius on
  115.      LAYER1, then create a second circle at (1000,1000) with a 10'
  116.      radius on LAYER2.  Set TILEMODE=0 and create then use MVIEW to
  117.      create 2 viewports.  Run VPLAYER and freeze LAYER1 in one
  118.      viewport and LAYER2 in the other viewport.  Now perform a Zoom
  119.      Extents in each viewport.  ACAD is zooming over the entire
  120.      model space instead of just the object space.  No known
  121.      workaround.
  122.  
  123. *6.  If you perform a PEDIT Join command on a polyline containing
  124.      curve information, the resultant joined polyline is stripped 
  125.      of all the curve information leaving you with a polyline made
  126.      entirely of straight line segments.  No known workaround.
  127.  
  128. *7.  With a closed polyline, if you perform the sequence PEDIT,
  129.      Edit vertex, Break, the command will not only break out the
  130.      segment between the specified vertices, but it also removes
  131.      the "closing" segment of the polyline leaving you with two
  132.      separate polylines if you attempt to break out an interior
  133.      section.  No known workaround.  Note:  This problem occurred
  134.      in earlier versions of ACAD and is not unique to R12.
  135.  
  136. *8.  ACAD does not allow the valid DOS filename characters
  137.      "`~!@#$%^&{}()'" to be used with the NEW, SAVE, WBLOCK, and
  138.      SAVEAS commands.  Interestingly enough, the commands OPEN and
  139.      INSERT do allow these characters to be used.  Because of this
  140.      discrepancy, it is possible to open an existing drawing which
  141.      contains these characters but you won't be able to save it
  142.      back to the disk with changing its name.
  143.  
  144. *9.  Having Limit Checking turned on prevents the you from
  145.      configuring your tablet menu.  Attempting to configure the
  146.      tablet menu with Limit Checking on results in the message
  147.      "Outside Limits" being display for each corner of the menu. 
  148.      The work around is to turn it off with the command, LIMITS
  149.      OFF.
  150.  
  151. *10. With file locking enabled, start a new drawing and attempt to
  152.      DXFIN a .DXF file which contains errors.  ACAD will generate
  153.      an error message about the invalid DXF file, then re-
  154.      initialize the drawing editor so that the current drawing name
  155.      is "UNNAMED" but it leaves the .DWK file for the original new
  156.      drawing.  You then have to delete the original .DWK before you
  157.      can attempt to start a new drawing with the same name.
  158.  
  159. *11. If you perform a Dview Twist on a drawing, then plot with a
  160.      window, the coordinates of the window corners displayed in the
  161.      new plot dialog box do not match the actual coordinates that
  162.      were picked.  Regardless of what the plot window shows, the
  163.      actual coordinates picked are used for generating the plot. 
  164.      This appears to related to the variable "TARGET", which
  165.      changes after a DVIEW, but never seems to be set back to its
  166.      default value (i.e. start a new drawing, look at the value of
  167.      TARGET, then do a Dview Twist 300, Dview Twist 0, and then
  168.      look at TARGET again and it is different).  No known work
  169.      around.
  170.  
  171. *12. Here's a minor bug with R12's help command.  Run the help
  172.      command, and select "Index" from the opening dialog box. 
  173.      Double click on any item in the index list (I'll use 3D as the
  174.      example) and the help screen for that item comes up as
  175.      expected.  Now select "Index" again and the index dialog pops
  176.      up with the selected item still highlighted.  Select "OK" to
  177.      view the same item again and you get a prompt that says
  178.      "Nothing selected." even though the item is still highlighted. 
  179.      To get the item again, you have to physically select it
  180.      instead of just selecting "OK".
  181.  
  182. *13. When using the new Shift to Add feature for building selection
  183.      sets, the "Window" and "Crossing" selection options add to the
  184.      current selection set instead of replacing it as documented. 
  185.      No known work around.
  186.  
  187. *14. There is a problem with any command which uses the new File
  188.      Dialog box to allow for file selection.  When you change the
  189.      file search pattern so that it matches enough file names to
  190.      require the slider bar to be used then slide the bar to the
  191.      bottom of this list it jumps back to the top of the list.  To
  192.      see this, load a drawing with enough blocks to enable the
  193.      sliders in a list box.  Call DDINSERT and pick Block to get a
  194.      listing of the blocks.  Change the Pattern specification to
  195.      anything that will retain the sliders (or just delete the "*"
  196.      and enter it again).  Then slide the list to the bottom and
  197.      release - it goes back to the top of the list.  It happens
  198.      whenever you change the Pattern specification.  However, it
  199.      will work correctly if you do it a second time - only happens
  200.      the first time after changing the Pattern specification.  This
  201.      problem occurs in every command which utilizes the R12 file
  202.      dialog box.
  203.  
  204. *15. With file locking enabled and FILEDIA=0, if you shell out of
  205.      ACAD and delete the MNX file for the current menu then return
  206.      to the editor and then attempt to make a selection from the
  207.      current menu you get the message "Error reading menu file.". 
  208.      At this point the "Command:" prompt does not appear, although
  209.      the program is actually waiting for the next command.
  210.  
  211. *16. With file locking enabled, save the current file, make some
  212.      changes, then shell out of ACAD and delete the .DWK file for
  213.      the current drawing.  Now end out of ACAD.  You get the
  214.      following message:
  215.           Unable to lock file XXX.
  216.           Trying to remove a non-existant lock.
  217.           Press RETURN to continue:
  218.  
  219.      This message will keep appearing until you hit ^C to cancel,
  220.      at which point the drawing is successfully saved and ACAD is
  221.      exited.
  222.  
  223. *17. The new variable PICKAUTO does not work.  Regardless of its
  224.      setting, ACAD allows you to draw a selection window (both
  225.      window and crossing window) automatically at the "Select
  226.      objects: " prompt.  Setting PICKAUTO to 0 is supposed to
  227.      disable this automatic windowing, but it only does works for
  228.      the first pick.  All subsequent picks will envoke the auto
  229.      selection window.
  230.  
  231. *18. After restoring a PCP file which has a default plot file name
  232.      which contains a path, any PCP files saved (during the same
  233.      editing session) will contain the default plot file name with
  234.      path that was originally read in, instead of the current
  235.      default plot file name.
  236.  
  237. *19. Create a visible attribute on layer 0.  Create a block called
  238.      TEST which consists solely of the attribute you just defined. 
  239.      Make a new layer called HOWCOME and insert the TEST block onto
  240.      this layer and enter "THIS IS TEXT" at the attribute value
  241.      prompt.  Freeze layer 0.  The attribute value of "THIS IS
  242.      TEXT" is still visible on the screen, as it should be since
  243.      anything created on Layer 0 is supposed to take on the
  244.      properties of the insertion layer.  Now try to select the
  245.      block using any command, including DDATTE, ERASE, MOVE, COPY,
  246.      etc. and you will not be able to.  The only known workaround
  247.      is to THAW Layer 0.
  248.  
  249. *20. When using the fillet command on lines that are residing on
  250.      different layers, the fillet arc will be created on the
  251.      current layer with the current layer color and current layer
  252.      linetype rather than on the current layer in the color
  253.      currently set by the color command and the current linetype
  254.      set by the linetype command.  No known workaround.  Same
  255.      problem applies to the CHAMFER command.
  256.  
  257. *21. The command DDIM does not work transparently, even though it
  258.      is documented to do so.  The only workaround is to run the
  259.      command from the "Command:" or "Dim:" prompts.
  260.  
  261. *22. The new TRIM with Fence option does not work correctly with
  262.      polylines which cross the trimming boundary more than twice. 
  263.      The only workaround is to keep repeating the trim command
  264.      until all of the polyline is gone.
  265.  
  266. *23. Call REPLAY to replay a TIFF file. Select a file from the
  267.      dialog box by double clicking on the file's name. Works
  268.      perfect.  Call REPLAY again. ACAD defaults to the file entered
  269.      before. Click OK: "Error: can't locate file". Press RETURN:
  270.      "Error: can't locate file". Double-click on the filename: This
  271.      works.
  272.  
  273. *24. R12 doesn't correctly display or plot certain circles with   
  274.      non-continuous linetypes contained within a block.  The
  275.      following lisp routine demonstrates the problem.
  276.           (defun c:showme ()
  277.             (setvar "ltscale" 1)
  278.             (command "._layer" "make" "hidden" "lt" "hidden" "" "")
  279.             (command "._circle" (list 0 0) (/ 3.0 32.0))
  280.             (command "._block" "no_show" (list 0 0) (entlast) "")
  281.             (setvar "ltscale" 48)
  282.             (command "._insert" "no_show" (list 0 0) 48 "" "")
  283.             (command "._zoom" "e")
  284.           )
  285.      If the block is exploded at this point, the circle will show 
  286.      up with a hidden linetype.  To make the circle display
  287.      correctly without exploding the block, the LTSCALE must be set 
  288.      to a value less than PI/2 (1.5706 works).
  289.  
  290. *25. The lisp expression (ssget "X" (list (cons 0 "ARC") (cons -4 
  291.      "=,=,=") (cons 10 (list 0 0 z)))) doesn't work.  The z
  292.      coordinate isn't being evaluated in the relational test with 
  293.      arcs.
  294.  
  295. *26. The lisp expression (ssget "X" (list (cons 0 "INSERT") (cons
  296.      -4 "=,=,=") (cons 10 (list 0 0 z)))) doesn't work.  The z
  297.      coordinate isn't being evaluated in the relational test with
  298.      blocks.
  299.  
  300. *27. If you create a custom linetype that consists of a repeated
  301.      sequence of two or more dots, AutoCAD doesn't display or plot
  302.      the linetype correctly. For instance, suppose you create a "3-
  303.      dot" linetype (a sequence of 3 closely spaced dots, followed
  304.      by a wide space, followed by 3 more dots...) by adding the
  305.      following linetype definition to ACAD.LIN:
  306.  
  307.           *3DOTS,... ... ... ... ...
  308.           A,0,-.25,0,-.25,0,-.5
  309.  
  310.      When you draw random line segments with this linetype, some of
  311.      the segments are continuous, and in other segments the dot
  312.      groupings are incorrectly spaced or contain the wrong number
  313.      of dots.  Note that this bug isn't new with Release 12.
  314.  
  315.      Workaround: Although we haven't discovered a completely
  316.      effective workaround, drawing polylines with linetype
  317.      generation turned on minimizes the problem.  The first and
  318.      last sequences of dots are still wrong, but the remaining dots
  319.      are fine and the continuous segments disappear.  To turn on
  320.      linetype generation, set the Release 12 system variable
  321.      PLINEGEN to 1 before drawing the polylines.  Use the PLUD
  322.      command or the Ltype gen option of the PEDIT command to change
  323.      existing polylines.
  324.  
  325. *28. Documentation bug.  The ACAD Reference Manual index is missing
  326.      references to these AutoCAD commands: GraphScr, TextScr,
  327.      Redefine, Undefine, Script, RScript and Resume.
  328.  
  329. *29. Documentation bug.  The ADS Reference Manual example on page
  330.      108 which shows how to use ads_entmake() to generate a
  331.      polyline is incomplete.  The codes for the linetype and color
  332.      were omitted for each VERTEX and for the SEQEND.  If the
  333.      linetype and color are not included in the ads_buildlist()
  334.      command for these items, the AUDIT command will report several
  335.      errors in the drawing after running the example as shown.
  336.  
  337. *30. When using the DLGCOLOR command, typing a filename into the
  338.      default file box will not work unless you include the .DCC
  339.      extension in the name.
  340.  
  341. *31. In the FILTER dialogue, double clicking on an item in one of
  342.      the "Select..." subdialogues doesn't work.  AutoCAD puts the
  343.      dialogue away, but the item isn't selected.  To reproduce the
  344.      problem, load a drawing containing several layers and
  345.      linetypes.  Start FILTER and select Layer as the filter
  346.      criterion.  Click on "Select..." and when the layer list comes
  347.      up, double click on a layer name.  AutoCAD returns to the
  348.      FILTER dialogue, but doesn't copy the layer name to the X:
  349.      text box.  Ditto with using Linetype as a filter criterion.
  350.  
  351. *32. In the Text Location subdialogue of DDIM, two of the choices
  352.      in the Alignment drop-down list are reversed.  "Align When
  353.      Inside Only" turns DIMTIH on and DIMTOH off, as the manual
  354.      states, but the effect of these settings is to keep text
  355.      horizontal when it's inside the extension lines, and to align
  356.      it when the text is outside (exactly the opposite of what the
  357.      label and manual say).
  358.  
  359.      Similarly, "Align When Outside Only" turns DIMTIH off and
  360.      DIMTOH on, which keeps text horizontal when it's outside the
  361.      extension lines, and aligns it when the text is inside.
  362.  
  363. *33. Undo doesn't work quite right with DDIM. To reproduce the
  364.      problem:
  365.      1)   Start DDIM and save the current dimvars to a style name,
  366.           say STANDARD.
  367.      2)   Draw a dimension (optional).
  368.      3)   Start DDIM again and make any dimvar changes using one of
  369.           the Dimension Variable subdialogues.  Close the DDIM
  370.           dialogue.
  371.      4)   AutoCAD updates the dimension style.  Now type U to undo. 
  372.           AutoCAD (correctly) undoes the change to the dimension
  373.           style.
  374.      5)   Start DDIM once more and note that the current style is
  375.           *UNNAMED, rather than STANDARD.
  376.  
  377.      Workaround: Type U twice instead of just once (or pop up DDIM
  378.      after you use U and select STANDARD as the current style).
  379.  
  380. *34. The new "F", "CP", and "WP" selection methods do not honor the
  381.      setting of Orthomode.
  382.