Notice
Recent Posts
Recent Comments
Link
«   2025/07   »
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31
Tags
more
Archives
Today
Total
관리 메뉴

blog

[VSCode] 열리지 않을 때 본문

Web/그 외

[VSCode] 열리지 않을 때

hjkongkong 2022. 5. 30. 21:06

code --verbose

 

[10616:0408/113450.867:ERROR:gpu_process_host.cc(977)] GPU process launch failed: error_code=40

[10616:0408/113450.867:WARNING:gpu_process_host.cc(1288)] The GPU process has crashed 1 time(s)

[10616:0408/113450.976:ERROR:gpu_process_host.cc(977)] GPU process launch failed: error_code=40

[10616:0408/113450.976:WARNING:gpu_process_host.cc(1288)] The GPU process has crashed 2 time(s)

....

[10616:0408/113451.609:ERROR:gpu_process_host.cc(977)] GPU process launch failed: error_code=40

[10616:0408/113451.609:WARNING:gpu_process_host.cc(1288)] The GPU process has crashed 9 time(s)

[10616:0408/113451.609:FATAL:gpu_data_manager_impl_private.cc(448)] GPU process isn't usable. Goodbye.

 

code --no-sandbox

하면 열린다.

 

우선 바로가기 > 속성 > 대상(target)에 --disable-gpu-sandbox 옵션을 추가해서 바로가기 아이콘으로 열 수 있게 해놨다.

GPU 충돌 문제라고하는데 이건 일시적인 해결방법이므로..저 issue를 지켜봐야겠다.

 

출처 : https://github.com/microsoft/vscode/issues/146464

'Web > 그 외' 카테고리의 다른 글

[Linux] conda 사용법  (0) 2022.05.30
다운그레이드 된 mysql(mariadb)로 데이터 옮기기  (0) 2022.05.30
[CentOS] 아파치, 아파치 톰캣 다운로드  (0) 2022.03.05
[CentOS] tomcat 다운로드  (0) 2022.03.05
[CentOS] Node.js 설치  (0) 2022.02.21