A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Error: object_proxy
-
Hi,
Has anybody seen the below error before?
[05.09.2022 14:56.10.632] [LOG] Starting node helper for: calendar [05.09.2022 14:56.10.636] [LOG] Sockets connected & modules started ... [05.09.2022 14:56.12.960] [LOG] Launching application. [1795:0905/145613.398359:ERROR:object_proxy.cc(623)] Failed to call method: org.freedesktop.DBus.StartServiceByName: object_path= /org/freedesktop/DBus: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken. [1831:0905/145616.499054:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization [1986:0905/145625.126377:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization [2044:0905/145627.535447:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization [2067:0905/145628.319236:ERROR:gpu_memory_buffer_support_x11.cc(44)] dri3 extension not supported. [1868:0905/145628.436569:ERROR:command_buffer_proxy_impl.cc(126)] ContextResult::kTransientFailure: Failed to send GpuControl.CreateCommandBuffer.
-
@mumblebaj not the top ones add
–disable-gpu
to the package.json start clause
"start": "DISPLAY=\"${DISPLAY:=:0}\" ./node_modules/.bin/electron --disable-gpu js/electron.js
-
@sdetweil Thanks Sam. I had the gpu previously. Could have been overridden by upgrade?
First time I see the first error though. Anyway, I will google a bit.
-
@mumblebaj upgrade? mm yes, package.json is replaced
-
@mumblebaj
I think it could be applied permanently byprocess.env.ELECTRON_DISABLE_GPU
setting. -
-
-