-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
[Bug] GBM Errors on Raspberry Pi 5 #3722
Comments
yes, these appear to be errors in electron which have no negative side effect other than the message we have disabled gpu by default, as most users dont need it, and it eliminates a lot of error messages the environment variable to turn it on is so changed
|
@sdetweil: Really ... you make me despair... HEY: The guy has already tested it! |
@sdetweil : retry again (same player) |
well, he tried DISABLE_GPU which is the default |
Unfortunately, this problem is not related to MagicMirror. be aware that according to electron coders, this is more of a warning than an error. This is very good for use without the use of 3rd party modules |
@Dyptorden On a Raspberry Pi 4 I can confirm this behaviour when running Can you check this on your system? |
Environment
MagicMirror² version: [not shown in logs]
Node version: 22.14.0
npm version: 11.1.0
Platform: Raspberry Pi 5 (Debian GNU/Linux 12, arm64, kernel: 6.6.74+rpt-rpi-2712)
Description
When running MagicMirror on Raspberry Pi 5, the application logs multiple GBM (Generic Buffer Management) related errors. While the application continues to function (calendar and news fetchers work), the console is flooded with these errors.
Environment
Error Messages
These errors repeat multiple times in the log.
Full Log
Expected Behavior
MagicMirror should start without GBM-related errors.
Actual Behavior
Application starts and functions, but continuously logs GBM errors related to buffer management and DMA operations.
Impact
While the application appears to function normally, the log files are being filled with these errors, which could make it difficult to identify other potential issues and might impact system resources.
Attempted Workarounds
config.js
after theunits
section and beforemodules
:This modification did not resolve the GBM errors.
The GBM errors persisted despite this change.
Additional Notes
This might be related to how Electron 32.2.7 handles graphics on the new Raspberry Pi 5 architecture. Similar issues have been observed in other Electron applications on the RPi 5.
Would appreciate help with
Which start option are you using?
npm run start
Are you using PM2?
No
Module
None
Have you tried disabling other modules?
Have you searched if someone else has already reported the issue on the forum or in the issues?
What did you do?
I did no change in the config as I just cloned the repo.
Steps to reproduce the issue:
Just started the app using npm run start
What did you expect to happen?
Expected to have no errorrs in the app log (terminal)
What actually happened?
got the errors:
Additional comments
No response
Participation
The text was updated successfully, but these errors were encountered: