Page 1 of 1
[0.13.12]OPENSSL_load_builtin_modules called. Aborting
Posted: Sat Jul 30, 2016 12:34 pm
by Berserker55
Since updating to 13.12 my server doesn't start anymore:
./run_factorio.sh
Headless-mode bug: OPENSSL_load_builtin_modules called. Aborting
Aborted (core dumped)
That is the entire logfile.
System is Ubuntu 16.04.1 LTS 64Bit
Re: [0.13.12]OPENSSL_load_builtin_modules called. Aborting
Posted: Sat Jul 30, 2016 1:09 pm
by TyphoonNL
i got the same error after updating
Re: [0.13.12]OPENSSL_load_builtin_modules called. Aborting
Posted: Sat Jul 30, 2016 2:06 pm
by Freeviv
Same issue here. (Using OpenSuse 13.2)
Re: [0.13.12]OPENSSL_load_builtin_modules called. Aborting
Posted: Sat Jul 30, 2016 2:27 pm
by CodeZ
Worksforme (I guess), but ldd yields warnings of missing version information of libcrypto.so.1.0.0 and libssl.so.1.0.0. But I'm running Gentoo so the libs are "self"-compiled and somewhat recent (openssl-1.0.2h).
Re: [0.13.12]OPENSSL_load_builtin_modules called. Aborting
Posted: Sat Jul 30, 2016 2:28 pm
by Bruce
I have the same issue in an Ubuntu 14.04 Docker Container (Synology NAS x86 Host) after updating.
Re: [0.13.12]OPENSSL_load_builtin_modules called. Aborting
Posted: Sat Jul 30, 2016 4:17 pm
by m44v
Berserker55 wrote:Since updating to 13.12 my server doesn't start anymore:
./run_factorio.sh
Headless-mode bug: OPENSSL_load_builtin_modules called. Aborting
Aborted (core dumped)
That is the entire logfile.
System is Ubuntu 16.04.1 LTS 64Bit
Interesting, I'm on Ubuntu 15.10 but the game works.
Re: [0.13.12]OPENSSL_load_builtin_modules called. Aborting
Posted: Sat Jul 30, 2016 4:26 pm
by CodeZ
Oh, mybad, i checked the actual game-binary, not headless binary. The headless indeed does not work. So, ldd tells from the (this time correct) binary, that it is not dynamically linked against libssl or such. It seems, that part of openssl was either statically linked in the binary, or something very weird... stacktrace from debugger doesn't seem to be too interesting. The function was called from Curl_ossl_init via global_init, and originally from Downloader:14..
Re: [0.13.12]OPENSSL_load_builtin_modules called. Aborting
Posted: Sat Jul 30, 2016 5:45 pm
by CobaltSparkz
Can confirm, same issue on Linux Debian (8.5) Jessie. 13.12 headless refuses to work
Re: [0.13.12]OPENSSL_load_builtin_modules called. Aborting
Posted: Sat Jul 30, 2016 6:45 pm
by HanziQ
Should be fixed for the next release which should be coming in a few hours.