Search found 6 matches

by bidskii
Sun Jan 31, 2016 10:34 pm
Forum: Issues, bugs, etc.
Topic: CloudCompare crashes when saving LAZ file
Replies: 10
Views: 5413

Re: CloudCompare crashes when saving LAZ file

daniel wrote:Qt 4.8?

Code: Select all

$ qmake --version
QMake version 2.01a
Using Qt version 4.8.1 in /usr/lib/x86_64-linux-gnu

Code: Select all

$ pkg-config --modversion QtCore
4.8.1
by bidskii
Sun Jan 31, 2016 9:38 pm
Forum: Issues, bugs, etc.
Topic: CloudCompare crashes when saving LAZ file
Replies: 10
Views: 5413

Re: CloudCompare crashes when saving LAZ file

Something is really broken in your compiled version... Maybe Qt? What version are you using? Otherwise there have been a lot of modifications this past days so it may be worth updating your repo (just in case - and I saw that Luca slightly updated ccQCustomPlot). I am using Qt4. I will update my re...
by bidskii
Thu Jan 28, 2016 1:41 am
Forum: Issues, bugs, etc.
Topic: CloudCompare crashes when saving LAZ file
Replies: 10
Views: 5413

Re: CloudCompare crashes when saving LAZ file

Just to confirm the issue: can you actually deactivate the scalar field (i.e. by selecting 'None' in the 'Active' drop-down list of the 'Scalar field' section of the properties) and not simply hide the scalar field with the 'Colors' option? Sorry about this. Sorry about the long delay. I just loade...
by bidskii
Sun Jan 10, 2016 10:11 pm
Forum: Issues, bugs, etc.
Topic: CloudCompare crashes when saving LAZ file
Replies: 10
Views: 5413

Re: CloudCompare crashes when saving LAZ file

daniel wrote:That's a bit weird. The crash always occur on the same assert?
Does indeed always appear to be the same assert.
by bidskii
Thu Jan 07, 2016 11:22 pm
Forum: Issues, bugs, etc.
Topic: CloudCompare crashes when saving LAZ file
Replies: 10
Views: 5413

Re: CloudCompare crashes when saving LAZ file

It appears I was mistaken. I also had a ASCII point cloud loaded, but since I was saving the LAZ cloud at the time it didn't seem important. However, today it was also crashing when performing the segmentation so it it is likely related to how it is trying to redraw the screen after the segmentation...
by bidskii
Thu Jan 07, 2016 4:21 am
Forum: Issues, bugs, etc.
Topic: CloudCompare crashes when saving LAZ file
Replies: 10
Views: 5413

CloudCompare crashes when saving LAZ file

Hi all, I am trying to segment a LAZ point cloud and then save the segmented section. However, CloudCompare crashes with the following error whenever I try to do so CloudCompare: ../qCC/ccQCustomPlot.h:271: virtual void QCPHiddenArea::draw(QCPPainter*): Assertion `x2 >= rect.x()' failed. Aborted (co...