crashing when load
CrazyOwen01 opened this issue ยท 2 comments
crash report from a mod ---- Minecraft Crash Report ----
// I let you down. Sorry :(
Time: 2019-09-22 17:35:51 CDT
Description: Initializing game
net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from CodeChicken Lib (codechickenlib)
Caused by: codechicken.lib.configuration.ConfigFile$ConfigException: codechicken.lib.configuration.ConfigParseException: Invalid value type d, @line:20, dump_asm=true
at codechicken.lib.configuration.ConfigFile.load(ConfigFile.java:61)
at codechicken.lib.configuration.ConfigFile.(ConfigFile.java:43)
at codechicken.lib.configuration.ConfigFile.(ConfigFile.java:29)
at codechicken.lib.configuration.ConfigFile.(ConfigFile.java:19)
at codechicken.lib.CodeChickenLib.preInit(CodeChickenLib.java:50)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637)
at sun.reflect.GeneratedMethodAccessor11.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
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:219)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
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:136)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:629)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:252)
at net.minecraft.client.Minecraft.init(Minecraft.java:467)
at net.minecraft.client.Minecraft.run(Minecraft.java:3931)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: codechicken.lib.configuration.ConfigParseException: Invalid value type d, @line:20, dump_asm=true
at codechicken.lib.configuration.ConfigTag.parseTag(ConfigTag.java:92)
at codechicken.lib.configuration.ConfigFile.load(ConfigFile.java:59)
... 44 more
A detailed walkthrough of the error, its code path and all known details is as follows:
-- System Details --
Minecraft Version: 1.12.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 476873704 bytes (454 MB) / 1073741824 bytes (1024 MB) up to 2147483648 bytes (2048 MB)
JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.5.2846 Optifine OptiFine_1.12.2_HD_U_E3 74 mods loaded, 72 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
| State | ID | Version | Source | Signature |
|:----- |:--------------------- |:----------------- |:------------------------------------------------ |:---------------------------------------- |
| LCH | minecraft | 1.12.2 | minecraft.jar | None |
| LCH | mcp | 9.42 | minecraft.jar | None |
| LCH | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2846.jar | None |
| LCH | forge | 14.23.5.2846 | forge-1.12.2-14.23.5.2846.jar | None |
| LCH | micdoodlecore | | minecraft.jar | None |
| LCH | foamfixcore | 7.7.4 | minecraft.jar | None |
| LCH | techguns_core | 1.12.2-1.0 | minecraft.jar | None |
| LCH | securitycraft | v1.8.12 | [1.12.2]+SecurityCraft+v1.8.12.jar | None |
| LCH | damageindicatorsmod | 1.0 | [1.12.2]DamageIndicatorsMod-3.4.9.jar | None |
| LCH | thedragonlib | 1.12.2-5.3.0 | thedragonlib-1.12.2-5.3.0.jar | None |
| LCH | armorplus | 1.12.2-11.24.0.60 | armorplus-1.12.2-11.24.0.60.jar | None |
| LCH | jei | 4.13.1.225 | jei_1.12.2-4.13.1.225.jar | None |
| LCH | quark | r1.6-177 | Quark-r1.6-177.jar | None |
| LCH | autoreglib | 1.3-32 | AutoRegLib-1.3-32.jar | None |
| LCE | codechickenlib | 3.2.2.353 | CodeChickenLib-1.12.2-3.2.2.353-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LC | avaritia | 3.3.0 | Avaritia-1.12.2-3.3.0.33-universal.jar | None |
| LC | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
| LC | bedrockminer | 1.0.5 | BedrockMiner-1.12.2-(v.1.0.5).jar | None |
| LC | forgelin | 1.8.3 | Forgelin-1.8.3.jar | None |
| LC | betterportals | 0.1.6 | betterportals-0.1.6.jar | None |
| LC | blocklings | 6.0.1 | Blocklings+6.0.1+-+1.12.2.jar | None |
| LC | carryon | 1.12.1 | CarryOn+MC1.12.2+v1.12.1.jar | 55e88f24d04398481ae6f1ce76f65fd776f14227 |
| LC | ctm | MC1.12.2-0.3.3.22 | CTM-MC1.12.2-0.3.3.22.jar | None |
| LC | chisel | MC1.12.2-0.2.1.35 | Chisel-MC1.12.2-0.2.1.35.jar | None |
| LC | chiselsandbits | 14.33 | chiselsandbits-14.33.jar | None |
| LC | extendedrenderer | v1.0 | coroutil-1.12.1-1.2.32.jar | None |
| LC | coroutil | 1.12.1-1.2.32 | coroutil-1.12.1-1.2.32.jar | None |
| LC | configmod | v1.0 | coroutil-1.12.1-1.2.32.jar | None |
| LC | cosmeticarmorreworked | 1.12.2-v4a | CosmeticArmorReworked-1.12.2-v4a.jar | aaaf83332a11df02406e9f266b1b65c1306f0f76 |
| LC | creativeplus | 1.0.2 | CreativePlus+MC1.12.2+v1.0.2.jar | None |
| LC | ctrades | 1.3.3 | ctrades-1.3.3.jar | None |
| LC | doggytalents | 1.15.0.6 | DoggyTalents-1.12.2-1.15.0.6-universal.jar | None |
| LC | llibrary | 1.7.19 | llibrary-1.7.19-1.12.2.jar | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec |
| LC | dragonmounts | 1.12.2-1.5.8 | DragonMounts-1.12.2-1.5.8(HOTFIX).jar | None |
| LC | galacticraftcore | 4.0.2.236 | GalacticraftCore-1.12.2-4.0.2.236.jar | None |
| LC | galacticraftplanets | 4.0.2.236 | Galacticraft-Planets-1.12.2-4.0.2.236.jar | None |
| LC | mjrlegendslib | 1.12.2-1.1.8 | MJRLegendsLib-1.12.2-1.1.8 (1).jar | b02331787272ec3515ebe63ecdeea0d746653468 |
| LC | extraplanets | 1.12.2-0.5.6 | ExtraPlanets-1.12.2-0.5.6.jar | b02331787272ec3515ebe63ecdeea0d746653468 |
| LC | foamfix | 0.10.5-1.12.2 | foamfix-0.10.5-1.12.2.jar | None |
| LC | cfm | 6.3.0 | furniture-6.3.0-1.12.2 (1).jar | None |
| LC | futureminecraf | 1.2.1.1 | FutureVersionsV1.2.1.1.jar | None |
| LC | ironman | Beta-1.12.2-1.2.6 | IronMan-1.12.2-Beta-1.12.2-1.2.6.jar | None |
| LC | speedsterheroes | 1.12.2-2.1.4 | SpeedsterHeroes-1.12.2-2.1.4.jar | None |
| LC | lucraftcore | 1.12.2-2.4.7 | LucraftCore-1.12.2-2.4.7.jar | None |
| LC | heroesexpansion | 1.12.2-1.3.5 | HeroesExpansion-1.12.2-1.3.5.jar | None |
| LC | librarianlib | 4.19.2 | librarianlib-1.12.2-4.19.2-release.jar | None |
| LC | hooked | %VERSION% | hooked-1.0.3.jar | None |
| LC | iceandfire | 1.7.1 | iceandfire-1.7.1-1.12.2.jar | None |
| LC | infinity | 1.10 | infinity-1.10.jar | None |
| LC | lucky | 7.6.0 | luckyblock-1.12.2-7.6.0.jar | None |
| LC | mclib | 1.0.2 | mclib-1.0.2-1.12.2.jar | None |
| LC | mcmultipart | 2.5.3 | MCMultiPart-2.5.3.jar | None |
| LC | mekanism | 1.12.2-9.7.8.379 | Mekanism-1.12.2-9.7.8.379 (1).jar | None |
| LC | metamorph | 1.1.8 | metamorph-1.1.8-1.12.2.jar | None |
| LC | mcef | 0.9 | Minecraft-Chromium-Embedded-Framework-1.12.2.jar | None |
| LC | obsidiantools | 1.8.2 | ObsidianTools-1.8.2.jar | None |
| LC | overpoweredarmorbar | @VERSION@ | overloadedarmorbar-1.0.4g.jar | None |
| LC | subcommonlib | 1.2.0.1 | subcommonlib-sublib-1.12.2-1.2.0.4.jar | None |
| LC | petbuddy | $version | petbuddy-petbuddy-1.12.2-2.4.1.0.jar | None |
| LC | ptrmodellib | 1.0.4 | PTRLib-1.0.4.jar | None |
| LC | pymtech | 1.12.2-1.0.2 | PymTech-1.12.2-1.0.2.jar | None |
| LC | techguns | 2.0.1.2 | techguns-1.12.2-2.0.1.2_1.jar | None |
| LC | the-fifth-world | 0.5 | the-fifth-world-0.5.jar | None |
| LC | travellersbackpack | 1.0.19.19 | TravellersBackpack-1.12.2-1.0.19.19.jar | None |
| LC | ultimate_unicorn_mod | 1.5.16 | ultimate_unicorn_mod-1.12.2-1.5.16.jar | None |
| LC | vanillafix | 1.0.10-SNAPSHOT | VanillaFix-1.0.10-99.jar | None |
| LC | weather2 | 1.12.1-2.6.12 | weather2-1.12.1-2.6.12.jar | None |
| LC | webdisplays | 1.0 | Web-Displays-Mod-1.12.2.jar | None |
| LC | wings | 1.1.5 | wings-1.1.5-1.12.2.jar | None |
| LC | bauble_wings | 1.0.0 | wings-1.1.5-1.12.2.jar | None |
| LC | zombie_players | 1.12.1-1.2.7 | zombie_players-1.12.1-1.2.7.jar | None |
| LC | librarianliblate | 4.19.2 | librarianlib-1.12.2-4.19.2-release.jar | None |
| UD | mclib_core | 1.0.2 | minecraft.jar | None |
| UD | mobends_wings | 1.0.0 | wings-1.1.5-1.12.2.jar | None |
Loaded coremods (and transformers): wings (wings-1.1.5-1.12.2.jar)
me.paulf.wings.server.asm.WingsRuntimePatcher
me.paulf.wings.server.asm.mobends.WingsMoBendsRuntimePatcher
MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.2.236.jar)
micdoodle8.mods.miccore.MicdoodleTransformer
Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.5-1.12.2.jar)
pl.asie.foamfix.coremod.FoamFixTransformer
Quark Plugin (Quark-r1.6-177.jar)
vazkii.quark.base.asm.ClassTransformer
ShutdownPatcher (mcef-1.12.2-0.9-coremod.jar)
net.montoyo.mcef.coremod.ShutdownPatcher
CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
team.chisel.ctm.client.asm.CTMTransformer
ForgelinPlugin (Forgelin-1.8.3.jar)
llibrary (llibrary-core-1.0.11-1.12.2.jar)
net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
McLib core mod (mclib-1.0.2-1.12.2.jar)
mchorse.mclib.core.McLibCMClassTransformer
LibrarianLib Plugin (librarianlib-1.12.2-4.19.2-release.jar)
com.teamwizardry.librarianlib.asm.LibLibTransformer
VanillaFixLoadingPlugin (VanillaFix-1.0.10-99.jar)
LucraftCoreCoreMod (LucraftCore-1.12.2-2.4.7.jar)
lucraft.mods.lucraftcore.core.LCTransformer
pymtech (PymTech-1.12.2-1.0.2.jar)
lucraft.mods.pymtech.core.PymTechClassTransformer
MekanismCoremod (Mekanism-1.12.2-9.7.8.379 (1).jar)
mekanism.coremod.KeybindingMigrationHelper
Techguns Core (techguns-1.12.2-2.0.1.2_1.jar)
techguns.core.TechgunsASMTransformer
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 419.35' Renderer: 'GeForce GTX 1050/PCIe/SSE2'
Suspected Mods: CodeChicken Lib (codechickenlib)
Launched Version: 1.12.2-forge1.12.2-14.23.5.2846
LWJGL: 2.9.4
OpenGL: GeForce GTX 1050/PCIe/SSE2 GL version 4.6.0 NVIDIA 419.35, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.
Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs:
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: 12x AMD Ryzen 5 1600X Six-Core Processor