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 TypeSeverity  descSummaryStatusProgress
2271QCAD (main)Bug ReportLowUnpredictable Crashing on Mac M1 Arm64Assigned
0%
Task Description

I am getting random crashing on my MacBook M1 chipset while using QCAD Pro. There is nothing in particular that you can do to replicate as the crashing is completely inconsistent. Have had it crash when pressing escape while using measurement tool, but have also had it crash while using the app and selecting a tool.

Included crash report, which has also been sent to Apple.

Thanks

 2273 QCAD (main)Bug ReportLow Block attribute duplicates after copy / paste, explode, ...Closed
100%
Task Description

See attached video.
Open file, copy block reference, explode original block reference, edit attribute of inner block in exploded block reference, save file, reopen file.

 2274 QCAD (main)Bug ReportLow View > Screen-based Linetypes: rendering of arcs with d ...Closed
100%
Task Description

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

Affects arc, circles, ellipses and polylines with segment length < dash length

 2275 QCAD (main)Bug ReportLow Snap > Center: snapping to center of polyline arc segme ...Closed
100%
Task Description

QCAD Professional
Win7Pro WinInstaller
Version: 3.26.4.5 (3.26.4.5)
Internet: QCAD.org
Build Date: Jul 20 2021
Revision: e596276
Qt Version: 5.13.2
Architecture: i386
Compiler: Unknown

See attached file:
- The 9 center snapping points of the 24 bulging segments are all presumed to be incorrect
- For some segments the center snap is outside the arc shape from a bulging segment
- For some segments there are 2 solutions

Regards,
CVH

 2279 QCAD (main)Bug ReportLow Edit > Application Preferences > File > Open/Save: wron ...Closed
100%
Task Description

I have selected version 32 as the default file save format but new files default to version 27 when saved

 2280 QCAD (main)Bug ReportLow Dimension arrows not filled Closed
100%
Task Description

Version QCAD 3.26.4.7 / Windows x86_64

Existing drawing:

1. e.g. flange.dxf loads with no fills (solid hatch) for arrows,
2. New dimension are also without arrow fills.
3. This existing drawing has Text above line! Setting Drawing Preferences / Dim to “Horizontal text labels” will alter Text to be Horizontal BUT also open a gap for the text which is a separate setting (Text above dimension Line). Undo doesn’t works on this properly - used multiple times will even change the dim color which wasn’t changed in this operation.

New drawing:

1. Same test scenario - same issue.
2. Dim settings = Horizontal text Labels ticked, Text above dimension Line ticked produces a dim horizontal orientated with a gap instead to put the text above the line

 2281 QCAD (main)Bug ReportLow Block > Attributes > Synchronize Attributes: Multiple a ...Closed
100%
Task Description

Hello, I am not sure if this is a bug or if I use it wrong way. But when I create block with two identical block attributes everything look ok. I Can insert it to drawing, set the value (both will change). But when I use “Synchronize attribute (UY)”, only one will stay. It would be fine if both would stay. But I understand that you probably use tag as identification.

To reproduce the problem just open the attached file and press UY

2284QCAD (main)Bug ReportLowZooming in & out causes grid/snap scale value change in...Assigned
0%
1 Task Description

I have set the grid/snap value to X=.0625 Y=.0625 on all 4 viewports.
When zooming in and out the grid/snap scale changes from .0625 to 3.90625. at this point the grid/snap points differ,
This causes a variation in the grid/snap reference points lending to drawing errors.

example
When I use the grid settings defaults .01, when zooming in and out, the grid/snap scaling doesn’t seem to have this issue.
Other values do, See below.

set value first zoom second zoom next zoom

	point		point		point ...	

0.01 0.1 1.0 10.0 ...
0.02 0.04 0.4 4.0 ...
0.04 0.16 1.6 16.0 ...
0.05 0.25 2.5 25.0 ...
0.0625 0.390625 3.90625 39.0625 ...
0.0254 0.64516 6.4516 64.516 ...

Why is there a squaring of the original set value? Which then becomes a new zoomed grid/snap value?

QCAD Professional
Version: 3.26.4.0 (3.26.4)
Internet: QCAD.org
Build Date: Jun 3 2021
Revision: 0bb4334
Qt Version: 5.13.2
Architecture: i386
Compiler: Unknown

 2285 QCAD (main)Bug ReportLow Draw > Circle > 2 Tangents and Point: fails for Circle, ...Closed
100%
Task Description

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

 2286 QCAD (main)Bug ReportLow Draw > Circle > 2 Tangents and Point: fails for Circle, ...Closed
100%
Task Description

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

2289QCAD (main)Bug ReportLowVertical Line Tool stops accepting inputAssigned
0%
Task Description

When using the vertical line tool, you can enter a length value in the options toolbar, then place the line. If you want to change the length, you just need to enter a new value and the length field will update. However, there seem to be cases where after 10-20 entries, the focus goes off the length field in the options toolbar, requiring the user to bring focus back to continue. I could not seem to duplicate this behavior with the horizontal line tool.

 2291 QCAD (main)Bug ReportLow Rulers empty if auto grid scale is off Closed
100%
Task Description

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

 2303 QCAD (main)Bug ReportLow Arc/Circle/Ellipse area (IC) exception for CW ellipse A ...Closed
100%
Task Description

Windows 7 pro 32 bit msi-Installer
Version: 3.26.4.5 (3.26.4.5)
Internet: QCAD.org
Build Date: Jul 20 2021
Revision: e596276
Qt Version: 5.13.2
Architecture: i386
Compiler: Unknown

Andrew,

With an CW ellipse Arc > 180° the GUI method info Arc/Circle/Ellipse (IC) in segment mode throws an exception:
Uncaught exception at :scripts/Information/InfoArcCircleArea/InfoArcCircleArea.js:210: ReferenceError: Can’t find variable: remainSectorArea

Rather a complex way to get the area of an ellipse arc segment.

There: area = majorR * minorR / 2 * (sweep - Math.sin(sweep)).
- where majorR, minorR & sweep can simply be sourced from the ellipse arc shape/entity.
- where the area is signed ... +CCW, -CW

About identical as for an arc segment.

For an (ellipse) arc sector one would only need to add/subtract
the area of triangle |StartP-CenterP-EndP|

Regards,
CVH

 2305 QCAD (main)Bug ReportLow Invisible XLine under visible XLine may prevent selecti ...Closed
100%
Task Description

To reproduce:

1. File – New
2. Create a new layer (layer 1)
3. Draw an horizontal infinity line
4. Duplicate “layer 1” (layer 1 Copy)
5. Hide “layer 1 Copy” 6. Try to select the line in “layer 1”

What happens: It’s not possible to select the line in the visible layer (layer 1) if the line is present in the duplicated layer (layer 1 Copy) and that layer is either hidden or locked.

Expected: It should be possible to select the line, as the overlapping line in the other layer is hidden/locked .

 2306 QCAD (main)Bug ReportLow Keyboard setting is incorrect Closed
100%
Task Description

I am using QCAD/CAM version. Since I installed this version of QCAD that I bought recently, I have a problem with the keyboard settings. On the QCAD application, the keyboard is set to English, while it is set as Swiss French on the system level.

System: Host: manjaro Kernel: 5.10.70-1-MANJARO x86_64 bits: 64 Desktop: GNOME 40.5 Distro: Manjaro Linux
Machine: Type: Laptop System: Hewlett-Packard product: HP EliteBook 8470p v: A1009D12 serial: <superuser required>

         Mobo: Hewlett-Packard model: 179B v: KBC Version 42.38 serial: <superuser required> BIOS: Hewlett-Packard
         v: 68ICF Ver. F.65 date: 08/11/2016

Battery: ID-1: BAT0 charge: 40.1 Wh (100.0%) condition: 40.1/40.1 Wh (100.0%)
CPU: Info: Dual Core model: Intel Core i5-3320M bits: 64 type: MT MCP cache: L2: 3 MiB

         Speed: 1261 MHz min/max: 1200/3300 MHz Core speeds (MHz): 1: 1261 2: 1215 3: 1533 4: 1201

Graphics: Device-1: Intel 3rd Gen Core processor Graphics driver: i915 v: kernel

         Device-2: Primax HP HD Webcam [Fixed] type: USB driver: uvcvideo
         Display: wayland server: X.Org 1.21.1.2 driver: loaded: modesetting resolution: 1: 1366x768~60Hz 2: 2560x1440~60Hz
         OpenGL: renderer: Mesa DRI Intel HD Graphics 4000 (IVB GT2) v: 4.2 Mesa 21.2.3

Audio: Device-1: Intel 7 Series/C216 Family High Definition Audio driver: snd_hda_intel

         Sound Server-1: ALSA v: k5.10.70-1-MANJARO running: yes
         Sound Server-2: PulseAudio v: 15.0 running: yes

Network: Device-1: Intel 82579LM Gigabit Network driver: e1000e

         IF: enp0s25 state: up speed: 1000 Mbps duplex: full mac: a0:b3:cc:22:b0:bf
         Device-2: Intel Centrino Advanced-N 6205 [Taylor Peak] driver: iwlwifi
         IF: wlo1 state: up mac: 8c:70:5a:6b:30:10

Bluetooth: Device-1: Broadcom HP Portable SoftSailing type: USB driver: btusb

         Report: rfkill ID: hci0 state: up address: see --recommends

Drives: Local Storage: total: 238.47 GiB used: 103.47 GiB (43.4%)

         ID-1: /dev/sda vendor: Samsung model: SSD 840 PRO Series size: 238.47 GiB

Partition: ID-1: / size: 233.72 GiB used: 103.47 GiB (44.3%) fs: ext4 dev: /dev/sda1
Swap: Alert: No swap data was found.
Sensors: System Temperatures: cpu: 40.0 C mobo: 0.0 C

         Fan Speeds (RPM): N/A

Info: Processes: 234 Uptime: 2h 42m Memory: 7.64 GiB used: 3.95 GiB (51.8%) Shell: Zsh inxi: 3.3.08

locale
LANG=en_US.utf8
LC_CTYPE=”en_US.utf8” LC_NUMERIC=”en_US.utf8” LC_TIME=”en_US.utf8” LC_COLLATE=”en_US.utf8” LC_MONETARY=”en_US.utf8” LC_MESSAGES=”en_US.utf8” LC_PAPER=”en_US.utf8” LC_NAME=”en_US.utf8” LC_ADDRESS=”en_US.utf8” LC_TELEPHONE=”en_US.utf8” LC_MEASUREMENT=”en_US.utf8” LC_IDENTIFICATION=”en_US.utf8” LC_ALL=

localectl status

 System Locale: LANG=fr_CH.UTF-8
     VC Keymap: fr_CH
    X11 Layout: ch
     X11 Model: pc105
   X11 Variant: fr
 2309 QCAD (main)Bug ReportLow SVG Export - hatch patterns with dots not visible Closed
100%
Task Description

Points in hatch patterns are exported as empty path elements in the exported SVG.
Therefore, the hatch patterns “DOTS” and “AR-SAND” are not visible in the exported SVG.

 2310 QCAD (main)Bug ReportLow File > Print: Number of copies and page range ignored Closed
100%
Task Description

When try partly print multipage , all pages will be printed.
in my this project i reserved 5*10 =50 pages, but so far have made less than 10 ready, which I wanted print out, it always start print all 50 pages, no matter How i try choose.

 2311 ECMAScriptBug ReportLow Odd self-intersection point for spline shapes Closed
100%
Task Description

Andrew,

Encountered with snapshot 3.26.4.9
On both a 32bit win7 and a Linux machine.
But probably not related to version nor OS.

The calculated area centroid position for a self-intersecting shape is invalid.
Therefor polylines and splines are checked for their self intersection nature.
Polylines with line segments require a tolerance of 1e-6.
For polylines with arc segments there is no easy to formulate value.
Reverted to something less strict than the arc connect tolerance: 1.1e-3
Refer to: https://www.qcad.org/rsforum/viewtopic.php?f=30&t=8526&p=34056#p33694

RSpline.getSelfIntersectionPoints() has no tolerance value.

Some perfect valid spline shapes fail this test.
Not related to the XP spline approx tolerance preference.
Related to orientation, try the failing shape when reversed in situ.
Related to their position in the plane, see translated examples.

Reproducible with control point splines.
Reproducible when rotating the shape.
Such failing closed splines can be hatched and an area centroid is returned.

Regards,
CVH

PS: Got a notice posting this:
“Notice: Trying to access array offset on value of type bool in /home/qcadch/public_html/bugtracker/scripts/details.php on line 222”

 2312 QCAD Community EditionBug ReportLow Draw from CSV can not create Layers with NewLayer Closed
100%
Task Description

NewLayer always complains about a missing parent layer.

I could not figure out how to create Layers from a CSV file,
I tried DrawCSV_Layer_test.csv which is a reference test from the qcad repo but NewLayer always returns “Parent layer doesn’t exist.”

Reading from file: /home/zem/DrawCSV_Layer_test.csv
Switched to semicolon/comma CSV style.
Layer doesn't exist, ignored. Text line 20 layer: 0 Entity Colors
Not a correct layer name. Text line 24 name: Invalid=`name`
Add/Update layer ignored.
Not a correct color. Text line 25 color: ByBlock
Add/Update layer ignored.
Not a correct Lineweight. Text line 26 weight: 999
Add/Update layer ignored.
Not a correct Linetype. Text line 27 type: Orange line
Add/Update layer ignored.
Parent layer doesn't exist. Text line 31 layer: MyLayerInvalid paren
Add/Update layer ignored.
Can not hide layer, ignored. Text line 34 layer: Invalid Hide
Can not freeze layer, ignored. Text line 35 layer: Invalid FreezeInvalid SUB
Can not lock layer, ignored. Text line 36 layer: Invalid Lock
Can not lock layer, ignored. Text line 37 layer: Invalid=`name`
Can not allow layer, ignored. Text line 38 layer: Invalid Allow
Can not switch to layer, ignored. Text line 39 layer: Invalid layer switch
Can not switch to layer, ignored. Text line 40 layer: Invalid=`name`
Parent layer doesn't exist. Text line 43 layer: 01 Gree
Add/Update layer ignored.
Parent layer doesn't exist. Text line 44 layer: 02 Parent
Add/Update layer ignored.
Parent layer doesn't exist. Text line 45 layer: 02 Parent1Sub
Add/Update layer ignored.
Parent layer doesn't exist. Text line 46 layer: 02 Parent1Sub1SubSub1 
Add/Update layer ignored.
Parent layer doesn't exist. Text line 47 layer: 03 Parent
Add/Update layer ignored.
Parent layer doesn't exist. Text line 48 layer: 03 Parent2Sub
Add/Update layer ignored.
Parent layer doesn't exist. Text line 49 layer: 03 Parent2Sub2SubSub
Add/Update layer ignored.
Parent layer doesn't exist. Text line 50 layer: 04 Parent
Add/Update layer ignored.
Parent layer doesn't exist. Text line 51 layer: 04 Parent3Sub
Add/Update layer ignored.
Parent layer doesn't exist. Text line 52 layer: 04 Parent3Sub3SubSub
Add/Update layer ignored.
Parent layer doesn't exist. Text line 53 layer: Last New &Curren
Add/Update layer ignored.
Can not hide layer, ignored. Text line 56 layer: 03 Parent2
Can not freeze layer, ignored. Text line 57 layer: 03 Parent2Sub2
Can not lock layer, ignored. Text line 58 layer: 03 Parent2Sub2SubSub2
Can not hide layer, ignored. Text line 60 layer: 04 Parent3
Can not freeze layer, ignored. Text line 61 layer: 04 Parent3
Can not lock layer, ignored. Text line 62 layer: 04 Parent3
Can not hide layer, ignored. Text line 63 layer: 04 Parent3Sub3
Can not freeze layer, ignored. Text line 64 layer: 04 Parent3Sub3
Can not lock layer, ignored. Text line 65 layer: 04 Parent3Sub3
Can not hide layer, ignored. Text line 66 layer: 04 Parent3Sub3SubSub3
Can not freeze layer, ignored. Text line 67 layer: 04 Parent3Sub3SubSub3
Can not lock layer, ignored. Text line 68 layer: 04 Parent3Sub3SubSub3
Can not allow layer, ignored. Text line 70 layer: 04 Parent3
Can not switch to layer, ignored. Text line 76 layer: 02 Parent1Sub1SubSub1 %
Layer doesn't exist, ignored. Text line 82 layer: 02 Parent1
Can not switch to layer, ignored. Text line 85 layer: 02 Parent1Sub1SubSub1 %
Casted entries : 4 with 90 text lines
Importing CSV complete. Command ended.

No layers are added in the resulting drawing.

OS here is fedora 34 and qcad is either from fedora or rpmfusion.

 2313 QCAD Community EditionBug ReportLow qcad-3.26.4.14. build error due to missing qt project f ...Closed
100%
Task Description

cd ../qcad-3.26.4.14.tar.gz/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile /home/li/下载/qcad-3.26.4.14.tar.gz/qcad-3.26.4.14.tar.gz.pro CONFIG+=ractivated ) && make -f Makefile debug
Cannot find file: /home/li/下载/qcad-3.26.4.14.tar.gz/qcad-3.26.4.14.tar.gz.pro.
make: *** [Makefile:308:sub—-qcad-3-26-4-14-tar-gz-debug_ordered] 错误 2

 2314 QCAD (main)Bug ReportLow Combobox Width too Small When Using Themes Closed
100%
Task Description

Hi Andrew

The Pre-Installed & User Generated Themes Affect Some Comboboxes
Others May Also be Affected But I’ve Only Noticed These Recently..
They Appear to be OK with Default & Dark Themes Though..

Cheers
John

QCAD/CAM
Version: 3.26.4 “File:Autosave”

Version: 3.26.4.13 snapshot “Widgets:Property Editor & File:Autosave”
Build Date: Nov 18 2021
Revision: fbb9f37
Qt Version: 5.8.0
Architecture: x86_64
Compiler: gcc 4.8.1

2315QCAD Community EditionBug ReportLowCrash after ~10-th times move Spline nodesAssigned
0%
Task Description

1. Create spline
2. Move spline nodes. After ~10 times move qcad is crashed with backtrace:
Thread 9 “Thread (pooled)” received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fff56dc9640 (LWP 8224)]
0x00007ffff66fabf2 in QList<QSharedPointer<RShape> >::node_copy (this=<optimized out>, src=0x55537c59e758, to=0x555557f66408, from=0x55537cfdc848) at /usr/include/qt5/QtCore/qlist.h:492
492 current→v = new T(*reinterpret_cast<T*>(src→v));
(gdb) bt
#0 0x00007ffff66fabf2 in QList<QSharedPointer<RShape> >::node_copy (this=<optimized out>, src=0x55537c59e758, to=0x555557f66408, from=0x55537cfdc848)

  at /usr/include/qt5/QtCore/qlist.h:492

#1 QList<QSharedPointer<RShape> >::detach_helper (alloc=<optimized out>, this=0×555557311620) at /usr/include/qt5/QtCore/qlist.h:835
#2 QList<QSharedPointer<RShape> >::detach_helper (this=0×555557311620) at /usr/include/qt5/QtCore/qlist.h:849
#3 QList<QSharedPointer<RShape> >::detach (this=0×555557311620) at /usr/include/qt5/QtCore/qlist.h:178
#4 QList<QSharedPointer<RShape> >::detach (this=0×555557311620) at /usr/include/qt5/QtCore/qlist.h:178
#5 0x00007ffff686182a in QList<QSharedPointer<RShape> >::end (this=<optimized out>, this=<optimized out>) at /usr/include/qt5/QtCore/qlist.h:342
#6 QList<QSharedPointer<RShape> >::last (this=0×555557311620) at /usr/include/qt5/QtCore/qlist.h:364
#7 RSpline::appendToExploded (this=0×555557311510, line=...) at math/RSpline.cpp:964
#8 0x00007ffff6867059 in RSpline::getExploded (this=0×555557311510, segments=1457293328) at math/RSpline.cpp:919
#9 0x00007ffff686682a in RSpline::getLength (this=this@entry=0×555557311510) at math/RSpline.cpp:1026
#10 0x00007ffff6c11490 in RSplineData::getLength (this=<optimized out>, this=<optimized out>) at /usr/src/debug/qcad-3.27.0.0/src/entity/RSplineData.h:178
#11 RSplineEntity::getProperty (this=0x5555573114a0, propertyTypeId=..., humanReadable=<optimized out>, noAttributes=<optimized out>,

  showOnRequest=<optimized out>) at /usr/src/debug/qcad-3.27.0.0/src/entity/RSplineEntity.cpp:253

#12 0x00007ffff67cc214 in RPropertyEditor::computePropertyValue (ccProp=...) at /usr/src/debug/qcad-3.27.0.0/src/core/RPropertyEditor.cpp:574
#13 0x00007ffff67d298f in QtConcurrent::FunctionWrapper1<void, RProperty&>::operator() (u=..., this=0x555557757f18)

  at /usr/include/qt5/QtConcurrent/qtconcurrentfunctionwrappers.h:80

#14 QtConcurrent::MapKernel<QList<RProperty>::iterator, QtConcurrent::FunctionWrapper1<void, RProperty&> >::runIteration (it=..., this=0x555557757ee0)

  at /usr/include/qt5/QtConcurrent/qtconcurrentmapkernel.h:68

#15 QtConcurrent::MapKernel<QList<RProperty>::iterator, QtConcurrent::FunctionWrapper1<void, RProperty&> >::runIterations (this=0x555557757ee0,

  sequenceBeginIterator=..., beginIndex=<optimized out>, endIndex=15) at /usr/include/qt5/QtConcurrent/qtconcurrentmapkernel.h:77

#16 0x00007ffff67d2c9d in QtConcurrent::IterateKernel<QList<RProperty>::iterator, void>::forThreadFunction (this=0x555557757ee0)

  at /usr/include/qt5/QtConcurrent/qtconcurrentiteratekernel.h:255

#17 0x00007ffff44b5b2d in QtConcurrent::ThreadEngineBase::run (this=0x555557757f20) at qtconcurrentthreadengine.cpp:302
#18 0x00007ffff59c8d52 in QThreadPoolThread::run (this=0x555556198b10) at thread/qthreadpool.cpp:100
#19 0x00007ffff59c5a61 in QThreadPrivate::start (arg=0x555556198b10) at thread/qthread_unix.cpp:329
#20 0x00007ffff546c717 in start_thread (arg=<optimized out>) at pthread_create.c:435
#21 0x00007ffff54f018c in clone3 () from /lib64/libc.so.6
(

 2317 QCAD (main)Bug ReportLow Crash / lag when selecting splines with clamped knots ( ...Closed
100%
Task Description

OpenDesign bug (endless loop or very long delay) in OdDbSpline::getDistAtParam.

 2318 QCAD (main)Bug ReportLow Restore open files not working Closed
100%
Task Description

Please refer to topic https://www.qcad.org/rsforum/viewtopic.php?f=33&t=8902

- Upgraded from QCAD-Pro 3.22.1.0 to 3.26.4.13 (snapshot)
- Launch QCAD-Pro and set Restore open files preference ON
- Create a new test drawing and save without closing it
- Quit QCAD-Pro
- Launch QCAD-Pro, it opens with an empty drawing

- Deleted the .ini file, same behavior
- Changed user, same behavior
- Tried on MacOS 10.11.6 (El Capitan), same behavior

QCAD Professional

Version: 3.26.4.13 (3.26.4.13)
Internet: QCAD.org
Build Date: Nov 18 2021
Revision: fbb9f37
Qt Version: 5.10.1
Architecture: x86_64
Compiler: Clang 8.0.0

Riepilogo hardware:

Nome modello:	iMac
Identificatore modello:	iMac12,1
Nome processore:	Intel Core i5
Velocità processore:	2,5 GHz
Numero di processori:	1
Numero totale di Core:	4
Cache L2 (per Core):	256 KB
Cache L3:	6 MB
Memoria:	16 GB
Versione Boot ROM:	87.0.0.0.0
Versione SMC (sistema):	1.71f22
 2319 QCAD (main)Bug ReportLow Status Bar disabled at startup Closed
100%
Task Description

Please refer to topic: https://www.qcad.org/rsforum/viewtopic.php?f=33&t=8921

- Launch QCAD-Pro 3.26.4.13, Status Bar is off by default
- Set menu View > Status Bar on
- The Status Bar is showed but the menu options remains unchecked
- Quit QCAD-Pro
- At launch QCAD-Pro opens with the Status Bar toggled off
- Set View > Status Bar on (or issue GS from command line)
- At the next launch the Status Bar is off

Note: the preference StatusBar in the .ini file has the value “false” when it should be “true”. Changing the value manually to “true” makes the Status Bar appear just for the next launch of QCAD then the preference is reset to “false” by QCAD.

- Deleted the .ini file, same behavior
- Changed user, same behavior
- Tried on MacOS 10.11.6 (El Capitan), same behavior

QCAD Professional

Version: 3.26.4.13 (3.26.4.13)
Internet: QCAD.org
Build Date: Nov 18 2021
Revision: fbb9f37
Qt Version: 5.10.1
Architecture: x86_64
Compiler: Clang 8.0.0

Riepilogo hardware:

Nome modello: iMac
Identificatore modello: iMac12,1
Nome processore: Intel Core i5
Velocità processore: 2,5 GHz Numero di processori: 1
Numero totale di Core: 4
Cache L2 (per Core): 256 KB
Cache L3: 6 MB Memoria: 16 GB Versione Boot ROM: 87.0.0.0.0
Versione SMC (sistema): 1.71f22

 2320 QCAD (main)Bug ReportLow Viewport: text misplaced if viewport is set to not plot ...Closed
100%
Task Description

When toggling the plotability of the viewport layer, the Arial fonts inside the viewport when viewing the paperspace disappear or move when plotability is turned off. This does not occur for the CAD Standard font, and it does not happen with text that is not brought in via a viewport, such as from a block or added directly into paperspace. I have attached a DXF and a video file that shows the odd behavior.

I am using QCAD 3.27.0 and Win10 Pro.

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

Possibly related to  FS#2309 

 2322 QCAD (main)Bug ReportLow Edit > Convert Drawing Unit: dimension problem Closed
100%
Task Description

If I convert to an other unit it will only change the unit name - no dim (Existing or new) is calculated regarding to the new unit.

 2323 QCAD (main)Bug ReportLow editing causes zero length entities Closed
100%
Task Description

Exploded a simple text A into polylines. exploded polylines into lines and arcs. modified by using trim and break out segment. result makes a bunch of zero length entities. can be found and eliminated by using detect zero length, but casual user just see a bunch of errors in the dxf r21 file.
0
ARC

5

59
330
4CA
100
AcDbEntity

8

hatch

6

Continuous
62

   7

100
AcDbCircle
10
5.403666619400000E+98
20
8.414296587700000E+98
30
0.0
40
1.000000000000000E+99
100
AcDbArc
50
237.2913973989
51
237.2913973989

as you can see the coordinates are wacko and start and end angles are the same.

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

dwg2csv -l

Exception when trying to list properties for RDwgStyle

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

 2326 QCAD (main)Bug ReportLow Library item - Long distance between cursor and object Closed
100%
Task Description

Please see the reported issue below:
https://www.qcad.org/rsforum/viewtopic.php?f=32&t=8994&p=35889#p35889

The library items is designed only with hatches. Inserted within the Library Browser will lead to a wildly displaced reference point position. The then in the drawing available block inserted again from the Block List will show the original correct reference.

On the other hand - Library Items designed with common entities like circle, line etc. behave in both cases normal as expected.

 2327 QCAD (main)Bug ReportLow Spam Closed
100%
Task Description

Spam

 2329 QCAD (main)Bug ReportLow Viewport: arcs in scaled viewports are not rendered cor ...Closed
100%
Task Description

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

 2333 QCAD (main)Bug ReportLow Ordinate dimensions: scale option ignored Closed
100%
Task Description

Hello,
I’m having issues with ordinate dimensions on a DXF file that is not scale 1:1.

Running on Windows 10
Qcad/Cam Pro V 3.27.1.0

Here is my scenario;

Step 1; Import CAD file “ScaleTest1142022.DXF” which is scaled at 1:2 from the previous software (Solidworks).
Step 2; Clean up file, scale up to 1:1 and move to XY zero.
Step 3; Add horizontal or vertical dimensions, they are correct. If I do ordinate dimensions, they are double of what they should be.
Outside of block is 1.0” x 6.0”, but ordinates come up as 2.0” x 12.0” When adding ordinate dimensions, there is a scale dropdown option, changing this seems to have no effect on anything.
Going into drawing preferences, Dimension settings, the size scale factor is 1.

On these dimensions, the linear measurement factor is set to 2, and the dimension displayed is not double what it really should be. All other horizontal and vertical dimensions added have the linear measurement factor set to 1 and the dimensions are correct.

Is there a way to force the “LMF” to 1 always?

 2334 QCAD (main)Bug ReportLow Modify > Break Out Segment: Line Selection Mode fails o ...Closed
100%
Task Description

no task description

 2335 QCAD (main)Bug ReportLow Rendering solid hatches in scaled blocks Closed
100%
Task Description

Andrew,
presumed not to be OS/version depending.

Referring to topic: https://qcad.org/rsforum/viewtopic.php?f=33&t=9073.
An issue that has similarities with several topics,
and some bug reports (closed or still open).

Solid hatches in blocks that are scaled up seems to be crippled.
Very pronounced with arcs in the boundary.
I suspect that the arc interpolation isn’t scaled along with the Block Reference scale.

Another issue exists for patterned hatches in blocks.
I suspect that the hatch origin is kept as defined in the block. Applying the block reference insertion point and at scale as an offset to the hatch origin while rendering would:
- hatch the inserted block exactly the same as it is created in the block.
- reduce lagging and increase pattern accuracy/coherency there the hatch origin is at the same distance to the hatch as it is in the block.
I know this doesn’t solves anything when the block is created from entities and the hatch origin wasn’t close to the hatch itself.

Regards,
CVH

 2342 QCAD (main)Bug ReportLow Layer > Edit Layer: Changing Color of Invisible Layer Closed
100%
Task Description

Steps to reproduce:
1. Create a new layer with color (e.g.) red.
2. Draw a line.
3. Make the layer invisible.
4. Edit the layer to change its color to (e.g.) green.
5. Make the layer visible.
The line will appear colored red.
If you save, close, and reopen the file, it will now appear green.

 2343 QCAD (main)Bug ReportLow Modify > Projection: Dimension entities offset Closed
100%
Task Description

Reference point not taken into account when projecting dimension entities.

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

 2344 QCAD (main)Bug ReportLow Draw > Polyline > Polyline along Segments: Crash on can ...Closed
100%
1 Task Description

Throws me out of QCad consistently:

1. Have a polyline selected.
2. Click partial polyline along selection and click the first point on the polyline.
3. Hit escape key or similar to exit the tool.

 2345 QCAD (main)Bug ReportLow File > Print: printing multiple copies prints too many  ...Closed
100%
Task Description

File > Print
Set copies to 2
4 sheets are printed.

 2346 QCAD (main)Bug ReportLow Access to Command: Line by pressing space bar Closed
100%
Task Description

On the current version of QCAD (used on a M1 MacBook Pro) you can set a keyboard shortcut timeout which I have set to 5000, 5seconds is ok to press two keys and press return. However I find this this method of selecting the command line is not consistent, its selection time varies from approx 0.5sec up to 5sec which leads to incorrect command selection.

To get around this at preset I use a mouse click to select the command line which works every time.

An option not to use the keyboard time would be better so the space bar selects command line, return key executes and closes or Esc cancels and closes selection

Hope you can look into this
Regards Paul

2347QCAD (main)Bug ReportLowModify / Clip to rectangle issueAssigned
0%
1 Task Description

The tool “Clip to rectangle” / “Cut at Area Boundary” tool used on an area with lines and arcs will partly complete arcs to circles.

2348QCAD (main)Bug ReportLowtext in simple format do not save position after save t...Assigned
0%
1 Task Description

How to reproduce the bug:
1-open a new file
2-select text tool, simple text(one line,no formatting) and alignment in base-left
3-write some text in somewhere position in the draw, repeat this in others positions
4-save the file in .dxf R15 [2000/LT2000] (dxflib) format
5-close Qcad
6-open the saved file, the writhed text lose original position and now all the text have 0,0 position

 2356 QCAD (main)Bug ReportLow File > Close: Closing dialog stays open after clicking  ...Closed
100%
Task Description

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

Note: drawing stays “modified” after saving from dialog.

 2358 QCAD (main)Bug ReportLow Paste: flip vertical broken Closed
100%
Task Description

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

 2359 QCAD (main)Bug ReportLow Pieces of text disappear Closed
100%
Task Description

Note that my operating system is Windows 11. Recently updated from 32 bit (3.24.3.0) on old machine to 64bit version (3.27.3) on new computer. Old drawings transferred across to new version. Now bits of text missing. I can overcome bits of text missing by selecting View-Screen based Linetypes but when I print the text has bits missing once again. Some text appears and then disappears as you zoom in and out and selecting View screen based linetypes has no effect. Also I have noticed that the special character Ohm symbol shows as ? on screen. Also not possible to put Italic letters on drawing.

 2360 QCAD (main)Bug ReportLow Special characters and italic letter issues Closed
100%
Task Description

Many thanks Andrew for your input on task  FS#2359 .
However there were two other issues mentioned in the first task that seem to have been overlooked.
Italic text appears and disappears as I zoom in and out and if I try to insert italic text it will not show as italic on screen. Also when I try to insert an ‘ohm’ special character I only get a ‘?’ question mark.
Apologies if I’m doing something silly !!
Regards
Richard

 2361 QCAD (main)Bug ReportLow View > Property Editor: Draw order property not working Closed
100%
Task Description

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

 2362 QCAD (main)Bug ReportLow View > Property Editor: Scale property cannot be edited Closed
100%
Task Description

The scale property for viewports cannot be edited.

Showing tasks 1451 - 1500 of 2562 Page 30 of 52<<First - 28 - 29 - 30 - 31 - 32 - Last >>

Available keyboard shortcuts

Tasklist

Task Details

Task Editing