Closed dave75vgnut closed 6 years ago
Yea, an in game config can take some time Try deleting your current config file and make sure when you change the values that you don't mess with the spelling of the biome names
The crash is basically saying you messed with one of the biome names
Added error checking so it should work in the next version
Here is part of your config: mark each biome name with either a 0 or 1 to turn them on/off
Ocean=1Plains=1Desert=1 If I changed Ocean=0Plains=1Desert=1 it would crash that was pre coherent_villages_beta_v1.2.9
Did you update? And you're not suppose to let the changes be all on one line It should be: Ocean=0 Plains=1 Desert=1
Although it shouldn't be crashing in the newer versions because I added a formatting check
It's just that an in game config is a lot more complicated than it sounds
Thanks for the info. That's the way the config generated for me I'll try putting spaces between the biome on/off and biome name. Like this: Ocean=1Plains=1Desert=1 to Ocean=0 Plains=1 Desert=1
Yeah, that should work
Can you make the config accessible ingame. I only ask because I've had problems w/ it crashing after changing it when starting minecraft. Here is Crash report: ---- Minecraft Crash Report ----
WARNING: coremods are present: MalisisSwitchesPlugin (malisisswitches-1.12.2-5.1.0.jar) CTMCorePlugin (CTM-MC1.12-0.2.3.12.jar) ForgelinPlugin (Forgelin-1.7.4.jar) HCASM (HammerCore-1.12.2-2.0.2.3.jar) CXLibraryCore (cxlibrary-1.12.1-1.6.1.jar) MuonPlugin (muon-0.2-1.12.jar) BaseMetals (BaseMetals-1.12-2.5.0-beta6.280.jar) MalisisCorePlugin (malisiscore-1.12.2-6.4.0.jar) Inventory Tweaks Coremod (InventoryTweaks-1.63.jar) ShetiPhian-ASM (ShetiPhian-ASM-1.12.0.jar) IELoadingPlugin (ImmersiveEngineering-core-0.12-85.jar) LoadingPlugin (Quark-r1.5-130.jar) JEIDLoadingPlugin (JustEnoughIDs-1.0.1-16.jar) Contact their authors BEFORE contacting forge
// I'm sorry, Dave.
Time: 9/27/18 9:23 AM Description: There was a severe problem during mod loading that has caused the game to fail
net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Coherent Villages Mod Beta (coherentvillages) Caused by: java.lang.NumberFormatException: For input string: "0Ice Plains" at java.lang.NumberFormatException.forInputString(Unknown Source) at java.lang.Integer.parseInt(Unknown Source) at java.lang.Integer.parseInt(Unknown Source) at net.theexceptionist.coherentvillages.main.Main.readConfig(Main.java:292) at net.theexceptionist.coherentvillages.main.Main.preInit(Main.java:244) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:624) at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) at com.google.common.eventbus.EventBus.post(EventBus.java:217) at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:218) at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) at com.google.common.eventbus.EventBus.post(EventBus.java:217) at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135) at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:627) at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:252) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) at net.minecraft.client.main.Main.main(SourceFile:123) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
-- System Details -- Details: Minecraft Version: 1.12.2 Operating System: Windows 7 (amd64) version 6.1 Java Version: 1.8.0_181, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 215022800 bytes (205 MB) / 671580160 bytes (640 MB) up to 2134114304 bytes (2035 MB) JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP 9.42 Powered by Forge 14.23.4.2759 Optifine OptiFine_1.12.2_HD_U_D1 92 mods loaded, 92 mods active States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
MalisisSwitchesPlugin (malisisswitches-1.12.2-5.1.0.jar)
CTMCorePlugin (CTM-MC1.12-0.2.3.12.jar) team.chisel.ctm.client.asm.CTMTransformer ForgelinPlugin (Forgelin-1.7.4.jar)
HCASM (HammerCore-1.12.2-2.0.2.3.jar) com.zeitheron.hammercore.asm.HammerCoreTransformer CXLibraryCore (cxlibrary-1.12.1-1.6.1.jar) cubex2.cxlibrary.CoreModTransformer MuonPlugin (muon-0.2-1.12.jar) gd.izno.mc.muon.MuonClassTransformer BaseMetals (BaseMetals-1.12-2.5.0-beta6.280.jar)
MalisisCorePlugin (malisiscore-1.12.2-6.4.0.jar)
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar) invtweaks.forge.asm.ContainerTransformer ShetiPhian-ASM (ShetiPhian-ASM-1.12.0.jar) shetiphian.asm.ClassTransformer IELoadingPlugin (ImmersiveEngineering-core-0.12-85.jar) blusunrize.immersiveengineering.common.asm.IEClassTransformer LoadingPlugin (Quark-r1.5-130.jar) vazkii.quark.base.asm.ClassTransformer JEIDLoadingPlugin (JustEnoughIDs-1.0.1-16.jar)
OreDictionary Info: Registered 242 names; 446 stacks. Pastebin Connection: Okay. Dependent Mods: -Simple Quarry (simplequarry) @25r