[AllTheMods 3 v5.6] Crash on creating world.
NoPain9 opened this issue ยท 8 comments
Trying to create a Biomes of Plenty world, with only a few things set to No, like Thorns, poisen pools and quicksand.
Have not added anything, not changed anything in configs and I get an error which I haven't seen before, probably because it's one of my first 1.12.2 packs.
That is the crashlog that I get! Thanks in advance!
dim 6 is supposed to be the "nether mining dimension" added by the modpack's configuration of JED. the JED config wasn't changed in this or any recent update even and how it used to work would be that it created the dimension if it didn't exist. Your error log says that it couldn't find the dimension though. Will need to look into this some more.
{
"dimensions": [
{
"dim": 6,
"override": false,
"dimensiontype":
{
"id": 6,
"name": "Nether Mining Dimension",
"suffix": "_dim6",
"keeploaded": false,
"worldprovider": "WorldProviderHellJED"
}
},
{
"dim": 1,
"worldinfo": {
"BorderCenterX": 0,
"BorderCenterZ": 0,
"BorderSize": 320000
}
}
]
}
@NoPain9 if you don't mind can you try a few troubleshooting steps for me, please:
First, re-download the pack fresh all over again. Maybe a file or config was corrupt in the existng instance
Then, try to create a new world strictly "vanilla"
If that works, exit and try to create a new world as BoP 'defaults'
If that works, exit and try created a new world with the same BoP tweaks you did before, noting specifically which ones you're toggling.
If it fails at any point along the way please update the issue with the details and crashlog again if applicable.
@OrdinatorStouff Hmm I tried those things, redownloaded it, created a new world.
Strictly vanilla: Worked !
BoP Default (After Vanilla): Worked !
BoP Tweaked (After Vanilla & BoP Default): Worked !
Not entirely sure what changed, maybe when I made Vanilla world the configs knew what the Nether was? Not sure here but it seems to be working now, gonna keep watching the logs every now and then to see if anything changes but so far it seems to work. Atleast I am in my world so. That's good news.
Thanks though!
We still don't know exactly what caused it to fail but at least it's working now. Let us know if anything else comes up or crashes or whatever but we'll just close this as resolved then. Thanks for the prompt follow-ups as well.
Just wanted to say, that I got this error, too.
I wanted to try ATM3 and did a fresh install in MultiMC. I started and selected BoP to generate a new world (no custom settings, standard BoP).
Here is my crashlog:
https://pastebin.com/iwTbNbXm
No further mods included, just plain ATM 3 Version 5.6
Just a follow-up, I can't create a standard world either, it gives me the same crash
Maybe a conflict with JED and Aromas 1997 Dimensional World? I saw, that both use ID 6 for their dimension ID.
Silimar error for me also. New to ATM3, just downloaded everything via twitch launcher.
Started new world using Realistic worldgen and mine also fails to load the world and crash at Dimension ID 6.
Playing singleplayer.
logfile:
crash-2018-01-05_19.28.45-server.txt
Will try now to see if creating strictly vanilla will solve it.
Edit:
Nope does not seem to load Vanilla worldgen. Will come back after further troubleshooting.
Edit2:
Solved it somehow.
- Quit game+launcher
- Restart from twitch (did not reinstall the mod)
- open the world that previously crashed (vanilla)
- Now the world loaded
- Exit the world
- Generate new world, also works
So what i did first was remove the world that i thought was broken and then i did a new one. This gave me the log attached above.
Tell me if any additional information is needed.