-
Notifications
You must be signed in to change notification settings - Fork 7
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
Error when build liveW (and not only it) #7
Comments
Sorry for responding this later and thank you for putting up the issue. I manually checked and confirmed that you have valid FBConfig. If you could replace attr argument with NULL and see if it will also crash. My best shot is that you have 2 years old drivers installed and you could try upgrade your mesa. And can you also give more details about what distro are you running ? |
Thanks! Mesa update, nearly, solved the my problem...
(before update, i tried replace attr with NULL here:
but nothing changed) I'm using Debian Stretch. |
This error message is usually associated with your graphics not supporting minimum Opengl version requirement of application. My laptop is running Opengl 3.0 (similar as yours) and there are no problems. Can you provide full glxinfo, name of your processor and linux version (uname -a)? Here are some ideas you can try:
|
@maximhesed I might have found were is a problem. I pushed commit with fix that might help you, so can you freshly clone repo again and try if it helps? If it doesn't help you can proceed with steps I have given in comment above. |
So, make is successfully completed, but i got error when choosing the any shader:
|
Building
Ok. Is there a way around this:
Running
if debug your program, then i get segfault during frame buffer configuration:
Here is backtrace:
Praise
Your project is really cool!
I would try use it, but problems above don't allow me to do that. :(
Additional information
glxinfo:
I'm using i3 window manager.
The text was updated successfully, but these errors were encountered: