GPU process launch failed on mermaid container
See original GitHub issueHi and thanks for your fantastic project!
I’ve stumbled into two problems (the other I’ve added to another already open thread).
My environment is a Mac M1 (arm64) and 0.18.0
for the containers. The version 0.17.2
works like a charm! 😃
It get lots of errors on the mermaid container, I’ve googled it and found an interesting answer on stack overflow that seems to fix the problem (this is way over my league).
The problem log:
qemu: unknown option 'type=utility'
kroki-mermaid-1 | [1202/054624.912567:WARNING:bluez_dbus_manager.cc(248)] Floss manager not present, cannot set Floss enable/disable.
kroki-mermaid-1 | [1202/054624.915318:ERROR:gpu_process_host.cc(967)] GPU process launch failed: error_code=1002
kroki-mermaid-1 | [1202/054624.916075:WARNING:gpu_process_host.cc(1273)] The GPU process has crashed 1 time(s)
kroki-mermaid-1 | [1202/054625.141590:ERROR:gpu_process_host.cc(967)] GPU process launch failed: error_code=1002
kroki-mermaid-1 | [1202/054625.141657:WARNING:gpu_process_host.cc(1273)] The GPU process has crashed 2 time(s)
kroki-mermaid-1 | [1202/054625.148070:ERROR:network_service_instance_impl.cc(470)] Network service crashed, restarting service.
kroki-mermaid-1 | qemu: unknown option 'type=utility'
kroki-mermaid-1 | [1202/054625.188976:ERROR:gpu_process_host.cc(967)] GPU process launch failed: error_code=1002
kroki-mermaid-1 | [1202/054625.191424:WARNING:gpu_process_host.cc(1273)] The GPU process has crashed 3 time(s)
Cheers, Mario 😃
Issue Analytics
- State:
- Created 10 months ago
- Comments:7 (5 by maintainers)
Top Results From Across the Web
"gpu process launch failed: error_code=40" · Issue #32074 ...
When I opened the app, the app should be launched without any error. Actual Behavior. Created a demo electron app with electron version>=10...
Read more >CEF Forum • GPU process launch failed on Mac
Hi, I'm trying to get CEF working for some off-screen rendering on Mac. (It's working great on Windows already).
Read more >Error: Failed to launch the browser process puppeteer
What worked for me was: let browser = await puppeteer.launch({ executablePath: '/usr/bin/chromium-browser', args: [ '--disable-gpu', '--disable ...
Read more >Troubleshooting GPU Problems - NZXT Support Center
Key indicators that your GPU is failing are unstable visual artifacts, high temperatures, and loud noises coming from the GPU. Although there ...
Read more >Untitled
Failure success sign, Toro 20016 owners manual, Orient. obergewand, ... High torsional stiffness, Pharmaceutical product launch process.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks for checking, I will include this change and release a version later this month
@Mogztter works like a charm - now I can render using mermaid!!
Did only run
docker buildx bake --set "*.platform=linux/arm64" --set="*.output=type=docker" kroki-mermaid
anddocker run yuzutech/kroki-mermaid:latest
.Thanks!! 😃