-
-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Latest serve-d (nightly) does not work on Ubuntu 22.04 LTS #280
Comments
Is there any fork for d-code, think the creator is inactive. Dealing with same issue on Ubuntu 22.10, already did try a lot of things without success. Any chance, you solved it yourself? |
I'm not sure why you think I'm inactive :p I'll investigate this, I thought this would have been solved by dependency upgrades, so I assumed the current nightly (and pre-release) worked, as they also work fine on archlinux. |
Thanx, i used a binary from 2 day old nightbuild, replaced serve-d with the nightbuild version. I was trying to fix code-d well serve-d was the problem 🤣 Anyway its finally running now and i can start learning this great language. Almost needed to start usin a crappy ide without fully darkmode. |
Same issue was found on ArchoLinux. OpenSSL version == Mostly errors comes from requests package, which throws this exception:
|
Are you using the serve-d nightly release? It should already work again |
Yes, only nightly release |
I did not see this error in the past few months, so you may close it as far as I am concerned. |
It stopped working again. I'm on Arch Linux with OpenSSL 3.2.0, using nightly release.
|
upstream: ikod/dlang-requests#161 |
I finally had some spare time to look into why the D extension did not work as expected on Ubuntu (luckily I do not use Ubuntu so often so it was not a big deal for me). It appears that pre-compiled serve-d binary that the D extension is downloading does not work on the mentioned Ubuntu version. (https://github.com/Pure-D/serve-d/releases/download/nightly/serve-d_linux-nightly-x86_64-20220322-855a87.tar.xz)
So, basically serve-d does not work in VS Code out of box. - It needed a little bit of push, so I cloned serve-d, built the executable myself, and placed it where the extension expected it, and changed the configuration (to "frozen") so the extension does not overwrite the good serve-d with the latest pre-compiled one. And voila, it all works again.
The text was updated successfully, but these errors were encountered: