Extension not working at all, how to debug?
MicaelJarniac opened this issue · 2 comments
MicaelJarniac commented
I've been using this extension for a few months, and recently it simply stopped working, and I'm not sure how to troubleshoot.
I did try uninstalling and reinstalling, and it didn't work.
System Info
Operating System: Manjaro Linux
KDE Plasma Version: 5.24.3
KDE Frameworks Version: 5.91.0
Qt Version: 5.15.3
Kernel Version: 5.15.28-1-MANJARO (64-bit)
Graphics Platform: X11
Processors: 4 × AMD Ryzen 3 2200G with Radeon Vega Graphics
Memory: 7.7 GiB of RAM
Graphics Processor: NVIDIA GeForce GTX 970/PCIe/SSE2
Version: 1.65.2
Commit: c722ca6c7eed3d7987c0d5c3df5c45f6b15e77d1
Date: 2022-03-10T15:36:26.048Z
Electron: 13.5.2
Chromium: 91.0.4472.164
Node.js: 14.16.0
V8: 9.1.269.39-electron.0
OS: Linux x64 5.15.28-1-MANJARO snap
Sourcery v0.11.1
MicaelJarniac commented
I think I found some logs:
/home/micael/.vscode/extensions/sourcery.sourcery-0.11.1/sourcery_binaries/install/linux/sourcery: error while loading shared libraries: libcrypt.so.1: cannot open shared object file: No such file or directory
[Info - 6:13:44 PM] Connection to server got closed. Server will restart.
[Error - 6:13:44 PM] Connection to server is erroring. Shutting down server.
/home/micael/.vscode/extensions/sourcery.sourcery-0.11.1/sourcery_binaries/install/linux/sourcery: error while loading shared libraries: libcrypt.so.1: cannot open shared object file: No such file or directory
MicaelJarniac commented
Solved it, I had to install libcrypt-compat
with Pacman.