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.5k 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

      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 Reply Quote 0
      • S Offline
        sdetweil @lif
        last edited by

        @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 Reply Quote 0
        • L Offline
          lif @sdetweil
          last edited by

          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 Reply Quote 0
          • L Offline
            lif @lif
            last edited by

            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 Reply Quote 0
            • S Offline
              sdetweil @lif
              last edited by

              @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 Reply Quote 0
              • L Offline
                lif @sdetweil
                last edited by

                @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 Reply Quote 0
                • S Offline
                  sdetweil @lif
                  last edited by

                  @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 Reply Quote 0
                  • L Offline
                    lif @sdetweil
                    last edited by

                    @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
                    • 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