-
Notifications
You must be signed in to change notification settings - Fork 13
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
pygame.error EGL not initialized #70
Comments
No. The changes I made were for the latest matplotlib. X11 or Wayland or no graphics? I have a Pi 3B that I ran on Field Day last year, let me give it a shot. |
No graphics. I use the lite OS. |
working here. runs in Wayland, did not try X11, this is raw console (no
GUI.)
```
***@***.***:~/n1mm_view $ uname -a
Linux raspberrypi3 6.6.62+rpt-rpi-v8 #1 SMP PREEMPT Debian 1:6.6.62-1+rpt1
(2024-11-25) aarch64 GNU/Linux
***@***.***:~/n1mm_view $ cat /etc/*release*
PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"
NAME="Debian GNU/Linux"
VERSION_ID="12"
VERSION="12 (bookworm)"
VERSION_CODENAME=bookworm
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
***@***.***:~/n1mm_view $ ./dashboard.py
pygame 2.1.2 (SDL 2.26.5, Python 3.11.2)
Hello from the pygame community. https://www.pygame.org/contribute.html
2024-12-30 22:21:49.296 INFO [config::__init__] Setting log level to
INFO
2024-12-30 22:21:49.297 INFO [config::__init__] Reading config file @
['/home/jeff/n1mm_view/n1mm_view.ini']
2024-12-30 22:21:49.297 INFO [config::__init__] Using database file
n1mm_view.db
2024-12-30 22:21:49.298 INFO [config::__init__] Using logo file logo.png
2024-12-30 22:21:49.310 INFO [config::__init__] LIstening on UDP port
12060
2024-12-30 22:21:49.314 INFO [constants::<module>] Starting constants.py
2024-12-30 22:21:52.865 INFO [dashboard::main] dashboard startup
2024-12-30 22:21:53.110 INFO [graphics::init_display] Discovered
compatible driver kmsdrm
2024-12-30 22:21:53.541 INFO [graphics::init_display] display size:
1920 x 1080
```
…On Mon, Dec 30, 2024 at 2:27 PM Tom Schaefer ***@***.***> wrote:
No graphics. I use the lite OS.
—
Reply to this email directly, view it on GitHub
<#70 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEL5GZCDNCCRIMI7W2FUFMD2IGNDZAVCNFSM6AAAAABUMOVOAKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNRVHA2DCOBYGA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
also works in X11.
Jeff
…On Mon, Dec 30, 2024 at 5:24 PM jeff otterson ***@***.***> wrote:
working here. runs in Wayland, did not try X11, this is raw console (no
GUI.)
```
***@***.***:~/n1mm_view $ uname -a
Linux raspberrypi3 6.6.62+rpt-rpi-v8 #1 SMP PREEMPT Debian 1:6.6.62-1+rpt1
(2024-11-25) aarch64 GNU/Linux
***@***.***:~/n1mm_view $ cat /etc/*release*
PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"
NAME="Debian GNU/Linux"
VERSION_ID="12"
VERSION="12 (bookworm)"
VERSION_CODENAME=bookworm
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
***@***.***:~/n1mm_view $ ./dashboard.py
pygame 2.1.2 (SDL 2.26.5, Python 3.11.2)
Hello from the pygame community. https://www.pygame.org/contribute.html
2024-12-30 22:21:49.296 INFO [config::__init__] Setting log level to
INFO
2024-12-30 22:21:49.297 INFO [config::__init__] Reading config file @
['/home/jeff/n1mm_view/n1mm_view.ini']
2024-12-30 22:21:49.297 INFO [config::__init__] Using database file
n1mm_view.db
2024-12-30 22:21:49.298 INFO [config::__init__] Using logo file
logo.png
2024-12-30 22:21:49.310 INFO [config::__init__] LIstening on UDP port
12060
2024-12-30 22:21:49.314 INFO [constants::<module>] Starting
constants.py
2024-12-30 22:21:52.865 INFO [dashboard::main] dashboard startup
2024-12-30 22:21:53.110 INFO [graphics::init_display] Discovered
compatible driver kmsdrm
2024-12-30 22:21:53.541 INFO [graphics::init_display] display size:
1920 x 1080
```
On Mon, Dec 30, 2024 at 2:27 PM Tom Schaefer ***@***.***>
wrote:
> No graphics. I use the lite OS.
>
> —
> Reply to this email directly, view it on GitHub
> <#70 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AEL5GZCDNCCRIMI7W2FUFMD2IGNDZAVCNFSM6AAAAABUMOVOAKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNRVHA2DCOBYGA>
> .
> You are receiving this because you commented.Message ID:
> ***@***.***>
>
|
Ok. Let me dig into it a bit more.
I see on your system it found the driver kmsdrm so I’ll start there.
Thanks
Tom
Principal Solutions Architect
Better Software Solutions, Inc.
727-437-2771
813-205-6388 (mobile/text)
… On Dec 30, 2024, at 5:28 PM, Jeff Otterson ***@***.***> wrote:
kmsdrm
|
I finally got back to this...I just did a completely fresh install of bookwork on a pi400. Same error... By any chance, the version you ran it on OK was that the one your were working on for the dependencies? My nest option will probably be to go back to bullseye.
|
Hi Tom, I did not update the dependencies when I tested on my Pi 4. The dependency in question is Matplotlib, this problem is coming from PyGame. Google does return some hits for the MESA-LOADER errors, it looks like missing dependencies for Bookworm. I have the GUI installed on my test system FWIW. Are you able to start and run X11 or Wayland? We can take this to direct email if that is faster. my call sign at my call sign dot com... |
I did an upgrade of my Pi400 to bookworm and now get this error when I run dashboard.py Was this the error associated with the later modules you have in the DEV branch?
The text was updated successfully, but these errors were encountered: