Re: File corrupted
Posted by
LordOfBikes on
URL: https://forum.librecad.org/File-corrupted-tp5715334p5715335.html
The problem with your DXF file is a recursion.
In the block
WallOutlet_single-gang you have somehow inserted the block
WallOutlet_single-gang itself. Thus opening the file leads into an infinite loop where LibreCAD loads the block again and again until memory overflows.
I've manually fixed this by removing the recursive insert in block WallOutlet_single-gang:
GoodFile.dxfArmin
investing less than half an hour into Search function can save hours or days of waiting for a solution