zopanix / docker_factorio_server

Factorio Server in Docker
MIT License
31 stars 275 forks source link

Headless-mode bug: OPENSSL_load_builtin_modules called. Aborting #27

Closed hub23 closed 8 years ago

hub23 commented 8 years ago

If I try to start a fresh container, server shows this error message: Headless-mode bug: OPENSSL_load_builtin_modules called. Aborting Server is crashing at container starup.

###
# Launching Game
###
Headless-mode bug: OPENSSL_load_builtin_modules called. Aborting
Headless-mode bug: OPENSSL_load_builtin_modules called. Aborting

Reproduce:

sudo docker rmi zopanix/factorio
sudo docker run -d \
  -v /home/username/factorio-saves:/opt/factorio/saves \
  -p 34197:34197/udp \
  --env FACTORIO_SERVER_NAME="test" \
  --env FACTORIO_SERVER_DESCRIPTION="" \
  --env FACTORIO_SERVER_MAX_PLAYERS=8 \
  --env FACTORIO_SERVER_VERIFY_IDENTITY=false \
  --env FACTORIO_SERVER_VISIBILITY=public \
  --env FACTORIO_USER_USERNAME=hub \
  --env FACTORIO_USER_PASSWORD=obfuscatedpassword \
  --env FACTORIO_AUTOSAVE_INTERVAL=15 \
  --restart=on-failure:10 \
  --name=factorio-test \
  zopanix/factorio

sudo docker logs -f factorio-test

OS and Docker Version:

Linux HOST 4.4.0-31-generic #50-Ubuntu SMP Wed Jul 13 00:07:12 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux

DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=16.04
DISTRIB_CODENAME=xenial
DISTRIB_DESCRIPTION="Ubuntu 16.04.1 LTS"

Docker version 1.12.0, build 8eab29e
Docker version 1.11.2, build b9f10c9

I tested this on 2 different Systems, same OS and Kernel but different Docker build Versions. Can anybody confirm this?

bkuhl commented 8 years ago

This isn't an issue with this docker container, but appears to be a game issue itself. If you google this error you'll find more information about how to resolve it.

hub23 commented 8 years ago

https://forums.factorio.com/viewtopic.php?f=3&t=30151#p190609

zopanix commented 8 years ago

Don't think this has something to do with the container itself. I'm checking this out to see if an update of some libs solves the problems :)

zopanix commented 8 years ago

They released a new version which works, it was a bud on their side, have already published the new version and deleted the one that didn't work.