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

[1.14.4] No config file being generated, crash when trying to create world #11

Closed
Mantarri opened this issue Nov 1, 2019 · 3 comments
Closed

Comments

@Mantarri
Copy link

Mantarri commented Nov 1, 2019

Forge version: 1.14.4-28.1.76

Mod version: 1.14.4-2.1.1
Mods List: Worldgen Block Replacer
latest.log
debug.log
crash report
What I did:
Attempted to create a world, and load it.

What happened:
The game crashed when attempting to load the world, saying that there was not a valid config file
What I tried:
Checking in configs/, and saves/MySave/serverconfigs/ for a config file
I did not find a config in either folder, so I tried creating both a wgblockreplacer.cfg, and a wgblockreplacer.toml containing the contents of this example config on your CF page, but to no avail.

@Partonetrain
Copy link

it's worldgenblockreplacer-server.toml in saves/MySave/serverconfigs/ . Looks like that example config is for 1.12 or earlier, so don't use it.

I'm having trouble with the config too though - #12

@The-Fireplace
Copy link
Member

The-Fireplace commented Nov 3, 2019

Your initial config is set to replace stone with stone, which then shuts down the server because it assumes that was a configuration error that you'll want to correct before generating the world. Right before the crash, in the latest.log:
WorldGen Block Replacer is improperly configured. The replacement for (0) is itself.
And the crash itself says WorldGen Block Replacer is improperly configured, shutting down. See the logs to find out what wasn't configured properly.
EDIT: And as Partonetrain said, the config is found in the world's serverconfigs folder now.

@Mantarri
Copy link
Author

Mantarri commented Nov 5, 2019

Ah, thank you, maybe you could change the Curseforge page to reflect these changes, this really threw me for a loop.

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

3 participants