java.lang.IndexOutOfBoundsException
at java.nio.Buffer.checkIndex(Buffer.java:540)
at java.nio.DirectIntBufferU.get(DirectIntBufferU.java:253)
at net.minecraft.client.renderer.RenderGlobal.func_72712_a(RenderGlobal.java:350)
at net.minecraft.client.renderer.RenderGlobal.func_72732_a(RenderGlobal.java:294)
at net.minecraft.client.Minecraft.func_71353_a(Minecraft.java:2216)
at net.minecraft.client.Minecraft.func_71403_a(Minecraft.java:2146)
at net.minecraft.client.network.NetHandlerPlayClient.func_147282_a(NetHandlerPlayClient.java:240)
at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:70)
at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:13)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:2061)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
at net.minecraft.client.main.Main.main(SourceFile:148)
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 java.nio.Buffer.checkIndex(Buffer.java:540)
at java.nio.DirectIntBufferU.get(DirectIntBufferU.java:253)
at net.minecraft.client.renderer.RenderGlobal.func_72712_a(RenderGlobal.java:350)
at net.minecraft.client.renderer.RenderGlobal.func_72732_a(RenderGlobal.java:294)
at net.minecraft.client.Minecraft.func_71353_a(Minecraft.java:2216)
at net.minecraft.client.Minecraft.func_71403_a(Minecraft.java:2146)
at net.minecraft.client.network.NetHandlerPlayClient.func_147282_a(NetHandlerPlayClient.java:240)
at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:70)
at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:13)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
-- Affected level --
Details:
Level name: MpServer
All players: 0 total; []
Chunk stats: MultiplayerChunkCache: 0, 0
Level seed: 0
Level generator: ID 04 - BIOMESOP, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (8,64,8), Chunk: (at 8,4,8 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 0 game time, 0 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: survival (ID 0). Hardcore: false. Cheats: false
Forced entities: 0 total; []
Retry entities: 0 total; []
Server brand: ~~ERROR~~ NullPointerException: null
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:373)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2444)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:927)
at net.minecraft.client.main.Main.main(SourceFile:148)
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)
---- Minecraft Crash Report ----
// On the bright side, I bought you a teddy bear!
Time: 6/3/16 3:23 AM
Description: Initializing game
java.lang.IllegalArgumentException: Multiple entries with same key: yurtmod=FMLMod:yurtmod{1.06} and yurtmod=FMLMod:yurtmod{1.08}
at com.google.common.collect.ImmutableMap.checkNoConflict(ImmutableMap.java:150)
at com.google.common.collect.RegularImmutableMap.checkNoConflictInBucket(RegularImmutableMap.java:104)
at com.google.common.collect.RegularImmutableMap.<init>(RegularImmutableMap.java:70)
at com.google.common.collect.ImmutableMap$Builder.build(ImmutableMap.java:254)
at com.google.common.collect.Maps.uniqueIndex(Maps.java:1166)
at com.google.common.collect.Maps.uniqueIndex(Maps.java:1140)
at cpw.mods.fml.common.Loader.identifyMods(Loader.java:366)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:489)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:208)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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 com.google.common.collect.ImmutableMap.checkNoConflict(ImmutableMap.java:150)
at com.google.common.collect.RegularImmutableMap.checkNoConflictInBucket(RegularImmutableMap.java:104)
at com.google.common.collect.RegularImmutableMap.<init>(RegularImmutableMap.java:70)
at com.google.common.collect.ImmutableMap$Builder.build(ImmutableMap.java:254)
at com.google.common.collect.Maps.uniqueIndex(Maps.java:1166)
at com.google.common.collect.Maps.uniqueIndex(Maps.java:1140)
at cpw.mods.fml.common.Loader.identifyMods(Loader.java:366)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:489)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:208)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
---- Minecraft Crash Report ----
// Hi. I'm Minecraft, and I'm a crashaholic.
Time: 7/16/15 6:12 PM
Description: Unexpected error
java.lang.IndexOutOfBoundsException
at java.nio.Buffer.checkIndex(Buffer.java:540)
at java.nio.DirectIntBufferU.get(DirectIntBufferU.java:253)
at net.minecraft.client.renderer.RenderGlobal.func_72712_a(RenderGlobal.java:350)
at net.minecraft.client.renderer.RenderGlobal.func_72732_a(RenderGlobal.java:294)
at net.minecraft.client.Minecraft.func_71353_a(Minecraft.java:2216)
at net.minecraft.client.Minecraft.func_71403_a(Minecraft.java:2146)
at net.minecraft.client.network.NetHandlerPlayClient.func_147282_a(NetHandlerPlayClient.java:240)
at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:70)
at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:13)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:2061)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
at net.minecraft.client.main.Main.main(SourceFile:148)
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 java.nio.Buffer.checkIndex(Buffer.java:540)
at java.nio.DirectIntBufferU.get(DirectIntBufferU.java:253)
at net.minecraft.client.renderer.RenderGlobal.func_72712_a(RenderGlobal.java:350)
at net.minecraft.client.renderer.RenderGlobal.func_72732_a(RenderGlobal.java:294)
at net.minecraft.client.Minecraft.func_71353_a(Minecraft.java:2216)
at net.minecraft.client.Minecraft.func_71403_a(Minecraft.java:2146)
at net.minecraft.client.network.NetHandlerPlayClient.func_147282_a(NetHandlerPlayClient.java:240)
at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:70)
at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:13)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
-- Affected level --
Details:
Level name: MpServer
All players: 0 total; []
Chunk stats: MultiplayerChunkCache: 0, 0
Level seed: 0
Level generator: ID 04 - BIOMESOP, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (8,64,8), Chunk: (at 8,4,8 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 0 game time, 0 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: survival (ID 0). Hardcore: false. Cheats: false
Forced entities: 0 total; []
Retry entities: 0 total; []
Server brand: ~~ERROR~~ NullPointerException: null
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:373)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2444)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:927)
at net.minecraft.client.main.Main.main(SourceFile:148)
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.7.10
Operating System: Windows 8.1 (amd64) version 6.3
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 386541800 bytes (368 MB) / 950366208 bytes (906 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
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 1, tcache: 1, allocated: 12, tallocated: 95
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1448 54 mods loaded, 54 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.05} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1448-1.7.10.jar)
UCHIJAAAA Forge{10.13.4.1448} [Minecraft Forge] (forge-1.7.10-10.13.4.1448-1.7.10.jar)
UCHIJAAAA CodeChickenCore{1.0.7.46} [CodeChicken Core] (minecraft.jar)
UCHIJAAAA ThaumicTinkerer-preloader{0.1} [Thaumic Tinkerer Core] (minecraft.jar)
UCHIJAAAA mod_ThreadedLighting{1.7.10-1.0} [Threaded Lighting] (minecraft.jar)
UCHIJAAAA gilded-games-util{1.7.10-1.1} [Gilded Games Utility] (gilded-games-util (1).jar)
UCHIJAAAA bspkrsCore{6.15} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.15.jar)
UCHIJAAAA CrystalWing{1.7.10.r02} [CrystalWing] ([1.7.10]CrystalWing-universal-1.7.10.r02.jar)
UCHIJAAAA StatusEffectHUD{1.27} [StatusEffectHUD] ([1.7.10]StatusEffectHUD-client-1.27.jar)
UCHIJAAAA Treecapitator{1.7.10} [Treecapitator] ([1.7.10]Treecapitator-universal-2.0.4.jar)
UCHIJAAAA aether{Alpha 1.7.10-1.4} [Aether II] (aether.jar)
UCHIJAAAA Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
UCHIJAAAA Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)
UCHIJAAAA AetherAspects{Alpha 1.7.10-1.2} [Aether Aspects] (AetherAspects-1.7.10-1.2.jar)
UCHIJAAAA antiqueatlas{4.2.2-1.7.10} [Antique Atlas] (antiqueatlas-4.2.2-1.7.10.jar)
UCHIJAAAA BattleTowers{1.5.1} [Battle Towers] (BattleTowers-1.7.10.jar)
UCHIJAAAA BetterFoliage{1.0.13} [Better Foliage] (BetterFoliage-mc1.7-1.0.13.jar)
UCHIJAAAA BiblioCraft{1.10.4} [BiblioCraft] (BiblioCraft[v1.10.4][MC1.7.10].jar)
UCHIJAAAA Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar)
UCHIJAAAA Natura{2.2.0} [Natura] (natura-1.7.10-2.2.0.1.jar)
UCHIJAAAA BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1067-universal.jar)
UCHIJAAAA AWWayofTime{v1.3.3} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.7.10-1.3.3-4.jar)
UCHIJAAAA Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
UCHIJAAAA BloodArsenal{1.1-14} [Blood Arsenal] (BloodArsenal-1.7.10-1.1-14.jar)
UCHIJAAAA CarpentersBlocks{3.3.6} [Carpenter's Blocks] (Carpenter's Blocks v3.3.6 - MC 1.7.10.jar)
UCHIJAAAA TwilightForest{2.3.3} [The Twilight Forest] (twilightforest-1.7.10-2.3.3.jar)
UCHIJAAAA chisel{2.3.10.37} [Chisel 2] (Chisel2-2.3.10.37.jar)
UCHIJAAAA chococraft{4.1.5} [Clienthax's ChocoCraft] (ChocoCraft-4.1.5.jar)
UCHIJAAAA CraftHeraldry{1.1.3} [CraftHeraldry] (CraftHeraldry 1.1.3.jar)
UCHIJAAAA customnpcs{1.7.10c} [CustomNpcs] (CustomNPCs_1.7.10c.jar)
UCHIJAAAA DamageIndicatorsMod{3.2.0} [Damage Indicators] (Damage-Indicators-Mod-1.7.10.jar)
UCHIJAAAA eplus{3.0.2-d} [Enchanting Plus] (EnchantingPlus-1.7.10-3.0.2-d.jar)
UCHIJAAAA endercompass{1.1} [Ender Compass] (EnderCompass-1.7.10-1.1.jar)
UCHIJAAAA farlanders{1.2b} [The Farlanders] (farlanders-1.7.10-v1.2b.jar)
UCHIJAAAA fastleafdecay{1.0} [Fast Leaf Decay] (FastLeafDecay-1.7.10-1.0.jar)
UCHIJAAAA ganysnether{1.8.0} [Gany's Nether] (Ganys Nether-1.8.0.jar)
UCHIJAAAA ganyssurface{1.12.1} [Gany's Surface] (Ganys Surface-1.12.1.jar)
UCHIJAAAA guideapi{1.7.10-1.0.1-20} [Guide-API] (Guide-API-1.7.10-1.0.1-20.jar)
UCHIJAAAA iChunUtil{4.2.2} [iChunUtil] (iChunUtil-4.2.2.jar)
UCHIJAAAA Hats{4.0.1} [Hats] (Hats-4.0.1.jar)
UCHIJAAAA headcrumbs{1.5.3} [Headcrumbs] (Headcrumbs-1.5.3.jar)
UCHIJAAAA inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks] (InventoryTweaks-1.59-dev-152.jar)
UCHIJAAAA JABBA{1.2.1} [JABBA] (Jabba-1.2.1a_1.7.10.jar)
UCHIJAAAA lootbags{1.6.1} [Loot Bags] (LootBags-1.7.10-1.6.1.jar)
UCHIJAAAA RadixCore{2.0.2} [RadixCore] (RadixCore-2.0.2-1.7.10-universal.jar)
UCHIJAAAA MCA{5.0.6} [Minecraft Comes Alive] (MCA-5.0.6-1.7.10-universal.jar)
UCHIJAAAA minefantasy2{Alpha_2.1.5} [MineFantasyII] (MineFantasyII-2.1.5.jar)
UCHIJAAAA Roguelike{1.3.6.3} [Roguelike Dungeons] (roguelike-1.7.10-1.3.6.3.jar)
UCHIJAAAA Sanguimancy{1.7.10-1.1.9-31} [Sanguimancy] (Sanguimancy-1.7.10-1.1.9-31.jar)
UCHIJAAAA ThaumicTinkerer{unspecified} [Thaumic Tinkerer] (ThaumicTinkerer-2.5-1.7.10-164.jar)
UCHIJAAAA erebus{0.2a} [Erebus] (TheErebus-0.2b.jar)
UCHIJAAAA WailaHarvestability{1.1.2} [Waila Harvestability] (WailaHarvestability-mc1.7.x-1.1.2.jar)
UCHIJAAAA voxelmap{1.7.10} [VoxelMap No Radar] (Zans-Minimap-No-Radar-Mod-1.7.10.jar)
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 350.12' Renderer: 'GeForce GTX 750/PCIe/SSE2'
Mantle Environment: Environment healthy.
Launched Version: 1.7.10-Forge10.13.4.1448-1.7.10
LWJGL: 2.9.1
OpenGL: GeForce GTX 750/PCIe/SSE2 GL version 4.5.0 NVIDIA 350.12, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: [ImDaBestPack]
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
This was worling perfectly fine before a tried to make a new world, then it crashes after the "loading world" screens
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumTry updating your Java, your a few versions behind.
"We live on a placid island of ignorance in the midst of black seas of infinity, and it was not meant that we should voyage far."
Did that and it didnt work
// On the bright side, I bought you a teddy bear!
Time: 6/3/16 3:23 AM
Description: Initializing game
java.lang.IllegalArgumentException: Multiple entries with same key: yurtmod=FMLMod:yurtmod{1.06} and yurtmod=FMLMod:yurtmod{1.08}
at com.google.common.collect.ImmutableMap.checkNoConflict(ImmutableMap.java:150)
at com.google.common.collect.RegularImmutableMap.checkNoConflictInBucket(RegularImmutableMap.java:104)
at com.google.common.collect.RegularImmutableMap.<init>(RegularImmutableMap.java:70)
at com.google.common.collect.ImmutableMap$Builder.build(ImmutableMap.java:254)
at com.google.common.collect.Maps.uniqueIndex(Maps.java:1166)
at com.google.common.collect.Maps.uniqueIndex(Maps.java:1140)
at cpw.mods.fml.common.Loader.identifyMods(Loader.java:366)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:489)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:208)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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 com.google.common.collect.ImmutableMap.checkNoConflict(ImmutableMap.java:150)
at com.google.common.collect.RegularImmutableMap.checkNoConflictInBucket(RegularImmutableMap.java:104)
at com.google.common.collect.RegularImmutableMap.<init>(RegularImmutableMap.java:70)
at com.google.common.collect.ImmutableMap$Builder.build(ImmutableMap.java:254)
at com.google.common.collect.Maps.uniqueIndex(Maps.java:1166)
at com.google.common.collect.Maps.uniqueIndex(Maps.java:1140)
at cpw.mods.fml.common.Loader.identifyMods(Loader.java:366)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:489)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:208)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 10 (x86) version 10.0
Java Version: 1.8.0_91, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
Memory: 108383256 bytes (103 MB) / 266145792 bytes (253 MB) up to 523501568 bytes (499 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1448 146 mods loaded, 0 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1448-1.7.10.jar)
Forge{10.13.4.1448} [Minecraft Forge] (forge-1.7.10-10.13.4.1448-1.7.10.jar)
bowinfinityfix{rv0} [Bow Infinity Fix] (minecraft.jar)
ercclasstransform{1.0} [ERCClassTransform] (minecraft.jar)
RenderPlayerAPI{1.4} [Render Player API] (minecraft.jar)
MobTest{1.0.3} [MobTest] ([1.7.10]FreddieMobsInstaller.jar)
AppleCore{1.3.0} [AppleCore] (AppleCore-1.7.10.jar)
AutoSapling{1.0} [AutoSapling] (Auto-Sapling-Mod-1.7.10.jar)
battlemusic{1.5} [Battle Music] (Battle-Music-Mod-1.7.10.jar)
Baubles{1.0.1.10} [Baubles] (Baubles-Mod-1.7.10.jar)
BedCraftAndBeyond{${version}} [BedCraft and Beyond] (Bed-Craft-and-Beyond-Mod-1.7.10.jar)
bettervillages{0.4} [Better Villages Mod] (Better-Villages-Mod-1.7.10.jar)
BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1826-universal.jar)
rafradek_blocklauncher{1.4.1} [Block Launcher] (Block-Launcher-Mod-1.7.10.jar)
redgear_brewcraft{1.2.3} [Brewcraft] (Brewcraft-Mod-1.7.10.jar)
bunkermod{1.1} [Bunker Mod] (Bunker-Mod-1.7.10.jar)
camping{2.1g} [The Camping Mod 2] (Camping-Mod-1.7.10.jar)
candycraftmod{Beta 1.3} [CandyCraft] (CandyCraft-1.3.jar)
chancecubes{1.7.10-2.1.2.105} [Chance Cubes] (Chance-Cubes-Mod-1.7.10.jar)
cheesemod{4.3} [ยง6Cheese Mod] (Cheese-Mod-1.7.10.jar)
Chimneys{1.7.2} [Chimneys] (Chimneys-Mod-1.7.10.jar)
clonecraft{3.0} [CloneCraft] (Clone-Craft-Mod-1.7.10.jar)
comp101{0.1.1} [Companion mod] (Companions-Mod-1.7.10.jar)
ComputerCraft{1.75} [ComputerCraft] (ComputerCraft-Mod-1.7.10.jar)
cookingbook{1.0.140} [Cooking for Blockheads] (Cooking-for-Blockheads-Mod-1.7.10.jar)
CraftMobEggsSpawners{1.0} [Craftable MobeEggs] (Craftable-MobEggs-Mod-1.7.10.jar)
craftingcraft{1.0.12} [CraftingCraft] (CraftingCraft-Mod-1.7.10.jar)
cutepuppymod{0.0.4} [CutePuppyMod] (Cute-Puppy-Mod-1.7.10.jar)
DayZ{1.0} [DayZ Minecraft] (DayZ-Mod-1.7.10.jar)
diversity{ALPHA 1.6.1} [Diversity] (Diversity-Mod-1.7.10.jar)
doorsoplenty{0.1} [Doors O' Plenty] (Doors-O-Plenty-Mod-1.7.10.jar)
doubledoors{V0.1 - 1.7.10} [Double Doors] (Double-doors-mod-by-derbam-1.7.10.jar)
elementalmasters{0.1.0} [Elemental Masters] (Elemental-Masters-Combat-System-Mod-1.7.10.jar)
emeraldobsidianmod{1.3} [Emerald & Obsidian tools/armor mod] (Emerald-and-Obsidian-Tools-Mod-1.7.10.jar)
emotionpotion{1.0} [Emotional Potions Mod] (Emotional-Potions-Mod-1.7.10.jar)
EnderTanks{rev16-beta1} [EnderTanks] (Ender-Tanks-Mod-1.7.10.jar)
erc{1.31} [Ex Roller Coaster] (ExRollerCoaster-1.31w.jar)
extfar{1.7.10-2.1} [Extended Farming] (extfar-1.7.10-2.1.jar)
ExtraFood{0.7.46} [Extra Food] (Extra-Food-Mod-1.7.10.jar)
farseek{1.0.11} [farseek] (Farseek-Mod-1.7.10.jar)
fnaf2{{$Version}} [Five nights at Freddy's V2 Mod] (Five-nights-at-freddys-mod-by-magik-1.7.10.jar)
FoodExpansion{1.0} [Food Expansion] (Food-Expansion-Mod-1.7.10.jar)
freddycraftmod{1.2} [FreddyCraft] (FreddyCraft-Mod-1.7.10.jar)
goatmod{1.7.10} [Goat Mod] (GoatMod_1.7.10..jar)
grim3212core{V0.2 - 1.7.10} [Grim3212 Core] (Grim3212-Core-1.7.10.jar)
herobrinemod{3.7} [The Herobrine Mod] (Herobrine-Mod-1.7.10.jar)
ICMod{1.5.0} [Ice Cream Mod] (ICMod-1.5.0.jar)
instahouse{7.5} [Insta House] (Insta-House-Mod-1.7.10.jar)
imsm{1.7.10} [Instant Massive Structures Mod] (Instant-Massive-Structures-Mod-1.7.10.jar)
s0baco.invisiblearmor{1.0.0} [Invisible Armor] (Invisible-Armor-Mod-1.7.10.jar)
JinRyuu_BetterRenderAddon{1.4.12} [JinRyuu's Better Render Addon] (JBRA-Client-v1.4.12.jar)
jinryuufamilyc{1.2.3} [JinRyuu's FamilyC] (JFamilyC-v1.2.3.jar)
jinryuujrmcore{1.1.10} [JinRyuu's JRMCore] (JRMCore-v1.1.10.jar)
Lambchops{1.6} [Lambchops] (Lambchops-Mod-by-simonki2-1.7.10.jar)
littlehelpers{1.5.1 - 1.7.10} [LittleHelpers] (Little-Helpers-Mod-1.7.10.jar)
master chef mod{Alpha v4.0} [Master Chef Mod] (MasterChef-Mod-1.7.10.jar)
Material Creepers{1.0} [Material Creepers] (Material-Creepers-Mod-1.7.10.jar)
MedicineCraft{V4.0} [MedicineCraft] (MedicineCraft V4.2.jar)
mexicanmod{1.2.0} [Mexican Mod] (Mexican-Mod-1.7.10.jar)
MinecraftDonaldsMod{v2.0} [MinecraftDonaldsMod] (MinecraftDonaldsMod v2.0)
mfm{2.2.2} [Mo' Furnaces Mod] (Mo-Furnaces-Mod-1.7.10.jar)
modelcitizens{1.0} [Model Citizens] (Model-Citizens-Mod-1.7.10.jar)
MooFluids{1.7.10-1.5.01.19a} [Moo Fluids] (Moo-Fluids-Mod-1.7.10.jar)
MoreBows2{1.0.1} [More Bows 2] (More-Bows-2-Mod-1.7.10.jar)
morefuelsmod-1.7.10{1.3.1} [More Fuels Mod] (More-Fuels-Mod-1.7.10.jar)
MFQM{1.0.5.1} [More Fun Quicksand Mod] (More-Fun-Quicksand-Mod-1.7.10.jar)
MLPMod{1.2.7} [MLP Mythical Creatures Mod] (MythicalC v1.2.7.jar)
mam{1.7.10-1.0.2} [Myths & Monsters Mod] (Myths-and-Monsters-Mod-1.7.10.jar)
newfoods2{2.2} [New Foods 2] (New-Foods-2-Mod-1.7.10.jar)
yurtmod{1.08} [Nomadic Tents] (Nomadic-Tents-Mod-1.7.10.jar)
yurtmod{1.06} [Nomadic Tents] (Nomadic-Tents-Mod-1.7.10.jar)
Oceancraft{1.4} [Oceancraft] (OceanCraft-Mod-1.7.10.jar)
olympusGear{1.0.0} [Olympus gear] (Olympus-Gear-Mod-1.7.10.jar)
OreSpawn{1.7.10.20.3} [OreSpawn] (Ore-Spawn-Mod-1.7.10)
parachutemod{1.7.10} [Parachute Mod] (Parachute-Mod-1.7.10.jar)
PastriesPlus{1.3.0} [PastriesPlus] (Pastries-Mod-1.7.10)
PetBat{1.3.6} [Pet Bat] (Pet-Bat-Mod-1.7.10.jar)
poisonedarrows{0.0.0} [Poisoned Arrows Mod] (Poisoned-Arrows-Mod-1.7.10)
Popcorn{1.2.1} [Popcorn] (Popcorn_Mod_1.7.10.jar)
potioncore{@[email protected]} [Potion Core] (Potion-Core-1.7.10.jar)
packchevsky{b5} [Potion Packs] (Potion-Packs-Mod-1.7.10)
HeroSuits{2.0} [Project Superhuman] (Project-Superhuman-Mod-1.7.10.jar)
MCP_BattleHearts{1.1.1} [MC+ BattleHearts] (Quiver-Mod-1.7.10.jar)
MCP_Beetroot{1.1.0} [MC+ Beetroot] (Quiver-Mod-1.7.10.jar)
MCP_BerryBush{1.1.1} [MC+ BerryBush] (Quiver-Mod-1.7.10.jar)
MCP_Blowpipe{1.4.0} [MC+ Blowpipe] (Quiver-Mod-1.7.10.jar)
MCP_Cart{1.3.0} [MC+ Cart] (Quiver-Mod-1.7.10.jar)
MCP_ClayTools{1.1.2} [MC+ ClayTools] (Quiver-Mod-1.7.10.jar)
MCP_ClayWallSlab{1.0.2} [MC+ ClayWallSlab] (Quiver-Mod-1.7.10.jar)
MCP_Clippers{1.1.2} [MC+ Clippers] (Quiver-Mod-1.7.10.jar)
MCP_Cocoa{1.3.0} [MC+ Cocoa] (Quiver-Mod-1.7.10.jar)
MCP_Collision{1.0.0} [MC+ Collision] (Quiver-Mod-1.7.10.jar)
MCP_DayCounter{1.1.2} [MC+ DayCounter] (Quiver-Mod-1.7.10.jar)
MCP_FirePit{1.0.3} [MC+ FirePit] (Quiver-Mod-1.7.10.jar)
MCP_Fossil{1.1.2} [MC+ Fossil] (Quiver-Mod-1.7.10.jar)
MCP_Gems{1.2.1} [MC+ Gems] (Quiver-Mod-1.7.10.jar)
MCP_GiftBox{1.2.0} [MC+ GiftBox] (Quiver-Mod-1.7.10.jar)
MCP_GrainMix{1.2.0} [MC+ GrainMix] (Quiver-Mod-1.7.10.jar)
MCP_Lock{1.2.2} [MC+ Lock] (Quiver-Mod-1.7.10.jar)
MCP_Loom{1.2.3} [MC+ Loom] (Quiver-Mod-1.7.10.jar)
MCP_LooseStone{1.0.0} [MC+ LooseStone] (Quiver-Mod-1.7.10.jar)
MCP_Lumber{1.0.2} [MC+ Lumber] (Quiver-Mod-1.7.10.jar)
MCP_Quartz{1.3.2} [MC+ Quartz] (Quiver-Mod-1.7.10.jar)
MCP_Quiver{1.3.2} [MC+ Quiver] (Quiver-Mod-1.7.10.jar)
MCP_Reforestation{1.0.2} [MC+ Reforestation] (Quiver-Mod-1.7.10.jar)
MCP_Region{1.2.0} [MC+ Region] (Quiver-Mod-1.7.10.jar)
MCP_Rotten{1.0.2} [MC+ Rotten] (Quiver-Mod-1.7.10.jar)
MCP_Satchel{1.3.2} [MC+ Satchel] (Quiver-Mod-1.7.10.jar)
MCP_Saw{1.0.1} [MC+ Saw] (Quiver-Mod-1.7.10.jar)
MCP_Shatter{1.0.0} [MC+ Shatter] (Quiver-Mod-1.7.10.jar)
MCP_Sickle{1.0.0} [MC+ Sickle] (Quiver-Mod-1.7.10.jar)
MCP_SkullCandle{1.0.2} [MC+ SkullCandle] (Quiver-Mod-1.7.10.jar)
MCP_SoulExtractor{1.0.3} [MC+ SoulExtractor] (Quiver-Mod-1.7.10.jar)
MCP_Starvation{1.0.0} [MC+ Starvation] (Quiver-Mod-1.7.10.jar)
MCP_SweetPotato{1.0.1} [MC+ SweetPotato] (Quiver-Mod-1.7.10.jar)
MCP_TrappedLadder{1.1.2} [MC+ TrappedLadder] (Quiver-Mod-1.7.10.jar)
MCP_Turnip{1.1.0} [MC+ Turnip] (Quiver-Mod-1.7.10.jar)
MCP_Turtle{1.2.3} [MC+ Turtle] (Quiver-Mod-1.7.10.jar)
MCP_Vines{1.0.1} [MC+ Vines] (Quiver-Mod-1.7.10.jar)
MCP_Wheel{1.1.2} [MC+ Wheel] (Quiver-Mod-1.7.10.jar)
MCP_WildAnimal{1.0.0} [MC+ WildAnimal] (Quiver-Mod-1.7.10.jar)
MCP_WoodenBucket{1.2.0} [MC+ WoodenBucket] (Quiver-Mod-1.7.10.jar)
mod_RadarBro{v1337.69} [RadarBro] (RadarBro-Mod-1.7.10.jar)
RadixCore{2.1.1} [RadixCore] (RadixCore-1.7.10.jar)
row{1.7.2-014.05.22-1} [Rails of War] (Rails-of-War-Mod-1.7.2.jar)
randomtnt{1.1} [Random TNT Mod] (Random-TNT-Mod-1.7.10.jar)
redgear_core{2.2.1} [Red Gear Core] (Red-Gear-Core-1.7.10.jar)
reptilemod{1.7.10} [Reptile Mod] (Reptile-Mod-1.7.10.jar)
AS_Ruins{15.4} [Ruins Spawning System] (Ruins-Mod-1.7.10.jar)
ShetiPhianCore{v3} [ShetiPhian-Core] (ShetiPhianCore-1.7.10.jar)
simply_sit{1.7.10-1.1.0} [Simply Sit] (Simply-Sit-Mod-1.7.10.jar)
Sleep{0.0-1} [Sleep] (Sleep-Mod-1.7.10.jar)
soda{V0.1 - 1.7.10} [Soda] (Soda-Mod-1.7.10.jar)
streams{0.2} [streams] (Streams-Mod-1.7.10.jar)
ethan_luckyegg{2.0 Alpha} [Helpful Egg Mod] (The-Helpful-Egg-Mod-1.7.10.jar)
SpiceOfLife{1.3.1} [The Spice of Life] (The-Spice-Of-Life-Mod-1.7.10.jar)
treeores{1.2} [TreeOres Mod] (TreeOres-1.7.10-1.2.jar)
ultimate_unicorn_mod{1.4.10} [Wings, Horns, and Hooves, the Ultimate Unicorn Mod!] (Ultimate-Unicorn-Mod-1.7.10.jar)
stm{1.9} [Super Tools Mod] (Ultra-Awesome-Tools-Mod-1.7.10.jar)
vampirism{0.7.8.6} [Vampirism] (Vampirism-Mod-1.7.10.jar)
vending{1.2.3} [vending] (Vending-Block-Mod-1.7.10.jar)
warpbook{2.0.null} [Warp Book] (Warp-Book-Mod-1.7.10.jar)
weaponsplus{v1.1 Pre-Release} [Weapons+ Mod] (Weapons-Mod-1.7.10.jar)
YAFM{1.0.3} [Yet Another Food Mod] (Yet-Another-Food-Mod-1.7.10.jar)
YALSM{2.1.3} [Yet Another Leather Smelting Mod] (Yet-Another-Leather-Smelting-Mod-1.7.10.jar)
GL info: ' Vendor: 'Intel' Version: '4.3.0 - Build 10.18.15.4240' Renderer: 'Intel(R) HD Graphics 4400'
Launched Version: 1.7.10-Forge10.13.4.1448-1.7.10
LWJGL: 2.9.1
OpenGL: Intel(R) HD Graphics 4400 GL version 4.3.0 - Build 10.18.15.4240, Intel
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.
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)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
Can anyone help me with this I would really appreciate it.
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumMake you own thread. Your crash has nothing to do with the OP.
"We live on a placid island of ignorance in the midst of black seas of infinity, and it was not meant that we should voyage far."
what you mean by that exactly?