QCAD Bugtracker

QCAD - 2D CAD System.

Click here for a documentation of the DokuWiki formatting syntax that can be used in reports

Please search for existing tasks (also closed ones) before opening a new task.

Please make sure that you are using the latest Version of QCAD before posting a bug (menu Help > Check for Updates)

IDCategoryTask TypeSeveritySummaryStatusProgress  desc
747QCAD (main)Feature RequestLowDXF import: dimension labelAssigned
0%
Task Description

Add support for custom dimension labels created in 3rd party applications. Such labels may contain text that is stripped by QCAD.

976dxflibBug ReportLowDXF import errors related to hatches, textsAssigned
0%
Task Description

See:
http://www.qcad.org/rsforum/posting.php?mode=reply&f=30&t=2677

 892 QCAD (main)Bug ReportLow DXF compatibility issues when saved as DXF R15 / dxflib Closed
100%
Task Description

This report concerns QCAD 3.2.1 when used without the Teigha plugin for DXF / DWG support:

While playing around, I created a simple drawing with QCAD 3.2.0 with just some lines and dimensions.

QCAD 3.2.0 renders it as shown in dim-qcad320.png.

QCAD 2.0.5.0-community renders it as shown in dim-qcad2050free.png.

DraftSight V1R3.2 pops up a window upon loading that says “Drawing file requires recovery. Do you want to proceed?”. If I choose recovery, it renders it as shown in dim-draftsightv1r32.png (if I choose not to recover, it quits). If now I save the recovered drawing in “R2000-2002 ASCII drawing (*.dxf)” format (which looks closest to what QCAD 3.2 offers to save as by default), both QCAD 2 and QCAD 3.2 render this repaired drawing as intended (ie. as in dim-qcad320.png).

1008QCAD (main)Bug ReportLowDXF (dxflib) compat issuesAssigned
0%
Task Description

Git head as well as 3.4.5 (trial), both with dxflib 3.3.4.0.

Start up QCAD, (with existing or new configuration, doesn’t seem to matter), “Save as” the completely empty drawing, choose “R15 (dxflib)” on Pro (only this one is available on community), save drawing.

Fire up AutoCAD 2000, try to load the empty drawing just saved.

Result:

DXF read error
Error in APPID Table
DXF read error on line 941.
Invalid or incomplete DXF input -- drawing discarded.

Problem not present when a completely empty drawing saved using Teigha in R15 format is opened (ie. it just results in an empty drawing in AutoCAD 2000). Problem is also not present when saving an existing drawing with Pro (trial) with Teigha and opening it in AutoCAD 2000. Problem does present when trying to open a dxflib-saved drawing in AutoCAD 2000.

Empty drawings created with both dxflib 3.3.4.0 in QCAD Pro 3.4.5 trial and Teigha whatever in QCAD Pro trial 3.4.5 are attached. (Community Git 135fd0 is identical to Pro - same dxflib version.)

 2486 Command line toolsBug ReportLow dwgnest: part multiplicator switch (-u) has no effect Closed
100%
Task Description

-u / -multiplier switch has no effect (option applied to later during initialization of nester).

 2009 QCAD (main)Bug ReportLow dwginfo - no output Closed
100%
Task Description

Tested on Windows and Linux with several DWG files.

Windows:

[.] C:\opt\QCAD>dwginfo.bat D:\tmp\dwgtester\08.01.01.dwg
12:57:27: Debug:

You are using a trial version of QCAD Professional.

12:57:27: Debug:    If you would like to use this software productively,
12:57:27: Debug:    please purchase the full version for a small license fee from our
12:57:27: Debug:    Online Shop at:
12:57:27: Debug:    http://www.ribbonsoft.com/shop

12:57:27: Debug:    Thank you for trying this add-on!


12:57:27: Debug:    Your script will start in 15 seconds...
12:57:42: Debug:    Input file:  D:\tmp\dwgtester\08.01.01.dwg
12:57:42: Debug:    calling odInitialize

Linux:

root@0401d19459a5:/qcad# ./dwginfo -platform offscreen /data/08.01.01.dwg
QCAD version  3.23.0
11:56:24: Debug:

You are using a trial version of QCAD Professional.

11:56:24: Debug:    If you would like to use this software productively,
11:56:24: Debug:    please purchase the full version for a small license fee from our
11:56:24: Debug:    Online Shop at:
11:56:24: Debug:    http://www.ribbonsoft.com/shop

11:56:24: Debug:    Thank you for trying this add-on!


11:56:24: Debug:    Your script will start in 15 seconds...
11:56:39: Debug:    Input file:  /data/08.01.01.dwg
11:56:39: Debug:    calling odInitialize
 1075 QCAD (main)Bug ReportLow dwg2svg: include path broken Closed
100%
Task Description

See:
http://www.qcad.org/rsforum/viewtopic.php?f=33&t=2997

 2321 QCAD (main)Bug ReportLow dwg2svg: dots in hatch patterns not visible in SVG outp ...Closed
100%
Task Description

Possibly related to  FS#2309 

1542dwg2svgFeature RequestLowdwg2svg: add switch to show only given layer(s)Assigned
0%
Task Description

Implement a command line switch to only show a list of given layers for dwg2* command line tools.

 2263 QCAD (main)Bug ReportVery Low dwg2svg -min-lineweight option parsing broken Closed
100%
Task Description

The parsing for the -min-lineweight option of dwg2svg is broken, only -w or the undocumented -minlineweight options work.

This is due to a typo in the Dwg2Svg.js script around line 225:

      properties["minLineweight"] = getArgument(args, "-w", "-min-lineweight");
      if (isNull(properties["minlineweight"])) {
          properties["minLineweight"] = getArgument(args, "-w", "-minlineweight");
      }

This should be:

      properties["minLineweight"] = getArgument(args, "-w", "-min-lineweight");
      if (isNull(properties["minLineweight"])) {
          properties["minLineweight"] = getArgument(args, "-w", "-minlineweight");
      }

Note the case minlineweight vs minLineweight.

This has the consequence that the value parsed form -min-lineweight is always replaced with the value from -minlineweight, which is usually undefined.

Since the short option -w is parsed in both cases, it is not affected from the bug.

1700dwg2pdfFeature RequestLowdwg2pdf: output multiple layoutsAssigned
0%
Task Description

Add support to specify multiple blocks (layouts) to output (one per page).

 2542 dwg2pdfBug ReportLow dwg2pdf: lineweight is scaled with drawing scale, shoul ...Closed
100%
Task Description

When using PDF Export I see different lineweight to using dwg2pdf. See Different lineweights PDF Export vs dwg2pdf

 1221 dwg2pdfBug ReportLow dwg2pdf: Cannot create a QWidget Closed
100%
Task Description

dwg2pdf shows error under Windows systems:
Fatal: QWidget: Cannot create a QWidget when no GUI is being used

 1712 dwg2pdfBug ReportLow dwg2pdf: auto fit fails for blocks Closed
100%
Task Description

Autofit (-a) has no effect when converting a block or layout block (other than Model_Space).

 521 QCAD (main)Bug ReportLow dwg2pdf lost output with RC4 Closed
100%
Task Description

Previous working example script dwg2pdf creates empty pdf with QCad 3 RC4.
File size matches output of dwg2pdf in RC2, but output was ok in RC2.

1824dwg2pdfFeature RequestLowdwg2pdf does not obey frozen layers in paper-space view...Assigned
0%
Task Description

We currently have a paper-space using two viewports with different layers from the model-space frozen. Unfortunately in the pdf output the layers which are frozen show up.
dwg2pdf should obey the specific frozen layer for each viewport

 1960 dwg2pdfBug ReportLow dwg2pdf command fail Closed
100%
Task Description

Good afternoon, I found a bug.

Source file: B5.dwg.

Command line: .\dwg2pdf.bat -f -a -recompute-dim -ltscale=1 -font-substitution Standard GBK path

After I used the command, the message “Warning: standard font not found” occured. And B5.pdf is not found.
Convert is fail.

 1908 dwg2maptilesBug ReportLow dwg2maptiles: Transparent background not cleared Closed
100%
Task Description

See also:
https://www.qcad.org/rsforum/viewtopic.php?f=32&t=6389

 1623 QCAD (main)Feature RequestLow dwg2maptiles: specify single zoom level to generate Closed
100%
Task Description

Add command line argument to generate only one specific zoom level or a range of zoom levels.

See also:
https://www.qcad.org/rsforum/viewtopic.php?f=32&t=5005

 1624 QCAD (main)Feature RequestLow dwg2maptiles: specify single tile to generate Closed
100%
Task Description

Add command line argument to generate only one specific tile for a specific zoom level.

See also:
https://www.qcad.org/rsforum/viewtopic.php?f=32&t=5005

 1531 dwg2svgFeature RequestLow dwg2maptiles: add support for transparent background Closed
100%
Task Description

Trying to create map tiles using dwg2maptiles with a transparent background by adding the option-
-background=’#00FFFFFF’
-background=’transparent’

The output has transparent background but the PNGs get multiplied and scrambled and are not at all as expected.

Attached: original DWG file and an example of the error prone PNG.

 1480 QCAD (main)Feature RequestLow dwg2dwg: add command line switches to modify header var ...Closed
100%
Task Description

Add command line switches to dwg2dwg to change header variables during conversion (e.g. DIMASZ, DIMEXT, DIMTXT, ...)

 2324 dwg2csvBug ReportLow dwg2csv: exception when listing properties (-l) Closed
100%
Task Description

dwg2csv -l

Exception when trying to list properties for RDwgStyle

 2193 Command line toolsBug ReportVery Low dwg2csv retains the last encountered custom properties Closed
100%
Task Description

QCAD Professional
Win installer 32 bit
Version: 3.25.2.13 (3.25.2.13)
Internet: QCAD.org
Build Date: Feb 12 2021
Revision: cad2d36
Qt Version: 5.13.2
Architecture: i386
Compiler: Unknown

Andrew,
While enhancing DrawFromCSV: Forum Link.
I had a peek at the new command line tool: dwg2csv

I would never come up with 115 columns.
That wouldn’t be efficient to generate entities from.
Although this way it is very complete and one could use specific lists to filter.
One downside is that the ‘-list’ switch return is far too vast for the windows command line.



Remarked that:
Only the first alphabetically custom property is listed under:
QCAD:Line & QCAD:Reference (columns 114-115).
And that the last encountered is persistent for all entities that follows.

Maybe this originates from a multiple entity selection ...
... what also retains the last encountered custom properties in the property editor.
Should I add a seperate task for that?



Also had an exception thrown:
Debug: dropped global XDATA (no res buf): “ViewportCenter”.
Discarted that as this very basic test drawing hasn’t even a Viewport.

Regards,
CVH

Added: Snippet from DrawFromCSV code (merely a test case)

CSVcomma/semicolon
Offset;50;50
Point;39,789355;-0,815325;+[Custom;Reference:101];
Point;38,49526;4,014304;+[Custom;Reference:102;Line:56]

The two points, and only those two points, are casted with custom properties
QCAD|Reference|101
QCAD|Reference|102 & QCAD|Line|56

Added: The dxf file
Added: The csv file (change to the comma/semicolon style)

 2158 QCAD (main)Bug ReportLow dwg2bmp: -origin does not export origin Closed
100%
Task Description

-origin has no effect, origin is not drawn in export

2462QCAD (main)Bug ReportLowDWG import issue: m^2 gets weird "\A1"Assigned
0%
Task Description

I’ve opened an existing, old dwg file in the Professional Trial edition, file(1) says it’s “DWG AutoDesk AutoCAD 2004/2005/2006”.
It contains (among other stuff) a floor plan with areas in m^2. A PDF export (from the original software used at the time, probably autocad) shows that this was displayed correctly.
However, in QCAD, I get a “\A1” and a very small number 2 instead. I’ll attach screenshots.

 106 QCAD (main)Bug ReportLow DWG file loaded incorrect Closed
100%
Task Description

QCAD drawing dump:

RDocument("ba3bc58", RStorage("bb7aa28", 
current block ID: 22
current layer ID: 21
current view ID: -1
drawing unit: 0
bounding box: RBox(RVector(invalid)  -  RVector(invalid) )  
 RLayer(RObject(id: 21, document: "0xba3bc58", address: "0xbc2dbb0", undone: 0), name: "0", color: RColor(RGBA: 0, 255, 0, 255) , lineweight:  -3 , linetype:  2 )  
 RBlock(RObject(id: 22, document: "0xba3bc58", address: "0xbb45d10", undone: 0), name: "*Model_Space", origin: RVector(0, 0, 0) ) 
 RBlock(RObject(id: 23, document: "0xba3bc58", address: "0xbb442c0", undone: 0), name: "*MODEL_SPACE", origin: RVector(0, 0, 0) ) 
 RBlock(RObject(id: 24, document: "0xba3bc58", address: "0xbc2dc00", undone: 0), name: "*PAPER_SPACE", origin: RVector(0, 0, 0) ) 
 lastTransactionId: -1
variables: 
	"PageSettings/Scale": QVariant(QString, "1:1") 
 Known variables (DWG): 
...

 ) RSpatialIndex()  

2325QCAD (main)Bug ReportLowdwg file crashes QCADAssigned
0%
Task Description

Regarding to forum post:
https://www.qcad.org/rsforum/viewtopic.php?f=33&t=8982&p=35836#p35836

dwg loaded in 3.27.1 frees QCAD (no response) and a Win10 PC. Same drawing loaded in 3.26.0 causes no problems. It looks to me that two hatches (handle 198b6, 198ba) are the culprits.
Drawing saved without those hatches opens without any problem in 3.27.1.

TECNOFLEX symbol library.dwg = original file from forum post
TECNOFLEX symbol library_mod.dwg = my modification

 1853 QCAD (main)Bug ReportLow Duplication of input fields in Property Editor 3.21.3.1 ...Closed
100%
Task Description

look at
https://www.qcad.org/rsforum/viewtopic.php?f=89&p=22762&sid=26fade8dcfd514372faaf98834df4413#p22762

 1398 QCAD/CAMBug ReportLow Duplicate zoom buttons in toolbar and menu Closed
100%
Task Description

I am seeing duplicate zoom buttons in the View toolbar, and also under the View menu. Under Application Preferences→General→Tool Settings there are also multiple entries for these, with Shortcuts and Commands highlighted in red (means there are conflicts?). This is the QCAD/CAM version on Linux 32-bit Debian “testing” release. I also tried the same version on Windows 7 64-bit and am not seeing this issue. Screen shots attached.

 88 QCAD (main)Bug ReportLow Duplicate menu Closed
100%
Task Description

Block - Explode

 1073 QCAD (main)Bug ReportLow Duplicate images with same path not saved Closed
100%
Task Description

Only affects files saved through dxflib.

 2183 WebsiteBug ReportLow Dummy (spam) Closed
100%
Task Description

no task description

 2104 ECMAScriptRefactoringLow Dublicate functions in scripts/simple.js and scripts/li ...Closed
100%
Task Description

Both of these files (scripts/simple.js and scripts/library.js) contain a function named sleep() that duplicate each other. There is probably a need to delete one of them.

Permalinks to this definitions on Github:

 561 QCAD (main)Bug ReportLow Dropdown list with black lines Closed
100%
Task Description

Hello,
Just installed Q3rc5 with Win7.64 bits.French. To report bugs, I wanted to change my interface user language from French to English.
Using menu “Edit” =⇒ “Application preferences” =⇒ “Language settings” =⇒ “Language”, I notice that the dropdown list (combo box) is hard to decipher as all lines are with black text on a black background. Only the current value is shown with white text on a blue background.

Moving the cursor up and down reveals the other values. After navigating in the list, all values can be read. Going to another item in the Settings and then back to the Language settings : all lines can be read.
Closing the setting and opening it again, the same dropdown list has again all entries in black but the current selected value in blue.

NB: Searches for “dropdown”, “combo”, “selection” etc returned no related task.

2328QCAD (main)Bug ReportVery Lowdrop down, using keyboardAssigned
0%
Task Description

Minor issue!
When using keyboard to initiate the dropdown menus.
I noticed the ALT “D” does not cycle through the headings Draw & Dimension in the same way.
ALT “M” cycles though Modify & Misc or ALT “S” cycles though Select & Snap.
User Name: StanTibbs
E-mail: [email protected]

 1970 QCAD/CAMPerformance IssueMedium Drill Toolpath Workaround Closed
100%
Task Description

Hallo Andrew,

Fiddling with the drill-toolpath error, a solution seems to be to add the drill location as a ‘single point’ in the ‘source’ sublayer. I am using this as a Bug Work Around.

1911QCAD/CAMFeature RequestLowDrill ToolpathAssigned
0%
Task Description

Hallo Andrew

It would be more than conveniant, defining the drilling locations of the drill toolpath, by selecting a circle’s center point.

 2202 QCAD (main)Bug ReportLow Drawing rotated on load Closed
100%
Task Description

Sporadically, when I open a file, everything in it has rotated 180 degrees from when I last edited that file.

no Idea ehat this is about, definately a bug.

BR

Ola, Sweden

 19 QCAD (main)Feature RequestLow Drawing recovery in case file saving fails Closed
100%
Task Description
  1. before save: copy existing file (drawing.dxf) to temporary file, e.g. “drawing.bak”
  2. save()
    • no crash → remove recovery file
    • crash → file has size of 0 byte now
      1. restore recovery files on next start
for each file in recent files
  if file size == 0
    rename temporary file to actual file name
end
 1952 dwg2pdfBug ReportLow Drawing problem for the object in pdf which converted b ...Closed
100%
Task Description

The original file is A5.dwg. I’m using QCAD professional 3.23.0. A5.pdf is converted by command line tool dwg2pdf.
I found the drawing problem in it. See the attachment file problem.png.

As you see, I write down 3 bugs in problem.png.

1. bug 1. The position of ‘green 90’ is wrong.
2. bug 2. The line width is too large. You can see dot in A5.dwg, but a line in A5.pdf.
3. bug 3. The ‘green 42’ is missing.

Thank you very much for your help!

 1000 QCAD (main)Bug ReportLow Drawing prefs/Printing/Colors behaves oddly Closed
100%
Task Description

Both community and Git head, on Linux and FreeBSD.

Not sure how to describe the odd behaviour... Draw something with a couple of colors, turn on Print preview, then modify Drawing prefs/Print/Colors/Color mode several times, setting it to a different mode than what it is currently, Apply, OK.

What happens is sometimes it doesn’t change (that is, the next time this preference is opened, it is still at Full Color even if I have just clicked, applied and OK’d Grayscale etc.).

Further, it seems that the selection is not reflected at the print preview view, or rather, it is off by one – if I finally manage to switch to Grayscale, it stays Full Color. Then if I somehow manage to switch to Black/white, the print preview changes to Grayscale etc.

I can try to make a screen movie if necessary.

 711 QCAD (main)Bug ReportLow Drawing preferences dialog too large Closed
100%
Task Description

See forum at:
http://www.ribbonsoft.com/rsforum/viewtopic.php?f=11&t=2249&view=unread#unread

 1798 QCAD (main)Bug ReportVery Low Drawing Pref > Linetype > Scale of linetypes matches th ...Closed
100%
Task Description

“Drawing Preferences / General / Linetype / Scale of linetypes matches the scale of each viewport” is checked by default for new drawings, however the option is not applied until you open the “Drawing Preferences / General / Linetype” screen and click OK – no need to change anything, just opening the screen and clicking OK is sufficient.

 973 QCAD (main)Bug ReportMedium Drawing outside zoom limit Closed
100%
Task Description

When a drawing is placed in X,Y coordinates QCAD is unable to zoom to the drawing.

We use X,Y coordinates like X=182,635,000 mm Y=579,005,000 mm for the location of the constructions.

If you use Auto Zoom you get to see a small dot on the screen but as soon as you try to zoom to the drawing QCAD jumps within a certain limit and you can’t get to the drawing.

 1406 QCAD (main)Bug ReportLow Drawing order in blocks Closed
100%
Task Description

Texts (if rendered as text not paths) and images are rendered in the background if they are inside a block.

- Create block with text or bitmap in front of other entities
- Insert block
- Text and bitmaps are rendered behind entities

 248 QCAD (main)Bug ReportLow Drawing in print preview Closed
100%
Task Description

One can draw in print preview. If one does, QCAD starts acting confused, the model view gets restored with a fullbright white background.

Maybe best is to just disable all drawing and measuring in print preview?

 412 QCAD (main)Bug ReportLow Drawing given by argument: close doesn't work, no auto  ...Closed
100%
Task Description
  • The drawing given be an argument is loaded correctly but no auto zoom is made, which can be confusing.
  • The loaded drawing cannot be closed unless another drawing is loaded.
  • Possibly an Linux issue only.

start up output:

Debug:    Init script plugins... 
Warning:  RGuiAction::getByScriptFile: no action found: "Scheme" 
Debug:    TIMER:  1841 ms -  "loading and initializing plugins" 
Debug:    Creating storage... 
Debug:    Creating spatial index... 
Debug:    Creating document... 
Debug:    Init idle and default actions... 
Warning:  This action requires a document to be open:  "scripts/Snap/SnapAuto/SnapAuto.js" 
Warning:  This action requires a document to be open:  "scripts/Snap/RestrictOff/RestrictOff.js" 
Debug:    updateScenes... 
Debug:    updateGuiActions... 
Debug:    notifyListenersSlot... 
Warning:  This action requires a document to be open:  "scripts/Snap/RestrictOff/RestrictOff.js" 
Warning:  This action requires a document to be open:  "scripts/Snap/SnapAuto/SnapAuto.js" 
Debug:    importing header 
Debug:    importing layers 
Debug:    importing blocks 
...
 2013 QCAD (main)Bug ReportLow Draw, Shape, Star - more options Closed
100%
Task Description

I like the new shape tool “Star”. Comes at the right time ;-)

Would be nice if we could get the same options like all other shape tools: “Create Polyline” and “Fill”.

 1958 dwg2pdfBug ReportLow Draw rectangle as ellipse Closed
100%
Task Description

Good afternoon, I found a bug.

Original file: 006–【武汉会展中心店】一层合用前室.dwg

Converted file: 006–【武汉会展中心店】一层合用前室.pdf

Bug description file: problem5.png

As you see, all the rectangle fills are drawed as ellipse.

Showing tasks 1951 - 2000 of 2560 Page 40 of 52<<First - 38 - 39 - 40 - 41 - 42 - Last >>

Available keyboard shortcuts

Tasklist

Task Details

Task Editing