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
 61 DocumentationBug ReportMedium QCAD 3 Manual Closed
100%
Task Description

Change the user manual directory / file names from ‘simpletextviewer’ to
‘qcad_user_manual’ and adjust the sources accordingly that the manual can be shown
in the help menu.

We can simply drop the contents of the manual that is checked in and replace
it with a simple note “No manual is available yet for this technology preview of QCAD 3”

 68 QCAD (main)Bug ReportMedium insert from library browser crashes Closed
100%
Task Description
  1. new file
  2. insert (drag-n-drop or insert button) from library browser → segfault
Thread [1] 12403 (Suspended : Signal : SIGSEGV:Segmentation fault)	
	RObject::getId() at RObject.h:92 0x8a11c82	
	RClipboardOperation::copy() at RClipboardOperation.cpp:66 0x8d4892a	
	RPasteOperation::apply() at RPasteOperation.cpp:30 0x8d4841a	
	RDocumentInterface::previewOperation() at RDocumentInterface.cpp:1,766 0x8de19bb	
	REcmaDocumentInterface::previewOperation() at REcmaDocumentInterface.cpp:4,711 0x889aaad	
	0xb6bd813c	
	0xb6ac1f68	
	0xb6a9164c	
	0xa83ced9f	
	0xb6a423e3	
	<...more frames...>	
 73 QCAD (main)Bug ReportMedium Uncaught exception: "cannot access member of deleted QO ...Closed
100%
Task Description

occurs sporadically, often when the application or a MDI child is closed, usually not reproducible.

  • 2011-05-11 15.19:32 unsaved drawing, after choosing “no” at the confirmation dialog
Uncaught exception at /home/martin/workspace/rsframework/scripts/Tools/PainterPathViewer/../../library.js:50:
Error: cannot access member `isNull' of deleted QObject
50	            (typeof(obj.isNull)=="function" && obj.isNull()===true));
 77 QCAD (main)Bug ReportMedium Linux: Printing crashes Closed
100%
Task Description

Printing segfaults under Linux after the printer dialog is shown.

 87 QCAD (main)Bug ReportMedium Advanced Selection hits 'debugger' statement Closed
100%
Task Description

Advanced selection dialog hits a debugger statement on line 1088.

  1. Selection- Advanced Selection
  2. Change first combo box to “Any”
 144 QCAD (main)Bug ReportMedium snap restriction buttons are not toggled Closed
100%
Task Description

the buttons works, but are not toggled (”restriction off” is always pushed)

 148 QCAD (main)Bug ReportMedium "inline" leads to linking error on Linux Closed
100%
Task Description

RPainterPath.h

    inline bool isEmpty() const;
g++ -rdynamic -Wl,-rpath,/home/martin/opt/QtSDK/Desktop/Qt/473/gcc/lib
-o ../../debug/qcad-bin debug/main.o
   -L/home/martin/opt/QtSDK/Desktop/Qt/473/gcc/lib
-L/usr/X11R6/lib -L/home/martin/workspace/rsframework/debug
-L/home/martin/workspace/rsframework/debug/opendesign
 -lecma -lecmaapi -ldwg -lpluginsqt -lgui -lentity -loperations -lspatialindexnavel
 -lgrid -lsnap -lcore -lstemmer -lmath -lrxslt -lrxml -ldxf -lModelerGeometry
 -lTD_BrepRenderer -lTD_Br -lTD_AcisBuilder -lTD_Db -lTD_DbRoot -lTD_Gs
 -lTD_SpatialIndex -lTD_Gi -lTD_Ge -lTD_Root -lFreeType -lTD_Alloc -lRecomputeDimBlock
 -lExFieldEvaluator -lQtWebKit -lQtScript -lQtScriptTools -lQtSvg -lQtSql -lQtXmlPatterns
 -lQtXml -lQtOpenGL -lQtGui -lQtNetwork -lQtCore -lGLU -lGL -lpthread 
/home/martin/workspace/rsframework/debug/libecmaapi.a(REcmaPainterPath.o): In function `REcmaPainterPath::isEmpty(QScriptContext*, QScriptEngine*)':
/home/martin/workspace/rsframework/src/scripting/ecmaapi/REcmaPainterPath.cpp:2078: undefined reference to `RPainterPath::isEmpty() const'
/home/martin/workspace/rsframework/debug/libgui.a(RGraphicsSceneQt.o): In function `RGraphicsSceneQt::endPath()':
/home/martin/workspace/rsframework/src/gui/RGraphicsSceneQt.cpp:71: undefined reference to `RPainterPath::isEmpty() const'
/home/martin/workspace/rsframework/src/gui/RGraphicsSceneQt.cpp:74: undefined reference to `RPainterPath::isEmpty() const'
/home/martin/workspace/rsframework/debug/libentity.a(RHatchData.o): In function `RHatchData::getBoundingBox() const':
/home/martin/workspace/rsframework/src/entity/RHatchData.cpp:104: undefined reference to `RPainterPath::isEmpty() const'
/home/martin/workspace/rsframework/debug/libentity.a(RHatchData.o): In function `RHatchData::getDistanceTo(RVector const&, bool, double, bool) const':
/home/martin/workspace/rsframework/src/entity/RHatchData.cpp:127: undefined reference to `RPainterPath::isEmpty() const'
/home/martin/workspace/rsframework/debug/libentity.a(RHatchData.o):/home/martin/workspace/rsframework/src/entity/RHatchData.cpp:134: more undefined references to `RPainterPath::isEmpty() const' follow
collect2: ld returned 1 exit status

temporary solution: changed method to non-line

 156 QCAD (main)Bug ReportMedium Isometric Projection fails for arc Closed
100%
Task Description
'shape.approximateWithLines'"0xc436c88"
 157 QCAD (main)Bug ReportMedium rotate causes uncaught exception Closed
100%
Task Description
  1. draw line
  2. Modify → Rotate
    • center point: line end point
    • delete original
    • angle 90°
Uncaught exception at scripts/Modify/Rotate/Rotate.js:117: Error: :-1:-1: Wrong number/types of arguments
for RDocumentInterface.applyOperation().
<native>(undefined) at -1
<anonymous>(event = RCoordinateEvent(0xbfffd478), preview = false) at scripts/Modify/Rotate/Rotate.js:117
<anonymous>(event = RCoordinateEvent(0xbfffd478)) at
/home/martin/workspace/rsframework/scripts/Modify/../EAction.js:1197
<global>() at -1
117	                di.applyOperation(this.getOperation(false));
 158 QCAD (main)Bug ReportMedium polyline with segment radius mirrored wrong Closed
100%
Task Description
  • see attached drawing
 160 ECMAScriptBug ReportMedium SplitIntoEqualParts.js: Uncaught exception Closed
100%
Task Description
 
Uncaught exception at scripts/Modify/SplitIntoEqualParts/SplitIntoEqualParts.js:174: Error: :-1:-1: REntity: Argument 0 is not of type REntity *REntity *.
<native>(RLineEntityPointer(0xb73b4c8)) at -1
<anonymous>(op = RAddObjectsOperation(0xb733790), argLine = RLineEntityPointer(0xb73b4c8)) at scripts/Modify/SplitIntoEqualParts/SplitIntoEqualParts.js:174
<anonymous>(op = RAddObjectsOperation(0xb733790)) at scripts/Modify/SplitIntoEqualParts/SplitIntoEqualParts.js:111
<anonymous>(true) at scripts/Modify/SplitIntoEqualParts/SplitIntoEqualParts.js:95
<anonymous>() at /home/martin/workspace/rsframework/scripts/Modify/../EAction.js:1150
<anonymous>() at scripts/Modify/SplitIntoEqualParts/SplitIntoEqualParts.js:73
<global>() at -1
174	        line.copyAttributesFrom(argLine);

qsdb> argLine
RLineEntityPointer(0xb73b4c8)
 170 QCAD (main)Bug ReportMedium wrong scaling for ellipses / ellipse arcs Closed
100%
Task Description
  • see attachment
  • factor x/y: 0.5
  • green: original entities
  • red: properly scaled entities
 171 QCAD (main)Bug ReportMedium arc split wrong Closed
100%
Task Description
  • see attachment
 175 QCAD (main)Bug ReportMedium Trim.js: uncaught exception for ellipse / ellipse arcs Closed
100%
Task Description
  1. draw line as limiting entity
  2. draw ellipse and ellipse arc, both intersecting
  3. modify → trim
  4. select the diagonal line as limiting entity
  5. move around with the mouse over ellipse or ellipse arc → crash
Uncaught exception at scripts/Modify/Trim/Trim.js:267: TypeError: Result of expression
'trimmed1.trimStartPoint' [undefined] is not a function.
267	        trimmed1.trimStartPoint(is);
qsdb> .backtrace
#0  <anonymous>(op = RMixedOperation(0xc37b998), limitingEntity = RLineEntityPointer(0xc20c098),
limitingShape = RLine(RShape(address: "0xc217bd8"), startPoint: RVector(40, 36, 0) ,
endPoint:  RVector(-3, -3, 0) ) , limitingPos = RVector(2.81463, 1.47073, 0) ,
trimEntity = REllipseEntityPointer(0xc3775f8), trimPos = RVector(12.4488, 5.03537, 0) ,
trimBoth = false, preview = true) at scripts/Modify/Trim/Trim.js:267
#1  <anonymous>(preview = true) at scripts/Modify/Trim/Trim.js:167
#2  <anonymous>() at /home/martin/workspace/rsframework/scripts/Modify/../EAction.js:1150
#3  <anonymous>(event = REntityPickEvent(0xbfffd3c8), preview = true) at scripts/Modify/Trim/Trim.js:147
#4  <anonymous>(event = REntityPickEvent(0xbfffd3c8)) at /home/martin/workspace/rsframework/scripts/Modify/../EAction.js:1225
#5  <global>() at -1
 178 QCAD (main)Bug ReportMedium add layer from property editor got uncaught exception Closed
100%
Task Description
  1. new drawing
  2. draw line
  3. select it
  4. choose “+” in property editor to add a new layer → the layer dialog pops up
  5. press cancel
  6. move the mouse back into the drawing area
'layer'
 179 QCAD (main)Bug ReportMedium pick view got uncaught exception Closed
100%
Task Description
  1. new drawing
  2. draw something
    • menus view → “remove view”, “edit view”, “pick view” are disabled, which is right
  3. add view → dialog pops up
  4. press cancel
    • menus view → “remove view”, “edit view”, “pick view” are enabled now, which is wrong
 
 181 QCAD (main)Bug ReportMedium command line got uncaught exception Closed
100%
Task Description
  1. start QCAD (no arguments → a new blank drawing is shown)
  2. enter “new” into the command line
  3. close both drawings / tabs
  4. click into command line edit field and press “arrow up”
'di'
 183 QCAD (main)Bug ReportMedium Linux CUPS: QPrinter::init() causes SIGPIPE:Broken pipe Closed
100%
Task Description
  • not reproduceable
  • Linux vostro 2.6.37.6-0.7-desktop #1 SMP PREEMPT 2011-07-21 02:17:24 +0200 i686 i686 i386 GNU/Linux
  • openSUSE 11.4 (i586)
  1. new drawing
  2. add new layer
  3. save as DWG
  4. File → Drawing Preferences → crash
/home/martin/workspace/rsframework/debug/qcad-bin [23943]	
	Thread [8] 23992 (Suspended : Container)	
		__kernel_vsyscall() at 0xffffe424	
		poll() at 0xb4f9703e	
		g_poll() at 0xb4b010bb	
		0xb4af0c46	
		g_main_context_iteration() at 0xb4af0fce	
		QEventDispatcherGlib::processEvents() at 0xb54a2741	
		QEventLoop::processEvents() at 0xb547131d	
		QEventLoop::exec() at 0xb54715aa	
		QThread::exec() at 0xb535e8ed	
		0xb544da4b	
		0xb5361b52	
		start_thread() at 0xb5177b05	
		clone() at 0xb4fa1d5e	
	Thread [7] 23954 (Suspended : Container)	
	Thread [6] 23953 (Suspended : Container)	
	Thread [5] 23952 (Suspended : Container)	
	Thread [3] 23950 (Suspended : Container)	
	Thread [2] 23946 (Suspended : Container)	
	Thread [1] 23943 (Suspended : Signal : SIGPIPE:Broken pipe)	
		__kernel_vsyscall() at 0xffffe424	
		send() at 0xb517f5b8	
		0xacd498b2	
		httpFlushWrite() at 0xacd49c21	
		0xacd4bcb8	
		cupsSendRequest() at 0xacd62470	
		cupsDoIORequest() at 0xacd62bc7	
		cupsDoRequest() at 0xacd62f0b	
		0xacd41d7f	
		cupsGetDests2() at 0xacd435d5	
		cupsGetDests() at 0xacd439a3	
		0xb5ad5153	
		0xb5a12133	
		0xb5a28344	
		0xb5a2b78c	
		QPrinter::init() at 0xb5a2d4ee	
		QPrinter::QPrinter() at 0xb5a2f01f	
		QtScriptShell_QPrinter::QtScriptShell_QPrinter() at 0xb02c9e29	
		qtscript_QPrinter_static_call() at 0xafe863ba	
		0xb6bd7f88	
		0xb6ac7c97	
		0xb6a91114	
		0xa7b3a4fd	
		0xb6a44262	
		0xb6a445f7	
		0xb6bb0f92	
		QScriptEngine::evaluate() at 0xb6bba46f	
		RScriptHandlerEcma::ecmaInclude() at RScriptHandlerEcma.cpp:1,015 0x8799f2d	
		0xb6bd813c	
		0xb6ac1f68	
		0xb6a9164c	
		0xa7b8e0f6	
		0xb6a44262	
		0xb6a445f7	
		0xb6bb0f92	
		QScriptEngine::evaluate() at 0xb6bba46f	
		RScriptHandlerEcma::ecmaInclude() at RScriptHandlerEcma.cpp:1,015 0x8799f2d	
		0xb6bd813c	
		0xb6ac1f68	
		0xb6a9164c	
		0xa7b91f81	
		0xb6a44262	
		0xb6a445f7	
		0xb6bb0f92	
		QScriptEngine::evaluate() at 0xb6bba46f	
		RScriptHandlerEcma::ecmaInclude() at RScriptHandlerEcma.cpp:1,015 0x8799f2d	
		0xb6bd813c	
		0xb6ac1f68	
		0xb6a9164c	
		0xa7b91c9f	
		0xb6a44262	
		0xb6a466c9	
		0xb6a8db4a	
		0xa7b9465c	
		0xb6a423e3	
		0xb6af06e0	
		0xb6ac201e	
		QScriptValue::call() at 0xb6bd2e67	
		REcmaShellActionAdapter::beginEvent() at REcmaShellActionAdapter.cpp:149 0x8c5981a	
		RDocumentInterface::setCurrentAction() at RDocumentInterface.cpp:290 0x8ef0094	
		RScriptHandlerEcma::createActionDocumentLevel() at RScriptHandlerEcma.cpp:858 0x8798950	
		RGuiAction::slotTrigger() at RGuiAction.cpp:607 0x8f0e11f	
		RGuiAction::qt_metacall() at moc_RGuiAction.cpp:86 0x8f58cb1	
		QMetaObject::metacall() at 0xb5478c83	
		QMetaObject::activate() at 0xb5489134	
		QAction::triggered() at 0xb5869d99	
		QAction::activate() at 0xb586b48f	
		0xb5d550c0	
		0xb5d5b485	
		QMenu::mouseReleaseEvent() at 0xb5d5d65d	
		QtScriptShell_QMenu::mouseReleaseEvent() at 0xb0272feb	
		QWidget::event() at 0xb58da629	
		QMenu::event() at 0xb5d5aec4	
		QtScriptShell_QMenu::event() at 0xb027621b	
		QApplicationPrivate::notify_helper() at 0xb5871d7c	
		QApplication::notify() at 0xb58772c4	
		QCoreApplication::notifyInternal() at 0xb547215b	
		QApplicationPrivate::sendMouseEvent() at 0xb5875152	
		0xb59068fc	
		QApplication::x11ProcessEvent() at 0xb5905d26	
		0xb5932f04	
		g_main_context_dispatch() at 0xb4af0509	
		0xb4af0d10	
		g_main_context_iteration() at 0xb4af0fce	
		QEventDispatcherGlib::processEvents() at 0xb54a2741	
		0xb5932a55	
		QEventLoop::processEvents() at 0xb547131d	
		QEventLoop::exec() at 0xb54715aa	
		QCoreApplication::exec() at 0xb5473701	
		qtscript_QCoreApplication_static_call() at 0xb08dc4b7	
		0xb6bd813c	
		0xb6ac1f68	
		0xb6a9164c	
		0xb100d9e9	
		0xb6a44262	
		0xb6a445f7	
		0xb6bb0f92	
		QScriptEngine::evaluate() at 0xb6bba46f	
		RScriptHandlerEcma::eval() at RScriptHandlerEcma.cpp:743 0x8797fbc	
		RScriptHandlerEcma::doScript() at RScriptHandlerEcma.cpp:739 0x8797ea0	
		RScriptHandler::init() at RScriptHandler.cpp:31 0x8f3a8ca	
		main() at main.cpp:176 0x8792007	

 184 QCAD (main)Bug ReportMedium SIGABRT RExporter::exportEntity() at RExporter.cpp:524 Closed
100%
Task Description
  • while creating a dimension
  • drawing unit: inches
  • not reproduceable
/home/martin/workspace/rsframework/debug/qcad-bin [24765]	
	Thread [10] 24804 (Suspended : Container)	
		__kernel_vsyscall() at 0xffffe424	
		poll() at 0xb4f9703e	
		g_poll() at 0xb4b010bb	
		0xb4af0c46	
		g_main_context_iteration() at 0xb4af0fce	
		QEventDispatcherGlib::processEvents() at 0xb54a2741	
		QEventLoop::processEvents() at 0xb547131d	
		QEventLoop::exec() at 0xb54715aa	
		QThread::exec() at 0xb535e8ed	
		0xb544da4b	
		<...more frames...>	
	Thread [7] 24773 (Suspended : Container)	
	Thread [6] 24772 (Suspended : Container)	
	Thread [5] 24771 (Suspended : Container)	
	Thread [3] 24769 (Suspended : Container)	
	Thread [2] 24768 (Suspended : Container)	
	Thread [1] 24765 (Suspended : Signal : SIGABRT:Aborted)	
		__kernel_vsyscall() at 0xffffe424	
		raise() at 0xb4ef98df	
		abort() at 0xb4efb220	
		RMainWindow::messageHandler() at RMainWindow.cpp:63 0x8f1cb62	
		qt_message_output() at 0xb5356f65	
		0xb53571ab	
		qFatal() at 0xb53572c9	
		qt_assert() at 0xb5357355	
		RExporter::exportEntity() at RExporter.cpp:524 0x8eff312	
		RExporter::exportEntity() at RExporter.cpp:578 0x8eff500	
		RExporter::exportEntities() at RExporter.cpp:642 0x8eff6d5	
		RGraphicsScene::regenerate() at RGraphicsScene.cpp:111 0x8f07c6b	
		RDocumentInterface::regenerateScenes() at RDocumentInterface.cpp:534 0x8ef0979	
		RDocumentInterface::objectChangeEvent() at RDocumentInterface.cpp:2,053 0x8ef4986	
		RDocumentInterface::applyOperation() at RDocumentInterface.cpp:1,911 0x8ef445e	
		REcmaDocumentInterface::applyOperation() at REcmaDocumentInterface.cpp:5,708 0x88ecfae	
		0xb6bd813c	
		0xb6ac1f68	
		0xb6a9164c	
		0xa4b828e1	
		0xb6a423e3	
		0xb6af06e0	
		0xb6ac201e	
		QScriptValue::call() at 0xb6bd2e67	
		REcmaShellActionAdapter::coordinateEvent() at REcmaShellActionAdapter.cpp:1,279 0x8c5e96a	
		RDocumentInterface::handleClickEvent() at RDocumentInterface.cpp:729 0x8ef12c3	
		RDocumentInterface::mouseReleaseEvent() at RDocumentInterface.cpp:652 0x8ef0eac	
		RGraphicsScene::handleMouseReleaseEvent() at RGraphicsScene.cpp:174 0x8f07fa7	
		RGraphicsView::handleMouseReleaseEvent() at RGraphicsView.cpp:468 0x8f0a9d7	
		RGraphicsViewQt::mouseReleaseEvent() at RGraphicsViewQt.cpp:253 0x8e068fe	
		QWidget::event() at 0xb58da629	
		RGraphicsViewQt::event() at RGraphicsViewQt.cpp:104 0x8e062c0	
		QApplicationPrivate::notify_helper() at 0xb5871d7c	
		QApplication::notify() at 0xb58772c4	
		QCoreApplication::notifyInternal() at 0xb547215b	
		QApplicationPrivate::sendMouseEvent() at 0xb5875152	
		0xb59066b5	
		QApplication::x11ProcessEvent() at 0xb5905d26	
		0xb5932f04	
		g_main_context_dispatch() at 0xb4af0509	
		0xb4af0d10	
		g_main_context_iteration() at 0xb4af0fce	
		QEventDispatcherGlib::processEvents() at 0xb54a2741	
		0xb5932a55	
		QEventLoop::processEvents() at 0xb547131d	
		QEventLoop::exec() at 0xb54715aa	
		QCoreApplication::exec() at 0xb5473701	
		qtscript_QCoreApplication_static_call() at 0xb08dc4b7	
		0xb6bd813c	
		0xb6ac1f68	
		0xb6a9164c	
		0xb100d9e9	
		0xb6a44262	
		0xb6a445f7	
		0xb6bb0f92	
		QScriptEngine::evaluate() at 0xb6bba46f	
		RScriptHandlerEcma::eval() at RScriptHandlerEcma.cpp:743 0x8797fbc	
		RScriptHandlerEcma::doScript() at RScriptHandlerEcma.cpp:739 0x8797ea0	
		RScriptHandler::init() at RScriptHandler.cpp:31 0x8f3a8ca	
		main() at main.cpp:176 0x8792007	
 186 QCAD (main)Bug ReportMedium QCAD not working on Ubuntu 11.04 x64 Closed
100%
Task Description

Qcad Beta in Ubuntu 11.04 x64

'/home/gabriel/opt/qcad-3.0.0-beta-trial-linux/assistant' 
/home/gabriel/opt/qcad-3.0.0-beta-trial-linux/assistant: error while loading shared libraries: libQtHelp.so.4: cannot open shared object file: No such file or directory
gabriel@gabriel-Studio-1558:~$ '/home/gabriel/opt/qcad-3.0.0-beta-trial-linux/qcad-trial' 
/usr/lib/gtk-2.0/2.10.0/menuproxies/libappmenu.so: clase ELF errónea: ELFCLASS64

(<unknown>:4849): Gtk-WARNING **: Failed to load type module: /usr/lib/gtk-2.0/2.10.0/menuproxies/libappmenu.so

/usr/lib/gtk-2.0/2.10.0/menuproxies/libappmenu.so: clase ELF errónea: ELFCLASS64

(<unknown>:4849): Gtk-WARNING **: Failed to load type module: /usr/lib/gtk-2.0/2.10.0/menuproxies/libappmenu.so


(<unknown>:4849): Gtk-WARNING **: /usr/lib/gtk-2.0/2.10.0/immodules/im-ibus.so: clase ELF errónea: ELFCLASS64

(<unknown>:4849): Gtk-WARNING **: Loading IM context type 'ibus' failed

(<unknown>:4849): Gtk-WARNING **: /usr/lib/gtk-2.0/2.10.0/immodules/im-ibus.so: clase ELF errónea: ELFCLASS64

(<unknown>:4849): Gtk-WARNING **: Loading IM context type 'ibus' failed
/usr/lib/gtk-2.0/2.10.0/menuproxies/libappmenu.so: clase ELF errónea: ELFCLASS64

(<unknown>:4849): Gtk-WARNING **: Failed to load type module: /usr/lib/gtk-2.0/2.10.0/menuproxies/libappmenu.so

/usr/lib/gtk-2.0/2.10.0/menuproxies/libappmenu.so: clase ELF errónea: ELFCLASS64

(<unknown>:4849): Gtk-WARNING **: Failed to load type module: /usr/lib/gtk-2.0/2.10.0/menuproxies/libappmenu.so


(<unknown>:4849): Gtk-WARNING **: /usr/lib/gtk-2.0/2.10.0/immodules/im-ibus.so: clase ELF errónea: ELFCLASS64

(<unknown>:4849): Gtk-WARNING **: Loading IM context type 'ibus' failed
application directory:  "/home/gabriel/opt/qcad-3.0.0-beta-trial-linux" 
working path:  "/home/gabriel/opt/qcad-3.0.0-beta-trial-linux" 
library path:  "/home/gabriel/opt/qcad-3.0.0-beta-trial-linux/plugins" 
Debug:    Init script plugins... 
Debug:    TIMER:  26623 ms -  "loading and initializing plugins" 
Warning:  RScriptHandlerEcma::doScript: engine busy: aborting evaluation of script: 

 "scripts/File/NewFile/NewFile.js" 

 
Warning:  QScriptEngine::newVariant(): changing class of non-QScriptObject not supported
Debug:    Creating storage... 
Debug:    Creating spatial index... 
Debug:    Creating document... 
Debug:    Creating MDI child... 
Debug:    Initialize Viewports... 
Debug:    Init graphics view... 
Debug:    Init scrollbars... 
Debug:    Init rulers... 
Debug:    Init idle and default actions... 
Warning:  QScriptEngine::newVariant(): changing class of non-QScriptObject not supported
Debug:    RDocumentInterface::deleteTerminatedActions: mutex lock failed 
Debug:    lock failed:  "EACTION FINISH: scripts/Snap/Auto/Auto.js" 
Debug:    locker:  "NEW" 
Debug:    lock failed:  "EACTION RESUME: scripts/Idle/Reset/Reset.js" 
Debug:    locker:  "NEW" 
Warning:  QScriptEngine::newVariant(): changing class of non-QScriptObject not supported
Debug:    RDocumentInterface::deleteTerminatedActions: mutex lock failed 
Debug:    lock failed:  "EACTION FINISH: scripts/Snap/RestrictOff/RestrictOff.js" 
Debug:    locker:  "NEW" 
Debug:    lock failed:  "EACTION RESUME: scripts/Idle/Reset/Reset.js" 
Debug:    locker:  "NEW" 
Debug:    Show MDI child... 
Debug:    lock failed:  "RMainWindowQt::subWindowActivated" 
Debug:    locker:  "NEW" 
Debug:    Init event handler... 
Debug:    updateScenes... 
Debug:    updateGuiActions... 
Debug:    notifyListenersSlot... 
Warning:  QScriptEngine::newVariant(): changing class of non-QScriptObject not supported
Debug:    RDocumentInterface::deleteTerminatedActions: mutex lock failed 
Warning:  QScriptEngine::newVariant(): changing class of non-QScriptObject not supported
Debug:    RDocumentInterface::deleteTerminatedActions: mutex lock failed 
Debug:    setActiveSubwindow... 
Warning:  QScriptEngine::newVariant(): changing class of non-QScriptObject not supported
Debug:    RDocumentInterface::deleteTerminatedActions: mutex lock failed 
Warning:  QScriptEngine::newVariant(): changing class of non-QScriptObject not supported
Debug:    RDocumentInterface::deleteTerminatedActions: mutex lock failed 
/usr/lib/gio/modules/libgiobamf.so: clase ELF errónea: ELFCLASS64
Failed to load module: /usr/lib/gio/modules/libgiobamf.so
/usr/lib/gio/modules/libgvfsdbus.so: clase ELF errónea: ELFCLASS64
Failed to load module: /usr/lib/gio/modules/libgvfsdbus.so

(<unknown>:4849): Gtk-WARNING **: Error loading theme icon 'window-close' for stock: No se ha podido cargar el módulo de carga de imágenes: /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so: /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so: clase ELF errónea: ELFCLASS64

(<unknown>:4849): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed

** (<unknown>:4849): CRITICAL **: murrine_style_draw_render_icon: assertion `base_pixbuf != NULL' failed

(<unknown>:4849): Gtk-CRITICAL **: IA__gtk_style_render_icon: assertion `pixbuf != NULL' failed

(<unknown>:4849): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_pixels: assertion `GDK_IS_PIXBUF (pixbuf)' failed

(<unknown>:4849): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_width: assertion `GDK_IS_PIXBUF (pixbuf)' failed

(<unknown>:4849): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_height: assertion `GDK_IS_PIXBUF (pixbuf)' failed
Segmentation fault
 199 QCAD (main)Bug ReportMedium Print preview scaling distorts model view Closed
100%
Task Description

- Draw a rectangle, say 100 x 100 (I use mm unit, but does it matter?)
1
- Turn on print preview
- Turn off print preview
- OK
2
- Turn on print preview
- Set scale 1/10
- Lines are thicker now, this is good
- Turn off print previw
- Lines stay thick in model view, should that be so?
3
- Set layer 0 to use dash as line-style
- Turn on print preview
- Looks OK
- Set scale 1/10
- Dashes hardly visible, looks almost like a continuous line

In the end of 2,3 a way to reset line width display in model view is to cancel scaling in print preview, ie. turn on print preview, set scale 1:1. I suppose this is a regression since TP1: model view always is unscaled.

The line-width scaling is quite accurate now: Draw two lines 10 mm apart. Set line-width 0.5mm. Set scale 1:20 and the lines exactly touch.

 216 QCAD (main)Bug ReportMedium CTRL + Left Mouse doesn't work Closed
100%
Task Description

CTRL + left mouse button does not add to current selection

 237 QCAD (main)Bug ReportMedium Image remains displayed when it's layer is changed to h ...Closed
100%
Task Description

Ubuntu 11.04 64 bit.
Image imported into drawing in layer ‘pictures’.
Layer ‘pictures’ hidden.

QCAD 3 beta displays the image when zoomed out so that the whole drawing is visible within the working window.
It ‘disappears’ when the zoom is taken in such that the drawing exceeds the window display.

When the layer ‘pictures’ is visible the image behaves as expected, i.e. always visible.

 239 QCAD (main)Bug ReportMedium part library unit conversion Closed
100%
Task Description
  • insert part in inch into mm drawing
  • block scale correct, but block reference also scaled
 251 QCAD (main)Bug ReportMedium wrong tab names Closed
100%
Task Description

After I open the second file, the tab name of the first file is changed to the name of second file. After that I see two tabs with the same names but with two different files.

 252 QCAD (main)Bug ReportMedium Displayed line thickness too thick. Closed
100%
Task Description

This manifestation happened after I had loaded an existing drawing, made modifications, then used print preview and adjusted the scale to fit the paper.

The file was closed. Upon reopening lines designated as .25mm were unusually thick such that two lines 2mm apart appeared as one solid line. Placing the cursor over the line showed it was comprised of two lines.

Changing the properties of a line to make it thinner did not help with one exception and that was to set the line thickness to default, when the two lines became visible.

 258 QCAD (main)Bug ReportMedium RDwgExporter.cpp#190 Closed
100%
Task Description
Debug:    "RDwgServices::printErrorStackTrace: Requires an integer between 1 and 6." 
Fatal:    ASSERT: "false" in file RDwgExporter.cpp, line 190
./qcad: line 3: 24327 Aborted                 LD_LIBRARY_PATH=. ./qcad-bin $@

 279 QCAD (main)Bug ReportMedium library.js:638: Error: cannot access member `children'  ...Closed
100%
Task Description
  • QCAD was running during the lunch break
    • one drawing opened in print preview
    • another drawing opened (normal mode)
  • switched to another virtual desktop
""
Uncaught exception at /home/martin/workspace/rsframework/scripts/library.js:638:
Error: cannot access member `children' of deleted QObject
638	        if (!isNull(child.children) && child.children().length != 0) {
qsdb> child
Error: cannot access member `toString' of deleted QObject
qsdb> isNull(child)
true
qsdb> .bt
#0  getWidgets(widget = QToolBar) at /home/martin/workspace/rsframework/scripts/library.js:638
#1  <anonymous>(resume = true) at scripts/File/PrintPreview/PrintPreview.js:235
#2  <anonymous>() at /home/martin/workspace/rsframework/scripts/Idle/../EAction.js:237
#3  <anonymous>() at /home/martin/workspace/rsframework/scripts/File/
PrintPreview/../../Idle/DefaultAction/DefaultAction.js:119
#4  <global>() at -1
 284 QCAD (main)Bug ReportMedium Line Spacing Factor get lost in saved documents Closed
100%
Task Description

When I open a saved document, the “Line Spacing Factor” it return to 1.

Tried several times, same result.

Carlo Couvert

 298 QCAD (main)Bug ReportMedium Elements of a hidden layer are deleted after saving and ...Closed
100%
Task Description

All drawing elements belonging to a layer are not existing anymore after:

  1. the layer has been made invisible (unselect the eye symbol of the layer),
  2. the drawing has been saved,
  3. the drawing has been closed
  4. and finally the drawing is reopened.

This behavior has been observed on the following OSes:

  • Windows XP SP3
  • Ubuntu 11.04
 301 QCAD (main)Bug ReportMedium Open an existing DXF file Closed
100%
Task Description

When I open a dfx file I have made from AutoCad, QC will open the file fine but then when I try to save it I get a dialog box stating that the drawing was not saved and asks if I have permission or is the disk full. Yes, I have permission and no the disk is not full.
Then when I close the dfx file and try to reopen it the second time, QC will not open the file and a dialog box reads “Cannot open file, please check your access rights, the file format and the file extension”

 306 QCAD (main)Bug ReportMedium Grid can`t be turned off Closed
100%
Task Description

Not possible to turn off grid (in application preferencies). In settings looks that accepted (checkbox is unchecked) but in program window is still visible.

 311 QCAD (main)Bug ReportMedium Layer locking Closed
100%
Task Description

Pendant la réalisation d’un plan le calque 0 s’est verrouillé, impossible de le modifier. En l’enregistrant sous un autre nom le calque 0 est toujours verrouillé.

During the implementation of a plan the layer 0 was locked, impossible to change it. By saving it under another name Layer 0 is always locked.

 312 QCAD (main)Bug ReportMedium Crash Closed
100%
Task Description

Pendant la création d’un plan le logiciel se bloque, puis une boite de dialogue Windows apparait : “QCAD a cessé de fonctionner”.
Après validation de la fenêtre le logiciel se ferme et toutes les modifications non enregistrées sont perdues.

When creating a plan software hang, then a dialog window appears: “QCad has stopped working”.
After validation of the software window is closed and all unsaved changes are lost.

 319 QCAD (main)Bug ReportMedium Prints as though A4 even though I change paper size in  ...Closed
100%
Task Description

This continues a problem that occurred in Qcad 2.2/OpenSuse 11.1:

1. The default paper size is always A4. (minor, but annoying)

2. Here is the serious problem: When I change the paper size to, for example tabloid, in File/Drawing Preferences/Page and in Print/Properties, the print job prints as though it were A4. This occurs unless I first go to Yast or Control Center and (as superuser) change the default page size. Other programs (such as Open Office) don’t require this.

The printer is an HP deskjet 9800, and the problem occurs with either CUPS or hplip printing.

I am using Opensuse 11.3 (I haven’t been able to install successfully opensuse 11.4 on my computer), Qcad
Version:
3.0 Beta 2
Date:
Sep 17 2011
Qt Version:
4.7.3
Edition:
Full Version

 334 QCAD (main)Bug ReportMedium SVG Export Polygons, arcs converted to straight lines. Closed
100%
Task Description

When exporting a drawing to SVG, polygons containing arcs (trimmed circles in this case) are converted to straight lines. If the polygon is exploded first, then it exports correctly. Of course, this isn’t useful if closed polygons are required for the program using the SVG file. Solid hatch fills export correctly. See attached DXF and corresponding SVG export.

 337 QCAD (main)Bug ReportMedium Polylines with arcs export to SVG as lines Closed
100%
Task Description

If I create a closed polygon that include arcs or parts of circles, they export to SVG as straight lines.

If I explode the polyline, they export fine.

If I create a solid fill, those arcs export fine.

See attached DXF and SVG output.

This may be a duplicate bug, but my previous bug report vanished.

 338 QCAD (main)Bug ReportMedium PDF export generates an empty document Closed
100%
Task Description
  • simple drawing: 1 rectangle, 1 circle
  • File → Export PDF

→ generates an empty document (or maybe both the lines and the background is white)

Note: After the export ones stays in print preview mode, which is a bit confusing if the command was invoked from the “normal” drawing mode.

 339 QCAD (main)Bug ReportMedium PrintPreview: multi page widget doesn't work anymore Closed
100%
Task Description
  • the cells are not shown anymore
 340 QCAD (main)Bug ReportMedium Bitmap export shows selected entities Closed
100%
Task Description
  • Selected entities are exported in the way as they are shown on screen.
  • Same applies for highlighted entities.
  • See attachment.
 341 QCAD (main)Bug ReportMedium PrintPreview: Auto Fit Pages doesn't work as excepted Closed
100%
Task Description
  1. load attached drawing
  2. print preview
  3. auto fit pages
  4. shows 2 columns (wrong) and 13 rows (correct), see attachment
 342 QCAD (main)Bug ReportMedium SIGPIPE QPrinter::init() Closed
100%
Task Description
  • tried different options in print preview (auto scale, auto fit etc.)
Thread [1] 18993 (Suspended : Signal : SIGPIPE:Broken pipe)	
	__kernel_vsyscall() at 0xffffe424	
	send() at 0xb517d5b8	
	0xacd3d8b2	
	httpFlushWrite() at 0xacd3dc21	
	0xacd3fcb8	
	cupsSendRequest() at 0xacd56470	
	cupsDoIORequest() at 0xacd56bc7	
	cupsDoRequest() at 0xacd56f0b	
	0xacd35d7f	
	cupsGetDests2() at 0xacd375d5	
	cupsGetDests() at 0xacd379a3	
	0xb5ad5153	
	0xb5a12133	
	0xb5a28344	
	0xb5a2b78c	
	QPrinter::init() at 0xb5a2d4ee	
	QPrinter::QPrinter() at 0xb5a2f01f	
	QtScriptShell_QPrinter::QtScriptShell_QPrinter() at 0xb02c9e29	
	qtscript_QPrinter_static_call() at 0xafe863ba	
	0xb6bd7f88	
	0xb6ac7c97	
	0xb6a91114	
	0xa95f7580	
	0xb6a44262	
	0xb6a445f7	
	0xb6bb0f92	
	QScriptEngine::evaluate() at 0xb6bba46f	
	RScriptHandlerEcma::ecmaInclude() at RScriptHandlerEcma.cpp:1,051 0x87d5f9d	
	0xb6bd813c	
	0xb6ac1f68	
	0xb6a9164c	
	0xa970b87d	
	0xb6a44262	
	0xb6a445f7	
	0xb6bb0f92	
	QScriptEngine::evaluate() at 0xb6bba46f	
	RScriptHandlerEcma::ecmaInclude() at RScriptHandlerEcma.cpp:1,051 0x87d5f9d	
	0xb6bd813c	
	0xb6ac1f68	
	0xb6a9164c	
	0xa9717387	
	0xb6a44262	
	0xb6a445f7	
	0xb6bb0f92	
	QScriptEngine::evaluate() at 0xb6bba46f	
	RScriptHandlerEcma::eval() at RScriptHandlerEcma.cpp:786 0x87d4014	
	RScriptHandlerEcma::doScript() at RScriptHandlerEcma.cpp:782 0x87d3ef8	
	RScriptHandlerEcma::createActionDocumentLevel() at RScriptHandlerEcma.cpp:873 0x87d4677	
	RGuiAction::slotTrigger() at RGuiAction.cpp:628 0x8f7a23c	
	RGuiAction::qt_metacall() at moc_RGuiAction.cpp:86 0x8fc60a9	
	QMetaObject::metacall() at 0xb5478c83	
	QMetaObject::activate() at 0xb5489134	
	QAction::triggered() at 0xb5869d99	
	QAction::activate() at 0xb586b48f	
	QToolButton::nextCheckState() at 0xb5da52b2	
	0xb5cbb61f	
	QAbstractButton::mouseReleaseEvent() at 0xb5cbb8dc	
	QToolButton::mouseReleaseEvent() at 0xb5da53ac	
	QWidget::event() at 0xb58da629	
	QAbstractButton::event() at 0xb5cba7bf	
	QToolButton::event() at 0xb5da82ae	
	QApplicationPrivate::notify_helper() at 0xb5871d7c	
	QApplication::notify() at 0xb58772c4	
	QCoreApplication::notifyInternal() at 0xb547215b	
	QApplicationPrivate::sendMouseEvent() at 0xb5875152	
	0xb59066b5	
	QApplication::x11ProcessEvent() at 0xb5905d26	
	0xb5932f04	
	g_main_context_dispatch() at 0xb4aee509	
	0xb4aeed10	
	g_main_context_iteration() at 0xb4aeefce	
	QEventDispatcherGlib::processEvents() at 0xb54a2741	
	0xb5932a55	
	QEventLoop::processEvents() at 0xb547131d	
	QEventLoop::exec() at 0xb54715aa	
	QCoreApplication::exec() at 0xb5473701	
	qtscript_QCoreApplication_static_call() at 0xb08dc4b7	
	0xb6bd813c	
	0xb6ac1f68	
	0xb6a9164c	
	0xb100cf6b	
	0xb6a44262	
	0xb6a445f7	
	0xb6bb0f92	
	QScriptEngine::evaluate() at 0xb6bba46f	
	RScriptHandlerEcma::eval() at RScriptHandlerEcma.cpp:786 0x87d4014	
	RScriptHandlerEcma::doScript() at RScriptHandlerEcma.cpp:782 0x87d3ef8	
	RScriptHandler::init() at RScriptHandler.cpp:31 0x8fa7476	
	main() at main.cpp:228 0x87cd9c9	
 343 QCAD (main)Bug ReportMedium 2 drawings in print preview: inconsistencies Closed
100%
Task Description
  1. load 2 drawings
  2. switch both into print preview
  3. see attachment
  4. scale combo box shows only “1:1”
  5. switching drawings does not update options tool bar from drawing but drawing from options tool bar
 349 QCAD (main)Bug ReportMedium Cannot open saved files Closed
100%
Task Description

Hi Andrew

Using Beta 3 v3 saving files to DXf 2010, DWG 2010, or even 2007 only saves succesfully some times. Most of the time I get a warning dialog stating that “Cannot open file” - no suitable importer found?

Please help

Clive

 369 QCAD (main)Bug ReportMedium "Edit Text" Function fails ... Closed
100%
Task Description

3 RC1b

Trying to edit a Text calls the Qt Script Debugger with following Message:

Uncaught exception at C:/Programme/QCAD 3rc1b/scripts/Draw/Text\TextDialog/TextDialog.js:170: ReferenceError: Can’t find variable: simpleText
170 simpleText.checked = textDataIn.isSimple();

I’m able to close the Script Debugger but I can’t edit the Text ....

 373 QCAD (main)Bug ReportMedium QCAD3 does not open dxf-files containing ellipses Closed
100%
Task Description

QCAD3 does not open dxf-files containing ellipses!
Error Message: Can’t open file, check fileformat, fileextension, accesrights

 380 QCAD (main)Bug ReportMedium Destroying cross-hatch Closed
100%
Task Description

By saving a drawing QCAD is destroying the cross-hatches

 381 QCAD (main)Bug ReportMedium Multiple chice Closed
100%
Task Description

Multiple choice of enteties with “CTRL”+mouseclick is not possible

 385 QCAD (main)Bug ReportMedium Text position of texts in blocks Closed
100%
Task Description

Text position of texts in blocks wrong.

 387 QCAD (main)Bug ReportMedium Export to pdf fails if same file name used as one previ ...Closed
100%
Task Description

In File>PDF Export save a file with the same name in the same place as a previously saved pdf file.

Issue 1
Note that there is no alert to indicate that an attempt to overwrite is being made.

Then use the close preview button and navigate to the top panel file menu.

Issue 2
The usual drop down menu does not work. All other drop down menus do work.

Showing tasks 101 - 150 of 2549 Page 3 of 51 - 1 - 2 - 3 - 4 - 5 - Last >>

Available keyboard shortcuts

Tasklist

Task Details

Task Editing