Comment 10 for bug 295140

Revision history for this message
quantenemitter (quantenemitter) wrote : Re: k3dsurf doesn't start

In console, the output is just:

$ k3dsurf
Segmentation fault (core dumped)

That's it. Yesterday, it also complained about /etc/qt3/qt_plugins_3.3rc being not readable. I gave read permissions go+rX to /etc/qt3 recursively and the problem vanished.

I have indeed something relevant in /var/crash. Didn't know this folder exists until now. The file is attached.

Perhaps you are interested in this: I downloaded the sourcecode and tried to compile it:

$ tar xzf k3dsurf-0.6.2.tar.gz
$ cd k3dsurf-0.6.2
$ ls
bin Doxyfile k3dsurf.kdevelop k3dsurf.kdevses readme
copying icon k3dsurf.kdevelop.pcs k3dsurf.pro src
$ qmake
$ make
cd src/ && /usr/bin/qmake src.pro -unix -o Makefile
uic: File generated with too old version of Qt Designer (3.3)
uic: File generated with too old version of Qt Designer (3.3)
uic: File generated with too old version of Qt Designer (3.3)
uic: File generated with too old version of Qt Designer (3.3)
uic: File generated with too old version of Qt Designer (3.3)
uic: File generated with too old version of Qt Designer (3.3)
uic: File generated with too old version of Qt Designer (3.3)
cd src/ && make -f Makefile
make[1]: Betrete Verzeichnis '/home/thomas/k3dsurf-0.6.2/src'
/usr/bin/uic-qt4 k3dsurf.ui -o ui_k3dsurf.h
uic: File generated with too old version of Qt Designer (3.3)
File 'k3dsurf.ui' is not valid
make[1]: *** [ui_k3dsurf.h] Fehler 1
make[1]: Verlasse Verzeichnis '/home/thomas/k3dsurf-0.6.2/src'
make: *** [sub-src-make_default] Fehler 2