lazerous42 / Ascension-of-the-Technomancer

A "kitchen sink" type Minecraft (1.7.10) modpack centered around Advent of Ascension and GregTech intended for expert players who find the usual assortment of modpacks to be completely devoid of challenge
5 stars 4 forks source link

[5.0.1] "shutting down internal server" #28

Closed robbing88 closed 7 years ago

robbing88 commented 7 years ago

When I try to create a world the game tells me the above and throws me back to the main menu. no crash reports or anything since the game technically doesn't "crash". I have added Optifine D6 and Mo' Creatures and have also tried running the game without them to no avail. Any help would be appreciated.

wholesalegerbils commented 7 years ago

25 same issue I had -- you've got to go to /minecraft/config/rftools/dimlets.cfg and then scroll to the bottom and delete the extra spaces after -1's (there's a few of them). Or, you can just replace your dimlets.cfg with mine and it should be all set.

dimlets.cfg.zip

robbing88 commented 7 years ago

When I tried that myself it didn't work, but your file totally did the trick! thanks a bunch

lazerous42 commented 7 years ago

Well, that's icky. I wonder why this didn't happen to me ever. Let me check my dimlets file, as this was changed for 5.0.1 to make sure that all the newer AoA dimensions are blocked from RFTools.

lazerous42 commented 7 years ago

Ya, very strange. I'm guessing the trailing whitespace was immediately following the final dimletsettings record, but before the close brace like this

... I:"dimlet.Biome.Twilight Swamp"=-1 I:"dimlet.Biome.Vox Ponds"=-1 I:dimlet.Biome.WyvernBiome=-1[here] }

My file has no trailing whitespace characters. Could it possibly occur if you ever launched without Mo' Creatures post update, as the wyvern biome is the final record. Of course that would mean that RFTools is not capable of dynamically maintaining it's config files.

This is strange, and troubling as I don't know what the scenario is that will cause damage to this file. The master copy in my dev instance does not have any formatting problems.