-
Notifications
You must be signed in to change notification settings - Fork 15
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
It compiled on Ubuntu 20.04, but it's crashing instantly #8
Comments
You could try that. What display to use can also be set explicitly using the To dig deeper into what causes the error, try compiling with debug flags, run with valgrind and post the crash log here. |
I also get a Segmentation fault error it doesn't work on any screen or a vnc server either. |
@weeaudi Did you try compiling with debug flags and running it with valgrind? That may provide some crash logs that can help in debugging this. |
Here is the log for when i ran valgrind |
Also tried it without my monitor plugged in but that didn't work |
Thank you for the crash logs. I haven't touched this project in a long time, but I was able to reproduce the issue.
I fixed this in d79e3b1 by defaulting to the value of the Also, I noticed that the binary has to be run with |
I noticed the display variable Has to be the IP of the computer EX: 000.000.000.000:0 but the default is :0 |
$ ./jsmpeg-vnc desktop
Erreur de segmentation
No idea how to debug that problem. I use a laptop with an extra screen; should I try with only one screen?
The text was updated successfully, but these errors were encountered: