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.

    MESA issues - mm actually displays

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    3 Posts 3 Posters 304 Views 3 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.
    • N Offline
      nakulbende
      last edited by

      Saw this error in npm start. Quick search says that these typically rnder a black screen - I am actually seeing MM, so what does this error mean?

      MESA-LOADER: failed to retrieve device information
      ../../buildtools/third_party/libc++/trunk/include/vector:1425: assertion __n < size() failed: vector[] index out of bounds[27159:1223/223830.134308:ERROR:gpu_process_host.cc(991)] GPU process exited unexpectedly: exit_code=6
      MESA-LOADER: failed to retrieve device information
      MESA-LOADER: failed to retrieve device information
      MESA-LOADER: failed to retrieve device information
      ../../buildtools/third_party/libc++/trunk/include/vector:1425: assertion __n < size() failed: vector[] index out of bounds[27202:1223/223831.357228:ERROR:command_buffer_proxy_impl.cc(128)] ContextResult::kTransientFailure: Failed to send GpuControl.CreateCommandBuffer.
      [27159:1223/223831.363276:ERROR:gpu_process_host.cc(991)] GPU process exited unexpectedly: exit_code=6
      [27202:1223/223832.163432:ERROR:command_buffer_proxy_impl.cc(128)] ContextResult::kTransientFailure: Failed to send GpuControl.CreateCommandBuffer.
      
      BKeyportB S 2 Replies Last reply Reply Quote 0
      • BKeyportB Offline
        BKeyport Module Developer @nakulbende
        last edited by

        @nakulbende 90% of the time this can be ignored. If you’re getting your mirror up on screen, there’s no issue.

        The "E" in "Javascript" stands for "Easy"

        1 Reply Last reply Reply Quote 0
        • S Offline
          sdetweil @nakulbende
          last edited by

          @nakulbende turn off use of the GPU.

          add

          export ELECTRON_DISABLE_GPU=1
          

          to the place where you do
          npm start

          add that line before the npm start

          in next release Jan 1,
          we are doing this by default a d adding a new
          ELECTRON_ENABLE_GPU=1

          as no one is really using the GPU

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          1 Reply Last reply Reply Quote 0
          • 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