File corrupted

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

File corrupted

fbicknel
I see others have the same type of problems occasionally.

I have a few hours of work in this file:

https://drive.google.com/file/d/0B6nO63SNdpveU3RHX3pnU2FiNUk/view?usp=sharing

I was wondering if there is some way to recover the work... or I'll have to go back in time a few hours to get the last working version.

afaik, I didn't do anything unusual. I just saved my work and closed the file. When next I tried to open it, LC crashes.

Thanks in advance.

Details:

File was last worked on LibreCad 2.1.3
MacOS 10.12.6
File won't open on either that host or on LibreCad 2.0.9-2 on Ubuntu 16.04 (4.4.0-96)
Reply | Threaded
Open this post in threaded view
|

Re: File corrupted

LordOfBikes
Administrator
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.dxf

Armin
investing less than half an hour into Search function can save hours or days of waiting for a solution
Reply | Threaded
Open this post in threaded view
|

Re: File corrupted

fbicknel
You, sir, are a lord and a gentleman. Well, of bikes, but hey, I still thank you kindly.

On Tue, Sep 26, 2017 at 4:07 AM LordOfBikes [via LibreCAD] <[hidden email]> wrote:
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.dxf

Armin


If you reply to this email, your message will be added to the discussion below:
http://forum.librecad.org/File-corrupted-tp5715334p5715335.html
To unsubscribe from File corrupted, click here.
NAML
--

Sent from my stone tablet
- Frank

Reply | Threaded
Open this post in threaded view
|

Re: File corrupted

b_chuk
In reply to this post by LordOfBikes
Hello,

I'm not sure but I think my file has the same problem with recursion. Can you help me?

https://drive.google.com/file/d/1sHJwPBPMTi3dIOGpWEnWtb6yDCi0pBGj/view?usp=sharing

Thanks