我刚刚在 vs code 中工作时收到错误消息“窗口意外终止(原因:'clean-exit',代码:'0')”。此时我已经在集成终端中启动了一个应用程序,但除此之外没有执行任何操作。
我现在无法再启动 vscode,因为即使在卸载并重新安装后,我仍然收到上述错误。
操作系统:Ubuntu伴侣
有没有办法删除明显保存的会话数据而不丢失所有其他配置?提前致谢。
我刚刚在 vs code 中工作时收到错误消息“窗口意外终止(原因:'clean-exit',代码:'0')”。此时我已经在集成终端中启动了一个应用程序,但除此之外没有执行任何操作。
我现在无法再启动 vscode,因为即使在卸载并重新安装后,我仍然收到上述错误。
操作系统:Ubuntu伴侣
有没有办法删除明显保存的会话数据而不丢失所有其他配置?提前致谢。
所以我正在尝试学习一些新语言,我认为 C# 会很好。我去搜索如何在Ubuntu上安装它,结果为0,所以我去VSCode并尝试编写一个应用程序,但后来得到了这个:/bin/sh: 1: scriptcs: not found
当我打开我的电脑并打开 VSCode 时,它会要求我输入密码:
Enter password to unlock your login keyring
The login keyring did not get unlocked when you logged into your computer.
网上有很多相同情况的案例,但我从来没有特别偶然发现过 VSCode 的问题。
我知道“问题”出在钥匙圈上,但为什么只有在 VSCode 上我才能得到这个?
编辑:我有 Ubuntu 20.04 并且自动登录已打开。
我想安装GLIBC和GLIBCXX,因为它们被称为“附加要求”来安装 Visual Studio Code。
如标题所述,我使用的是 Lubuntu 20.04
当搜索它时,我没有找到任何清楚的东西。一般来说,当我搜索如何安装某些东西时,答案是sudo apt-get install package-name
,但在这种情况下不是。我读过它可能是一个非常明智的安装,如果没有正确安装会造成很多麻烦。
那么,安装这两个包的正确方法是什么?
非常感谢您提前。
我尝试通过 snap 和 apt 安装 Visual Studio 代码,在这两种情况下它都不起作用。击中后请参阅下面的跟踪code --verbose
。
其他观察 -
sudo code --user-data-dir
它只是不正常。--disable-gpu
很多人面临的问题A JavaScript error occurred in the main process
Uncaught Exception:
Error: Failed to get 'appData' path
at App.l._setDefaultAppPaths (electron/js2c/browser_init.js:17:1420)
at Object.<anonymous> (electron/js2c/browser_init.js:217:2440)
at Object../lib/browser/init.ts (electron/js2c/browser_init.js:217:3716)
at __webpack_require__ (electron/js2c/browser_init.js:1:128)
at electron/js2c/browser_init.js:1:1200
at electron/js2c/browser_init.js:1:1267
at NativeModule.compile (internal/bootstrap/loaders.js:287:5)
at NativeModule.compileForPublicLoader (internal/bootstrap/loaders.js:222:8)
at loadNativeModule (internal/modules/cjs/helpers.js:23:9)
at Module._load (internal/modules/cjs/loader.js:745:15)
/usr/lib/x86_64-linux-gnu/gio/modules/libgvfsdbus.so: undefined symbol: g_date_time_format_iso8601
Failed to load module: /usr/lib/x86_64-linux-gnu/gio/modules/libgvfsdbus.so
[15861:1112/150521.850343:ERROR:gl_surface_glx.cc(90)] glXGetFBConfigs failed.
[15861:1112/150521.850568:ERROR:gl_surface_glx.cc(130)] Failed to get GLXConfig
[15861:1112/150521.850684:ERROR:gl_surface_glx.cc(479)] CreateDummyWindow(gfx::GetXDisplay()) failed
[15861:1112/150521.850761:ERROR:gl_initializer_x11.cc(148)] GLSurfaceGLX::InitializeOneOff failed.
[15861:1112/150521.854457:WARNING:x11_util.cc(1520)] X error received: serial 218, error_code 8 (BadMatch (invalid parameter attributes)), request_code 78, minor_code 0 (X_CreateColormap)
[15861:1112/150521.854938:ERROR:viz_main_impl.cc(152)] Exiting GPU process due to errors during initialization
我尝试了很多东西,但没有成功。 帮助!
的输出apt-cache policy gvfs:*; readelf -s /usr/lib/x86_64-linux-gnu/gio/modules/libgvfsdbus.so | grep g_date_time ; snap info --verbose code
gvfs:
Installed: 1.44.1-1ubuntu1
Candidate: 1.44.1-1ubuntu1
Version table:
*** 1.44.1-1ubuntu1 500
500 http://in.archive.ubuntu.com/ubuntu focal/main amd64 Packages
100 /var/lib/dpkg/status
gvfs:i386:
Installed: (none)
Candidate: 1.44.1-1ubuntu1
Version table:
1.44.1-1ubuntu1 500
500 http://in.archive.ubuntu.com/ubuntu focal/main i386 Packages
6: 0000000000000000 0 FUNC GLOBAL DEFAULT UND g_date_time_unref
265: 0000000000000000 0 FUNC GLOBAL DEFAULT UND g_date_time_new_now_local
463: 0000000000000000 0 FUNC GLOBAL DEFAULT UND g_date_time_format_iso860
name: code
summary: Code editing. Redefined.
health:
status: unknown
message: health has not been set
publisher: Visual Studio Code (vscode✓)
store-url: https://snapcraft.io/code
contact: https://twitter.com/code
license: unset
description: |
Visual Studio Code is a lightweight but powerful source code editor which runs on your desktop and
is available for Linux, macOS and Windows. It comes with built-in support for JavaScript,
TypeScript and Node.js and has a rich ecosystem of extensions for other languages (such as C++,
C#, Java, Python, PHP, Go) and runtimes (such as .NET and Unity).
By downloading and using Visual Studio Code, you agree to the license terms
(https://code.visualstudio.com/License/) and privacy statement
(https://privacy.microsoft.com/en-us/privacystatement). Visual Studio Code automatically sends
telemetry data and crash dumps to help us improve the product. If you would prefer not to have
this data sent please go see
https://code.visualstudio.com/docs/supporting/FAQ#_how-to-disable-crash-reporting to learn how to
disable it.
VSCode
https://github.com/Microsoft/vscode
commands:
- code
- code.url-handler
notes:
private: false
confinement: classic
devmode: false
jailmode: false
trymode: false
enabled: true
broken: false
ignore-validation: false
snap-id: Ht0aUHi7ofh9Fbwh6m7jUN2pAy6kzBiu
tracking: latest/stable
refresh-date: today at 15:04 IST
channels:
latest/stable: e5a624b7 2020-11-11 (50) 153MB classic
latest/candidate: ↑
latest/beta: ↑
latest/edge: ↑
installed: e5a624b7 (50) 153MB classic
我有一个从 github 安装的天气图标包: https ://github.com/erikflowers/weather-icons
例如,当我在终端中复制/粘贴图标时gedit
,图标会正确显示。
当我将它粘贴到 Visual Studio Code 中时,我得到一个像这样的空方块:?
添加"editor.fontFamily": "Weather Icons"
并settings.json
没有改变任何东西。
如何在 Ubuntu 20.04 的 vscode 内显示安装在我的系统上的图标?
我无法在 Ubuntu 20.04 上更新 Visual Studio Code。我目前正在使用 1.49.x 的 Visual Studio Code 并尝试升级到 1.50.x
以前(我最近从 18.04 升级到 20.04)这些更新是我与所有其他更新一起看到的正常更新的一部分。现在我只能在 Visual Studio Code 中看到更新,我不得不手动下载它。
我试过的
我尝试手动下载 deb 并尝试通过双击安装。当我这样做时,Snap-Store(Ubuntu 软件)将启动并显示我已安装 Visual Studio Code 1.49.x,但不允许我选择要更新的新版本。
如何安装更新?
我正在尝试修复我的键盘快捷键,我想排除我的操作系统快捷键(设置>键盘快捷键中的那个)可能发生的任何冲突,所以我的想法是暂时关闭它们并转到缺少按键的软件可以修复需要修复的内容,然后重新打开操作系统快捷方式,就像切换类型的东西一样。
我已经尝试重新映射一些可能表明冲突但我从未修复过的问题,例如,我已将 Visual Studio 代码设置为将行向下复制到 control + alt + shift + 向下箭头,但这种组合特别不起作用,我做到了不知道问题出在哪里。还有很多其他快捷方式在 Ubuntu 18.04 中没有问题,但自从我升级到 20 后,它们已经停止工作
我安装 snapcraft 的 VSCode 很久了。
它以前曾像这样崩溃过,但我设法通过设置解决了这个问题:
sudo sysctl fs.inotify.max_user_watches=524288
但现在它已经崩溃了很多。当我尝试使用code --verbose
此启动 vscode 时,我得到:
amir@amir-pc:~$ code --verbose
(process:20078): Gtk-WARNING **: 15:08:48.237: Locale not supported by C library.
Using the fallback 'C' locale.
libGL error: unable to load driver: i965_dri.so
libGL error: driver pointer missing
libGL error: failed to load driver: i965
libGL error: unable to load driver: i965_dri.so
libGL error: driver pointer missing
libGL error: failed to load driver: i965
libGL error: unable to load driver: swrast_dri.so
libGL error: failed to load driver: swrast
[20104:1010/150848.496732:ERROR:gl_context_glx.cc(227)] Couldn't make context current with X drawable.
[20104:1010/150848.496791:ERROR:gpu_info_collector.cc(68)] gl::GLContext::MakeCurrent() failed
[20104:1010/150848.496808:ERROR:gpu_info_collector.cc(185)] Could not create context for info collection.
[20104:1010/150848.496824:ERROR:gpu_init.cc(64)] gpu::CollectGraphicsInfo failed.
[20104:1010/150848.499694:WARNING:x11_util.cc(1430)] X error received: serial 199, error_code 2 (BadValue (integer parameter out of range for operation)), request_code 155, minor_code 24 (X_GLXCreateNewContext)
[20104:1010/150848.500364:WARNING:x11_util.cc(1430)] X error received: serial 200, error_code 170 (GLXBadContext), request_code 155, minor_code 5 (X_GLXMakeCurrent)
[20104:1010/150848.501840:WARNING:x11_util.cc(1430)] X error received: serial 200, error_code 170 (GLXBadContext), request_code 155, minor_code 26 (X_GLXMakeContextCurrent)
[20104:1010/150848.501987:ERROR:viz_main_impl.cc(170)] Exiting GPU process due to errors during initialization
[20104:1010/150848.503057:WARNING:x11_util.cc(1430)] X error received: serial 201, error_code 170 (GLXBadContext), request_code 155, minor_code 4 (X_GLXDestroyContext)
[20078:1010/150848.507698:WARNING:gpu_process_host.cc(1193)] The GPU process has crashed 1 time(s)
[main 2020-10-10T11:38:48.537Z] Error: listen ENOSPC: no space left on device /run/user/1000/snap.code/vscode-6ecfff7c-1.40.2-main.sock
at Server.setupListenHandle [as _listen2] (net.js:1209:19)
at listenInCluster (net.js:1274:12)
at Server.listen (net.js:1373:5)
at /snap/code/21/usr/share/code/resources/app/out/vs/code/electron-main/main.js:194:613
at new Promise (<anonymous>)
at Object.t.serve (/snap/code/21/usr/share/code/resources/app/out/vs/code/electron-main/main.js:194:550)
at Object.doStartup (/snap/code/21/usr/share/code/resources/app/out/vs/code/electron-main/main.js:544:732)
at /snap/code/21/usr/share/code/resources/app/out/vs/code/electron-main/main.js:543:220
at h.invokeFunction (/snap/code/21/usr/share/code/resources/app/out/vs/code/electron-main/main.js:255:601)
at Object.startup (/snap/code/21/usr/share/code/resources/app/out/vs/code/electron-main/main.js:543:56)
[main 2020-10-10T11:38:48.540Z] Lifecycle#kill()
起初我以为通过清除/run/user/1000/
事物的内容会变得很好。但是在做了cd /run/user/1000/ ; rm -rf *
(这有点危险)之后,实际上操作系统的窗口管理器(它的 Ubuntu 伴侣所以它的lightdm
)崩溃了。我设法通过重新启动它的服务来启动它并让它再次工作,但是问题仍然存在于 VSCode 中。再次给我同样的错误。
这是df -h
我系统上的输出:
amir@amir-pc:~$ df -h
Filesystem Size Used Avail Use% Mounted on
udev 5.8G 0 5.8G 0% /dev
tmpfs 1.2G 2.1M 1.2G 1% /run
/dev/sda1 73G 45G 25G 65% /
tmpfs 5.8G 109M 5.7G 2% /dev/shm
tmpfs 5.0M 4.0K 5.0M 1% /run/lock
tmpfs 5.8G 0 5.8G 0% /sys/fs/cgroup
/dev/loop0 8.0M 8.0M 0 100% /snap/pulsemixer/23
/dev/loop1 256K 256K 0 100% /snap/gtk2-common-themes/5
/dev/loop2 154M 154M 0 100% /snap/chromium/958
/dev/loop3 150M 150M 0 100% /snap/gnome-3-28-1804/71
/dev/loop5 92M 92M 0 100% /snap/core/8592
/dev/loop7 88M 88M 0 100% /snap/go/4520
/dev/loop6 173M 173M 0 100% /snap/skype/100
/dev/loop8 34M 34M 0 100% /snap/pypy3/50
/dev/loop4 153M 153M 0 100% /snap/chromium/1026
/dev/loop9 32M 32M 0 100% /snap/pypy/30
/dev/loop10 90M 90M 0 100% /snap/core/8039
/dev/loop11 15M 15M 0 100% /snap/remmina/3223
/dev/loop12 72M 72M 0 100% /snap/software-boutique/31
/dev/loop16 128K 128K 0 100% /snap/software-boutique/39
/dev/loop14 203M 203M 0 100% /snap/vlc/1049
/dev/loop17 55M 55M 0 100% /snap/core18/1265
/dev/loop15 175M 175M 0 100% /snap/inkscape/5874
/dev/loop13 203M 203M 0 100% /snap/vlc/1397
/dev/loop19 34M 34M 0 100% /snap/pypy/40
/dev/loop18 16M 16M 0 100% /snap/ubuntu-mate-welcome/420
/dev/loop20 55M 55M 0 100% /snap/core18/1668
/dev/loop21 8.0M 8.0M 0 100% /snap/pulsemixer/250
/dev/loop22 32M 32M 0 100% /snap/pypy3/37
/dev/loop23 15M 15M 0 100% /snap/remmina/3810
/dev/loop24 256K 256K 0 100% /snap/gtk2-common-themes/9
/dev/loop25 137M 137M 0 100% /snap/code/21
/dev/loop26 45M 45M 0 100% /snap/gtk-common-themes/1353
/dev/loop28 16M 16M 0 100% /snap/ubuntu-mate-welcome/411
/dev/loop27 220M 220M 0 100% /snap/gimp/189
/dev/loop29 45M 45M 0 100% /snap/gtk-common-themes/1440
/dev/loop30 175M 175M 0 100% /snap/inkscape/4693
/dev/sda3 608G 557G 21G 97% /mnt/9c710070-854e-463f-80bf-b291852869ba
tmpfs 1.2G 76K 1.2G 1% /run/user/1000
基本上我的电脑已经运行了将近 28 天。我的意思是我只是暂停并恢复它(由于某些硬件问题,它在关闭时启动它需要努力,它无法重新启动,所以我现在暂停和恢复它很长一段时间)。
我知道这听起来可能很有趣,但目前我没有动力去解决任何问题。
这 28 天不间断地使用 ram 会导致这个问题吗?是否会导致创建如此多的垃圾文件并最终阻止其他进程在硬盘驱动器/内存上拥有空间?
我的电脑内存几乎是空闲的:
我不能断定 ram 上没有剩余空间。
我知道如何抑制问题。通过重新启动我的笔记本电脑。
但这不是解决问题的方式。它的抑制。
有谁知道如何解决这个问题?
Chromium (Snap Chromium) 运行,Telegram 运行,Libreoffice 运行。但是 VSCode 和 Mate 桌面应用程序崩溃了。
谢谢你的帮助。
我使用的是 Ubuntu Mate 18.04。