SlimeKnights / TinkersConstruct

Tinker a little, build a little, tinker a little more...
MIT License
1.23k stars 776 forks source link

Crash log #1977

Closed RaccoonCast closed 8 years ago

RaccoonCast commented 8 years ago

NOTE : This may not be your mod that is causing the problem but it might be Anyways starting today forge crashed always during Pre-Intialization phase I do not know why and I am not a tech genious but I know a little but not enough to understand my issue. So I have pasted the crash log right below ---- Minecraft Crash Report ----

WARNING: coremods are present: LoadingPlugin (ResourceLoader-MC1.8.9-1.4.jar) FMLPlugin (InventoryTweaks-1.60-40.jar) LucraftForgeLoading (LucraftCore-1.8.9-1.0.0.jar) Contact their authors BEFORE contacting forge

// Don't be sad. I'll do better next time, I promise!

Time: 3/26/16 2:01 PM Description: Initializing game

java.lang.RuntimeException: java.lang.ClassCastException: com.google.gson.JsonPrimitive cannot be cast to com.google.gson.JsonObject at lumien.custommainmenu.CustomMainMenu.preInit(CustomMainMenu.java:71) 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:483) at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:560) at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) at com.google.common.eventbus.EventBus.post(EventBus.java:275) at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:211) at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:189) 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:483) at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) at com.google.common.eventbus.EventBus.post(EventBus.java:275) at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:118) at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:556) at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:417) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:329) at net.minecraft.client.main.Main.main(SourceFile:124) 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:483) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) Caused by: java.lang.ClassCastException: com.google.gson.JsonPrimitive cannot be cast to com.google.gson.JsonObject at lumien.custommainmenu.configuration.GuiConfig.loadLabels(GuiConfig.java:306) at lumien.custommainmenu.configuration.GuiConfig.load(GuiConfig.java:105) at lumien.custommainmenu.configuration.ConfigurationLoader.load(ConfigurationLoader.java:95) at lumien.custommainmenu.CustomMainMenu.preInit(CustomMainMenu.java:66) ... 36 more

A detailed walkthrough of the error, its code path and all known details is as follows:

-- Head -- Stacktrace: at lumien.custommainmenu.CustomMainMenu.preInit(CustomMainMenu.java:71) 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:483) at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:560) at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) at com.google.common.eventbus.EventBus.post(EventBus.java:275) at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:211) at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:189) 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:483) at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) at com.google.common.eventbus.EventBus.post(EventBus.java:275) at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:118) at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:556) at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:417)

-- Initialization -- Details: Stacktrace: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:329) at net.minecraft.client.main.Main.main(SourceFile:124) 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:483) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details -- Details: Minecraft Version: 1.8.9 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_25, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 2483744688 bytes (2368 MB) / 2826436608 bytes (2695 MB) up to 11810111488 bytes (11263 MB) JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx12G -Xmn3076M -Xms3076M IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP 9.19 Powered by Forge 11.15.1.1794 38 mods loaded, 38 mods active States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored UCH mcp{9.19} Minecraft Coder Pack UCH FML{8.0.99.99} Forge Mod Loader UCH Forge{11.15.1.1794} Minecraft Forge UCH AntMan{Pre-1.8.9-1.0.0} AntMan UCH Baubles{1.1.3.0} Baubles UCH BiomesOPlenty{3.0.0} Biomes O' Plenty UCH Botania{r1.8-299} Botania UCH buildingbrickscompatvanilla{1.8.9-1.4.2} Building Bricks Vanilla Compat UCH buildingbricks{1.8.9-1.4.2} Building Bricks UCH cfm{3.6} MrCrayfish's Furniture Mod UCH cfmce{1.0.1} MrCrayfish's Furniture Mod: Community Edition UCH Chameleon{1.8.9-1.0.0} Chameleon UCH chisel{@VERSION@} Chisel UCH chiselsandbits{8.6} Chisels & Bits UCE CustomMainMenu{2.0} Custom Main Menu UCH golems{2.5.01} Extra Golems UCH flatcoloredblocks{mc1.8.9-v1.8} [Flat Colored Blocks](flatcoloredblocks-mc1.8.9-v1.8 %281%29.jar) UCH Waila{1.6.0} Waila UCH FTBL{2.0.2} FTBLib UCH FTBU{2.0.2} FTBUtilities UCH gemsplus{1.6.4} Gems+ UCH InventoryPets{1.3.91} Inventory Pets UCH inventorytweaks{1.60-40-e06e29a} Inventory Tweaks UCH JEI{2.28.7.174} Just Enough Items UCH journeymap{1.8.9-5.1.5} JourneyMap UCH jeresources{0.4.0} Just Enough Resources UCH launchgui{1.8.8-2.0.1-19} LaunchGUI UCH LucraftCore{1.8.9-1.0.0} Lucraft: Core UCH mantle{1.8.9-0.9.2.jenkins102} Mantle UCH RadixCore{1.8.9-2.1.0} RadixCore UCH MCA{1.8.9-5.1.1.2} Minecraft Comes Alive UCH moarsigns{2.0.0} MoarSigns UCH oceancraft{1.5.3} [Oceancraft](Oceancraft v1.5.3 %28MC 1.8.9%29.jar) UCH ResourceLoader{1.4} Resource Loader UCH smf{1.0} Scarab's Missing Furniture Mod UCH StorageDrawers{1.8.9-2.5.0} Storage Drawers UCH tconstruct{1.8.9-2.2.0.jenkins135} Tinkers' Construct UCH wawla{1.1.4.168} What Are We Looking At Loaded coremods (and transformers): LoadingPlugin (ResourceLoader-MC1.8.9-1.4.jar) lumien.resourceloader.asm.ClassTransformer FMLPlugin (InventoryTweaks-1.60-40.jar) invtweaks.forge.asm.ContainerTransformer LucraftForgeLoading (LucraftCore-1.8.9-1.0.0.jar) lucraft.mods.lucraftcore.access.LucraftClassTransformer GL info: ' Vendor: 'Intel' Version: '4.3.0 - Build 20.19.15.4352' Renderer: 'Intel(R) HD Graphics 4600' Pulsar/tconstruct loaded Pulses:

Launched Version: 1.8.9-forge1.8.9-11.15.1.1794
LWJGL: 2.9.4
OpenGL: Intel(R) HD Graphics 4600 GL version 4.3.0 - Build 20.19.15.4352, Intel
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: No
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: 8x Intel(R) Core(TM) i7-6700k CPU @ 4.20GHz
RaccoonCast commented 8 years ago

EDIT: Removing all mods causes no issue during startup apart from forge of course

bonii-xx commented 8 years ago

CustomMainMenu is at fault, your main menu json is broken. Or just remove it.

RaccoonCast commented 8 years ago

OMG! Thank you also thank you for fixing it way quicker than I thought.