Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Segfault on Ubuntu 14.04 LTS #39

Closed
primetime00 opened this issue Mar 20, 2016 · 4 comments
Closed

Segfault on Ubuntu 14.04 LTS #39

primetime00 opened this issue Mar 20, 2016 · 4 comments

Comments

@primetime00
Copy link

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
Copy link
Owner

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
Copy link
Author

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

@dannagle
Copy link
Owner

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
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants