请教大神这是什么情况:GPU process launch failed: error_code=1003 ? #210
Closed
HelloAllenZhu
started this conversation in
General
Replies: 2 comments
-
我也是遇到这种情况,解决不了 |
Beta Was this translation helpful? Give feedback.
0 replies
-
从Target Dependencies里面移除QCefView, 这个问题的原因是,如果直接在xcode里面通过debug启动 QCefViewTest,启动的进程会直接从QCefView生成的地方加载,而不是从QCefViewTest app内包含的framewor中加载的。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Mac monterey系统,xcode 14.2,Qt 5.15.2,用的QtCreator
DevTools listening on ws://127.0.0.1:9000/devtools/browser/629a7b3f-ab93-42c6-9ded-b8a0569e0526
[0117/232512.619477:ERROR:gpu_process_host.cc(973)] GPU process launch failed: error_code=1003
[0117/232512.619552:WARNING:gpu_process_host.cc(1292)] The GPU process has crashed 1 time(s)
[0117/232512.686209:ERROR:gpu_process_host.cc(973)] GPU process launch failed: error_code=1003
[0117/232512.686276:WARNING:gpu_process_host.cc(1292)] The GPU process has crashed 2 time(s)
[0117/232512.693036:ERROR:gpu_process_host.cc(973)] GPU process launch failed: error_code=1003
[0117/232512.693156:WARNING:gpu_process_host.cc(1292)] The GPU process has crashed 3 time(s)
[0117/232512.822791:ERROR:gpu_process_host.cc(973)] GPU process launch failed: error_code=1003
[0117/232512.822858:WARNING:gpu_process_host.cc(1292)] The GPU process has crashed 4 time(s)
[0117/232512.830503:ERROR:gpu_process_host.cc(973)] GPU process launch failed: error_code=1003
[0117/232512.830901:WARNING:gpu_process_host.cc(1292)] The GPU process has crashed 5 time(s)
[0117/232512.844196:ERROR:gpu_process_host.cc(973)] GPU process launch failed: error_code=1003
[0117/232512.844456:WARNING:gpu_process_host.cc(1292)] The GPU process has crashed 6 time(s)
[0117/232512.849330:ERROR:gpu_process_host.cc(973)] GPU process launch failed: error_code=1003
[0117/232512.849396:WARNING:gpu_process_host.cc(1292)] The GPU process has crashed 7 time(s)
[0117/232512.851562:ERROR:gpu_process_host.cc(973)] GPU process launch failed: error_code=1003
[0117/232512.851618:WARNING:gpu_process_host.cc(1292)] The GPU process has crashed 8 time(s)
[0117/232512.854122:ERROR:gpu_process_host.cc(973)] GPU process launch failed: error_code=1003
[0117/232512.854197:WARNING:gpu_process_host.cc(1292)] The GPU process has crashed 9 time(s)
[0117/232512.854232:FATAL:gpu_data_manager_impl_private.cc(417)] GPU process isn't usable. Goodbye.
Beta Was this translation helpful? Give feedback.
All reactions