I have continued to have issues with coremods and their inherent ability to crash my game, even after lots of research and deleting of mods. I will post my most recent crash report below. Can someone give me the crash course on coremods and give me advice on how to fix my most recent problem?
Thanks,
Splat
---- Minecraft Crash Report ----
WARNING: coremods are present:
ThaumcraftLoader (Thaumcraft-Mod-1.8.jar)
BOPLoadingPlugin (Biomes-O-Plenty-Mod-1.8.jar)
Contact their authors BEFORE contacting forge
// Oops.
Time: 8/31/16 12:13 AM
Description: There was a severe problem during mod loading that has caused the game to fail
net.minecraftforge.fml.common.LoaderException: java.lang.NoSuchMethodError: net.fusionlord.fusionutil.network.PacketHandler.getHandler()Lnet/minecraftforge/fml/common/network/simpleimpl/SimpleNetworkWrapper;
at net.minecraftforge.fml.common.LoadController.transition(LoadController.java:163)
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:733)
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:316)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:491)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:325)
at net.minecraft.client.main.Main.main(SourceFile:120)
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.NoSuchMethodError: net.fusionlord.fusionutil.network.PacketHandler.getHandler()Lnet/minecraftforge/fml/common/network/simpleimpl/SimpleNetworkWrapper;
at net.fusionlord.rpgloot.RPGLoot.setUpPacketHandler(RPGLoot.java:67)
at net.fusionlord.rpgloot.RPGLoot.Init(RPGLoot.java:60)
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:553)
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:212)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
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:119)
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:731)
... 10 more
Look, I'm really not looking to get into an argument with some random person over the internet. All I wanted was your help, which I got. However, I also got your sarcasm, which I didn't. Sorry for not being brilliant at Minecraft modding, mate.
Hi there,
I have continued to have issues with coremods and their inherent ability to crash my game, even after lots of research and deleting of mods. I will post my most recent crash report below. Can someone give me the crash course on coremods and give me advice on how to fix my most recent problem?
Thanks,
Splat
---- Minecraft Crash Report ----
WARNING: coremods are present:
ThaumcraftLoader (Thaumcraft-Mod-1.8.jar)
BOPLoadingPlugin (Biomes-O-Plenty-Mod-1.8.jar)
Contact their authors BEFORE contacting forge
// Oops.
Time: 8/31/16 12:13 AM
Description: There was a severe problem during mod loading that has caused the game to fail
net.minecraftforge.fml.common.LoaderException: java.lang.NoSuchMethodError: net.fusionlord.fusionutil.network.PacketHandler.getHandler()Lnet/minecraftforge/fml/common/network/simpleimpl/SimpleNetworkWrapper;
at net.minecraftforge.fml.common.LoadController.transition(LoadController.java:163)
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:733)
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:316)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:491)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:325)
at net.minecraft.client.main.Main.main(SourceFile:120)
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.NoSuchMethodError: net.fusionlord.fusionutil.network.PacketHandler.getHandler()Lnet/minecraftforge/fml/common/network/simpleimpl/SimpleNetworkWrapper;
at net.fusionlord.rpgloot.RPGLoot.setUpPacketHandler(RPGLoot.java:67)
at net.fusionlord.rpgloot.RPGLoot.Init(RPGLoot.java:60)
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:553)
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:212)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
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:119)
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:731)
... 10 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.8
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: 219520528 bytes (209 MB) / 649756672 bytes (619 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.10 FML v8.0.99.99 Minecraft Forge 11.14.4.1563 Optifine OptiFine_1.8_HD_U_H6 35 mods loaded, 35 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHI mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCHI FML{8.0.99.99} [Forge Mod Loader] (forge-1.8-11.14.4.1563.jar)
UCHI Forge{11.14.4.1563} [Minecraft Forge] (forge-1.8-11.14.4.1563.jar)
UCHI zeldaswordskills{1.8-3.2} [Zelda Sword Skills] (1.8-zeldaswordskills-3.2.jar)
UCHI securitycraft{v1.7.2} [SecurityCraft] ([1.8] SecurityCraft 1.7.2.jar)
UCHI simplecore{1.2.0} [SimpleCore API] ([1.8] SimpleCore API v1.2.0.jar)
UCHI bspkrsCore{7.01} [bspkrsCore] ([1.8]bspkrsCore-universal-7.01.jar)
UCHI advcapes{2.3} [Advanced Capes] (Advanced-Capes-Mod-1.8.jar)
UCHI antiqueatlas{1.8-4.2.10} [Antique Atlas] (antiqueatlas-1.8-4.2.10.jar)
UCHI Backpack{2.0.1} [Backpack] (Backpacks-Mod-1.8.jar)
UCHI Baubles{1.1.1.0} [Baubles] (Baubles-1.8-1.1.1.0.jar)
UCHI bettervillages{0.5} [Better Villages Mod] (Better-Villages-Mod-1.8.jar)
UCHI BiomesOPlenty{3.0.0} [Biomes O' Plenty] (Biomes-O-Plenty-Mod-1.8.jar)
UCHI cfm{4.0.1} [MrCrayfish's Furniture Mod] (cfm-4.0.1-mc1.8.jar)
UCHI DamageIndicatorsMod{3.3.2} [Damage Indicators] (Damage-Indicators-Mod-1.8.jar)
UCHI DragonMounts{r43-1.8} [Dragon Mounts] (DragonMounts-r43-1.8.jar)
UCHI fusionutil{0.1} [FusionUtil] (FusionUtil-0.1.jar)
UCHI InventoryPets{1.3.3} [Inventory Pets] (Inventory-Pets-Mod-1.8.jar)
UCHI IronChest{6.0.84.743} [Iron Chest] (Iron-Chests-Mod-1.8.jar)
UCHI lucky{7.0.1} [Lucky Block] (LuckyBlock_1-8_v7-0-1.zip)
UCHI more{7.0 beta 2} [M-Ore mod] (M-Ore 7.5 1.8.jar)
UCHI medieval_mobs{a2} [Medieval mobs mod, part of Liege mod] (medieval_mobs-1.8.x v.a2.jar)
UCHI oldguns{1.5.2} [Old Guns Mod] (oldguns-1.5.2.jar)
UCHI corerm{1.2c} [RikMuld's Core] (RikMuldsCore_1.2d.jar)
UCHI Roguelike{1.4.4} [Roguelike Dungeons] (RoguelikeDungeons-1.8-1.4.4.jar)
UCHE rpgloot{1.0} [RPG Loot] (RPGLoot-1.0.3.jar)
UCHI AS_Ruins{15.4} [Ruins Spawning System] (Ruins-1.8.jar)
UCHI simpleores{1.7.1} [SimpleOres 2] (SimpleOres-Mod-1.8.jar)
UCHI Thaumcraft{5.0.0} [Thaumcraft] (Thaumcraft-Mod-1.8.jar)
UCHI thetitans{0.21} [The Titans Mod] (The-Titans-Mod-1.8.jar)
UCHI camping{2.2g} [The Camping Mod 2] (TheCampingMod_2.3.jar)
UCHI throwabletorchmod{1.0.0} [ThrowableTorchMod] (Throwable-Torch-Mod-1.8.jar)
UCHI Treecapitator{1.8} [Treecapitator] (Tree-Capitator-Mod-1.8.jar)
UCHI AS_UpdateCheck{1.1.7} [AtomicStryker Update Check Mod] (UpdateCheckerMod-1.8.jar)
UCHI worldedit{6.1} [WorldEdit] (worldedit-forge-mc1.8-6.1.jar)
Loaded coremods (and transformers):
ThaumcraftLoader (Thaumcraft-Mod-1.8.jar)
BOPLoadingPlugin (Biomes-O-Plenty-Mod-1.8.jar)
GL info: ' Vendor: 'Intel' Version: '4.3.0 - Build 20.19.15.4444' Renderer: 'Intel(R) HD Graphics 4400'
OptiFine Version: OptiFine_1.8_HD_U_H6
Render Distance Chunks: 12
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 4.3.0 - Build 20.19.15.4444
OpenGlRenderer: Intel(R) HD Graphics 4400
OpenGlVendor: Intel
CpuCount: 4
Thanks for your help
But my reading comprehension skills are just fine.
Look, I'm really not looking to get into an argument with some random person over the internet. All I wanted was your help, which I got. However, I also got your sarcasm, which I didn't. Sorry for not being brilliant at Minecraft modding, mate.
Sorry for your bad day, then. And yes, I will do that in the future.