MineMenu

MineMenu

9M Downloads

Crash at startup 1.12.2 Version 1.6.6

Sageking10 opened this issue ยท 0 comments

commented

---- Minecraft Crash Report ----
// I blame dmillerw.

Time: 2019-03-15 18:24:58 EDT
Description: Initializing game

net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from MineMenu (minemenu)
Caused by: java.lang.NoSuchMethodError: net.minecraftforge.fml.relauncher.ReflectionHelper.findField(Ljava/lang/Class;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/reflect/Field;
at dmillerw.menu.helper.KeyReflectionHelper.gatherFields(KeyReflectionHelper.java:13)
at dmillerw.menu.proxy.ClientProxy.preInit(ClientProxy.java:18)
at dmillerw.menu.MineMenu.preInit(MineMenu.java:51)
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:624)
at sun.reflect.GeneratedMethodAccessor10.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:218)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196)
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: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.init(Minecraft.java:466)
at net.minecraft.client.Minecraft.run(Minecraft.java:3930)
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)

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: 674572776 bytes (643 MB) / 1610612736 bytes (1536 MB) up to 6442450944 bytes (6144 MB)
JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx6G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=16M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.5.2768 Optifine OptiFine_1.12.2_HD_U_E3 93 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

   | State | ID                                   | Version                  | Source                                           | Signature                                |
   |:----- |:------------------------------------ |:------------------------ |:------------------------------------------------ |:---------------------------------------- |
   | UCH   | minecraft                            | 1.12.2                   | minecraft.jar                                    | None                                     |
   | UCH   | mcp                                  | 9.42                     | minecraft.jar                                    | None                                     |
   | UCH   | FML                                  | 8.0.99.99                | forge-1.12.2-14.23.5.2768.jar                    | e3c3d50c7c986df74c645c0ac54639741c90a557 |
   | UCH   | forge                                | 14.23.5.2768             | forge-1.12.2-14.23.5.2768.jar                    | e3c3d50c7c986df74c645c0ac54639741c90a557 |
   | UCH   | creativecoredummy                    | 1.0.0                    | minecraft.jar                                    | None                                     |
   | UCH   | itemphysic                           | 1.4.0                    | minecraft.jar                                    | None                                     |
   | UCH   | obfuscate                            | 0.2.5                    | minecraft.jar                                    | None                                     |
   | UCH   | dsurroundcore                        |                          | minecraft.jar                                    | None                                     |
   | UCH   | techguns_core                        | 1.12.2-1.0               | minecraft.jar                                    | None                                     |
   | UCH   | animalbikes                          | 1.11.2                   | AnimalBikes_1.12.2(13Dec19).jar                  | None                                     |
   | UCH   | aoa3                                 | 3.0.2                    | AoA3-3.0.2.jar                                   | None                                     |
   | UCH   | thedragonlib                         | 1.12.2-5.3.0             | thedragonlib-1.12.2-5.3.0 (1).jar                | None                                     |
   | UCH   | armorplus                            | 1.12.2-11.16.0.45        | armorplus-1.12.2-11.16.0.45.jar                  | None                                     |
   | UCH   | jei                                  | 4.12.1.217               | jei_1.12.2-4.12.1.217.jar                        | None                                     |
   | UCH   | quark                                | r1.5-139                 | Quark-r1.5-139.jar                               | None                                     |
   | UCH   | autoreglib                           | 1.3-24                   | AutoRegLib-1.3-24.jar                            | None                                     |
   | UCH   | baubles                              | 1.5.2                    | Baubles-1.12-1.5.2.jar                           | None                                     |
   | UCH   | beta_days                            | v1.7b                    | beta_days-1.12.2-1.0.0.jar                       | None                                     |
   | UCH   | bettercombatmod                      | 1.5.6                    | BetterCombat-1.12.2-1.5.6.jar                    | None                                     |
   | UCH   | better_diving                        | 1.0.6                    | BetterDiving-1.12.2-1.0.6.jar                    | None                                     |
   | UCH   | morepotions                          | 3.0.0                    | betterPotionmod-1.12.2.jar                       | None                                     |
   | UCH   | biomesoplenty                        | 7.0.1.2422               | BiomesOPlenty-1.12.2-7.0.1.2422-universal.jar    | None                                     |
   | UCH   | bookshelf                            | 2.3.569                  | Bookshelf-1.12.2-2.3.569.jar                     | d476d1b22b218a10d845928d1665d45fce301b27 |
   | UCH   | cursedlib                            | 1.0.0                    | FlameLib-1.12.2-0.0.7.jar                        | None                                     |
   | UCH   | bountifulbaubles                     | 0.0.1                    | Bountiful+Baubles-1.12.2-0.0.4.jar               | None                                     |
   | UCH   | classiccombat                        | 1.0.0                    | ClassicCombat-1.12-1.0.0(1).jar                  | None                                     |
   | UCH   | clumps                               | 3.1.1                    | Clumps-3.1.1.jar                                 | None                                     |
   | UCH   | codechickenlib                       | 3.2.2.353                | CodeChickenLib-1.12.2-3.2.2.353-universal.jar    | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
   | UCH   | comforts                             | 1.3.1                    | comforts-1.12.2-1.3.1.jar                        | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
   | UCH   | cosmeticarmorreworked                | 1.12.2-v4                | CosmeticArmorReworked-1.12.2-v4.jar              | aaaf83332a11df02406e9f266b1b65c1306f0f76 |
   | UCH   | cosmeticarmorreworked|tombmanygraves | 1.12.2-v4                | CosmeticArmorReworked-1.12.2-v4.jar              | aaaf83332a11df02406e9f266b1b65c1306f0f76 |
   | UCH   | creativecore                         | 1.9.9                    | CreativeCore_v1.9.36_mc1.12.2.jar                | None                                     |
   | UCH   | culinaryconstruct                    | 1.3.2                    | culinaryconstruct-1.3.2(1).jar                   | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
   | UCH   | customnpcs                           | 1.12                     | CustomNPCs_1.12.2(30Jan19).jar                   | None                                     |
   | UCH   | cxlibrary                            | 1.6.1                    | cxlibrary-1.12.1-1.6.1.jar                       | None                                     |
   | UCH   | ebwizardry                           | 4.1.3                    | Electroblob's+Wizardry+-+4.1.3+-+MC+1.12.2.jar   | None                                     |
   | UCH   | enablecheats                         | @MODVERSION@             | EnableCheats-1.12.2-1.0.0.jar                    | None                                     |
   | UCH   | equipmenttooltips                    | 1.0.3                    | EquipmentTooltips-1.12.2-1.0.3-4.jar             | None                                     |
   | UCH   | evilnotchlib                         | 1.2.02                   | EvilNotchLib-1.2.02.jar                          | None                                     |
   | UCH   | familiarfauna                        | 1.0.11                   | FamiliarFauna-1.12.2-1.0.11.jar                  | None                                     |
   | UCH   | fastleafdecay                        | v14                      | FastLeafDecay-v14 (1).jar                        | None                                     |
   | UCH   | findyourway                          | 1.2.1                    | findyourway-1.12.2-1.2.1.jar                     | None                                     |
   | UCH   | forgelin                             | 1.8.2                    | Forgelin-1.8.2.jar                               | None                                     |
   | UCH   | cfm                                  | 5.17.0                   | furniture-5.17.0-1.12.2.jar                      | None                                     |
   | UCH   | ghostsexplosives                     | 2.3.0 - MC 1.12.2        | Ghost's+Explosives+2.3.0+-+MC1.12.2.jar          | None                                     |
   | UCH   | guielevator                          | 2.5-[1.10.2]             | GuiElevator-[1.12.2]-2.5.jar                     | None                                     |
   | UCH   | heroicarmory                         | 1.1.3                    | heroicarmory-1.2.0.jar                           | None                                     |
   | UCH   | hud                                  | 1.3.9                    | hud-1.3.9-1.12.jar                               | None                                     |
   | UCH   | waila                                | 1.8.26                   | Hwyla-1.8.26-B41_1.12.2.jar                      | None                                     |
   | UCH   | llibrary                             | 1.7.15                   | llibrary-1.7.15-1.12.2.jar                       | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec |
   | UCH   | iceandfire                           | 1.6.1                    | iceandfire-1.6.1-1.12.2.jar                      | None                                     |
   | UCH   | improvedbackpacks                    | 1.12.2-1.3.0.0           | ImprovedBackpacks-1.12.2-1.3.0.0.jar             | None                                     |
   | UCH   | inventorytweaks                      | 1.63+release.109.220f184 | InventoryTweaks-1.63 (1).jar                     | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
   | UCH   | jaff                                 | 1.7_for_1.12             | JustAFewFish-1.7_for_1.12.jar                    | None                                     |
   | UCEE  | minemenu                             | 1.6.6                    | MineMenu-1.12.2-1.6.6-universal.jar              | None                                     |
   | UC    | mkmmod                               | 1.0                      | MobKillMessages-1.12.2-1.0.jar                   | None                                     |
   | UC    | movinglightsource                    | 1.0.15                   | movinglightsource-1.12.2-1.0.15.jar              | None                                     |
   | UC    | mrcrayfishvehiclespawner             | 1.3                      | Mr_Crayfish_Vehicle_Spawner_1.3.jar              | None                                     |
   | UC    | nei                                  | 2.4.2                    | NotEnoughItems-1.12.2-2.4.2.240-universal.jar    | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
   | UC    | pitweaks                             | 1.12-0.5.5               | PiTweaks-1.12-0.5.5.jar                          | None                                     |
   | UC    | potioncore                           | 1.6_for_1.12.2           | PotionCore-1.6_for_1.12.2.jar                    | None                                     |
   | UC    | prefab                               | 1.3.0.26                 | prefab-1.3.0.26.jar                              | None                                     |
   | UC    | randomtweaks                         | 1.12.2-2.4.0.7           | randomtweaks-1.12.2-2.4.0.7.jar                  | 20d08fb3fe9c268a63a75d337fb507464c8aaccd |
   | UC    | randomworldname                      | 1.0                      | randomworldname-1.0.jar                          | None                                     |
   | UC    | xreliquary                           | 1.12.2-1.3.4.786         | Reliquary-1.12.2-1.3.4.786.jar                   | None                                     |
   | UC    | additionalstructures                 | 2.2.2                    | Rex's-Additional-Structures-1.12.x-(v.2.2.2).jar | None                                     |
   | UC    | roguelike                            | 1.8.0                    | RoguelikeDungeons-1.12.2-1.8.0.jar               | None                                     |
   | UC    | shadowmc                             | 3.8.0                    | ShadowMC-1.12-3.8.0.jar                          | None                                     |
   | UC    | soundfilters                         | 0.10_for_1.12            | SoundFilters-0.10_for_1.12.jar                   | None                                     |
   | UC    | spartanshields                       | 1.4.1                    | SpartanShields-1.12.2-1.4.1.jar                  | None                                     |
   | UC    | spartanweaponry                      | beta 1.2.3               | SpartanWeaponry-1.12.2-beta-1.2.3 (1).jar        | None                                     |
   | UC    | stepup                               | 1.0.2-mc1.10-1.12.2      | StepUp-1.0.2-mc1.10-1.12.jar                     | None                                     |
   | UC    | subcommonlib                         | 1.2.0.1                  | subcommonlib-sublib-1.12.2-1.2.0.4.jar           | None                                     |
   | UC    | surge                                | 2.0.76                   | Surge-1.12.2-2.0.76.jar                          | d476d1b22b218a10d845928d1665d45fce301b27 |
   | UC    | techguns                             | 2.0.1.1                  | techguns-1.12.2-2.0.1.1.jar                      | None                                     |
   | UC    | terracart                            | 1.12.2-1.2.3             | terracartreloaded-1.12.2-1.2.3.jar               | None                                     |
   | UC    | torohud                              | 1.12.2-5                 | torohud-1.12.2-5.jar                             | None                                     |
   | UC    | twilightforest                       | 3.8.654                  | twilightforest-1.12.2-3.8.654-universal.jar      | None                                     |
   | UC    | vanillafix                           | 1.0.10-SNAPSHOT          | VanillaFix-1.0.10-99.jar                         | None                                     |
   | UC    | variedcommodities                    | 1.12.2                   | VariedCommodities_1.12.2(15may18.jar             | None                                     |
   | UC    | vehicle                              | 0.28.0                   | vehicle-mod-0.28.0-1.12.2.jar                    | None                                     |
   | UC    | waystones                            | 4.0.67                   | Waystones_1.12.2-4.0.67.jar                      | None                                     |
   | UC    | xaerominimap                         | 1.16.2                   | Xaeros_Minimap_1.16.2_Forge_1.12.jar             | None                                     |
   | UC    | w2w                                  | 1.1.0                    | w2w-1.1.0.jar                                    | None                                     |
   | UC    | walljump                             | 1.12.2-1.2.2             | walljump-1.12.2-1.2.2.jar                        | None                                     |
   | UC    | wings                                | 1.1.3                    | wings-1.1.3-1.12.2.jar                           | None                                     |
   | UC    | bauble_wings                         | 1.0.0                    | wings-1.1.3-1.12.2.jar                           | None                                     |
   | UC    | worldhandler                         | 2.2.1                    | WorldHandler-1.12.2-2.2.1.jar                    | d6261bb645f41db84c74f98e512c2bb43f188af2 |
   | UC    | worleycaves                          | 1.3.0                    | worleycaves-1.3.0.jar                            | None                                     |
   | UC    | xaeroworldmap                        | 1.3.4                    | XaerosWorldMap_1.3.4_Forge_1.12.jar              | None                                     |
   | UC    | dsurround                            | 3.4.10.5                 | DynamicSurroundings-1.12.2-3.4.10.5 (2).jar      | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
   | UC    | presets                              | 3.4.10.5                 | DynamicSurroundings-1.12.2-3.4.10.5 (2).jar      | None                                     |
   | UD    | mobends_wings                        | 1.0.0                    | wings-1.1.3-1.12.2.jar                           | None                                     |

Loaded coremods (and transformers): ComfortsCoreLoadingPlugin (comforts-1.12.2-1.3.1.jar)
c4.comforts.asm.SleepTransformer
LoadingPlugin (Quark-r1.5-139.jar)
vazkii.quark.base.asm.ClassTransformer
ObfuscatePlugin (obfuscate-0.2.5-1.12.2.jar)
com.mrcrayfish.obfuscate.asm.ObfuscateTransformer
CXLibraryCore (cxlibrary-1.12.1-1.6.1.jar)
cubex2.cxlibrary.CoreModTransformer
Techguns Core (techguns-1.12.2-2.0.1.1.jar)
techguns.core.TechgunsASMTransformer
CreativePatchingLoader (CreativeCore_v1.9.36_mc1.12.2.jar)

                                  ForgelinPlugin (Forgelin-1.8.2.jar)
                                    
                                  ItemPatchingLoader (ItemPhysic_Full_1.4.19_mc1.12.2.jar)
                                    com.creativemd.itemphysic.ItemTransformer
                                  SurgeLoadingPlugin (Surge-1.12.2-2.0.76.jar)
                                    
                                  VanillaFixLoadingPlugin (VanillaFix-1.0.10-99.jar)
                                    
                                  wings (wings-1.1.3-1.12.2.jar)
                                    me.paulf.wings.server.asm.WingsRuntimePatcher
                                    me.paulf.wings.server.asm.mobends.WingsMoBendsRuntimePatcher
                                  Inventory Tweaks Coremod (InventoryTweaks-1.63 (1).jar)
                                    invtweaks.forge.asm.ContainerTransformer
                                  llibrary (llibrary-core-1.0.8-1.12.2.jar)
                                    net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
                                    net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
                                  DynamicSurroundingsCore (DynamicSurroundings-core-1.12.2-3.4.10.5.jar)
                                    org.blockartistry.DynSurround.asm.Transformer

GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.6.13544 Compatibility Profile Context 25.20.15011.1004' Renderer: 'AMD Radeon(TM) R7 Graphics'
Suspected Mods: MineMenu (minemenu)
Launched Version: 1.12.2-forge1.12.2-14.23.5.2768
LWJGL: 2.9.4
OpenGL: AMD Radeon(TM) R7 Graphics GL version 4.6.13544 Compatibility Profile Context 25.20.15011.1004, ATI Technologies Inc.
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: [1.10.2]Dramatic+Skys+v1.7.zip (incompatible), Aarons Quadral v.4.2 MC1.12.zip, BattleMusic.zip
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: 4x AMD A10-7800 Radeon R7, 12 Compute Cores 4C+8G