<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>texupport &#187; AutoCAD &#8211; Bugs</title>
	<atom:link href="http://www.texupport.net/blog/category/autocad-bugs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.texupport.net/blog</link>
	<description>Infrequently updated AutoCAD &#38; Civil 3D info</description>
	<lastBuildDate>Mon, 20 Dec 2010 18:20:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
		<item>
		<title>Civil 3D 2010 Fatal Error at launch (Fatal error e0434f4dh at 7c812afbh)</title>
		<link>http://www.texupport.net/blog/2010/12/20/civil-3d-2010-fatal-error-at-launch-fatal-error-e0434f4dh-at-7c812afbh/</link>
		<comments>http://www.texupport.net/blog/2010/12/20/civil-3d-2010-fatal-error-at-launch-fatal-error-e0434f4dh-at-7c812afbh/#comments</comments>
		<pubDate>Mon, 20 Dec 2010 18:10:12 +0000</pubDate>
		<dc:creator>rsanchez</dc:creator>
				<category><![CDATA[AutoCAD - Bugs]]></category>
		<category><![CDATA[AutoCAD Civil 3D - Bugs]]></category>

		<guid isPermaLink="false">http://www.texupport.net/blog/?p=427</guid>
		<description><![CDATA[I&#8217;ve been meaning to write about this for some time now, but I just haven&#8217;t had the time until now&#8230; I rolled out Civil 3D 2010 to several offices in October of 2009.  Starting in May of 2010, I started to receive periodic reports of 2010 raising Fatal error e0434f4dh at 7c812afbh immediately after it [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been meaning to write about this for some time now, but I just haven&#8217;t had the time until now&#8230;</p>
<p>I rolled out Civil 3D 2010 to several offices in October of 2009.  Starting in May of 2010, I started to receive periodic reports of 2010 raising <strong>Fatal error e0434f4dh at 7c812afbh</strong> immediately after it was launched.  In these cases, no drawing files were opened and nothing out of the ordinary took place.  After running Civil 3D succesfully for weeks or months at a time, a user can simply double click on the C3D icon and can&#8217;t proceed past the fatal error.</p>
<p>When I submitted a CER on this, Autodesk&#8217;s stock response was to let the <a href="http://usa.autodesk.com/adsk/servlet/ps/dl/item?siteID=123112&amp;id=13288548&amp;linkID=9240697">secondary installer</a> reinitiate the user profile.  Unfortunately, this is time consuming and it&#8217;s usually not a simple task for an average end user.  Knowing that the secondary installer just installs clean registry entries and appdata, I decided to dig a little deeper.</p>
<p>Before running the secondary installer, I exported everything under HKCU\Software\Autodesk\AutoCAD\R18.0 to a .REG file so that I could compare a fresh copy of a user profile to one which was creating the fatal errors.  Then, after creating a clean user profile, I chopped the .REG file in half using a text editor.  Then I repeatedly restored half of the .REG file, and half again, until the fatal errors started to reappear.  It took some time, but I eventually zeroed in on the following key:</p>
<p><strong>HKCU\Software\Autodesk\AutoCAD\R18.0\ACAD-8000:409\WebServices\CommunicationCenter\LastUpdateTimeLoWord</strong></p>
<p>By resetting this value to 0, the fatal errors went away.  Over the past ~8 months, I&#8217;ve fielded several dozen reports of this fatal error, and in all but on case, setting the above key to 0 solved the issue immediately.  I&#8217;ve even helped friends at other firms use the same workaround successfully.</p>
<p>One of our other offices also runs vanilla AutoCAD 2010 and I&#8217;ve seen similar reports, albeit less frequently.  The same dword for AutoCAD 2010 can be found here:</p>
<p><strong>HKCU\Software\Autodesk\AutoCAD\R18.0\ACAD-8001:409\WebServices\CommunicationCenter\LastUpdateTimeLoWord</strong></p>
<p>There is one unexplainable aspect to this workaround.  After I had seen several instances of this behavior, I started to document the value that was stored in LastUpdateTImeLoWord.  For example, on August 16, 2010, one user couldn&#8217;t launch Civil 3D 2010, and I noted that LastUpdateTimeLoWord was set to 1281970257 (decimal) in his registry.  I reset it to 0 to get him back up and running.  However, manually setting LastUpdateTimeLoWord to 1281970257 (decimal) on any other system, or under any other user profile doesn&#8217;t seem to cause fatal errors all by itself. </p>
<p>I should note that over in the Autodesk discussion groups, there are several reports of similar fatal errors at startup, but at different addresses.  Your mileage may vary if you try this workaround for any fatal errors other than <strong>Fatal error e0434f4dh at 7c812afbh</strong></p>
<p>We haven&#8217;t deployed 2011 in production yet, and I haven&#8217;t seen the same fatal errors on my test systems.  I can say that I have had Civil 3D 2011 get into an &#8220;not responding&#8221; state immediately after launching, but without any fatal errors.  When I saw this, I set the equivalent dword to 0 (HKCU\Software\Autodesk\AutoCAD\R18.1\ACAD-9000:409\Webservices\CommunicationCenter\LastUpdateTimeLoWord) and then I was able to run C3D 2011 successfully.  I admit, though, that I haven&#8217;t seen enough cases of this on 2011 to be able to say definitively whether or not this key was responsible.  I may have just jumped the gun on killing the acad.exe process.</p>
<p>To summarize, to clear out this particular error in the 2010 versions, copy the following to a text file with the .REG extension and then double click on it when logged in as the affected user:</p>
<p><strong>For Civil 3D 2010:</strong></p>
<pre>Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Autodesk\AutoCAD\R18.0\ACAD-8000:409\WebServices\CommunicationCenter]
@=""
"LastUpdateTimeLoWord"=dword:00000000
"LastUpdateTimeHiWord"=dword:00000000</pre>
<p><strong>For AutoCAD 2010:</strong></p>
<p>Windows Registry Editor Version 5.00</p>
<pre>[HKEY_CURRENT_USER\Software\Autodesk\AutoCAD\R18.0\ACAD-8001:409\WebServices\CommunicationCenter]
@=""
"LastUpdateTimeLoWord"=dword:00000000
"LastUpdateTimeHiWord"=dword:00000000</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.texupport.net/blog/2010/12/20/civil-3d-2010-fatal-error-at-launch-fatal-error-e0434f4dh-at-7c812afbh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2d solids do not observe fillmode withinin certain layouts</title>
		<link>http://www.texupport.net/blog/2008/12/08/2d-solids-do-not-observe-fillmode-withinin-certain-layouts-2/</link>
		<comments>http://www.texupport.net/blog/2008/12/08/2d-solids-do-not-observe-fillmode-withinin-certain-layouts-2/#comments</comments>
		<pubDate>Mon, 08 Dec 2008 19:36:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[AutoCAD - Bugs]]></category>

		<guid isPermaLink="false">http://www.texupport.net/blog/2008/12/08/2d-solids-do-not-observe-fillmode-withinin-certain-layouts-2/</guid>
		<description><![CDATA[Since rolling out 2009 to a large userbase, we have encountered several drawing files which contain specific layouts within which any viewport will not show filled 2d solids properly. This behavior seems to be specific to AutoCAD 2009. The same drawing files behave as expected in AutoCAD 2008 (and, presumably, earlier releases). Although fillmode is [...]]]></description>
			<content:encoded><![CDATA[<p>Since rolling out 2009 to a large userbase, we have encountered several drawing files which contain specific layouts within which any viewport will not show filled 2d solids properly. This behavior seems to be specific to AutoCAD 2009. The same drawing files behave as expected in AutoCAD 2008 (and, presumably, earlier releases).</p>
<p>Although fillmode is turned on, a viewport within an affected layout will show 2d solids like so:</p>
<p><img class="alignnone size-full wp-image-303" title="fillmode" src="http://www.texupport.net/blog/wp-content/uploads/2008/12/fillmode.png" alt="fillmode" width="352" height="213" /></p>
<p><strong>Of note:</strong></p>
<ul>
<li>fillmode is set to 1</li>
<li>All viewports are set to 2d wireframe / hideplot is turned off in all of the viewports</li>
<li>I do have raster design 2009 installed. Neither the &#8220;filled object hotfix&#8221; nor SP1 corrected the problem</li>
<li>An example drawing can be found here: <a href="http://www.texupport.net/acad_examples/fillmode.dwg" target="_blank">http://www.texupport.net/acad_examples/fillmode.dwg</a></li>
</ul>
<p><strong>Workarounds:</strong> Recreate the entire layout, including the viewports and any paperspace annotation.<br />
<strong>First Appeared:</strong> AutoCAD 2009<br />
<strong>Status as of AutoCAD 2009 version 3.1</strong>: Still reproducible.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.texupport.net/blog/2008/12/08/2d-solids-do-not-observe-fillmode-withinin-certain-layouts-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Most Recently Used Documents fills up with DST files</title>
		<link>http://www.texupport.net/blog/2008/12/02/most-recently-used-documents-fills-up-with-dst-files/</link>
		<comments>http://www.texupport.net/blog/2008/12/02/most-recently-used-documents-fills-up-with-dst-files/#comments</comments>
		<pubDate>Tue, 02 Dec 2008 18:38:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[AutoCAD - Bugs]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Starting with AutoCAD 2009, the most recently used files list is designed to list both DWG and DST files.  Unfortunately, once nine (cumulative) DST files have been opened by one user, then the most recently used documents list will no longer contain drawing files.  Workarounds: I wrote this command to completely reset the MRUF list.  [...]]]></description>
			<content:encoded><![CDATA[<p>Starting with AutoCAD 2009, the most recently used files list is designed to list both DWG and DST files.  Unfortunately, once nine (cumulative) DST files have been opened by one user, then the most recently used documents list will no longer contain drawing files. </p>
<p><strong><br />
Workarounds:<br />
</strong>I wrote this command to completely reset the MRUF list.  This will remove all entries from the list.  Over time, be prepared for it to be populated by nine DST files again.  When that happens and it gets to be too annoying, simply re-run the command.  (Note: I&#8217;ll add the LSP file to the downloads section ASAP.)</p>
<p>;;Reset Most Recently Used Files<br />
;;This utility can be used to clean out the mess that 2009 and 2009v2 leaves in<br />
;;the Most Recently Used Document list after opening nine or more DST files<br />
;;absolutely no warranty<br />
;;feel free to modify as necessary<br />
;;I use this only periodically.  I run it manually when my Recently Used Files list gets filled up with DST files.<br />
;;v2008.12.01<br />
(PRINC &#8220;Reset Most Recently Used Files (rmruf) v2008.12.01 &#8211; <a href="http://www.texupport.net">www.texupport.net</a>&#8220;)<br />
(DEFUN c:rmruf (/ regkey mruf)<br />
 (SETQ mruf (GETENV &#8220;MRUFilesToList&#8221;))<br />
 (SETENV &#8220;MRUFilesToList&#8221; &#8220;0&#8243;)<br />
 (SETQ regkey (STRCAT &#8220;HKEY_CURRENT_USER\\&#8221; (VLAX-PRODUCT-KEY) &#8220;<a href="file://\\Recent">\\Recent</a> File List&#8221;))<br />
 (VL-REGISTRY-DELETE regkey)<br />
 (SETENV &#8220;MRUFilesToList&#8221; mruf)<br />
 (PRINC &#8220;\nMost Recently used files list has been reset.&#8221;)<br />
 (PRINC)<br />
) ;_ end-defun</p>
<p><strong><br />
First Appeared</strong>: AutoCAD 2009<br />
<strong>Status as of AutoCAD 2009, version 2:</strong> Still reproducible</p>
]]></content:encoded>
			<wfw:commentRss>http://www.texupport.net/blog/2008/12/02/most-recently-used-documents-fills-up-with-dst-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sheet set templates must have have all lowercase dst extension</title>
		<link>http://www.texupport.net/blog/2008/11/17/sheet-set-templates-must-have-have-all-lowercase-dst-extension/</link>
		<comments>http://www.texupport.net/blog/2008/11/17/sheet-set-templates-must-have-have-all-lowercase-dst-extension/#comments</comments>
		<pubDate>Mon, 17 Nov 2008 20:34:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[AutoCAD - Bugs]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[When  creating a sheet set template by placing a DST file in the SheetSetTemplatePath location, the file must absolutely have an extension of .dst (case sensitive).     If an uppercase character exists in the extension, the sheetset template appears with the extension in the listbox and the system will then search for YourTemplateName.DST.dst.      [...]]]></description>
			<content:encoded><![CDATA[<p>When  creating a sheet set template by placing a DST file in the SheetSetTemplatePath location, the file must absolutely have an extension of .dst (case sensitive).</p>
<p> </p>
<p><img class="alignnone size-full wp-image-169" title="dst_3" src="http://www.texupport.net/blog/wp-content/uploads/2008/11/dst_3.png" alt="dst_3" width="654" height="255" /></p>
<p> </p>
<p>If an uppercase character exists in the extension, the sheetset template appears with the extension in the listbox and the system will then search for YourTemplateName.DST.dst. </p>
<p> </p>
<p><img class="alignnone size-full wp-image-166" title="dst_1" src="http://www.texupport.net/blog/wp-content/uploads/2008/11/dst_1.png" alt="dst_1" width="628" height="259" /></p>
<p> </p>
<p>When it doesn&#8217;t find the template, a &#8220;File Not Found&#8221; dialog reports &#8220;Cannot find the specified sheet set data (DST) file.&#8221;</p>
<p> </p>
<p><img class="alignnone size-full wp-image-167" title="dst_2" src="http://www.texupport.net/blog/wp-content/uploads/2008/11/dst_2.png" alt="dst_2" width="272" height="107" /></p>
<p><strong> </strong></p>
<p><strong>Workarond:<br />
</strong>Create sheet set templates with a lowercase dst extension.</p>
<p><strong>First Appeared:</strong> Unknown<br />
<strong>Status as of AutoCAD 2009 version 3:</strong> Still Reproducible.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.texupport.net/blog/2008/11/17/sheet-set-templates-must-have-have-all-lowercase-dst-extension/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;Middle of Text&#8221; mleader connection doesn&#8217;t work when text attachments contain fields</title>
		<link>http://www.texupport.net/blog/2008/05/23/middle-of-text-mleader-connection-doesnt-work-when-text-attachments-contain-fields/</link>
		<comments>http://www.texupport.net/blog/2008/05/23/middle-of-text-mleader-connection-doesnt-work-when-text-attachments-contain-fields/#comments</comments>
		<pubDate>Fri, 23 May 2008 18:40:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[AutoCAD - Bugs]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[When using a multileader style with the leader connection point set to &#8220;middle of text,&#8221; the text attachment point jumps to the &#8220;middle of the top line&#8221; when any field is added to the text. Figure 1 &#8211; Middle of Text justified mleader Figure 2 &#8211; The same mleader with a field added Thanks to [...]]]></description>
			<content:encoded><![CDATA[<p>When using a multileader style with the leader connection point set to &#8220;middle of text,&#8221; the text attachment point jumps to the &#8220;middle of the top line&#8221; when any field is added to the text.</p>
<p>Figure 1 &#8211; Middle of Text justified mleader</p>
<p><img class="alignnone size-full wp-image-204" title="nofield" src="http://www.texupport.net/blog/wp-content/uploads/2008/05/nofield.png" alt="nofield" width="553" height="140" /></p>
<p>Figure 2 &#8211; The same mleader with a field added</p>
<p><img class="alignnone size-full wp-image-205" title="withfield" src="http://www.texupport.net/blog/wp-content/uploads/2008/05/withfield.png" alt="withfield" width="554" height="164" /></p>
<p>Thanks to Christian Billiot for submitting this report.</p>
<p><strong>Workarounds</strong>: None Known</p>
<p><strong>First Appeared:</strong> AutoCAD 2008<br />
<strong>Status as of 2009</strong>: Still reproducible</p>
]]></content:encoded>
			<wfw:commentRss>http://www.texupport.net/blog/2008/05/23/middle-of-text-mleader-connection-doesnt-work-when-text-attachments-contain-fields/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hatch Island Detection is incorrect when hatching around MTEXT entities</title>
		<link>http://www.texupport.net/blog/2008/03/20/hatch-island-detection-is-incorrect-when-hatching-around-mtext-entities/</link>
		<comments>http://www.texupport.net/blog/2008/03/20/hatch-island-detection-is-incorrect-when-hatching-around-mtext-entities/#comments</comments>
		<pubDate>Fri, 21 Mar 2008 01:04:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[AutoCAD - Bugs]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Under certain circumstances, the hatch command&#8217;s island detection feature does not work when mtext entities are contained within the area to be hatched. Steps to reproduce:    1. Create two mtext objects with this text (include a return after each word):  test centered text    2. Set the width on both mtext objects to 0. [...]]]></description>
			<content:encoded><![CDATA[<p>Under certain circumstances, the hatch command&#8217;s island detection feature does not work when mtext entities are contained within the area to be hatched.</p>
<p><strong>Steps to reproduce:</strong></p>
<p>   1. Create two mtext objects with this text (include a return after each word):  test centered text<br />
   2. Set the width on both mtext objects to 0.<br />
   3. Change the first mtext object to be middle centered justified.<br />
   4. Edit the second mtext object:<br />
   5. Select All<br />
   6. Select the &#8220;Center&#8221; icon on the Text Formatting toolbar<br />
<img class="alignnone size-full wp-image-201" title="CenteredTextb" src="http://www.texupport.net/blog/wp-content/uploads/2008/03/CenteredTextb.png" alt="CenteredTextb" width="745" height="94" /><br />
   7. Both mtext objects look the same at this point.<br />
   8. Draw a rectangle around each mtext object.<br />
   9. Hatch inside each rectangle (allowing island detection).<br />
  10. While the island detected around the middle justified text is correct, the border around the center justified text is incorrect.<br />
<img class="alignnone size-full wp-image-202" title="CenteredTexta" src="http://www.texupport.net/blog/wp-content/uploads/2008/03/CenteredTexta1.png" alt="CenteredTexta" width="590" height="379" /></p>
<p><strong>Workarounds:</strong><br />
Either use middle justified mtext entities or do not use zero with mtext entities.</p>
<p><strong>First Appeared:</strong> Unknown.  Bug didn&#8217;t exist in 2004, but is easily reproducible in AutoCAD 2008.<br />
<strong>Status as of 2008SP1:</strong> Still reproducible</p>
<p><strong>Submitted By:</strong> TommieR</p>
]]></content:encoded>
			<wfw:commentRss>http://www.texupport.net/blog/2008/03/20/hatch-island-detection-is-incorrect-when-hatching-around-mtext-entities/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bhatch does not find a hatch boundary</title>
		<link>http://www.texupport.net/blog/2008/03/07/bhatch-does-not-find-a-hatch-boundary/</link>
		<comments>http://www.texupport.net/blog/2008/03/07/bhatch-does-not-find-a-hatch-boundary/#comments</comments>
		<pubDate>Fri, 07 Mar 2008 15:25:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[AutoCAD - Bugs]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Ever since bhatch was introduced in R13, it has had trouble finding the boundary of many areas which are bound by arcs or polylines with arcs.  This bug seems to be more troublesome the farther the linework is away from the UCS origin.  It appears to be worse still when the linework is far from the WCS origin (such as [...]]]></description>
			<content:encoded><![CDATA[<p>Ever since bhatch was introduced in R13, it has had trouble finding the boundary of many areas which are bound by arcs or polylines with arcs.  This bug seems to be more troublesome the farther the linework is away from the UCS origin.  It appears to be worse still when the linework is far from the WCS origin (such as any geospatial drawing).  Over the past 14 years, the user community has come up with numerous workarounds to coax results from the bhatch command.  Unfortunately, no single workaround works in all cases.  Furthermore, none of these workarounds make sense to younger users who have never had to massage results from their software and have grown to expect applications to &#8220;just work.&#8221;  These workarounds are documented below.<br />
 </p>
<p><strong>Workarounds: </strong></p>
<ul>
<li>If the linework is polylines, sometimes it helps to explode them before hatching</li>
<li>If the linework is lines and arcs, sometimes it helps to convert them to polylines before hatching</li>
<li>Sometimes it helps to temporarily set the UCS closer to the current view <strong>*</strong></li>
<li>Sometimes it helps to temporarily move the linework closer to the WCS origin</li>
<li>Sometimes it helps to continuously cut the figure that won&#8217;t hatch into halves and hatch each half until a &#8220;leak&#8221; is found</li>
<li>You should always to check the entities in question for an &#8220;extrusion direction&#8221; and if they have one, remove the extrusion direction with the express tools FLATTEN command. </li>
<li>HPGAPTOL almost never works</li>
</ul>
<p><strong>First Appeared: </strong>When bhatch was introduced in<strong> </strong>R13 (1994).  It&#8217;s possible that the hatch command from previous releases exhibited the same symptoms, but I simply can&#8217;t remember.<br />
<strong>Status as of 2008 SP1: </strong>Still reproducible.</p>
<p><strong>*</strong> I have written a short lisp command which automatically sets the UCS close to the current view, runs the bhatch command, and then sets the UCS back.  Although it still fails in many of the same situations that cause the &#8220;out of the box&#8221; bhatch command to fail, it definitely does a better job than the default command in many cases.  In particular, it sheilds the users from quite a few hatch errors when working in geospatial drawing files.  The code is as listed below.  I&#8217;ll add it to the downloads section as time permits.</p>
<p>;; bbh.lsp (Better BHatch)<br />
;; ralph sanchez (rsanchez at texupport dawt net)<br />
;;<br />
;; As most users know, AutoCAD has trouble hatching anything but simple figures when working far from the WCS origin<br />
;; The user community has come up with several workarounds and this code attempts one of the most common.<br />
;; In short, it will temporarily change the UCS to the current view before executing the bhatch command.<br />
;; As with all of the workarounds, it is not perfect and does not work in many situations.<br />
;; It does, however, work better than the default bhatch command.<br />
(DEFUN c:bbh (/ ucsorg ucsx ucsy)<br />
  (DEFUN savars (sv0 / x)<br />
    ;;excellent savars/revars functions from paul turvill<br />
    ;;(prevents user ESC from killing variables)<br />
    (COMMAND &#8220;._undo&#8221; &#8220;begin&#8221;)<br />
    (SETQ svx1  nil<br />
   olderr *error*<br />
    ) ;_ end-setq<br />
    (FOREACH x sv0 (SETQ svx1 (APPEND svx1 (LIST (LIST x (GETVAR x))))))<br />
    (SETQ ucsorg (GETVAR &#8220;UCSORG&#8221;))<br />
    (SETQ ucsx (TRANS (LIST 1 0 0) 1 0))<br />
    (SETQ ucsy (TRANS (LIST 0 1 0) 1 0))<br />
    (DEFUN *error* (msg) (revars))<br />
  ) ;_ end-defun<br />
  (DEFUN revars (/ x)<br />
    (SETQ *error* olderr)<br />
    (FOREACH x svx1 (SETVAR (CAR x) (CADR x)))<br />
    (SETQ svx1 nil)<br />
    (COMMAND &#8220;._ucs&#8221; &#8220;3p&#8221; (TRANS ucsorg 0 1) (TRANS ucsx 0 1) (TRANS ucsy 0 1))<br />
    (PRINC)<br />
    (COMMAND &#8220;._undo&#8221; &#8220;end&#8221;)<br />
  ) ;_ end-defun<br />
  ;;******************************************************<br />
  (savars &#8216;(&#8220;cmdecho&#8221;)) ;&#8217;saves variables to be reset later<br />
  (SETVAR &#8220;cmdecho&#8221; 0)<br />
  (COMMAND &#8220;._ucs&#8221; (GETVAR &#8220;vsmin&#8221;) &#8220;&#8221;)<br />
  (INITDIA)<br />
  (COMMAND &#8220;bhatch&#8221;)<br />
  (WHILE (= (LOGAND (GETVAR &#8220;cmdactive&#8221;) 1) 1) (COMMAND pause))<br />
  ;;****************************************************** <br />
  (revars)<br />
  (PRINC)<br />
) ;_ end- defun</p>
]]></content:encoded>
			<wfw:commentRss>http://www.texupport.net/blog/2008/03/07/bhatch-does-not-find-a-hatch-boundary/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spline option in PEDIT command doesn&#8217;t work after join has been executed</title>
		<link>http://www.texupport.net/blog/2008/03/05/spline-option-in-pedit-command-doesnt-work-after-join-has-been-executed/</link>
		<comments>http://www.texupport.net/blog/2008/03/05/spline-option-in-pedit-command-doesnt-work-after-join-has-been-executed/#comments</comments>
		<pubDate>Wed, 05 Mar 2008 15:17:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[AutoCAD - Bugs]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[After joining lines or polylines within the PEDIT command, the SPLINE option can&#8217;t be run until the command is ended and reexecuted. Steps to reproduce: Draw three lines which meet end to end Enter PEDIT (if peditaccept is turned off, hit &#8220;y&#8221;) Select J to join the segments Select S to spline the resulting polyline Notice [...]]]></description>
			<content:encoded><![CDATA[<p>After joining lines or polylines within the PEDIT command, the SPLINE option can&#8217;t be run until the command is ended and reexecuted.</p>
<p>Steps to reproduce:</p>
<ul>
<li>Draw three lines which meet end to end</li>
<li>Enter PEDIT (if peditaccept is turned off, hit &#8220;y&#8221;)</li>
<li>Select J to join the segments</li>
<li>Select S to spline the resulting polyline</li>
<li>Notice that the command is exited</li>
</ul>
<p> </p>
<p><strong>Workarounds:</strong> Exit the PEDIT command after joining the segments, then reexecute PEDIT and select S to spline.</p>
<p><strong>First Appeared: </strong>2007? <strong>(</strong>This bug is definitely not evident in 2004 and is known to exist in 2007.  Its status in 2005 and 2006 is unknown)<br />
<strong>Status as of 2008 SP1:</strong> Still reproducible.</p>
<p>Thanks to Opie for submitting this report.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.texupport.net/blog/2008/03/05/spline-option-in-pedit-command-doesnt-work-after-join-has-been-executed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MOVE TEXT / NO LEADER override doesn&#8217;t work w/annotative dimensions</title>
		<link>http://www.texupport.net/blog/2007/11/15/move-text-no-leader-override-doesnt-work-wannotative-dimensions/</link>
		<comments>http://www.texupport.net/blog/2007/11/15/move-text-no-leader-override-doesnt-work-wannotative-dimensions/#comments</comments>
		<pubDate>Thu, 15 Nov 2007 21:48:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[AutoCAD - Bugs]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[In properties for the an annotative dimension entity, change the &#8220;text movement&#8221; property to &#8220;move text, no leader,&#8221; then save, close and reopen. After reopening, grip edit the text portion of the dimension, and notice that the &#8220;text movement&#8221; property changes back to &#8220;move text, add leader.&#8221; My testing has confirmed this bug in C3D, [...]]]></description>
			<content:encoded><![CDATA[<p>In properties for the an annotative dimension entity, change the &#8220;text movement&#8221; property to &#8220;move text, no leader,&#8221; then save, close and reopen. After reopening, grip edit the text portion of the dimension, and notice that the &#8220;text movement&#8221; property changes back to &#8220;move text, add leader.&#8221;</p>
<p>My testing has confirmed this bug in C3D, LDT and MAP 2008, but not necessarily AutoCAD 2008.</p>
<p> </p>
<p><strong>Workarounds:</strong> Use a dimension style set to &#8220;move text, no leader,&#8221; rather than using the property override.</p>
<p><strong>First Appeared:</strong> Map 2008, C3D 2008, LDT 2008<br />
<strong>Status as of 2008 SP1:</strong> Still reproducible.<br />
<strong>Status as of 2009:</strong> (unknown)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.texupport.net/blog/2007/11/15/move-text-no-leader-override-doesnt-work-wannotative-dimensions/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Paste to Original Coordinates doesn&#8217;t paste entities</title>
		<link>http://www.texupport.net/blog/2007/11/15/paste-to-original-coordinates-doesnt-paste-entities/</link>
		<comments>http://www.texupport.net/blog/2007/11/15/paste-to-original-coordinates-doesnt-paste-entities/#comments</comments>
		<pubDate>Thu, 15 Nov 2007 21:07:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[AutoCAD - Bugs]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[When copying with COPYBASE and attempting to paste using PASTEORIG, the copied entites do not appear. This only appears to occur when using COPYBASE with PASTEORIG. Keep in mind that if you will be executing PASTORIG, then using COPYBASE to specify the entities will present a useless prompt for base point. While its true that [...]]]></description>
			<content:encoded><![CDATA[<p>When copying with COPYBASE and attempting to paste using PASTEORIG, the copied entites do not appear.</p>
<p>This only appears to occur when using COPYBASE with PASTEORIG. Keep in mind that if you will be executing PASTORIG, then using COPYBASE to specify the entities will present a useless prompt for base point.</p>
<p>While its true that this can at least be interpreted as user error, the software should at least report the user error in a message box or at the command line.</p>
<p><strong>Workarounds:</strong> Use COPYBASE with PASTECLIP. Use COPYCLIP with PASTEORIG.<br />
<strong>First Appeared: </strong>AutoCAD 2006<br />
<strong>Status as of 2008 SP1:</strong> Still reproducible.<br />
<strong>Status as of 2009:</strong> (unknown)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.texupport.net/blog/2007/11/15/paste-to-original-coordinates-doesnt-paste-entities/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

