Errors starting Electron on Raspberry pi2

491 Views Asked by At

When I make my electron app start, the web app is going to open in the right way, but the serial comunication (with PSoC) that is supposed to work, because on my window's pc is working, on the raspberry is not. The terminal gives me this errors:

[2686:1008/103402.722499:ERROR:gpu_process_host.cc(957)] GPU process exited unexpectedly: exit_code=11
number_recived
[2686:1008/103409.280279:ERROR:gpu_process_host.cc(957)] GPU process exited unexpectedly: exit_code=11
[2686:1008/103412.370012:ERROR:gpu_process_host.cc(957)] GPU process exited unexpectedly: exit_code=11
[2817:1008/103412.501699:ERROR:gpu_init.cc(453)] Passthrough is not supported, GL is swiftshader, ANGLE is 
[2744:1008/103412.641274:ERROR:command_buffer_proxy_impl.cc(125)] ContextResult::kTransientFailure: Failed to send GpuControl.CreateCommandBuffer.
[2745:1008/103412.645239:ERROR:command_buffer_proxy_impl.cc(125)] ContextResult::kTransientFailure: Failed to send GpuControl.CreateCommandBuffer.

So how can I solve this errors? and how can I make the serial comunication works also in raspberry?

0

There are 0 best solutions below