Résolu Bug key
-
Bonjour , je codé un mods pour avoir des boutons ( avec le tuto de darkvince37 )
Client> 2014-02-03 23:37:39 [Infos] [STDOUT] Time: 03/02/14 23:37 Client> 2014-02-03 23:37:39 [Infos] [STDOUT] Description: Initializing game Client> 2014-02-03 23:37:39 [Infos] [STDOUT] Client> 2014-02-03 23:37:39 [Infos] [STDOUT] java.lang.IllegalArgumentException: duplicate key: GeekMyCraft Client> 2014-02-03 23:37:39 [Infos] [STDOUT] at com.google.common.base.Preconditions.checkArgument(Preconditions.java:119) Client> 2014-02-03 23:37:39 [Infos] [STDOUT] at com.google.common.collect.RegularImmutableMap.<init>(RegularImmutableMap.java:67) Client> 2014-02-03 23:37:39 [Infos] [STDOUT] at com.google.common.collect.ImmutableMap$Builder.fromEntryList(ImmutableMap.java:249) Client> 2014-02-03 23:37:39 [Infos] [STDOUT] at com.google.common.collect.ImmutableMap$Builder.build(ImmutableMap.java:235) Client> 2014-02-03 23:37:39 [Infos] [STDOUT] at com.google.common.collect.Maps.uniqueIndex(Maps.java:1168) Client> 2014-02-03 23:37:39 [Infos] [STDOUT] at com.google.common.collect.Maps.uniqueIndex(Maps.java:1142) Client> 2014-02-03 23:37:39 [Infos] [STDOUT] at cpw.mods.fml.common.Loader.identifyMods(Loader.java:355) Client> 2014-02-03 23:37:39 [Infos] [STDOUT] at cpw.mods.fml.common.Loader.loadMods(Loader.java:485) Client> 2014-02-03 23:37:39 [Infos] [STDOUT] at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183) Client> 2014-02-03 23:37:39 [Infos] [STDOUT] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473) Client> 2014-02-03 23:37:39 [Infos] [STDOUT] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808) Client> 2014-02-03 23:37:39 [Infos] [STDOUT] at net.minecraft.client.main.Main.main(SourceFile:101) Client> 2014-02-03 23:37:39 [Infos] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) Client> 2014-02-03 23:37:39 [Infos] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) Client> 2014-02-03 23:37:39 [Infos] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) Client> 2014-02-03 23:37:39 [Infos] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source) Client> 2014-02-03 23:37:39 [Infos] [STDOUT] at net.minecraft.launchwrapper.Launch.launch(Launch.java:131) Client> 2014-02-03 23:37:39 [Infos] [STDOUT] at net.minecraft.launchwrapper.Launch.main(Launch.java:27) ```</init>
-
java.lang.IllegalArgumentException: duplicate key: GeekMyCraft
…
Argument illégale : clé double : GeekMyCraft
Tu as deux clés enregistrés avec le même nom.C’est juste de la traduction à faire, c’est pas compliqué à comprendre (faudrait que je fasse un tutoriel pour apprendre à lire ses crash report et à débug ses mods).
-
Deux clés ? Wat ? ou elle se trouve oO ?
-
Aucune idée, j’ai pas ton code sous les yeux x).
-
Bug résolue j’ai enlevé mes classe vu j’ai du tous reset