Drawing can't go two seconds without needing to be recovered.

Drawing can't go two seconds without needing to be recovered.

peterK93BS
Contributor Contributor
739 Views
5 Replies
Message 1 of 6

Drawing can't go two seconds without needing to be recovered.

peterK93BS
Contributor
Contributor

Program is Full AutoCAD 2023.

Drawing: A site plan that used a drawing with contours/buildings/hydrology/power/community map/etc. as the base(the contour lines are 3D technically). It has worked fine up until this point, and others for other sites are also fine.

 

Problem: I can only seem to get a couple commands in before the drawing complains that it needs to be recovered.

 

- Yes I have audited it, no errors found.

- I also tried to to copy linework into a blank drawing. It gave the "cannot save to specified format" error. Every time I used AUDIT it found and "fixed" four errors. I could use AUDIT a hundred times and it would always find and "fix" four errors.

- There was an Xref I couldn't detach so I bound it. Still can't find it though apparently there are 2 instances, can't purge it, and the purge window claims that it's in a layer that doesn't exist and is frozen and locked even when I hit "thaw all". The layers are: *ADSK_ASSOC_ENTITY_BACKUP (frozen, locked) and *ADSK_CONSTRAINTS (on).

- That block that can't be found came with the drawing when I copied everything over to the blank drawing. It is not nested according to the purge window.

- I've recovered the stupid thing dozens of times now. The recovery always claims there were no errors to be found. Recovery always appears shortly after the last recovery and usually once I click on something, sometimes caught up to where I just was and sometimes it's right back to where I started.

- I keep finding those *U### blocks everywhere and their thumbnails just show random things like dimensions or Mleader arrowheads.

- I even deleted almost everything in my /temp folder because someone said that might help.

 

I have no idea what to do. I'm just getting more and more behind schedule because it takes 15min just to make a single command stick.

0 Likes
740 Views
5 Replies
Replies (5)
Message 2 of 6

pendean
Community Legend
Community Legend
Is this a problem with only this one single DWG file? Share it here if you can.

ALSO... share with us screenshots of your ABOUT and GRAPHICSCONFIG command pop-ups please, and confirm your OS version when you get a chance.
Message 3 of 6

peterK93BS
Contributor
Contributor

I probably can't share the file, unfortunately. I'm using AutoCAD 2023.

Something I noticed lastnight, and again this morning, is that if I get the file to behave itself for any amount of time it's usually, not always, because I dared to use an aligned dimension.

The big difference/line in the sand between the file as it is now and how it was when it was working is, I think, the fact that I changed UCS so that I could draw perpendicular to the building. The original pointer was the 3D one with all the colours and was on a serious angle. I can't guarantee that that is the actual issue.

 

 

peterK93BS_0-1683122728248.png

 

0 Likes
Message 4 of 6

dflorezXFJYU
Community Visitor
Community Visitor

Im having a similar issue too. 

0 Likes
Message 5 of 6

pendean
Community Legend
Community Legend

@dflorezXFJYU wrote:

Im having a similar issue too. 


do you just need to set RECOVERYMODE system variable to 1? Look up what that means in HELP.

 

Then explain where you store your files, what your year-version of AutoCAD is, and what changed all of a sudden with your setup or files locations to create this issue (or have you been suffering in silence for years)?

0 Likes
Message 6 of 6

timothy_crouse
Collaborator
Collaborator

I would suggest using Lee Mac's Delete Block Lisp to delete the block from the drawing. 

 

I would spend some time (sounds like more time :)) tracking down orphaned items doing things

like running overkill, purge all and migrating sections over to a clean file and cleaning the sections.
Throughout this process, perform file saves to see if the file size is shrinking.


You'll have a pretty good idea when things are clean by the file size.

 

One technique is to divide the file into quadrants and paste each quadrant into a clean file.

Save each file and compare the file size.  This could lead to an idea of where the trouble is.The goal here is to split the file into equal drawing object content.

 

You could also use some object trace lisps to recreate clean objects then use laydel to rip
the layers out of the drawing, that is usually a pretty good way to clean stubborn garbage out of the file.

 

If this is an xref that will be used on multiple sheets it may be worth all this effort.

otherwise, grab the PDF and use it as an underlay, or convert the PDF to a new xref and start with that.


Good-Luck

-Tim C.

0 Likes