• 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 11.0k 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 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