Search found 7 matches

by schmidtw
Thu Oct 08, 2020 7:24 pm
Forum: QCAD 'Script Add-On & Plug-in challenge' - Work in Progress
Topic: Force script path with env var or cli argument?
Replies: 1
Views: 13410

Re: Force script path with env var or cli argument?

I did a fair bit of debugging and found that there are a few path searching blockers for being able to prefer one script tree over the built in version.

Here is my PR that fixes the issues I saw:
https://github.com/qcad/qcad/pull/26
by schmidtw
Tue Oct 06, 2020 7:44 am
Forum: QCAD 'Script Add-On & Plug-in challenge' - Work in Progress
Topic: Force script path with env var or cli argument?
Replies: 1
Views: 13410

Force script path with env var or cli argument?

I'm looking to do some larger scale changes to scripts locally & would like to be able to point the same version of qcad to different instances of my script directories. It's not completely clear how I should do this & the values that QT suggests are checked by default don't seem to be. https://doc....
by schmidtw
Mon Jun 15, 2020 5:41 pm
Forum: QCAD Community Edition
Topic: QCAD crash on Fedora 32
Replies: 7
Views: 9353

Re: QCAD crash on Fedora 32

I think the issue was in one of these upstream packages:

Code: Select all

 qt5-designer   < 5.14.2
 qt5-qtsvg      < 5.14.2
 qgnomeplatform < 0.6.1
As updating to these packages (above) fixed the crash.
by schmidtw
Wed May 06, 2020 6:54 am
Forum: QCAD Community Edition
Topic: QCAD crash on Fedora 32
Replies: 7
Views: 9353

Re: QCAD crash on Fedora 32

Thanks Andrew. Do you have any instructions for building the source code with debug symbols on?
by schmidtw
Tue May 05, 2020 8:02 am
Forum: QCAD Community Edition
Topic: QCAD crash on Fedora 32
Replies: 7
Views: 9353

Re: QCAD crash on Fedora 32

I installed the debug and source packages to get some more crash details: GNU gdb (GDB) Fedora 9.1-3.fc32 Copyright (C) 2020 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it....
by schmidtw
Thu Jun 05, 2014 5:59 am
Forum: QCAD Troubleshooting and Problems
Topic: Crash on existing drawing load
Replies: 2
Views: 4532

Re: Crash on existing drawing load

Cleaning & rebuilding solved the problem. I'm running from source because at one point I got so tired of the bugs that were in the released version that I decided to switch to the source so I could work on fixing the bugs. When I switched to the trunk version, the problems were solved & overall seve...
by schmidtw
Wed Jun 04, 2014 9:29 am
Forum: QCAD Troubleshooting and Problems
Topic: Crash on existing drawing load
Replies: 2
Views: 4532

Crash on existing drawing load

I have been running QCAD 3 from sources for quite a while without any issue until a crash last night. I don't recall the # (I wish I did). However when I updated to the latest in git, QCAD crashes anytime I load any drawing - complex or simple. I decided to revert back to 864d177ed3af62d5baad2300ee5...

Go to advanced search