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.

    Error on RasPi 3B 1.2 (Bullseye 11.8)

    Scheduled Pinned Locked Moved Solved Troubleshooting
    3 Posts 2 Posters 383 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.
    • M Offline
      Michi0904
      last edited by

      Hello together,

      i have MagicMirror installed following the instructions and using the automation scripts of @sdetweil (Thanks for those !)

      System: Raspberry Pi Model 3B V1.2
      OS: Raspbian GNU/Linux 11.8 (bullseye)

      The base installation is working fine , also configuration updates, different positions and so on, however i always have following error(s) in the logs .

      Error logs of base installation, without any config change:

      0|MagicMirror  | [1665:1228/002509.607170:ERROR:object_proxy.cc(590)] Failed to call method: org.freedesktop.portal.Settings.Read: object_path= /org/freedesktop/portal/desktop: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.portal.Desktop was not provided by any .service files
      0|MagicMirror  | MESA-LOADER: failed to retrieve device information
      0|MagicMirror  | MESA-LOADER: failed to retrieve device information
      0|MagicMirror  | MESA-LOADER: failed to retrieve device information
      0|MagicMirror  | ../../buildtools/third_party/libc++/trunk/include/vector:1473: assertion __n < size() failed: vector[] index out of bounds
      0|MagicMirror  | [1665:1228/002522.173277:ERROR:gpu_process_host.cc(957)] GPU process exited unexpectedly: exit_code=134
      0|MagicMirror  | MESA-LOADER: failed to retrieve device information
      0|MagicMirror  | MESA-LOADER: failed to retrieve device information
      0|MagicMirror  | MESA-LOADER: failed to retrieve device information
      0|MagicMirror  | ../../buildtools/third_party/libc++/trunk/include/vector:1473: assertion __n < size() failed: vector[] index out of bounds
      0|MagicMirror  | [1665:1228/002529.965983:ERROR:gpu_process_host.cc(957)] GPU process exited unexpectedly: exit_code=134
      0|MagicMirror  | MESA-LOADER: failed to retrieve device information
      0|MagicMirror  | MESA-LOADER: failed to retrieve device information
      0|MagicMirror  | MESA-LOADER: failed to retrieve device information
      0|MagicMirror  | ../../buildtools/third_party/libc++/trunk/include/vector:1473: assertion __n < size() failed: vector[] index out of bounds
      0|MagicMirror  | [1665:1228/002536.923222:ERROR:gpu_process_host.cc(957)] GPU process exited unexpectedly: exit_code=134
      0|MagicMirror  | [1912:1228/002543.305688:ERROR:command_buffer_proxy_impl.cc(128)] ContextResult::kTransientFailure: Failed to send GpuControl.CreateCommandBuffer.
      
      

      Any help is appreciated, as i didn’t find any information on this issue.
      Happy holidays !

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

        @Michi0904 yes,electron wants to use the video GPU by default but the OS is not setup for that

        so, only thing to do is ignore the messages,
        or
        attempt to turn off GPU use

        in the script that starts mm, add

        export ELECTRON_DISABLE_GPU=1
        

        before the line that does npm start

        the script is

        ~/MagicMirror/installers/mm.sh
        

        in the next mm release, next week,
        we will set GPU off by default. as no one really uses it in mm, the export will change from DISABLE to ENABLE

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        M 1 Reply Last reply Reply Quote 0
        • M Offline
          Michi0904 @sdetweil
          last edited by

          @sdetweil Okay i see, thanks for the quick response !

          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