Page 1 of 1

[FIXED] Stopped working after openssl update.

Posted: Wed Apr 26, 2017 11:08 am
by Barafu
Simplify3D refused to start on Linux after the openssl update.

Code: Select all

Barafu Simplify3D > ./LaunchScript.sh 
./Simplify3D: /usr/lib/libcrypto.so.1.0.0: version `OPENSSL_1.0.0' not found (required by ./Simplify3D)
As a workaround, I downloaded the previous version of openssl and unpacked it into the /opt/Simplify3D directory. Now it does seem to work, but it is hack, and following warnings appear

Code: Select all

Barafu Simplify3D > ./LaunchScript.sh 
./Simplify3D: /opt/Simplify3D/libcrypto.so.1.0.0: no version information available (required by ./Simplify3D)
static QPlatformTheme* QKdeTheme::createKdeTheme(): Unable to determine KDEHOME
QSslSocket: cannot resolve SSLv3_client_method
QSslSocket: cannot resolve SSLv3_server_method
This version of openssl 1 is going to land in next Ubuntu, so it should better be fixed by then.

Re: Bug: Stopped working after openssl update.

Posted: Fri Apr 28, 2017 10:34 am
by deepthought64
I can confirm that.
My installation has stopped as well. :-/

Code: Select all

/o/Simplify3D-3.1.1> openssl version
OpenSSL 1.1.0e  16 Feb 2017
:cry:

Re: Bug: Stopped working after openssl update.

Posted: Sun Apr 30, 2017 5:21 am
by eNablePolska
Barafu wrote:Simplify3D refused to start on Linux after the openssl update..
In Arch Linux not work too. I tried many idea`s, not work.
Could you tell me how to run S3D in Arch linux?

Re: Bug: Stopped working after openssl update.

Posted: Tue May 23, 2017 2:42 pm
by Eike
I can confirm this on Arch Linux. Downgrading OpenSSL from 1.1.0.e-1 to the previous version 1.0.2.k-1 is a workaround.

Edit: Do not downgrade OpenSSL on Arch. I'm not sure why downgrading from the pacman cache fucked up my system after a reboot but it did!

Re: Bug: Stopped working after openssl update.

Posted: Wed May 24, 2017 9:08 am
by bernieke
Same problem, also on Arch.

Re: Bug: Stopped working after openssl update.

Posted: Mon Jun 26, 2017 11:09 am
by ptheoch
Same problem on Debian 9.
This is unacceptable for purchased software.

Re: Bug: Stopped working after openssl update.

Posted: Tue Jun 27, 2017 7:24 am
by bernieke
I don't think anyone working for Simplify3D reads these...

I opened a support ticket after posting here, and was quickly provided an openssl library file for my system which I could drop in the Simplify3D folder which fixes the problem.

Re: Bug: Stopped working after openssl update.

Posted: Tue Jun 27, 2017 10:02 am
by brian442
I think the solution is already posted in several other threads on this forum. For example, read the link below for the exact file to download with instructions.
viewtopic.php?f=9&t=5462&start=10

Re: Bug: Stopped working after openssl update.

Posted: Wed Aug 16, 2017 12:54 pm
by S3D-Jason
This issue should now be resolved with the new Version 4.0. This version runs correctly on the latest Ubuntu, Arch, Debian, etc, even after updating or changing openssl versions.

Thank you for reporting the issue!