dannagle / PacketSender

Network utility for sending / receiving TCP, UDP, SSL, HTTP
https://packetsender.com
GNU General Public License v2.0
2.31k stars 361 forks source link

Segfault on Ubuntu 14.04 LTS #39

Closed primetime00 closed 8 years ago

primetime00 commented 8 years ago

I've run the build script, and everything compiles just fine. Whenever I try to run the executable, it segfaults. Not sure why.

PacketSender-Linux/PacketSender-4.9/src$ ./PacketSender
Segmentation fault

I imagine this is a QT5 issue.

Any suggestions?

dannagle commented 8 years ago

Are you running on Ubuntu Server?

The build system has problems on Ubuntu Server. It looks for a graphics library, which I haven't had time to fix for the server edition.

primetime00 commented 8 years ago

No, just plain Ubuntu. I am using XFCE. Other that that, it's as vanilla as you can get.

dannagle commented 8 years ago

I've never tried it on XFCE.

I test it on the mainstream Ubuntu Desktop LTS. XFCE is supposed to be lightweight, so there may be problems. You may need to install more Qt libraries, which would defeat the purpose of going lightweight.

dannagle commented 8 years ago

Please see this issue #38 . I just pushed a commit to master that should fix this. Replace your main.cpp and recompile.