• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.

Scheduled Pinned Locked Moved Solved Troubleshooting
8 Posts 2 Posters 10.3k Views 2 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Offline
    lif
    last edited by Aug 20, 2022, 3:31 PM

    Hi,

    I am running MM on a Raspberry Pi 4
    9303bfab-0c35-4433-8230-676b55313f27-image.png
    with the following modules running
    MMM-Tools
    MMM-CurrencyE£xchange
    MMM-Flights
    weatherforecast
    weather
    clock
    calendar
    currentweather
    alert

    MM 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

    S 1 Reply Last reply Aug 20, 2022, 3:42 PM Reply Quote 0
    • S Offline
      sdetweil @lif
      last edited by Aug 20, 2022, 3:42 PM

      @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

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      L 1 Reply Last reply Aug 20, 2022, 3:51 PM Reply Quote 0
      • L Offline
        lif @sdetweil
        last edited by Aug 20, 2022, 3:51 PM

        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 :-)

        L 1 Reply Last reply Aug 29, 2022, 7:53 AM Reply Quote 0
        • L Offline
          lif @lif
          last edited by Aug 29, 2022, 7:53 AM

          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.

          S 1 Reply Last reply Aug 29, 2022, 11:25 AM Reply Quote 0
          • S Offline
            sdetweil @lif
            last edited by Aug 29, 2022, 11:25 AM

            @lif

            aarch64 GNU/Linux

            ah 64 bit mode…

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            L 1 Reply Last reply Aug 29, 2022, 12:30 PM Reply Quote 0
            • L Offline
              lif @sdetweil
              last edited by Aug 29, 2022, 12:30 PM

              @sdetweil said in SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.:

              @lif

              aarch64 GNU/Linux

              ah 64 bit mode…

              Does that make much of a difference?

              S 1 Reply Last reply Aug 29, 2022, 12:31 PM Reply Quote 0
              • S Offline
                sdetweil @lif
                last edited by Aug 29, 2022, 12:31 PM

                @lif yes… currently 64 bit mode is sketchy in my opinion

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                L 1 Reply Last reply Aug 29, 2022, 4:06 PM Reply Quote 0
                • L Offline
                  lif @sdetweil
                  last edited by Aug 29, 2022, 4:06 PM

                  @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

                  1 Reply Last reply Reply Quote 0
                  • J johndeluxe referenced this topic on Apr 27, 2023, 7:50 PM
                  • 1 / 1
                  • First post
                    Last post
                  Enjoying MagicMirror? Please consider a donation!
                  MagicMirror created by Michael Teeuw.
                  Forum managed by Sam, technical setup by Karsten.
                  This forum is using NodeBB as its core | Contributors
                  Contact | Privacy Policy