Read the statement by Michael Teeuw here.
SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
-
Hi,
I am running MM on a Raspberry Pi 4
with the following modules running
MMM-Tools
MMM-CurrencyE£xchange
MMM-Flights
weatherforecast
weather
clock
calendar
currentweather
alertMM hangs anything from 1 day to a week or so of running and the only error I can find in the log is:
0|mm | [14945:0820/131715.652433:ERROR:shared_image_manager.cc(228)] SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
0|mm | [14945:0820/131715.713158:ERROR:shared_image_manager.cc(228)] SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
0|mm | [14945:0820/131715.731016:ERROR:shared_image_manager.cc(228)] SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
0|mm | [20.08.2022 13:19.08.245] [INFO]Anyone any idea what module could be causing this? and how do I fix it?
Thanks in advance
-
@lif said in SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.:
SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
which version of pi are you using, show results of
uname -a
a work around do
cd ~/MagicMirror nano package.json
change the line that looks like this
"start": "DISPLAY=\"${DISPLAY:=:0}\" ./node_modules/.bin/electron js/electron.js",
to this
"start": "DISPLAY=\"${DISPLAY:=:0}\" ./node_modules/.bin/electron --disable-gpu js/electron.js",
ctrl-o
to save the file
ctrl-x to exit nano
and try restarting magicmirror -
Thank you very much
which version of pi are you using, show results of
uname -a
Linux MagicMirror 5.15.32-v8+ #1538 SMP PREEMPT Thu Mar 31 19:40:39 BST 2022 aarch64 GNU/Linux
a work around do
cd ~/MagicMirror nano package.json change the line that looks like this "start": "DISPLAY=\"${DISPLAY:=:0}\" ./node_modules/.bin/electron js/electron.js", to this "start": "DISPLAY=\"${DISPLAY:=:0}\" ./node_modules/.bin/electron --disable-gpu js/electron.js", ctrl-o to save the file ctrl-x to exit nano and try restarting magicmirror
Done, I’ll tell you in a week or so if it’s worked :-)
-
Done, I’ll tell you in a week or so if it’s worked :-)
It’s held for 7 days, so thank you very much.
-
-
@sdetweil said in SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.:
aarch64 GNU/Linux
ah 64 bit mode…
Does that make much of a difference?
-
@lif yes… currently 64 bit mode is sketchy in my opinion
-
@sdetweil said in SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.:
@lif yes… currently 64 bit mode is sketchy in my opinion
OK
-