-
Notifications
You must be signed in to change notification settings - Fork 304
New issue
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
Unable to run latest builds #34
Comments
It seems to not like the verify_user_identity being set by the variable. I didn't dig too much, but if I remove the variable and just put in false, it seems to work. I basically updated the config in the script with the latest, removed the --latency-ms stuff and hard set the verify_user_identity and everything is working. I would submit a pull request but the hard setting the verify_user_identity isn't ideal, but I thought I would share so that someone more qualified might take a crack at it. o7 |
I've disabled the automatic releasing of new versions until this repo is compatible with |
Is the linked PR going to be the fix moving forward, then? |
No, not fully. I think Duckman needs to submit a PR |
@duckman Can you please submit a PR with your changes? |
Are you sure it doesn't just need quotes around it? :P |
Yes, I'm sure. |
It seems, that by putting quotes around
0.14.14 works! I would submit a PR, but I don't think that just removing those commands is the best fix. It is fine for my needs, but it should be investigated if it is possible to add to the config file. |
I gave up on command line switches and ENV and mounted |
Will this issue be resolved in the near future? just pulled the image and got the same error :( |
We're unable to run the 0.14 build.
--latency-ms
is no longer an option for the client given the rework of networking on Factorio. It looks likeserver-settings.json
format may have changed as the smart launch is not building a usable file leading to the errorError util.cpp:57: /opt/factorio/server-settings.json(22): expected value
when run.The text was updated successfully, but these errors were encountered: