Skip to content
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

Usage issue, Level.dat not found" #484

Open
Henton03 opened this issue Feb 11, 2024 · 0 comments
Open

Usage issue, Level.dat not found" #484

Henton03 opened this issue Feb 11, 2024 · 0 comments

Comments

@Henton03
Copy link

Hi, 99% sure this will be a user issue (as in I haven't set it up right) however looking for help with setup of a server:

Using docker compose via portainer

Currently getting the error : Error ServerMultiplayerManager.cpp:92: MultiplayerManager failed: "level.dat not found."
This only appears to occur when I have data in the Save folder , just cleared this and re-deployed the image and it loads fine and starts etc, but once I change to : -GENERATE_NEW_SAVE=FALSE and -LOAD_LATEST_SAVE=TRUE then I get the above

current stack / yaml file is :
version: '3' services: factorio: image: factoriotools/factorio:stable container_name: factorio_server environment: - GENERATE_NEW_SAVE=TRUE - LOAD_LATEST_SAVE=FALSE # Set to true if you want to load the latest save ports: - "34197:34197/udp" # Game server (required) - "27015:27015/tcp" # RCON (optional) volumes: - /factorio:/factorio # Mount a volume for game data #restart: unless-stopped

Any help will be great

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant