-
-
Notifications
You must be signed in to change notification settings - Fork 155
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
Stable release not running on Raspberry Pi #559
Comments
that is likely due to missing OpenGL support, you can try running in software mode like so:
|
Indeed - it was due to no xserver running. Obviously this is a bad state but maybe the application should detect this before seg faulting and ideally give a more useful warning! |
Could be yes, but I dont have a way to reproduce this myself. I would have to purposefully break the graphics driver or something. if there is no x11/display, that is a different case. |
You can simulate this issue by running via ssh without X forwarding. (This is how I discovered it - my host had dropbear installed that was not allowing X forwarding. I installed openssh server to get X forwarding working.) |
sure, but for that I can just use a VT and run Cardinal from there. rebuilding cardinal on this PC and will see if it runs now. Would be nice to be able to catch non-GL supported but still with X11/display running scenarios, so we would show a warning dialog for those cases. |
ok confirmed a fix in 0ad791d |
Cool! I will test when I can. It takes a looong time to compile. Cheers! |
You can just wait for the github actions to build, typically they take around 1h. The builds there match the release binaries |
When I run Cardinal or CardinalNative I get the following errors:
I have tried with arm64 deb packages from kxstudio and also compiling from source. I am testing on a minimal debian based system:
There may be missing dependencies (although I would have expected dpkg to have resolved these - unless some are inappropriately assumed). Maybe the error may point towards a clue as to the cause???
The text was updated successfully, but these errors were encountered: