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
[0.13.12]OPENSSL_load_builtin_modules called. Aborting
-
- Long Handed Inserter
- Posts: 71
- Joined: Sat Jan 31, 2015 7:36 am
- Contact:
Re: [0.13.12]OPENSSL_load_builtin_modules called. Aborting
i got the same error after updating
Re: [0.13.12]OPENSSL_load_builtin_modules called. Aborting
Same issue here. (Using OpenSuse 13.2)
Re: [0.13.12]OPENSSL_load_builtin_modules called. Aborting
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
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
Interesting, I'm on Ubuntu 15.10 but the game works.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
Re: [0.13.12]OPENSSL_load_builtin_modules called. Aborting
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..
-
- Manual Inserter
- Posts: 3
- Joined: Sun Jul 24, 2016 3:23 pm
- Contact:
Re: [0.13.12]OPENSSL_load_builtin_modules called. Aborting
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
Should be fixed for the next release which should be coming in a few hours.