Skip to content

Instantly share code, notes, and snippets.

@yariplus
Created May 22, 2015 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yariplus/a65285be17667e4bb476 to your computer and use it in GitHub Desktop.
Save yariplus/a65285be17667e4bb476 to your computer and use it in GitHub Desktop.
Tabby Fail
---- Minecraft Crash Report ----
// Daisy, daisy...
Time: 5/22/15 10:00 AM
Description: Initializing game
java.lang.IllegalArgumentException: Multiple entries with same key: TabbyChat2=FMLMod:TabbyChat2{2.0.0-beta2-SNAPSHOT} and TabbyChat2=FMLMod:TabbyChat2{2.0.0-alpha}
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 net.minecraftforge.fml.common.Loader.identifyMods(Loader.java:358)
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:481)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:211)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:412)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:325)
at net.minecraft.client.main.Main.main(SourceFile:120)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(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 net.minecraftforge.fml.common.Loader.identifyMods(Loader.java:358)
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:481)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:211)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:412)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:325)
at net.minecraft.client.main.Main.main(SourceFile:120)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(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.8
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_31, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 346140616 bytes (330 MB) / 784859136 bytes (748 MB) up to 2863661056 bytes (2731 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx3G
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.10 FML v8.99.8.1412 Minecraft Forge 11.14.1.1412 6 mods loaded, 0 mods active
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
FML{8.99.8.1412} [Forge Mod Loader] (forge-1.8-11.14.1.1412.jar)
Forge{11.14.1.1412} [Minecraft Forge] (forge-1.8-11.14.1.1412.jar)
MnmModUtils{0.0.1} [MnM Mod Utils] (MnM-Utils-0.1.0.jar)
TabbyChat2{2.0.0-alpha} [TabbyChat 2] (TabbyChat-2.0.0-beta2-SNAPSHOT.jar)
TabbyChat2{2.0.0-beta2-SNAPSHOT} [TabbyChat 2] (TabbyChat-2.0.0-beta2-SNAPSHOT.jar)
Loaded coremods (and transformers):
GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.4.13283 Compatibility Profile Context 14.501.1003.0' Renderer: 'AMD Radeon HD 6900 Series'
Launched Version: 1.8-Forge11.14.1.1412
LWJGL: 2.9.1
OpenGL: AMD Radeon HD 6900 Series GL version 4.4.13283 Compatibility Profile Context 14.501.1003.0, ATI Technologies Inc.
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.
Using VBOs: No
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: [Soartex_Fanver.zip, Wolion128.zip]
Current Language: English (US)
Profiler Position: N/A (disabled)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment