We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when i start this with ubuntu LTS 16.04 server on Docker version 1.13.1, build 092cba3 and factorio 0.14.22 and i try to connect the server says:
19625.896 Info Router.cpp:230: Received malformed packet from 98.226.58.18:54920 (Couldn't read from input file. File could be corrupted.)
and i cant login.
#!/bin/bash docker run \ -v /home/factorio/saves:/opt/factorio/saves \ -v /home/factorio/mods:/opt/factorio/mods \ --env FACTORIO_SERVER_VISIBILITY=lan \ --env FACTORIO_AUTOSAVE_INTERVAL=5 \ --env VERSION=0.14.22 \ --env FACTORIO_SERVER_GAME_PASSWORD="mypassword" \ -p 34197:34197/udp \ zopanix/factorio
when i run factorio directly on host everything is fine and i can connect.
!/bin/bash ./bin/x64/factorio --port 34197 --start-server saves/newmp.zip
The text was updated successfully, but these errors were encountered:
No branches or pull requests
when i start this with ubuntu LTS 16.04 server on Docker version 1.13.1, build 092cba3 and factorio 0.14.22 and i try to connect the server says:
19625.896 Info Router.cpp:230: Received malformed packet from 98.226.58.18:54920 (Couldn't read from input file. File could be corrupted.)
and i cant login.
when i run factorio directly on host everything is fine and i can connect.
The text was updated successfully, but these errors were encountered: