Login  Register

Re: Update on LibreCad Crashes When Opening File

Posted by Rallaz on Jul 01, 2013; 4:54pm
URL: https://forum.librecad.org/LibreCad-Crashes-When-Opening-File-tp5708103p5708470.html

several things...

1. config file
You can find it in /home/<user>/.config/LibreCAD/LibreCAD.conf

2. crash
If the log is when you load the file mechtute3.dxf the crash is reading/adding header vars, I need more time to investigate.

3. mechtute3.dxf
Is a corrupted dxf file, you can edit it with kwrite or gedit
#line 2 => dxflib 3.1.0.0 seems last saved with qcad3
#line 163 => start section tables without ENDSEC record
#line 1311 =>  presence of *Paper_Space0 BLOCK_RECORD without block definition entry
#line 1379 => starts *Paper_Space block definition without *Model_Space ENDBLK entry.

I edited  mechtute3.dxf file by hand and attached it (mectuto.dxf), you can verify does not crash?
mectuto.dxf