This repository was archived by the owner on Oct 22, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 72
Failed to start language server. Bundled clangd: File too short #213
Labels
topic: language server
The language server is responsible for "editor support", e.g. completion and diagnostics
type: imperfection
Something isn't working
Comments
Same issue with the new 0.0.5-alpha.preview:
|
It looks like the symbolic links have not been created correctly while unpacking the application's zip file. Could you try opening a terminal in the unpacked application directory and then executing the following?
If installed correctly, it should display something like this:
The |
outputs:
So there must have went something wrong when unpacking the archive using KUbuntu Ark. I tried unpacking the archive with
The clangd error does not appear anymore. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
topic: language server
The language server is responsible for "editor support", e.g. completion and diagnostics
type: imperfection
Something isn't working
Right after starting the IDE, a message occurs in the bottom right saying:
Failed to start Arduino language server: Error: Process exited with exit code: 127
Terminal output regarding this error:
When I try to start the bundled clangd
/opt/arduino-pro-ide-0.0.4-alpha.preview-linux64/resources/app/node_modules/arduino-ide-extension/build/bin/clangd --version
it says:
clangd: error while loading shared libraries: /opt/arduino-pro-ide-0.0.4-alpha.preview-linux64/resources/app/node_modules/arduino-ide-extension/build/bin/../lib/libtinfo.so.5: file too short
Desktop (please complete the following information):
Additional context
Running the 0.0.4-alpha.preview
The text was updated successfully, but these errors were encountered: