<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Error on RasPi 3B 1.2 (Bullseye 11.8)]]></title><description><![CDATA[<p dir="auto">Hello together,</p>
<p dir="auto">i have MagicMirror installed following the instructions and using the automation scripts of <a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a>  (Thanks for those !)</p>
<p dir="auto">System: Raspberry Pi Model 3B  V1.2<br />
OS: Raspbian GNU/Linux 11.8 (bullseye)</p>
<p dir="auto">The base installation is  <strong>working fine</strong> , also configuration updates, different positions and so on, however i always have following error(s) in the logs .</p>
<p dir="auto">Error logs of base installation, without any config change:</p>
<pre><code>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 &lt; 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 &lt; 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 &lt; 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.

</code></pre>
<p dir="auto">Any help is appreciated, as i didn’t find any information on this issue.<br />
Happy holidays !</p>
]]></description><link>https://forum.magicmirror.builders/topic/18311/error-on-raspi-3b-1-2-bullseye-11-8</link><generator>RSS for Node</generator><lastBuildDate>Mon, 08 Jun 2026 14:26:15 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/18311.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 27 Dec 2023 23:39:10 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Error on RasPi 3B 1.2 (Bullseye 11.8) on Thu, 28 Dec 2023 02:19:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> Okay i see, thanks for the quick response !</p>
]]></description><link>https://forum.magicmirror.builders/post/113646</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113646</guid><dc:creator><![CDATA[Michi0904]]></dc:creator><pubDate>Thu, 28 Dec 2023 02:19:44 GMT</pubDate></item><item><title><![CDATA[Reply to Error on RasPi 3B 1.2 (Bullseye 11.8) on Thu, 28 Dec 2023 02:38:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/michi0904" aria-label="Profile: Michi0904">@<bdi>Michi0904</bdi></a> yes,electron wants to use the video GPU by default  but the OS is not setup for that</p>
<p dir="auto">so, only thing to do is ignore the messages,<br />
or<br />
attempt to turn off GPU use</p>
<p dir="auto">in the script that starts mm, add</p>
<pre><code class="language-bash">export ELECTRON_DISABLE_GPU=1
</code></pre>
<p dir="auto">before the line that does npm start</p>
<p dir="auto">the script is</p>
<pre><code class="language-bash">~/MagicMirror/installers/mm.sh
</code></pre>
<p dir="auto">in the next mm release, next week,<br />
we will set GPU off by default. as no one really uses it in mm, the export will change from DISABLE to ENABLE</p>
]]></description><link>https://forum.magicmirror.builders/post/113641</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113641</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 28 Dec 2023 02:38:08 GMT</pubDate></item></channel></rss>