-
Notifications
You must be signed in to change notification settings - Fork 75
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
gs compiles ok, but it doesn't work properly #20
Comments
|
OK, I now know the issue. Cause you are using Pi4(OpenGL 3.0), I'm using Pi3b+ (OpenGL 2.0). I'll provide a patch, when I get " esp-idf 4.3 + latest code(56ee43e) constantly reboot #16 " works. |
Hello ! |
@JulesThuillier Haha, Thansk. The gs program seems something wrong with OpenGL 2.0.
|
The GL errors are super relevant since it's used for rendering, so getting any error in there means you'll most probably get no rendering at all. |
Why not use GL3.0 on Ubuntu? |
Error logs were from RPI 3B+. Ubuntu is my laptop, there is no error, but black screen also. BTW, on RPI 3B+ code was change to 2.0. And on ubuntu code are the same with repo, except Makefiles. see below lines of code
|
I have to wifi cards installed (which has monitor mode)
And gs has been compiled OK, but it failed during execution, any ideas?
The text was updated successfully, but these errors were encountered: