Jump to content

KaleidioMakesGames

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by KaleidioMakesGames

  1. I'm not sure how many forge versions are affected, but something on the forge side has broken, causing toml's to be read as a slew of "nulls" at a random point during Generating Keys. Forge ON ITS OWN starts off the toml error by the following: [23Jul2021 02:54:45.453] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Generating keypair [23Jul2021 02:54:45.509] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Configuration file C:\Users\chris\AppData\Roaming\.minecraft\saves\New World\serverconfig\forge-server.toml is not correct. Correcting [23Jul2021 02:54:45.510] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key server was corrected from null to its default, SimpleCommentedConfig:{}. [23Jul2021 02:54:45.510] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key server.removeErroringEntities was corrected from null to its default, false. <<continues saying these keys were null, then it starts saying configs in the config folder were null as well>> Then proceeds to do this to several other tomls afterward. This usually results in the modloader forgetting the configurations set by users and loading the "defaults" into RAM instead, though it doesn't write them to the files. It does this in both saves/world/serverconfig and .minecraft/config folders
  2. I've personally just came across this same issue. it seems the redirect to the class file for cpw's gross j9 1.3.3 patch was down for a while. I reran the installer a few times and it finally worked. Just a download fluke, should be fixed now.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.