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 11.8k 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 @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