Crash Importing

If you are having problems with QCAD, post here. Please report bugs through our Bug Tracker instead.

Always attach your original DXF or DWG file and mentions your QCAD version and the platform you are on.

Moderator: andrew

Forum rules

Always indicate your operating system and QCAD version.

Attach drawing files and screenshots.

Post one question per topic.

Post Reply
Jam35
Junior Member
Posts: 12
Joined: Thu Jul 05, 2018 11:49 am

Crash Importing

Post by Jam35 » Thu Jul 05, 2018 12:30 pm

Code: Select all

Versions
QCAD version: 3.21.1.0
Date: Jun 29 2018
Qt version: 5.5.1
Compiler version: MSVC++ 12.0 (2013)
Build Date: Jun 29 2018
Revision: f91002a58ed31c64923d575ac043c1672a192bb0

Architecture: x86_64
OS: Windows
OS version: Windows 7, Windows Server 2008 R2 (operating system version 6.1)
Hi.
The attached .dxf crashes QC on import.
It opens fine but I cannot import it on top of another drawing.
Any ideas? Thanks.

Code: Select all

Faulting application name: qcad.exe, version: 3.21.1.0, time stamp: 0x5b3563ab
Faulting module name: MSVCR120.dll, version: 12.0.21005.1, time stamp: 0x524f83ff
Exception code: 0xc0000005
Fault offset: 0x000000000003c3f9
Faulting process id: 0x1c14
Faulting application start time: 0x01d4144cbd865801
Faulting application path: C:\Program Files\QCAD\qcad.exe
Faulting module path: C:\Program Files\QCAD\MSVCR120.dll
Report Id: 32ae50d7-8040-11e8-b525-901b0e3b9d7a
Attachments
ABC.dxf
(106.34 KiB) Downloaded 377 times

User avatar
andrew
Site Admin
Posts: 9037
Joined: Fri Mar 30, 2007 6:07 am

Re: Crash Importing

Post by andrew » Thu Jul 05, 2018 2:03 pm

Thanks for your report.

The problem seems to be caused by a missing image file (logo.png) referenced by the block "A4 Layout"

As a workaround, you can either delete the image or provide an image file "logo.png" in the same folder as your drawing file.

To delete the image file:
- open ABC.dxf
- View > Block List
- Double-click block "A4 Layout"
- View > Selection Filter
- Entity type: "Image"
- Click the button at the bottom left of the selection filter widget to select all images
- Hit Delete

The crash will be fixed for the next release.

Jam35
Junior Member
Posts: 12
Joined: Thu Jul 05, 2018 11:49 am

Re: Crash Importing

Post by Jam35 » Fri Jul 06, 2018 10:04 am

Works great, thank you.

Post Reply

Return to “QCAD Troubleshooting and Problems”