Page 1 of 1

Client doesn't launch on Ubuntu anymore after updating to 12.7

Posted: Tue Oct 15, 2019 8:11 pm
by kettu
I restarted the computer and redownloaded the client but still no success.

I don't find a log file and since I'm not versed with deeper mechanics of Linux, I don't know how to debug.

Re: Client doesn't launch on Ubuntu anymore after updating to 12.7

Posted: Tue Oct 15, 2019 8:21 pm
by kettu
12.6.1 still runs fine. I'm running Ubuntu 19.04.

Re: Client doesn't launch on Ubuntu anymore after updating to 12.7

Posted: Tue Oct 15, 2019 11:01 pm
by deen
I expected this to happen because of the libcurl dependency removal. Can you try installing libcurl? Can you run a terminal window and execute ./DDNet from there and show us the output?

Re: Client doesn't launch on Ubuntu anymore after updating to 12.7

Posted: Tue Oct 15, 2019 11:24 pm
by deen
Or wait for DDNet 12.7.1 which will be released in ~30 minutes.

Re: Client doesn't launch on Ubuntu anymore after updating to 12.7

Posted: Tue Oct 15, 2019 11:41 pm
by kettu

Code: Select all

./DDNet: /usr/lib/x86_64-linux-gnu/libcurl.so.4: version `CURL_OPENSSL_3' not found (required by ./DDNet)
I expected this to happen because of the libcurl dependency removal.
Does this mean that the client had the libcurl library in it before 12.7? I can try to install it, but I prefer to wait for 12.7.1 unless I'm the only Linux user, then no need to hotfix it for me.

Re: Client doesn't launch on Ubuntu anymore after updating to 12.7

Posted: Wed Oct 16, 2019 12:14 am
by kettu
12.7.1 misses the same dependency:

Code: Select all

./DDNet: /usr/lib/x86_64-linux-gnu/libcurl.so.4: version `CURL_OPENSSL_3' not found (required by ./DDNet)

Re: Client doesn't launch on Ubuntu anymore after updating to 12.7

Posted: Wed Oct 16, 2019 9:09 am
by deen
Does this mean that the client had the libcurl library in it before 12.7? I can try to install it, but I prefer to wait for 12.7.1 unless I'm the only Linux user, then no need to hotfix it for me.
Yes.

Ah, sorry, I botched the 12.7.1 release.

Re: Client doesn't launch on Ubuntu anymore after updating to 12.7

Posted: Wed Oct 16, 2019 1:28 pm
by kettu
All is fine with 12.7.2. Thank you.

Re: Client doesn't launch on Ubuntu anymore after updating to 12.7

Posted: Wed Oct 16, 2019 3:09 pm
by deen
Thanks for the report and sorry for the trouble.