The Meaning of Life, the Universe, and Everything.
Join Date:
8/23/2015
Posts:
84
Minecraft:
DiamondDeadMaw
Member Details
It used to work fine, but when I installed some mods, I got this crash message upon pressing 'Play' in the launcher.
Can anyone tell me which mod is conflicting with the others and which one I should remove?
---- Minecraft Crash Report ----
WARNING: coremods are present:
LoadingPlugin (RandomThings-MC1.9-3.6.8.1.jar)
Contact their authors BEFORE contacting forge
// Don't be sad. I'll do better next time, I promise!
Time: 4/29/16 6:54 PM
Description: There was a severe problem during mod loading that has caused the game to fail
net.minecraftforge.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraftforge/fml/common/registry/IForgeRegistryEntry
at net.minecraftforge.fml.common.LoadController.transition(LoadController.java:172)
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:543)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:205)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:434)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:346)
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.NoClassDefFoundError: net/minecraftforge/fml/common/registry/IForgeRegistryEntry
at bq_standard.items.ItemLootChest.<init>(ItemLootChest.java:35)
at bq_standard.core.BQ_Standard.<clinit>(BQ_Standard.java:62)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:344)
at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:468)
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.sendEventToModContainer(LoadController.java:221)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:199)
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:128)
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:512)
... 10 more
Caused by: java.lang.ClassNotFoundException: net.minecraftforge.fml.common.registry.IForgeRegistryEntry
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 37 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
The Meaning of Life, the Universe, and Everything.
Join Date:
8/23/2015
Posts:
84
Minecraft:
DiamondDeadMaw
Member Details
Updated to latest message, I get this crash report:
---- Minecraft Crash Report ----
WARNING: coremods are present:
LoadingPlugin (RandomThings-MC1.9-3.6.8.1.jar)
Contact their authors BEFORE contacting forge
// Sorry
Time: 4/30/16 2:30 PM
Description: There was a severe problem during mod loading that has caused the game to fail
net.minecraftforge.fml.common.LoaderException: java.lang.NoSuchMethodError: com.creysys.guideBook.common.items.GuideBook.setRegistryName(Ljava/lang/String;)Lnet/minecraft/item/Item;
at net.minecraftforge.fml.common.LoadController.transition(LoadController.java:179)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:559)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:240)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:434)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:346)
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.NoSuchMethodError: com.creysys.guideBook.common.items.GuideBook.setRegistryName(Ljava/lang/String;)Lnet/minecraft/item/Item;
at com.creysys.guideBook.common.items.GuideBook.<init>(GuideBook.java:23)
at com.creysys.guideBook.GuideBookMod.preInit(GuideBookMod.java:78)
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.GeneratedMethodAccessor5.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:228)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:206)
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:135)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:556)
... 10 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.9
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 183086368 bytes (174 MB) / 391409664 bytes (373 MB) up to 4281597952 bytes (4083 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.23 Powered by Forge 12.16.0.1868 Optifine OptiFine_1.9_HD_U_B1 21 mods loaded, 21 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] (minecraft.jar)
UCH FML{8.0.99.99} [Forge Mod Loader] (forge-1.9-12.16.0.1868-1.9.jar)
UCH Forge{12.16.0.1868} [Minecraft Forge] (forge-1.9-12.16.0.1868-1.9.jar)
UCH armorplus{1.9.3-1.9} [ArmorPlus] (ArmorPlus1.9.3(1.9).jar)
UCH betterbuilderswands{0.5.3} [Better Builder's Wands] (BetterBuildersWands-0.5.3-1.9r102+137c734.jar)
UCH betterquesting{1.2.82} [Better Questing] (BetterQuesting-1.2.82.jar)
UCH craftelytra{1.0} [Craftable Elytra] (CraftableElytra-1.0.jar)
UCH craftablenametags{1.1} [Craftable Name Tags] (craftablenametags-1.1.jar)
UCE guideBook{1.0} [Guide Book] (GuideBook-1.9-1.2.jar)
UCH IronChest{6.0.131.775} [Iron Chest] (ironchest-1.9-6.0.131.775.jar)
UCH jacb{1.0.6} [JACB] (JACB-1.9-1.0.6.jar)
UCH JEI{3.1.2.172} [Just Enough Items] (jei_1.9-3.1.2.172.jar)
UCH modifiable_armor{2.0.1} [Modifiable Armor 2] (Modifiable-Armor-1.0.1.jar)
UCE randomthings{3.6.8.1} [Random Things] (RandomThings-MC1.9-3.6.8.1.jar)
UCH xreliquary{1.9-1.3.1.322} [Reliquary] (Reliquary-1.9-1.3.1.322.jar)
UCH bq_standard{1.2.58} [Standard Expansion] (StandardExpansion-1.2.58.jar)
UCH guru{1.0} [The Basic Elements] (The Basic Elements 1.2.7 1.9.jar)
UCH VeinMiner{0.31.5_build.forgePost18010} [Vein Miner] (VeinMiner-1.9_0.31.5.forgePost18010.jar)
UCH VeinMinerModSupport{0.31.5_build.forgePost18010} [Mod Support] (VeinMiner-1.9_0.31.5.forgePost18010.jar)
UCH WIT{1.0.9} [WIT] (WIT-1.9-1.0.9-23.jar)
UCH XaeroMinimap{1.8.7} [Xaero's Minimap] (Xaeros_Minimap_1.8.7_Forge_1.9 (1).jar)
Loaded coremods (and transformers):
LoadingPlugin (RandomThings-MC1.9-3.6.8.1.jar)
lumien.randomthings.asm.ClassTransformer
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.3.0' Renderer: 'GeForce GT 610/PCIe/SSE2'
OptiFine Version: OptiFine_1.9_HD_U_B1
Render Distance Chunks: 12
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 4.3.0
OpenGlRenderer: GeForce GT 610/PCIe/SSE2
OpenGlVendor: NVIDIA Corporation
CpuCount: 4
From the bolded text I can see that Guide Book is the culprit.
Another way to figure out which mod is crashing is by looking at the second part of the crash report and finding a mod with E in front of their name, like so:
This means the mod is erroring. From here I can also see the version of the mod you're using, which I can then look up on Curseforge to see whether it's up to date. If it's outdated, then updating it fixes most issues.
The Meaning of Life, the Universe, and Everything.
Join Date:
8/23/2015
Posts:
84
Minecraft:
DiamondDeadMaw
Member Details
But what about this one?
---- Minecraft Crash Report ----
WARNING: coremods are present:
LoadingPlugin (RandomThings-MC1.9-3.7.jar)
Contact their authors BEFORE contacting forge
// Sorry
Time: 5/1/16 7:11 PM
Description: Ticking entity
java.lang.NullPointerException: Ticking entity
at net.minecraft.client.entity.EntityPlayerSP.func_70636_d(EntityPlayerSP.java:793)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1961)
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:226)
at net.minecraft.client.entity.EntityPlayerSP.func_70071_h_(EntityPlayerSP.java:156)
at net.minecraft.world.World.func_72866_a(World.java:1934)
at net.minecraft.world.World.func_72870_g(World.java:1903)
at net.minecraft.world.World.func_72939_s(World.java:1737)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1783)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1051)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:366)
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)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.client.entity.EntityPlayerSP.func_70636_d(EntityPlayerSP.java:793)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1961)
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:226)
at net.minecraft.client.entity.EntityPlayerSP.func_70071_h_(EntityPlayerSP.java:156)
at net.minecraft.world.World.func_72866_a(World.java:1934)
at net.minecraft.world.World.func_72870_g(World.java:1903)
WARNING: coremods are present:
LoadingPlugin (RandomThings-MC1.9-3.7.jar)
Contact their authors BEFORE contacting forge
// Sorry
Time: 5/1/16 7:11 PM
Description: Ticking entity
java.lang.NullPointerException: Ticking entity
at net.minecraft.client.entity.EntityPlayerSP.func_70636_d(EntityPlayerSP.java:793)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1961)
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:226)
at net.minecraft.client.entity.EntityPlayerSP.func_70071_h_(EntityPlayerSP.java:156)
at net.minecraft.world.World.func_72866_a(World.java:1934)
at net.minecraft.world.World.func_72870_g(World.java:1903)
at net.minecraft.world.World.func_72939_s(World.java:1737)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1783)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1051)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:366)
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)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.client.entity.EntityPlayerSP.func_70636_d(EntityPlayerSP.java:793)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1961)
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:226)
at net.minecraft.client.entity.EntityPlayerSP.func_70071_h_(EntityPlayerSP.java:156)
at net.minecraft.world.World.func_72866_a(World.java:1934)
at net.minecraft.world.World.func_72870_g(World.java:1903)
They're all UCHXXXXX because Minecraft loaded without any problems. However the crash happened when you loaded a world.
Now, as you can also see this crash report doesn't state the name of the mod causing the crash in the first half of the crash either, so it's would normally be a little hard to pinpoint the mod (you'd have to disable mods one by one until it stops crashing).
But: Googling the first few lines of the crash report usually brings up information. In this case, update JEI
The Meaning of Life, the Universe, and Everything.
Join Date:
8/23/2015
Posts:
84
Minecraft:
DiamondDeadMaw
Member Details
Sorry I'm asking for so much, but it crashed again. I've updated JEI and also tried to remove it but it still crashes after a few seconds of loading/creating a world. Here is the crash report:
---- Minecraft Crash Report ----
WARNING: coremods are present:
LoadingPlugin (RandomThings-MC1.9-3.7.jar)
Contact their authors BEFORE contacting forge
java.lang.NoSuchMethodError: net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.getNameForObject(Ljava/lang/Object;)Lnet/minecraft/util/ResourceLocation;
at net.silentchaos512.wit.info.ObjectInfo.getModFromItem(ObjectInfo.java:88)
at net.silentchaos512.wit.info.ObjectInfo.<init>(ObjectInfo.java:63)
at net.silentchaos512.wit.info.ItemStackInfo.<init>(ItemStackInfo.java:27)
at net.silentchaos512.wit.info.BlockStackInfo.<init>(BlockStackInfo.java:24)
at net.silentchaos512.wit.WIT.onRenderOverlay(WIT.java:157)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_85_WIT_onRenderOverlay_RenderGameOverlayEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:49)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at net.minecraftforge.client.GuiIngameForge.post(GuiIngameForge.java:868)
at net.minecraftforge.client.GuiIngameForge.renderHUDText(GuiIngameForge.java:707)
at net.minecraftforge.client.GuiIngameForge.func_175180_a(GuiIngameForge.java:152)
at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1365)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1072)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:366)
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)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.silentchaos512.wit.info.ObjectInfo.getModFromItem(ObjectInfo.java:88)
at net.silentchaos512.wit.info.ObjectInfo.<init>(ObjectInfo.java:63)
at net.silentchaos512.wit.info.ItemStackInfo.<init>(ItemStackInfo.java:27)
at net.silentchaos512.wit.info.BlockStackInfo.<init>(BlockStackInfo.java:24)
at net.silentchaos512.wit.WIT.onRenderOverlay(WIT.java:157)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_85_WIT_onRenderOverlay_RenderGameOverlayEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:49)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at net.minecraftforge.client.GuiIngameForge.post(GuiIngameForge.java:868)
at net.minecraftforge.client.GuiIngameForge.renderHUDText(GuiIngameForge.java:707)
at net.minecraftforge.client.GuiIngameForge.func_175180_a(GuiIngameForge.java:152)
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityPlayerSP['DiamondDeadMaw'/22, l='MpServer', x=-434.77, y=4.00, z=314.63]]
Chunk stats: MultiplayerChunkCache: 572, 572
Level seed: 0
Level generator: ID 01 - flat, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (-431,4,323), Chunk: (at 1,0,3 in -27,20; contains blocks -432,0,320 to -417,255,335), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 1127 game time, 1127 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
Forced entities: 22 total; [EntityPig['Pig'/64224, l='MpServer', x=-504.50, y=4.00, z=371.50], EntitySheep['Sheep'/64228, l='MpServer', x=-362.50, y=4.00, z=377.50], EntitySlime['Slime'/93735, l='MpServer', x=-497.82, y=4.00, z=386.49], EntitySlime['Slime'/173765, l='MpServer', x=-383.01, y=4.52, z=260.89], EntitySlime['Slime'/186789, l='MpServer', x=-392.99, y=5.10, z=281.91], EntitySlime['Slime'/208458, l='MpServer', x=-408.52, y=5.10, z=252.76], EntitySlime['Slime'/96811, l='MpServer', x=-381.72, y=4.00, z=301.00], EntitySlime['Slime'/1258, l='MpServer', x=-512.03, y=5.25, z=241.41], EntitySlime['Slime'/811, l='MpServer', x=-488.97, y=4.27, z=386.73], EntitySlime['Slime'/181549, l='MpServer', x=-412.27, y=5.25, z=246.30], EntitySlime['Slime'/193270, l='MpServer', x=-390.11, y=4.00, z=281.52], EntitySlime['Slime'/58390, l='MpServer', x=-374.62, y=4.00, z=263.41], EntitySlime['Slime'/167546, l='MpServer', x=-485.16, y=4.00, z=246.12], EntitySlime['Slime'/63833, l='MpServer', x=-390.16, y=4.75, z=289.21], EntitySlime['Slime'/101560, l='MpServer', x=-385.45, y=4.75, z=290.71], EntityPlayerSP['DiamondDeadMaw'/22, l='MpServer', x=-434.77, y=4.00, z=314.63], EntitySlime['Slime'/196600, l='MpServer', x=-467.01, y=5.25, z=283.84], EntityPig['Pig'/64219, l='MpServer', x=-462.50, y=4.00, z=358.50], EntitySlime['Slime'/98170, l='MpServer', x=-377.39, y=4.00, z=364.50], EntitySheep['Sheep'/64220, l='MpServer', x=-357.76, y=4.00, z=381.68], EntityCow['Cow'/64221, l='MpServer', x=-511.50, y=4.00, z=384.50], EntitySlime['Slime'/207710, l='MpServer', x=-482.36, y=4.12, z=297.81]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:453)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2647)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:395)
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.9
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 355194200 bytes (338 MB) / 735674368 bytes (701 MB) up to 4281597952 bytes (4083 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.23 Powered by Forge 12.16.0.1868 Optifine OptiFine_1.9_HD_U_B1 21 mods loaded, 21 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.9-12.16.0.1868-1.9.jar)
UCHIJAAAA Forge{12.16.0.1868} [Minecraft Forge] (forge-1.9-12.16.0.1868-1.9.jar)
UCHIJAAAA armorplus{1.9.3-1.9} [ArmorPlus] (ArmorPlus1.9.3(1.9).jar)
UCHIJAAAA betterbuilderswands{0.5.3} [Better Builder's Wands] (BetterBuildersWands-0.5.3-1.9r102+137c734.jar)
UCHIJAAAA betterquesting{1.2.82} [Better Questing] (BetterQuesting-1.2.82.jar)
UCHIJAAAA craftelytra{1.0} [Craftable Elytra] (CraftableElytra-1.0.jar)
UCHIJAAAA craftablenametags{1.1} [Craftable Name Tags] (craftablenametags-1.1.jar)
UCHIJAAAA guideBook{1.0} [Guide Book] (GuideBook-1.9-1.5.jar)
UCHIJAAAA IronChest{6.0.131.775} [Iron Chest] (ironchest-1.9-6.0.131.775.jar)
UCHIJAAAA jacb{1.0.6} [JACB] (JACB-1.9-1.0.6.jar)
UCHIJAAAA lucky{7.1.1} [Lucky Block] (LuckyBlock_1-9_v7-1-1.zip)
UCHIJAAAA modifiable_armor{2.0.1} [Modifiable Armor 2] (Modifiable-Armor-1.0.1.jar)
UCHIJAAAA randomthings{3.7} [Random Things] (RandomThings-MC1.9-3.7.jar)
UCHIJAAAA xreliquary{1.9-1.3.1.322} [Reliquary] (Reliquary-1.9-1.3.1.322.jar)
UCHIJAAAA bq_standard{1.2.58} [Standard Expansion] (StandardExpansion-1.2.58.jar)
UCHIJAAAA guru{1.0} [The Basic Elements] (The Basic Elements 1.2.7 1.9.jar)
UCHIJAAAA VeinMiner{0.31.5_build.forgePost18010} [Vein Miner] (VeinMiner-1.9_0.31.5.forgePost18010.jar)
UCHIJAAAA VeinMinerModSupport{0.31.5_build.forgePost18010} [Mod Support] (VeinMiner-1.9_0.31.5.forgePost18010.jar)
UCHIJAAAA WIT{1.0.9} [WIT] (WIT-1.9-1.0.9-23.jar)
UCHIJAAAA XaeroMinimap{1.8.7} [Xaero's Minimap] (Xaeros_Minimap_1.8.7_Forge_1.9 (1).jar)
Loaded coremods (and transformers):
LoadingPlugin (RandomThings-MC1.9-3.7.jar)
lumien.randomthings.asm.ClassTransformer
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.3.0' Renderer: 'GeForce GT 610/PCIe/SSE2'
Launched Version: 1.9-forge1.9-12.16.0.1868-1.9
LWJGL: 2.9.4
OpenGL: GeForce GT 610/PCIe/SSE2 GL version 4.3.0, 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: 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: 4x Intel(R) Core(TM) i3-4150 CPU @ 3.50GHz
OptiFine Version: OptiFine_1.9_HD_U_B1
Render Distance Chunks: 12
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 4.3.0
OpenGlRenderer: GeForce GT 610/PCIe/SSE2
OpenGlVendor: NVIDIA Corporation
CpuCount: 4
Sorry I'm asking for so much, but it crashed again. I've updated JEI and also tried to remove it but it still crashes after a few seconds of loading/creating a world. Here is the crash report:
---- Minecraft Crash Report ----
WARNING: coremods are present:
LoadingPlugin (RandomThings-MC1.9-3.7.jar)
Contact their authors BEFORE contacting forge
java.lang.NoSuchMethodError: net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.getNameForObject(Ljava/lang/Object;)Lnet/minecraft/util/ResourceLocation;
at net.silentchaos512.wit.info.ObjectInfo.getModFromItem(ObjectInfo.java:88)
at net.silentchaos512.wit.info.ObjectInfo.<init>(ObjectInfo.java:63)
at net.silentchaos512.wit.info.ItemStackInfo.<init>(ItemStackInfo.java:27)
at net.silentchaos512.wit.info.BlockStackInfo.<init>(BlockStackInfo.java:24)
at net.silentchaos512.wit.WIT.onRenderOverlay(WIT.java:157)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_85_WIT_onRenderOverlay_RenderGameOverlayEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:49)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at net.minecraftforge.client.GuiIngameForge.post(GuiIngameForge.java:868)
at net.minecraftforge.client.GuiIngameForge.renderHUDText(GuiIngameForge.java:707)
at net.minecraftforge.client.GuiIngameForge.func_175180_a(GuiIngameForge.java:152)
at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1365)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1072)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:366)
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)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.silentchaos512.wit.info.ObjectInfo.getModFromItem(ObjectInfo.java:88)
at net.silentchaos512.wit.info.ObjectInfo.<init>(ObjectInfo.java:63)
at net.silentchaos512.wit.info.ItemStackInfo.<init>(ItemStackInfo.java:27)
at net.silentchaos512.wit.info.BlockStackInfo.<init>(BlockStackInfo.java:24)
at net.silentchaos512.wit.WIT.onRenderOverlay(WIT.java:157)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_85_WIT_onRenderOverlay_RenderGameOverlayEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:49)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at net.minecraftforge.client.GuiIngameForge.post(GuiIngameForge.java:868)
at net.minecraftforge.client.GuiIngameForge.renderHUDText(GuiIngameForge.java:707)
at net.minecraftforge.client.GuiIngameForge.func_175180_a(GuiIngameForge.java:152)
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityPlayerSP['DiamondDeadMaw'/22, l='MpServer', x=-434.77, y=4.00, z=314.63]]
Chunk stats: MultiplayerChunkCache: 572, 572
Level seed: 0
Level generator: ID 01 - flat, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (-431,4,323), Chunk: (at 1,0,3 in -27,20; contains blocks -432,0,320 to -417,255,335), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 1127 game time, 1127 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
Forced entities: 22 total; [EntityPig['Pig'/64224, l='MpServer', x=-504.50, y=4.00, z=371.50], EntitySheep['Sheep'/64228, l='MpServer', x=-362.50, y=4.00, z=377.50], EntitySlime['Slime'/93735, l='MpServer', x=-497.82, y=4.00, z=386.49], EntitySlime['Slime'/173765, l='MpServer', x=-383.01, y=4.52, z=260.89], EntitySlime['Slime'/186789, l='MpServer', x=-392.99, y=5.10, z=281.91], EntitySlime['Slime'/208458, l='MpServer', x=-408.52, y=5.10, z=252.76], EntitySlime['Slime'/96811, l='MpServer', x=-381.72, y=4.00, z=301.00], EntitySlime['Slime'/1258, l='MpServer', x=-512.03, y=5.25, z=241.41], EntitySlime['Slime'/811, l='MpServer', x=-488.97, y=4.27, z=386.73], EntitySlime['Slime'/181549, l='MpServer', x=-412.27, y=5.25, z=246.30], EntitySlime['Slime'/193270, l='MpServer', x=-390.11, y=4.00, z=281.52], EntitySlime['Slime'/58390, l='MpServer', x=-374.62, y=4.00, z=263.41], EntitySlime['Slime'/167546, l='MpServer', x=-485.16, y=4.00, z=246.12], EntitySlime['Slime'/63833, l='MpServer', x=-390.16, y=4.75, z=289.21], EntitySlime['Slime'/101560, l='MpServer', x=-385.45, y=4.75, z=290.71], EntityPlayerSP['DiamondDeadMaw'/22, l='MpServer', x=-434.77, y=4.00, z=314.63], EntitySlime['Slime'/196600, l='MpServer', x=-467.01, y=5.25, z=283.84], EntityPig['Pig'/64219, l='MpServer', x=-462.50, y=4.00, z=358.50], EntitySlime['Slime'/98170, l='MpServer', x=-377.39, y=4.00, z=364.50], EntitySheep['Sheep'/64220, l='MpServer', x=-357.76, y=4.00, z=381.68], EntityCow['Cow'/64221, l='MpServer', x=-511.50, y=4.00, z=384.50], EntitySlime['Slime'/207710, l='MpServer', x=-482.36, y=4.12, z=297.81]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:453)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2647)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:395)
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.9
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 355194200 bytes (338 MB) / 735674368 bytes (701 MB) up to 4281597952 bytes (4083 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.23 Powered by Forge 12.16.0.1868 Optifine OptiFine_1.9_HD_U_B1 21 mods loaded, 21 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.9-12.16.0.1868-1.9.jar)
UCHIJAAAA Forge{12.16.0.1868} [Minecraft Forge] (forge-1.9-12.16.0.1868-1.9.jar)
UCHIJAAAA armorplus{1.9.3-1.9} [ArmorPlus] (ArmorPlus1.9.3(1.9).jar)
UCHIJAAAA betterbuilderswands{0.5.3} [Better Builder's Wands] (BetterBuildersWands-0.5.3-1.9r102+137c734.jar)
UCHIJAAAA betterquesting{1.2.82} [Better Questing] (BetterQuesting-1.2.82.jar)
UCHIJAAAA craftelytra{1.0} [Craftable Elytra] (CraftableElytra-1.0.jar)
UCHIJAAAA craftablenametags{1.1} [Craftable Name Tags] (craftablenametags-1.1.jar)
UCHIJAAAA guideBook{1.0} [Guide Book] (GuideBook-1.9-1.5.jar)
UCHIJAAAA IronChest{6.0.131.775} [Iron Chest] (ironchest-1.9-6.0.131.775.jar)
UCHIJAAAA jacb{1.0.6} [JACB] (JACB-1.9-1.0.6.jar)
UCHIJAAAA lucky{7.1.1} [Lucky Block] (LuckyBlock_1-9_v7-1-1.zip)
UCHIJAAAA modifiable_armor{2.0.1} [Modifiable Armor 2] (Modifiable-Armor-1.0.1.jar)
UCHIJAAAA randomthings{3.7} [Random Things] (RandomThings-MC1.9-3.7.jar)
UCHIJAAAA xreliquary{1.9-1.3.1.322} [Reliquary] (Reliquary-1.9-1.3.1.322.jar)
UCHIJAAAA bq_standard{1.2.58} [Standard Expansion] (StandardExpansion-1.2.58.jar)
UCHIJAAAA guru{1.0} [The Basic Elements] (The Basic Elements 1.2.7 1.9.jar)
UCHIJAAAA VeinMiner{0.31.5_build.forgePost18010} [Vein Miner] (VeinMiner-1.9_0.31.5.forgePost18010.jar)
UCHIJAAAA VeinMinerModSupport{0.31.5_build.forgePost18010} [Mod Support] (VeinMiner-1.9_0.31.5.forgePost18010.jar)
UCHIJAAAA WIT{1.0.9} [WIT] (WIT-1.9-1.0.9-23.jar)
UCHIJAAAA XaeroMinimap{1.8.7} [Xaero's Minimap] (Xaeros_Minimap_1.8.7_Forge_1.9 (1).jar)
Loaded coremods (and transformers):
LoadingPlugin (RandomThings-MC1.9-3.7.jar)
lumien.randomthings.asm.ClassTransformer
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.3.0' Renderer: 'GeForce GT 610/PCIe/SSE2'
Launched Version: 1.9-forge1.9-12.16.0.1868-1.9
LWJGL: 2.9.4
OpenGL: GeForce GT 610/PCIe/SSE2 GL version 4.3.0, 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: 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: 4x Intel(R) Core(TM) i3-4150 CPU @ 3.50GHz
OptiFine Version: OptiFine_1.9_HD_U_B1
Render Distance Chunks: 12
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 4.3.0
OpenGlRenderer: GeForce GT 610/PCIe/SSE2
OpenGlVendor: NVIDIA Corporation
CpuCount: 4
I tried googling it, with no results. Thanks for helping SO much.
at net.silentchaos512.wit.info.ObjectInfo.getModFromItem(ObjectInfo.java:88)
This one has nothing to do with JEI. WIT by silentchaos512 is crashing. Looking through the changelogs, I can see the issue is fixed a few updates ago, so update WIT.
This one has nothing to do with JEI. WIT by silentchaos512 is crashing. Looking through the changelogs, I can see the issue is fixed a few updates ago, so update WIT.
You sir, are brilliant!!! Thanks for helping me for so long!
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
It used to work fine, but when I installed some mods, I got this crash message upon pressing 'Play' in the launcher.
Can anyone tell me which mod is conflicting with the others and which one I should remove?
---- Minecraft Crash Report ----
WARNING: coremods are present:
LoadingPlugin (RandomThings-MC1.9-3.6.8.1.jar)
Contact their authors BEFORE contacting forge
// Don't be sad. I'll do better next time, I promise!
Time: 4/29/16 6:54 PM
Description: There was a severe problem during mod loading that has caused the game to fail
net.minecraftforge.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraftforge/fml/common/registry/IForgeRegistryEntry
at net.minecraftforge.fml.common.LoadController.transition(LoadController.java:172)
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:543)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:205)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:434)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:346)
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.NoClassDefFoundError: net/minecraftforge/fml/common/registry/IForgeRegistryEntry
at bq_standard.items.ItemLootChest.<init>(ItemLootChest.java:35)
at bq_standard.core.BQ_Standard.<clinit>(BQ_Standard.java:62)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:344)
at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:468)
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.sendEventToModContainer(LoadController.java:221)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:199)
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:128)
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:512)
... 10 more
Caused by: java.lang.ClassNotFoundException: net.minecraftforge.fml.common.registry.IForgeRegistryEntry
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 37 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.9
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 117170944 bytes (111 MB) / 307163136 bytes (292 MB) up to 4281597952 bytes (4083 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.23 Powered by Forge 12.16.0.1813 Optifine OptiFine_1.9_HD_U_B1 21 mods loaded, 21 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UC mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UC FML{8.0.99.99} [Forge Mod Loader] (forge-1.9-12.16.0.1813-1.9.jar)
UC Forge{12.16.0.1813} [Minecraft Forge] (forge-1.9-12.16.0.1813-1.9.jar)
UC armorplus{1.9.3-1.9} [ArmorPlus] (ArmorPlus1.9.3(1.9).jar)
UC betterbuilderswands{0.5.3} [Better Builder's Wands] (BetterBuildersWands-0.5.3-1.9r102+137c734.jar)
UE betterquesting{1.2.82} [Better Questing] (BetterQuesting-1.2.82.jar)
UC craftelytra{1.0} [Craftable Elytra] (CraftableElytra-1.0.jar)
UC craftablenametags{1.1} [Craftable Name Tags] (craftablenametags-1.1.jar)
UC guideBook{1.0} [Guide Book] (GuideBook-1.9-1.2.jar)
UC IronChest{6.0.131.775} [Iron Chest] (ironchest-1.9-6.0.131.775.jar)
UC jacb{1.0.6} [JACB] (JACB-1.9-1.0.6.jar)
UC JEI{3.1.2.172} [Just Enough Items] (jei_1.9-3.1.2.172.jar)
UC modifiable_armor{2.0.1} [Modifiable Armor 2] (Modifiable-Armor-1.0.1.jar)
UC randomthings{3.6.8.1} [Random Things] (RandomThings-MC1.9-3.6.8.1.jar)
UC xreliquary{1.9-1.3.1.322} [Reliquary] (Reliquary-1.9-1.3.1.322.jar)
UE bq_standard{1.2.58} [Standard Expansion] (StandardExpansion-1.2.58.jar)
UC guru{1.0} [The Basic Elements] (The Basic Elements 1.2.7 1.9.jar)
UC VeinMiner{0.31.5_build.forgePost18010} [Vein Miner] (VeinMiner-1.9_0.31.5.forgePost18010.jar)
UC VeinMinerModSupport{0.31.5_build.forgePost18010} [Mod Support] (VeinMiner-1.9_0.31.5.forgePost18010.jar)
UC WIT{1.0.9} [WIT] (WIT-1.9-1.0.9-23.jar)
UC XaeroMinimap{1.8.7} [Xaero's Minimap] (Xaeros_Minimap_1.8.7_Forge_1.9 (1).jar)
Loaded coremods (and transformers):
LoadingPlugin (RandomThings-MC1.9-3.6.8.1.jar)
lumien.randomthings.asm.ClassTransformer
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.3.0' Renderer: 'GeForce GT 610/PCIe/SSE2'
OptiFine Version: OptiFine_1.9_HD_U_B1
Render Distance Chunks: 12
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 4.3.0
OpenGlRenderer: GeForce GT 610/PCIe/SSE2
OpenGlVendor: NVIDIA Corporation
CpuCount: 4
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumUpdate Forge.
Thanks, will try that now!
Updated to latest message, I get this crash report:
---- Minecraft Crash Report ----
WARNING: coremods are present:
LoadingPlugin (RandomThings-MC1.9-3.6.8.1.jar)
Contact their authors BEFORE contacting forge
// Sorry
Time: 4/30/16 2:30 PM
Description: There was a severe problem during mod loading that has caused the game to fail
net.minecraftforge.fml.common.LoaderException: java.lang.NoSuchMethodError: com.creysys.guideBook.common.items.GuideBook.setRegistryName(Ljava/lang/String;)Lnet/minecraft/item/Item;
at net.minecraftforge.fml.common.LoadController.transition(LoadController.java:179)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:559)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:240)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:434)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:346)
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.NoSuchMethodError: com.creysys.guideBook.common.items.GuideBook.setRegistryName(Ljava/lang/String;)Lnet/minecraft/item/Item;
at com.creysys.guideBook.common.items.GuideBook.<init>(GuideBook.java:23)
at com.creysys.guideBook.GuideBookMod.preInit(GuideBookMod.java:78)
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.GeneratedMethodAccessor5.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:228)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:206)
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:135)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:556)
... 10 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.9
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 183086368 bytes (174 MB) / 391409664 bytes (373 MB) up to 4281597952 bytes (4083 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.23 Powered by Forge 12.16.0.1868 Optifine OptiFine_1.9_HD_U_B1 21 mods loaded, 21 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] (minecraft.jar)
UCH FML{8.0.99.99} [Forge Mod Loader] (forge-1.9-12.16.0.1868-1.9.jar)
UCH Forge{12.16.0.1868} [Minecraft Forge] (forge-1.9-12.16.0.1868-1.9.jar)
UCH armorplus{1.9.3-1.9} [ArmorPlus] (ArmorPlus1.9.3(1.9).jar)
UCH betterbuilderswands{0.5.3} [Better Builder's Wands] (BetterBuildersWands-0.5.3-1.9r102+137c734.jar)
UCH betterquesting{1.2.82} [Better Questing] (BetterQuesting-1.2.82.jar)
UCH craftelytra{1.0} [Craftable Elytra] (CraftableElytra-1.0.jar)
UCH craftablenametags{1.1} [Craftable Name Tags] (craftablenametags-1.1.jar)
UCE guideBook{1.0} [Guide Book] (GuideBook-1.9-1.2.jar)
UCH IronChest{6.0.131.775} [Iron Chest] (ironchest-1.9-6.0.131.775.jar)
UCH jacb{1.0.6} [JACB] (JACB-1.9-1.0.6.jar)
UCH JEI{3.1.2.172} [Just Enough Items] (jei_1.9-3.1.2.172.jar)
UCH modifiable_armor{2.0.1} [Modifiable Armor 2] (Modifiable-Armor-1.0.1.jar)
UCE randomthings{3.6.8.1} [Random Things] (RandomThings-MC1.9-3.6.8.1.jar)
UCH xreliquary{1.9-1.3.1.322} [Reliquary] (Reliquary-1.9-1.3.1.322.jar)
UCH bq_standard{1.2.58} [Standard Expansion] (StandardExpansion-1.2.58.jar)
UCH guru{1.0} [The Basic Elements] (The Basic Elements 1.2.7 1.9.jar)
UCH VeinMiner{0.31.5_build.forgePost18010} [Vein Miner] (VeinMiner-1.9_0.31.5.forgePost18010.jar)
UCH VeinMinerModSupport{0.31.5_build.forgePost18010} [Mod Support] (VeinMiner-1.9_0.31.5.forgePost18010.jar)
UCH WIT{1.0.9} [WIT] (WIT-1.9-1.0.9-23.jar)
UCH XaeroMinimap{1.8.7} [Xaero's Minimap] (Xaeros_Minimap_1.8.7_Forge_1.9 (1).jar)
Loaded coremods (and transformers):
LoadingPlugin (RandomThings-MC1.9-3.6.8.1.jar)
lumien.randomthings.asm.ClassTransformer
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.3.0' Renderer: 'GeForce GT 610/PCIe/SSE2'
OptiFine Version: OptiFine_1.9_HD_U_B1
Render Distance Chunks: 12
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 4.3.0
OpenGlRenderer: GeForce GT 610/PCIe/SSE2
OpenGlVendor: NVIDIA Corporation
CpuCount: 4
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumUpdate Guide Book and Random Things. The versions you have there are for the older version of Forge
THANKS A LOT!! It finally works!
BTW how do you read crash reports? Can you tell me so that next time I can figure this out on my own?
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumWell, usually the mod causing the crash is mentioned in the first part of the crash report. In this case:
From the bolded text I can see that Guide Book is the culprit.
Another way to figure out which mod is crashing is by looking at the second part of the crash report and finding a mod with E in front of their name, like so:
This means the mod is erroring. From here I can also see the version of the mod you're using, which I can then look up on Curseforge to see whether it's up to date. If it's outdated, then updating it fixes most issues.
The same thing applies to Random Things too
Thanks a lot now i never have to worry about crashes
But what about this one?
---- Minecraft Crash Report ----
WARNING: coremods are present:
LoadingPlugin (RandomThings-MC1.9-3.7.jar)
Contact their authors BEFORE contacting forge
// Sorry
Time: 5/1/16 7:11 PM
Description: Ticking entity
java.lang.NullPointerException: Ticking entity
at net.minecraft.client.entity.EntityPlayerSP.func_70636_d(EntityPlayerSP.java:793)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1961)
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:226)
at net.minecraft.client.entity.EntityPlayerSP.func_70071_h_(EntityPlayerSP.java:156)
at net.minecraft.world.World.func_72866_a(World.java:1934)
at net.minecraft.world.World.func_72870_g(World.java:1903)
at net.minecraft.world.World.func_72939_s(World.java:1737)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1783)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1051)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:366)
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)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.client.entity.EntityPlayerSP.func_70636_d(EntityPlayerSP.java:793)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1961)
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:226)
at net.minecraft.client.entity.EntityPlayerSP.func_70071_h_(EntityPlayerSP.java:156)
at net.minecraft.world.World.func_72866_a(World.java:1934)
at net.minecraft.world.World.func_72870_g(World.java:1903)
-- Entity being ticked --
Details:
Entity Type: null (net.minecraft.client.entity.EntityPlayerSP)
Entity ID: 522
Entity Name: DiamondDeadMaw
Entity's Exact location: 222.50, 70.00, 230.50
Entity's Block location: World: (222,70,230), Chunk: (at 14,4,6 in 13,14; contains blocks 208,0,224 to 223,255,239), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Entity's Momentum: 0.00, 0.00, 0.00
Entity's Passengers: []
Entity's Vehicle: ~~ERROR~~ NullPointerException: null
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1737)
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityPlayerSP['DiamondDeadMaw'/522, l='MpServer', x=222.50, y=70.00, z=230.50]]
Chunk stats: MultiplayerChunkCache: 164, 164
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (228,64,240), Chunk: (at 4,4,0 in 14,15; contains blocks 224,0,240 to 239,255,255), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 98 game time, 98 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
Forced entities: 90 total; [EntityChicken['Chicken'/128, l='MpServer', x=267.98, y=69.00, z=281.20], EntityFallingBlock['Falling Block'/512, l='MpServer', x=198.50, y=12.90, z=300.50], EntityChicken['Chicken'/129, l='MpServer', x=267.33, y=70.00, z=280.83], EntityFallingBlock['Falling Block'/513, l='MpServer', x=199.50, y=12.90, z=297.50], EntityChicken['Chicken'/130, l='MpServer', x=265.50, y=70.00, z=282.50], EntityChicken['Chicken'/131, l='MpServer', x=269.50, y=69.00, z=283.50], EntityChicken['Chicken'/144, l='MpServer', x=300.50, y=64.00, z=263.50], EntityChicken['Chicken'/145, l='MpServer', x=300.50, y=64.00, z=261.50], EntityFallingBlock['Falling Block'/429, l='MpServer', x=174.50, y=37.95, z=213.50], EntityFallingBlock['Falling Block'/430, l='MpServer', x=175.50, y=37.95, z=213.50], EntityFallingBlock['Falling Block'/431, l='MpServer', x=175.50, y=37.95, z=214.50], EntityFallingBlock['Falling Block'/433, l='MpServer', x=174.50, y=32.31, z=281.50], EntityFallingBlock['Falling Block'/434, l='MpServer', x=175.50, y=32.31, z=281.50], EntityFallingBlock['Falling Block'/435, l='MpServer', x=176.50, y=32.31, z=282.50], EntityRabbit['Rabbit'/72, l='MpServer', x=183.50, y=66.00, z=261.50], EntityRabbit['Rabbit'/73, l='MpServer', x=181.21, y=66.00, z=263.21], EntityRabbit['Rabbit'/74, l='MpServer', x=181.61, y=66.00, z=263.61], EntityFallingBlock['Falling Block'/459, l='MpServer', x=198.50, y=23.78, z=215.50], EntityChicken['Chicken'/75, l='MpServer', x=199.50, y=63.00, z=197.57], EntityFallingBlock['Falling Block'/460, l='MpServer', x=197.50, y=23.78, z=215.50], EntityChicken['Chicken'/76, l='MpServer', x=199.50, y=63.00, z=194.50], EntityFallingBlock['Falling Block'/461, l='MpServer', x=194.50, y=45.78, z=250.50], EntityChicken['Chicken'/77, l='MpServer', x=199.50, y=63.00, z=193.50], EntityFallingBlock['Falling Block'/462, l='MpServer', x=192.50, y=45.78, z=252.50], EntityChicken['Chicken'/78, l='MpServer', x=199.50, y=63.00, z=192.50], EntityFallingBlock['Falling Block'/463, l='MpServer', x=192.50, y=43.90, z=269.50], EntityFallingBlock['Falling Block'/464, l='MpServer', x=192.50, y=43.90, z=270.50], EntityFallingBlock['Falling Block'/465, l='MpServer', x=193.50, y=43.90, z=270.50], EntityFallingBlock['Falling Block'/466, l='MpServer', x=191.50, y=43.90, z=269.50], EntityFallingBlock['Falling Block'/467, l='MpServer', x=191.50, y=43.90, z=270.50], EntityFallingBlock['Falling Block'/468, l='MpServer', x=192.50, y=44.90, z=271.50], EntityFallingBlock['Falling Block'/469, l='MpServer', x=193.50, y=42.90, z=269.50], EntityFallingBlock['Falling Block'/470, l='MpServer', x=193.50, y=43.90, z=271.50], EntityFallingBlock['Falling Block'/471, l='MpServer', x=193.50, y=43.90, z=272.50], EntityFallingBlock['Falling Block'/472, l='MpServer', x=191.50, y=43.90, z=271.50], EntityFallingBlock['Falling Block'/473, l='MpServer', x=192.50, y=44.90, z=272.50], EntityFallingBlock['Falling Block'/474, l='MpServer', x=191.50, y=44.90, z=272.50], EntityFallingBlock['Falling Block'/475, l='MpServer', x=192.50, y=44.90, z=273.50], EntityFallingBlock['Falling Block'/476, l='MpServer', x=193.50, y=44.90, z=273.50], EntityFallingBlock['Falling Block'/477, l='MpServer', x=192.50, y=44.90, z=274.50], EntityFallingBlock['Falling Block'/478, l='MpServer', x=193.50, y=44.90, z=274.50], EntityFallingBlock['Falling Block'/479, l='MpServer', x=195.50, y=31.90, z=280.50], EntityChicken['Chicken'/96, l='MpServer', x=217.47, y=72.00, z=277.94], EntityFallingBlock['Falling Block'/480, l='MpServer', x=193.50, y=30.90, z=281.50], EntityChicken['Chicken'/97, l='MpServer', x=219.35, y=70.00, z=273.50], EntityFallingBlock['Falling Block'/481, l='MpServer', x=187.50, y=34.90, z=279.50], EntityChicken['Chicken'/98, l='MpServer', x=223.51, y=70.00, z=275.18], EntityFallingBlock['Falling Block'/482, l='MpServer', x=187.50, y=35.90, z=281.50], EntityChicken['Chicken'/99, l='MpServer', x=218.50, y=71.00, z=277.50], EntityFallingBlock['Falling Block'/483, l='MpServer', x=188.50, y=34.90, z=282.50], EntityFallingBlock['Falling Block'/484, l='MpServer', x=188.50, y=35.90, z=280.50], EntityChicken['Chicken'/100, l='MpServer', x=220.50, y=68.00, z=294.50], EntityFallingBlock['Falling Block'/485, l='MpServer', x=188.50, y=35.90, z=281.50], EntityChicken['Chicken'/101, l='MpServer', x=221.50, y=68.00, z=293.50], EntityChicken['Chicken'/102, l='MpServer', x=220.50, y=68.00, z=294.50], EntityFallingBlock['Falling Block'/486, l='MpServer', x=189.50, y=55.90, z=291.50], EntityChicken['Chicken'/103, l='MpServer', x=217.50, y=68.00, z=292.50], EntityFallingBlock['Falling Block'/487, l='MpServer', x=189.50, y=55.90, z=292.50], EntityFallingBlock['Falling Block'/488, l='MpServer', x=190.50, y=55.90, z=291.50], EntityFallingBlock['Falling Block'/489, l='MpServer', x=190.50, y=55.90, z=292.50], EntityFallingBlock['Falling Block'/490, l='MpServer', x=191.50, y=56.90, z=292.50], EntityFallingBlock['Falling Block'/491, l='MpServer', x=190.50, y=56.90, z=290.50], EntityFallingBlock['Falling Block'/492, l='MpServer', x=191.50, y=56.90, z=291.50], EntityFallingBlock['Falling Block'/493, l='MpServer', x=189.50, y=55.90, z=290.50], EntityFallingBlock['Falling Block'/494, l='MpServer', x=190.50, y=56.90, z=289.50], EntityFallingBlock['Falling Block'/495, l='MpServer', x=191.50, y=56.90, z=290.50], EntitySheep['Sheep'/112, l='MpServer', x=235.50, y=68.00, z=269.50], EntityFallingBlock['Falling Block'/496, l='MpServer', x=191.50, y=56.90, z=288.50], EntitySheep['Sheep'/113, l='MpServer', x=237.50, y=69.00, z=271.50], EntityFallingBlock['Falling Block'/497, l='MpServer', x=191.50, y=56.90, z=289.50], EntitySheep['Sheep'/114, l='MpServer', x=237.50, y=68.00, z=269.50], EntityFallingBlock['Falling Block'/498, l='MpServer', x=201.50, y=11.90, z=300.50], EntitySheep['Sheep'/115, l='MpServer', x=238.50, y=68.00, z=267.50], EntityFallingBlock['Falling Block'/499, l='MpServer', x=201.50, y=12.90, z=299.50], EntityChicken['Chicken'/116, l='MpServer', x=253.50, y=68.00, z=220.50], EntityFallingBlock['Falling Block'/500, l='MpServer', x=202.50, y=12.90, z=299.50], EntityChicken['Chicken'/117, l='MpServer', x=252.51, y=68.00, z=218.07], EntityFallingBlock['Falling Block'/501, l='MpServer', x=202.50, y=12.90, z=300.50], EntityChicken['Chicken'/118, l='MpServer', x=252.50, y=68.00, z=223.50], EntityFallingBlock['Falling Block'/502, l='MpServer', x=200.50, y=12.90, z=299.50], EntityChicken['Chicken'/119, l='MpServer', x=255.50, y=69.00, z=218.50], EntityFallingBlock['Falling Block'/503, l='MpServer', x=200.50, y=12.90, z=300.50], EntityFallingBlock['Falling Block'/504, l='MpServer', x=199.50, y=13.90, z=299.50], EntityFallingBlock['Falling Block'/505, l='MpServer', x=200.50, y=12.90, z=298.50], EntityFallingBlock['Falling Block'/506, l='MpServer', x=201.50, y=12.90, z=298.50], EntityFallingBlock['Falling Block'/507, l='MpServer', x=199.50, y=13.90, z=300.50], EntityFallingBlock['Falling Block'/508, l='MpServer', x=198.50, y=12.90, z=299.50], EntityFallingBlock['Falling Block'/509, l='MpServer', x=198.50, y=12.90, z=298.50], EntityFallingBlock['Falling Block'/510, l='MpServer', x=199.50, y=13.90, z=298.50], EntityFallingBlock['Falling Block'/511, l='MpServer', x=197.50, y=11.90, z=300.50]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:453)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2647)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:387)
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.9
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 304932800 bytes (290 MB) / 763215872 bytes (727 MB) up to 4281597952 bytes (4083 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
FML: MCP 9.23 Powered by Forge 12.16.0.1868 Optifine OptiFine_1.9_HD_U_B1 22 mods loaded, 22 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.9-12.16.0.1868-1.9.jar)
UCHIJAAAA Forge{12.16.0.1868} [Minecraft Forge] (forge-1.9-12.16.0.1868-1.9.jar)
UCHIJAAAA armorplus{1.9.3-1.9} [ArmorPlus] (ArmorPlus1.9.3(1.9).jar)
UCHIJAAAA betterbuilderswands{0.5.3} [Better Builder's Wands] (BetterBuildersWands-0.5.3-1.9r102+137c734.jar)
UCHIJAAAA betterquesting{1.2.82} [Better Questing] (BetterQuesting-1.2.82.jar)
UCHIJAAAA craftelytra{1.0} [Craftable Elytra] (CraftableElytra-1.0.jar)
UCHIJAAAA craftablenametags{1.1} [Craftable Name Tags] (craftablenametags-1.1.jar)
UCHIJAAAA guideBook{1.0} [Guide Book] (GuideBook-1.9-1.5.jar)
UCHIJAAAA IronChest{6.0.131.775} [Iron Chest] (ironchest-1.9-6.0.131.775.jar)
UCHIJAAAA jacb{1.0.6} [JACB] (JACB-1.9-1.0.6.jar)
UCHIJAAAA JEI{3.1.2.172} [Just Enough Items] (jei_1.9-3.1.2.172.jar)
UCHIJAAAA lucky{7.1.1} [Lucky Block] (LuckyBlock_1-9_v7-1-1.zip)
UCHIJAAAA modifiable_armor{2.0.1} [Modifiable Armor 2] (Modifiable-Armor-1.0.1.jar)
UCHIJAAAA randomthings{3.7} [Random Things] (RandomThings-MC1.9-3.7.jar)
UCHIJAAAA xreliquary{1.9-1.3.1.322} [Reliquary] (Reliquary-1.9-1.3.1.322.jar)
UCHIJAAAA bq_standard{1.2.58} [Standard Expansion] (StandardExpansion-1.2.58.jar)
UCHIJAAAA guru{1.0} [The Basic Elements] (The Basic Elements 1.2.7 1.9.jar)
UCHIJAAAA VeinMiner{0.31.5_build.forgePost18010} [Vein Miner] (VeinMiner-1.9_0.31.5.forgePost18010.jar)
UCHIJAAAA VeinMinerModSupport{0.31.5_build.forgePost18010} [Mod Support] (VeinMiner-1.9_0.31.5.forgePost18010.jar)
UCHIJAAAA WIT{1.0.9} [WIT] (WIT-1.9-1.0.9-23.jar)
UCHIJAAAA XaeroMinimap{1.8.7} [Xaero's Minimap] (Xaeros_Minimap_1.8.7_Forge_1.9 (1).jar)
Loaded coremods (and transformers):
LoadingPlugin (RandomThings-MC1.9-3.7.jar)
lumien.randomthings.asm.ClassTransformer
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.3.0' Renderer: 'GeForce GT 610/PCIe/SSE2'
Launched Version: 1.9-forge1.9-12.16.0.1868-1.9
LWJGL: 2.9.4
OpenGL: GeForce GT 610/PCIe/SSE2 GL version 4.3.0, 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: 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: 4x Intel(R) Core(TM) i3-4150 CPU @ 3.50GHz
OptiFine Version: OptiFine_1.9_HD_U_B1
Render Distance Chunks: 12
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 4.3.0
OpenGlRenderer: GeForce GT 610/PCIe/SSE2
OpenGlVendor: NVIDIA Corporation
CpuCount: 4
All of them are UCH so now what should I do?
This comes when loading or creating a world
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumThey're all UCHXXXXX because Minecraft loaded without any problems. However the crash happened when you loaded a world.
Now, as you can also see this crash report doesn't state the name of the mod causing the crash in the first half of the crash either, so it's would normally be a little hard to pinpoint the mod (you'd have to disable mods one by one until it stops crashing).
But: Googling the first few lines of the crash report usually brings up information. In this case, update JEI
Sorry I'm asking for so much, but it crashed again. I've updated JEI and also tried to remove it but it still crashes after a few seconds of loading/creating a world. Here is the crash report:
---- Minecraft Crash Report ----
WARNING: coremods are present:
LoadingPlugin (RandomThings-MC1.9-3.7.jar)
Contact their authors BEFORE contacting forge
// Shall we play a game?
Time: 5/2/16 7:17 PM
Description: Unexpected error
java.lang.NoSuchMethodError: net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.getNameForObject(Ljava/lang/Object;)Lnet/minecraft/util/ResourceLocation;
at net.silentchaos512.wit.info.ObjectInfo.getModFromItem(ObjectInfo.java:88)
at net.silentchaos512.wit.info.ObjectInfo.<init>(ObjectInfo.java:63)
at net.silentchaos512.wit.info.ItemStackInfo.<init>(ItemStackInfo.java:27)
at net.silentchaos512.wit.info.BlockStackInfo.<init>(BlockStackInfo.java:24)
at net.silentchaos512.wit.WIT.onRenderOverlay(WIT.java:157)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_85_WIT_onRenderOverlay_RenderGameOverlayEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:49)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at net.minecraftforge.client.GuiIngameForge.post(GuiIngameForge.java:868)
at net.minecraftforge.client.GuiIngameForge.renderHUDText(GuiIngameForge.java:707)
at net.minecraftforge.client.GuiIngameForge.func_175180_a(GuiIngameForge.java:152)
at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1365)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1072)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:366)
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)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.silentchaos512.wit.info.ObjectInfo.getModFromItem(ObjectInfo.java:88)
at net.silentchaos512.wit.info.ObjectInfo.<init>(ObjectInfo.java:63)
at net.silentchaos512.wit.info.ItemStackInfo.<init>(ItemStackInfo.java:27)
at net.silentchaos512.wit.info.BlockStackInfo.<init>(BlockStackInfo.java:24)
at net.silentchaos512.wit.WIT.onRenderOverlay(WIT.java:157)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_85_WIT_onRenderOverlay_RenderGameOverlayEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:49)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at net.minecraftforge.client.GuiIngameForge.post(GuiIngameForge.java:868)
at net.minecraftforge.client.GuiIngameForge.renderHUDText(GuiIngameForge.java:707)
at net.minecraftforge.client.GuiIngameForge.func_175180_a(GuiIngameForge.java:152)
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityPlayerSP['DiamondDeadMaw'/22, l='MpServer', x=-434.77, y=4.00, z=314.63]]
Chunk stats: MultiplayerChunkCache: 572, 572
Level seed: 0
Level generator: ID 01 - flat, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (-431,4,323), Chunk: (at 1,0,3 in -27,20; contains blocks -432,0,320 to -417,255,335), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 1127 game time, 1127 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
Forced entities: 22 total; [EntityPig['Pig'/64224, l='MpServer', x=-504.50, y=4.00, z=371.50], EntitySheep['Sheep'/64228, l='MpServer', x=-362.50, y=4.00, z=377.50], EntitySlime['Slime'/93735, l='MpServer', x=-497.82, y=4.00, z=386.49], EntitySlime['Slime'/173765, l='MpServer', x=-383.01, y=4.52, z=260.89], EntitySlime['Slime'/186789, l='MpServer', x=-392.99, y=5.10, z=281.91], EntitySlime['Slime'/208458, l='MpServer', x=-408.52, y=5.10, z=252.76], EntitySlime['Slime'/96811, l='MpServer', x=-381.72, y=4.00, z=301.00], EntitySlime['Slime'/1258, l='MpServer', x=-512.03, y=5.25, z=241.41], EntitySlime['Slime'/811, l='MpServer', x=-488.97, y=4.27, z=386.73], EntitySlime['Slime'/181549, l='MpServer', x=-412.27, y=5.25, z=246.30], EntitySlime['Slime'/193270, l='MpServer', x=-390.11, y=4.00, z=281.52], EntitySlime['Slime'/58390, l='MpServer', x=-374.62, y=4.00, z=263.41], EntitySlime['Slime'/167546, l='MpServer', x=-485.16, y=4.00, z=246.12], EntitySlime['Slime'/63833, l='MpServer', x=-390.16, y=4.75, z=289.21], EntitySlime['Slime'/101560, l='MpServer', x=-385.45, y=4.75, z=290.71], EntityPlayerSP['DiamondDeadMaw'/22, l='MpServer', x=-434.77, y=4.00, z=314.63], EntitySlime['Slime'/196600, l='MpServer', x=-467.01, y=5.25, z=283.84], EntityPig['Pig'/64219, l='MpServer', x=-462.50, y=4.00, z=358.50], EntitySlime['Slime'/98170, l='MpServer', x=-377.39, y=4.00, z=364.50], EntitySheep['Sheep'/64220, l='MpServer', x=-357.76, y=4.00, z=381.68], EntityCow['Cow'/64221, l='MpServer', x=-511.50, y=4.00, z=384.50], EntitySlime['Slime'/207710, l='MpServer', x=-482.36, y=4.12, z=297.81]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:453)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2647)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:395)
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.9
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 355194200 bytes (338 MB) / 735674368 bytes (701 MB) up to 4281597952 bytes (4083 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.23 Powered by Forge 12.16.0.1868 Optifine OptiFine_1.9_HD_U_B1 21 mods loaded, 21 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.9-12.16.0.1868-1.9.jar)
UCHIJAAAA Forge{12.16.0.1868} [Minecraft Forge] (forge-1.9-12.16.0.1868-1.9.jar)
UCHIJAAAA armorplus{1.9.3-1.9} [ArmorPlus] (ArmorPlus1.9.3(1.9).jar)
UCHIJAAAA betterbuilderswands{0.5.3} [Better Builder's Wands] (BetterBuildersWands-0.5.3-1.9r102+137c734.jar)
UCHIJAAAA betterquesting{1.2.82} [Better Questing] (BetterQuesting-1.2.82.jar)
UCHIJAAAA craftelytra{1.0} [Craftable Elytra] (CraftableElytra-1.0.jar)
UCHIJAAAA craftablenametags{1.1} [Craftable Name Tags] (craftablenametags-1.1.jar)
UCHIJAAAA guideBook{1.0} [Guide Book] (GuideBook-1.9-1.5.jar)
UCHIJAAAA IronChest{6.0.131.775} [Iron Chest] (ironchest-1.9-6.0.131.775.jar)
UCHIJAAAA jacb{1.0.6} [JACB] (JACB-1.9-1.0.6.jar)
UCHIJAAAA lucky{7.1.1} [Lucky Block] (LuckyBlock_1-9_v7-1-1.zip)
UCHIJAAAA modifiable_armor{2.0.1} [Modifiable Armor 2] (Modifiable-Armor-1.0.1.jar)
UCHIJAAAA randomthings{3.7} [Random Things] (RandomThings-MC1.9-3.7.jar)
UCHIJAAAA xreliquary{1.9-1.3.1.322} [Reliquary] (Reliquary-1.9-1.3.1.322.jar)
UCHIJAAAA bq_standard{1.2.58} [Standard Expansion] (StandardExpansion-1.2.58.jar)
UCHIJAAAA guru{1.0} [The Basic Elements] (The Basic Elements 1.2.7 1.9.jar)
UCHIJAAAA VeinMiner{0.31.5_build.forgePost18010} [Vein Miner] (VeinMiner-1.9_0.31.5.forgePost18010.jar)
UCHIJAAAA VeinMinerModSupport{0.31.5_build.forgePost18010} [Mod Support] (VeinMiner-1.9_0.31.5.forgePost18010.jar)
UCHIJAAAA WIT{1.0.9} [WIT] (WIT-1.9-1.0.9-23.jar)
UCHIJAAAA XaeroMinimap{1.8.7} [Xaero's Minimap] (Xaeros_Minimap_1.8.7_Forge_1.9 (1).jar)
Loaded coremods (and transformers):
LoadingPlugin (RandomThings-MC1.9-3.7.jar)
lumien.randomthings.asm.ClassTransformer
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.3.0' Renderer: 'GeForce GT 610/PCIe/SSE2'
Launched Version: 1.9-forge1.9-12.16.0.1868-1.9
LWJGL: 2.9.4
OpenGL: GeForce GT 610/PCIe/SSE2 GL version 4.3.0, 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: 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: 4x Intel(R) Core(TM) i3-4150 CPU @ 3.50GHz
OptiFine Version: OptiFine_1.9_HD_U_B1
Render Distance Chunks: 12
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 4.3.0
OpenGlRenderer: GeForce GT 610/PCIe/SSE2
OpenGlVendor: NVIDIA Corporation
CpuCount: 4
I tried googling it, with no results. Thanks for helping SO much.
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumRight, so now there's this:
This one has nothing to do with JEI. WIT by silentchaos512 is crashing. Looking through the changelogs, I can see the issue is fixed a few updates ago, so update WIT.
You sir, are brilliant!!! Thanks for helping me for so long!