nurupo / ProjectTox-Qt-GUI

A cross-platform front end for ProjectTox Core library, written in C++11 with use of Qt5
GNU General Public License v3.0
341 stars 116 forks source link

segmentation fault in Ubuntu 12.04 #43

Closed strannik-j closed 10 years ago

strannik-j commented 11 years ago

Ubuntu 12.04 x64

ln -s /opt/Qt5.1.0/5.1.0/gcc_64/bin/qmake /usr/bin/qmake5

git clone --recursive git://github.com/nurupo/ProjectTox-Qt-GUI.git cd ProjectTox-Qt-GUI mkdir build && cd build qmake5 -Wall ../projectfiles/QtCreator/TOX-Qt-GUI.pro make

./TOX-Qt-GUI segmentation fault
Schlumpf commented 11 years ago

I've no problem with Ubuntu 13.04.

blackwolf12333 commented 11 years ago

I have no idea if it will fix your problem, but you can always try ./TOX-Qt-GUI -qt=5

nurupo commented 11 years ago

Without a backtrace there is not much we can do.