MFF

    Minecraft Forge France
    • Récent
    • Mots-clés
    • Populaire
    • Utilisateurs
    • Groupes
    • Forge Events
      • Automatique
      • Foncé
      • Clair
    • S'inscrire
    • Se connecter

    Problème IGUIHandler

    Planifier Épinglé Verrouillé Déplacé Résolu 1.7.x
    1.7.10
    191 Messages 7 Publieurs 34.6k Vues 1 Watching
    Charger plus de messages
    • Du plus ancien au plus récent
    • Du plus récent au plus ancien
    • Les plus votés
    Répondre
    • Répondre à l'aide d'un nouveau sujet
    Se connecter pour répondre
    Ce sujet a été supprimé. Seuls les utilisateurs avec les droits d'administration peuvent le voir.
    • AymericRedA Hors-ligne
      AymericRed
      dernière édition par

      “new InventaireArma(null, z)” Tu as mis le premier argument à null et dans le constructeur, tu récupère les tags nbt de ce stack, et comme il est égal à null…NPE.
      Donc il faut que ton stack ne soit pas égal à null ou que tu ne récupères pas ses tags NBT.

      Si je vous ai aidé, n'oubliez pas d’être heureux, j'aiderai encore +

      AymericRed, moddeur expérimenté qui aide sur ce forum et qui peut accepter de faire un mod Forge rémunéré de temps en temps.

      Mes tutos : Table de craft, plugin NEI, plugin JEI, modifier l'overlay
      Je suis un membre apprécié et joueur, j'ai déjà obtenu 6 points de réputation.

      1 réponse Dernière réponse Répondre Citer 0
      • GabsG Hors-ligne
        Gabs
        dernière édition par

        Comment je dois faire ?

        1 réponse Dernière réponse Répondre Citer 0
        • robin4002R Hors-ligne
          robin4002 Moddeurs confirmés Rédacteurs Administrateurs
          dernière édition par

          player.getCurrentItem() à la place de null …

          1 réponse Dernière réponse Répondre Citer 0
          • GabsG Hors-ligne
            Gabs
            dernière édition par

            getCurrentItem existe pas j’ai essayer getCurrentEquippedItem et getHeldItem mais j’ai toujours un crash a la ligne 18 .

            1 réponse Dernière réponse Répondre Citer 0
            • AymericRedA Hors-ligne
              AymericRed
              dernière édition par

              Dans ton constructeur, rajouté if(stack != null) avant ce qui touche le stack

              Si je vous ai aidé, n'oubliez pas d’être heureux, j'aiderai encore +

              AymericRed, moddeur expérimenté qui aide sur ce forum et qui peut accepter de faire un mod Forge rémunéré de temps en temps.

              Mes tutos : Table de craft, plugin NEI, plugin JEI, modifier l'overlay
              Je suis un membre apprécié et joueur, j'ai déjà obtenu 6 points de réputation.

              1 réponse Dernière réponse Répondre Citer 0
              • GabsG Hors-ligne
                Gabs
                dernière édition par

                Crash report toujours mais c’est pas le même:

                
                [19:57:22] [main/INFO] [GradleStart]: Extra: []
                [19:57:22] [main/INFO] [GradleStart]: Running with arguments: [–userProperties, {}, --assetsDir, C:/Users/Admin/.gradle/caches/minecraft/assets, --assetIndex, 1.7.10, --accessToken, {REDACTED}, --version, 1.7.10, --tweakClass, cpw.mods.fml.common.launcher.FMLTweaker, --tweakClass, net.minecraftforge.gradle.tweakers.CoremodTweaker]
                [19:57:22] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
                [19:57:22] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
                [19:57:22] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker
                [19:57:22] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
                [19:57:22] [main/INFO] [FML]: Forge Mod Loader version 7.10.85.1291 for Minecraft 1.7.10 loading
                [19:57:22] [main/INFO] [FML]: Java is Java HotSpot(TM) Client VM, version 1.8.0_45, running on Windows 7:x86:6.1, installed at C:\Program Files (x86)\Java\jdk1.8.0_45\jre
                [19:57:22] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
                [19:57:22] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker
                [19:57:22] [main/INFO] [GradleStart]: Injecting location in coremod cpw.mods.fml.relauncher.FMLCorePlugin
                [19:57:22] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin
                [19:57:22] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
                [19:57:22] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
                [19:57:22] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
                [19:57:22] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
                [19:57:22] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
                [19:57:22] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
                [19:57:22] [main/ERROR] [FML]: The binary patch set is missing. Either you are in a development environment, or things are not going to work!
                [19:57:23] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing
                [19:57:23] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
                [19:57:23] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
                [19:57:23] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
                [19:57:23] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
                [19:57:23] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
                [19:57:23] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
                [19:57:23] [main/INFO]: Setting user: Player287
                [19:57:24] [Client thread/INFO]: LWJGL Version: 2.9.1
                [19:57:24] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
                [19:57:24] [Client thread/INFO] [FML]: MinecraftForge v10.13.2.1291 Initialized
                [19:57:24] [Client thread/INFO] [FML]: Replaced 183 ore recipies
                [19:57:24] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
                [19:57:24] [Client thread/INFO] [FML]: Searching C:\Users\Admin\Desktop\Modding\AltisMineModV2\eclipse\mods for mods
                [19:57:25] [Client thread/INFO] [FML]: Forge Mod Loader has identified 4 mods to load
                [19:57:25] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, amm] at CLIENT
                [19:57:25] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, amm] at SERVER
                [19:57:25] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:AltisMineMod
                [19:57:25] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
                [19:57:25] [Client thread/INFO] [FML]: Found 341 ObjectHolder annotations
                [19:57:25] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
                [19:57:25] [Client thread/INFO] [FML]: Applying holder lookups
                [19:57:25] [Client thread/INFO] [FML]: Holder lookups applied
                [19:57:26] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: 
                [19:57:26] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem…
                [19:57:26] [Thread-6/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
                [19:57:26] [Thread-6/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:     (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
                [19:57:26] [Thread-6/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.
                [19:57:26] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: 
                [19:57:26] [Sound Library Loader/INFO]: Sound engine started
                [19:57:26] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas
                [19:57:26] [Client thread/INFO]: Created: 256x256 textures/items-atlas
                [19:57:26] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 4 mods
                [19:57:26] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:AltisMineMod
                [19:57:27] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas
                [19:57:27] [Client thread/INFO]: Created: 256x256 textures/items-atlas
                [19:57:27] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: 
                [19:57:27] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: SoundSystem shutting down…
                [19:57:27] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:importantMessage:90]:     Author: Paul Lamb, www.paulscode.com
                [19:57:27] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: 
                [19:57:27] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: 
                [19:57:27] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem…
                [19:57:27] [Thread-8/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
                [19:57:27] [Thread-8/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:     (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
                [19:57:27] [Thread-8/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.
                [19:57:27] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: 
                [19:57:27] [Sound Library Loader/INFO]: Sound engine started
                [19:57:49] [Server thread/INFO]: Starting integrated minecraft server version 1.7.10
                [19:57:49] [Server thread/INFO]: Generating keypair
                [19:57:49] [Server thread/INFO] [FML]: Injecting existing block and item data into this server instance
                [19:57:49] [Server thread/INFO] [FML]: Applying holder lookups
                [19:57:49] [Server thread/INFO] [FML]: Holder lookups applied
                [19:57:49] [Server thread/INFO] [FML]: Loading dimension 0 (New World) (net.minecraft.server.integrated.IntegratedServer@1c985c6)
                [19:57:49] [Server thread/INFO] [FML]: Loading dimension 1 (New World) (net.minecraft.server.integrated.IntegratedServer@1c985c6)
                [19:57:49] [Server thread/INFO] [FML]: Loading dimension -1 (New World) (net.minecraft.server.integrated.IntegratedServer@1c985c6)
                [19:57:49] [Server thread/INFO]: Preparing start region for level 0
                [19:57:50] [Server thread/INFO]: Changing view distance to 8, from 10
                [19:57:50] [Netty Client IO #0/INFO] [FML]: Server protocol version 1
                [19:57:50] [Netty IO #1/INFO] [FML]: Client protocol version 1
                [19:57:50] [Netty IO #1/INFO] [FML]: Client attempting to join with 4 mods : amm@1.0,FML@7.10.85.1291,Forge@10.13.2.1291,mcp@9.05
                [19:57:50] [Netty IO #1/INFO] [FML]: Attempting connection with missing mods [] at CLIENT
                [19:57:50] [Netty Client IO #0/INFO] [FML]: Attempting connection with missing mods [] at SERVER
                [19:57:50] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established
                [19:57:50] [Server thread/INFO]: Player287[local:E:aeb8b0d6] logged in with entity id 396 at (-37.42806090523522, 40.24918707874468, 178.69999998807904)
                [19:57:50] [Client thread/INFO] [FML]: [Client thread] Client side modded connection established
                [19:57:50] [Server thread/INFO]: Player287 joined the game
                [19:57:50] [Server thread/ERROR] [FML]: Exception caught during firing event net.minecraftforge.event.entity.EntityJoinWorldEvent@eb340b:
                java.lang.ArrayIndexOutOfBoundsException: -33
                at net.minecraft.entity.player.InventoryPlayer.getStackInSlot(InventoryPlayer.java:646) ~[InventoryPlayer.class:?]
                at net.minecraft.inventory.Slot.getStack(Slot.java:88) ~[Slot.class:?]
                at net.minecraft.inventory.Container.getInventory(Container.java:67) ~[Container.class:?]
                at net.minecraft.inventory.Container.addCraftingToCrafters(Container.java:53) ~[Container.class:?]
                at cpw.mods.fml.common.network.internal.FMLNetworkHandler.openGui(FMLNetworkHandler.java:88) ~[FMLNetworkHandler.class:?]
                at net.minecraft.entity.player.EntityPlayer.openGui(EntityPlayer.java:2501) ~[EntityPlayer.class:?]
                at armacraft.net.Events.Events.onJoinWorld(Events.java:633) ~[Events.class:?]
                at cpw.mods.fml.common.eventhandler.ASMEventHandler_12_Events_onJoinWorld_EntityJoinWorldEvent.invoke(.dynamic) ~[?:?]
                at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) ~[ASMEventHandler.class:?]
                at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138) [EventBus.class:?]
                at net.minecraft.world.World.spawnEntityInWorld(World.java:1503) [World.class:?]
                at net.minecraft.server.management.ServerConfigurationManager.playerLoggedIn(ServerConfigurationManager.java:309) [ServerConfigurationManager.class:?]
                at net.minecraft.server.management.ServerConfigurationManager.initializeConnectionToPlayer(ServerConfigurationManager.java:170) [ServerConfigurationManager.class:?]
                at cpw.mods.fml.common.network.handshake.NetworkDispatcher.completeServerSideConnection(NetworkDispatcher.java:173) [NetworkDispatcher.class:?]
                at cpw.mods.fml.common.network.handshake.NetworkDispatcher.completeHandshake(NetworkDispatcher.java:446) [NetworkDispatcher.class:?]
                at cpw.mods.fml.common.network.internal.HandshakeCompletionHandler.channelRead0(HandshakeCompletionHandler.java:17) [HandshakeCompletionHandler.class:?]
                at cpw.mods.fml.common.network.internal.HandshakeCompletionHandler.channelRead0(HandshakeCompletionHandler.java:11) [HandshakeCompletionHandler.class:?]
                at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:98) [SimpleChannelInboundHandler.class:?]
                at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) [DefaultChannelHandlerContext.class:?]
                at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) [DefaultChannelHandlerContext.class:?]
                at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) [MessageToMessageDecoder.class:?]
                at io.netty.handler.codec.MessageToMessageCodec.channelRead(MessageToMessageCodec.java:111) [MessageToMessageCodec.class:?]
                at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) [DefaultChannelHandlerContext.class:?]
                at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) [DefaultChannelHandlerContext.class:?]
                at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785) [DefaultChannelPipeline.class:?]
                at io.netty.channel.embedded.EmbeddedChannel.writeInbound(EmbeddedChannel.java:169) [EmbeddedChannel.class:?]
                at cpw.mods.fml.common.network.internal.FMLProxyPacket.processPacket(FMLProxyPacket.java:86) [FMLProxyPacket.class:?]
                at net.minecraft.network.NetworkManager.processReceivedPackets(NetworkManager.java:241) [NetworkManager.class:?]
                at net.minecraft.network.NetworkSystem.networkTick(NetworkSystem.java:182) [NetworkSystem.class:?]
                at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:726) [MinecraftServer.class:?]
                at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:614) [MinecraftServer.class:?]
                at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:118) [IntegratedServer.class:?]
                at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:485) [MinecraftServer.class:?]
                at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:752) [MinecraftServer$2.class:?]
                [19:57:50] [Server thread/ERROR] [FML]: Index: 3 Listeners:
                [19:57:50] [Server thread/ERROR] [FML]: 0: HIGHEST
                [19:57:50] [Server thread/ERROR] [FML]: 1: ASM: net.minecraftforge.common.ForgeInternalHandler@16f2d91 onEntityJoinWorld(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V
                [19:57:50] [Server thread/ERROR] [FML]: 2: NORMAL
                [19:57:50] [Server thread/ERROR] [FML]: 3: ASM: armacraft.net.Events.Events@1287f7c onJoinWorld(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V
                [19:57:50] [Server thread/ERROR] [FML]: HandshakeCompletionHandler exception
                java.lang.ArrayIndexOutOfBoundsException: -33
                at net.minecraft.entity.player.InventoryPlayer.getStackInSlot(InventoryPlayer.java:646) ~[InventoryPlayer.class:?]
                at net.minecraft.inventory.Slot.getStack(Slot.java:88) ~[Slot.class:?]
                at net.minecraft.inventory.Container.getInventory(Container.java:67) ~[Container.class:?]
                at net.minecraft.inventory.Container.addCraftingToCrafters(Container.java:53) ~[Container.class:?]
                at cpw.mods.fml.common.network.internal.FMLNetworkHandler.openGui(FMLNetworkHandler.java:88) ~[FMLNetworkHandler.class:?]
                at net.minecraft.entity.player.EntityPlayer.openGui(EntityPlayer.java:2501) ~[EntityPlayer.class:?]
                at armacraft.net.Events.Events.onJoinWorld(Events.java:633) ~[Events.class:?]
                at cpw.mods.fml.common.eventhandler.ASMEventHandler_12_Events_onJoinWorld_EntityJoinWorldEvent.invoke(.dynamic) ~[?:?]
                at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) ~[ASMEventHandler.class:?]
                at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138) ~[EventBus.class:?]
                at net.minecraft.world.World.spawnEntityInWorld(World.java:1503) ~[World.class:?]
                at net.minecraft.server.management.ServerConfigurationManager.playerLoggedIn(ServerConfigurationManager.java:309) ~[ServerConfigurationManager.class:?]
                at net.minecraft.server.management.ServerConfigurationManager.initializeConnectionToPlayer(ServerConfigurationManager.java:170) ~[ServerConfigurationManager.class:?]
                at cpw.mods.fml.common.network.handshake.NetworkDispatcher.completeServerSideConnection(NetworkDispatcher.java:173) ~[NetworkDispatcher.class:?]
                at cpw.mods.fml.common.network.handshake.NetworkDispatcher.completeHandshake(NetworkDispatcher.java:446) ~[NetworkDispatcher.class:?]
                at cpw.mods.fml.common.network.internal.HandshakeCompletionHandler.channelRead0(HandshakeCompletionHandler.java:17) ~[HandshakeCompletionHandler.class:?]
                at cpw.mods.fml.common.network.internal.HandshakeCompletionHandler.channelRead0(HandshakeCompletionHandler.java:11) ~[HandshakeCompletionHandler.class:?]
                at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:98) ~[SimpleChannelInboundHandler.class:?]
                at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) [DefaultChannelHandlerContext.class:?]
                at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) [DefaultChannelHandlerContext.class:?]
                at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) [MessageToMessageDecoder.class:?]
                at io.netty.handler.codec.MessageToMessageCodec.channelRead(MessageToMessageCodec.java:111) [MessageToMessageCodec.class:?]
                at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) [DefaultChannelHandlerContext.class:?]
                at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) [DefaultChannelHandlerContext.class:?]
                at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785) [DefaultChannelPipeline.class:?]
                at io.netty.channel.embedded.EmbeddedChannel.writeInbound(EmbeddedChannel.java:169) [EmbeddedChannel.class:?]
                at cpw.mods.fml.common.network.internal.FMLProxyPacket.processPacket(FMLProxyPacket.java:86) [FMLProxyPacket.class:?]
                at net.minecraft.network.NetworkManager.processReceivedPackets(NetworkManager.java:241) [NetworkManager.class:?]
                at net.minecraft.network.NetworkSystem.networkTick(NetworkSystem.java:182) [NetworkSystem.class:?]
                at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:726) [MinecraftServer.class:?]
                at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:614) [MinecraftServer.class:?]
                at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:118) [IntegratedServer.class:?]
                at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:485) [MinecraftServer.class:?]
                at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:752) [MinecraftServer$2.class:?]
                [19:57:50] [Server thread/ERROR] [FML]: There was a critical exception handling a packet on channel FML
                java.lang.ArrayIndexOutOfBoundsException: -33
                at net.minecraft.entity.player.InventoryPlayer.getStackInSlot(InventoryPlayer.java:646) ~[InventoryPlayer.class:?]
                at net.minecraft.inventory.Slot.getStack(Slot.java:88) ~[Slot.class:?]
                at net.minecraft.inventory.Container.getInventory(Container.java:67) ~[Container.class:?]
                at net.minecraft.inventory.Container.addCraftingToCrafters(Container.java:53) ~[Container.class:?]
                at cpw.mods.fml.common.network.internal.FMLNetworkHandler.openGui(FMLNetworkHandler.java:88) ~[FMLNetworkHandler.class:?]
                at net.minecraft.entity.player.EntityPlayer.openGui(EntityPlayer.java:2501) ~[EntityPlayer.class:?]
                at armacraft.net.Events.Events.onJoinWorld(Events.java:633) ~[Events.class:?]
                at cpw.mods.fml.common.eventhandler.ASMEventHandler_12_Events_onJoinWorld_EntityJoinWorldEvent.invoke(.dynamic) ~[?:?]
                at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) ~[ASMEventHandler.class:?]
                at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138) ~[EventBus.class:?]
                at net.minecraft.world.World.spawnEntityInWorld(World.java:1503) ~[World.class:?]
                at net.minecraft.server.management.ServerConfigurationManager.playerLoggedIn(ServerConfigurationManager.java:309) ~[ServerConfigurationManager.class:?]
                at net.minecraft.server.management.ServerConfigurationManager.initializeConnectionToPlayer(ServerConfigurationManager.java:170) ~[ServerConfigurationManager.class:?]
                at cpw.mods.fml.common.network.handshake.NetworkDispatcher.completeServerSideConnection(NetworkDispatcher.java:173) ~[NetworkDispatcher.class:?]
                at cpw.mods.fml.common.network.handshake.NetworkDispatcher.completeHandshake(NetworkDispatcher.java:446) ~[NetworkDispatcher.class:?]
                at cpw.mods.fml.common.network.internal.HandshakeCompletionHandler.channelRead0(HandshakeCompletionHandler.java:17) ~[HandshakeCompletionHandler.class:?]
                at cpw.mods.fml.common.network.internal.HandshakeCompletionHandler.channelRead0(HandshakeCompletionHandler.java:11) ~[HandshakeCompletionHandler.class:?]
                at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:98) ~[SimpleChannelInboundHandler.class:?]
                at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) ~[DefaultChannelHandlerContext.class:?]
                at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) ~[DefaultChannelHandlerContext.class:?]
                at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) ~[MessageToMessageDecoder.class:?]
                at io.netty.handler.codec.MessageToMessageCodec.channelRead(MessageToMessageCodec.java:111) ~[MessageToMessageCodec.class:?]
                at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) ~[DefaultChannelHandlerContext.class:?]
                at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) ~[DefaultChannelHandlerContext.class:?]
                at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785) ~[DefaultChannelPipeline.class:?]
                at io.netty.channel.embedded.EmbeddedChannel.writeInbound(EmbeddedChannel.java:169) ~[EmbeddedChannel.class:?]
                at cpw.mods.fml.common.network.internal.FMLProxyPacket.processPacket(FMLProxyPacket.java:86) [FMLProxyPacket.class:?]
                at net.minecraft.network.NetworkManager.processReceivedPackets(NetworkManager.java:241) [NetworkManager.class:?]
                at net.minecraft.network.NetworkSystem.networkTick(NetworkSystem.java:182) [NetworkSystem.class:?]
                at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:726) [MinecraftServer.class:?]
                at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:614) [MinecraftServer.class:?]
                at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:118) [IntegratedServer.class:?]
                at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:485) [MinecraftServer.class:?]
                at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:752) [MinecraftServer$2.class:?]
                [19:57:50] [Server thread/ERROR]: Encountered an unexpected exception
                net.minecraft.util.ReportedException: Ticking memory connection
                at net.minecraft.network.NetworkSystem.networkTick(NetworkSystem.java:198) ~[NetworkSystem.class:?]
                at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:726) ~[MinecraftServer.class:?]
                at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:614) ~[MinecraftServer.class:?]
                at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:118) ~[IntegratedServer.class:?]
                at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:485) [MinecraftServer.class:?]
                at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:752) [MinecraftServer$2.class:?]
                Caused by: java.lang.NullPointerException
                at cpw.mods.fml.common.network.internal.FMLProxyPacket.processPacket(FMLProxyPacket.java:110) ~[FMLProxyPacket.class:?]
                at net.minecraft.network.NetworkManager.processReceivedPackets(NetworkManager.java:241) ~[NetworkManager.class:?]
                at net.minecraft.network.NetworkSystem.networkTick(NetworkSystem.java:182) ~[NetworkSystem.class:?]
                … 5 more
                [19:57:50] [Server thread/ERROR]: This crash report has been saved to: C:\Users\Admin\Desktop\Modding\AltisMineModV2\eclipse\.\crash-reports\crash-2016-03-06_19.57.50-server.txt
                [19:57:50] [Server thread/INFO]: Stopping server
                [19:57:50] [Server thread/INFO]: Saving players
                [19:57:50] [Server thread/INFO]: Saving worlds
                [19:57:50] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
                [19:57:51] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
                [19:57:51] [Server thread/INFO]: Saving chunks for level 'New World'/The End
                [19:57:51] [Server thread/INFO] [FML]: Unloading dimension 0
                [19:57:51] [Server thread/INFO] [FML]: Unloading dimension -1
                [19:57:51] [Server thread/INFO] [FML]: Unloading dimension 1
                [19:57:51] [Server thread/INFO] [FML]: Applying holder lookups
                [19:57:51] [Server thread/INFO] [FML]: Holder lookups applied
                [19:57:51] [Server thread/INFO] [FML]: The state engine was in incorrect state SERVER_STOPPING and forced into state SERVER_STOPPED. Errors may have been discarded.
                [19:57:51] [Client thread/FATAL]: Reported exception thrown!
                net.minecraft.util.ReportedException: Rendering screen
                at net.minecraft.client.renderer.EntityRenderer.updateCameraAndRender(EntityRenderer.java:1168) ~[EntityRenderer.class:?]
                at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1056) ~[Minecraft.class:?]
                at net.minecraft.client.Minecraft.run(Minecraft.java:951) [Minecraft.class:?]
                at net.minecraft.client.main.Main.main(Main.java:164) [Main.class:?]
                at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_45]
                at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_45]
                at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_45]
                at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_45]
                at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
                at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
                at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source) [start/:?]
                at GradleStart.main(Unknown Source) [start/:?]
                Caused by: java.lang.ArrayIndexOutOfBoundsException: 75
                at net.minecraft.entity.player.InventoryPlayer.getStackInSlot(InventoryPlayer.java:646) ~[InventoryPlayer.class:?]
                at net.minecraft.inventory.Slot.getStack(Slot.java:88) ~[Slot.class:?]
                at net.minecraft.client.gui.inventory.GuiContainer.func_146977_a(GuiContainer.java:219) ~[GuiContainer.class:?]
                at net.minecraft.client.gui.inventory.GuiContainer.drawScreen(GuiContainer.java:114) ~[GuiContainer.class:?]
                at armacraft.net.GUI.GuiInventaireArma.drawScreen(GuiInventaireArma.java:44) ~[GuiInventaireArma.class:?]
                at net.minecraft.client.renderer.EntityRenderer.updateCameraAndRender(EntityRenderer.java:1137) ~[EntityRenderer.class:?]
                … 11 more
                [19:57:51] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:displayCrashReport:388]: –-- Minecraft Crash Report ----
                // Oh - I know what I did wrong!
                
                Time: 06/03/16 19:57
                Description: Rendering screen
                
                java.lang.ArrayIndexOutOfBoundsException: 75
                at net.minecraft.entity.player.InventoryPlayer.getStackInSlot(InventoryPlayer.java:646)
                at net.minecraft.inventory.Slot.getStack(Slot.java:88)
                at net.minecraft.client.gui.inventory.GuiContainer.func_146977_a(GuiContainer.java:219)
                at net.minecraft.client.gui.inventory.GuiContainer.drawScreen(GuiContainer.java:114)
                at armacraft.net.GUI.GuiInventaireArma.drawScreen(GuiInventaireArma.java:44)
                at net.minecraft.client.renderer.EntityRenderer.updateCameraAndRender(EntityRenderer.java:1137)
                at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1056)
                at net.minecraft.client.Minecraft.run(Minecraft.java:951)
                at net.minecraft.client.main.Main.main(Main.java:164)
                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:497)
                at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
                at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
                at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source)
                at GradleStart.main(Unknown Source)
                
                A detailed walkthrough of the error, its code path and all known details is as follows:
                ---------------------------------------------------------------------------------------
                
                -- Head --
                Stacktrace:
                at net.minecraft.entity.player.InventoryPlayer.getStackInSlot(InventoryPlayer.java:646)
                at net.minecraft.inventory.Slot.getStack(Slot.java:88)
                at net.minecraft.client.gui.inventory.GuiContainer.func_146977_a(GuiContainer.java:219)
                at net.minecraft.client.gui.inventory.GuiContainer.drawScreen(GuiContainer.java:114)
                at armacraft.net.GUI.GuiInventaireArma.drawScreen(GuiInventaireArma.java:44)
                
                -- Screen render details --
                Details:
                Screen name: armacraft.net.GUI.GuiInventaireArma
                Mouse location: Scaled: (220, 95). Absolute: (441, 289)
                Screen size: Scaled: (427, 240). Absolute: (854, 480). Scale factor of 2
                
                -- Affected level --
                Details:
                Level name: MpServer
                All players: 1 total; [EntityClientPlayerMP['Player287'/396, l='MpServer', x=8,50, y=66,62, z=8,50]]
                Chunk stats: MultiplayerChunkCache: 0, 0
                Level seed: 0
                Level generator: ID 00 - default, ver 1\. Features enabled: false
                Level generator options: 
                Level spawn location: World: (40,64,252), Chunk: (at 8,4,12 in 2,15; contains blocks 32,0,240 to 47,255,255), 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: 1 total; [EntityClientPlayerMP['Player287'/396, l='MpServer', x=8,50, y=66,62, z=8,50]]
                Retry entities: 0 total; []
                Server brand: fml,forge
                Server type: Integrated singleplayer server
                Stacktrace:
                at net.minecraft.client.multiplayer.WorldClient.addWorldInfoToCrashReport(WorldClient.java:415)
                at net.minecraft.client.Minecraft.addGraphicsAndWorldToCrashReport(Minecraft.java:2555)
                at net.minecraft.client.Minecraft.run(Minecraft.java:973)
                at net.minecraft.client.main.Main.main(Main.java:164)
                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:497)
                at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
                at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
                at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source)
                at GradleStart.main(Unknown Source)
                
                – System Details --
                Details:
                Minecraft Version: 1.7.10
                Operating System: Windows 7 (x86) version 6.1
                Java Version: 1.8.0_45, Oracle Corporation
                Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
                Memory: 724346920 bytes (690 MB) / 1037959168 bytes (989 MB) up to 1037959168 bytes (989 MB)
                JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
                AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
                IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
                FML: MCP v9.05 FML v7.10.85.1291 Minecraft Forge 10.13.2.1291 4 mods loaded, 4 mods active
                mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
                FML{7.10.85.1291} [Forge Mod Loader] (forgeSrc-1.7.10-10.13.2.1291.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
                Forge{10.13.2.1291} [Minecraft Forge] (forgeSrc-1.7.10-10.13.2.1291.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
                amm{1.0} [AltisMineMod] (bin) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
                Launched Version: 1.7.10
                LWJGL: 2.9.1
                OpenGL: GeForce GTX 960/PCIe/SSE2 GL version 4.5.0 NVIDIA 361.43, 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: []
                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)
                [19:57:51] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:displayCrashReport:398]: #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\Admin\Desktop\Modding\AltisMineModV2\eclipse\.\crash-reports\crash-2016-03-06_19.57.51-client.txt
                AL lib: (EE) alc_cleanup: 1 device not closed
                Java HotSpot(TM) Client VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
                
                

                class guiinventairearma:

                package armacraft.net.GUI;
                
                import org.lwjgl.opengl.GL11;
                import org.lwjgl.opengl.GL12;
                
                import com.sun.org.apache.xml.internal.security.utils.I18n;
                
                import net.minecraft.client.gui.inventory.GuiContainer;
                import net.minecraft.client.renderer.OpenGlHelper;
                import net.minecraft.client.renderer.RenderHelper;
                import net.minecraft.client.renderer.entity.RenderManager;
                import net.minecraft.entity.EntityLivingBase;
                import net.minecraft.entity.player.EntityPlayer;
                import net.minecraft.entity.player.InventoryPlayer;
                import net.minecraft.inventory.Container;
                import net.minecraft.util.ResourceLocation;
                import net.minecraft.util.StatCollector;
                
                public class GuiInventaireArma extends GuiContainer{
                
                private float xSize_lo;
                
                /** y size of the inventory window in pixels. Defined as float, passed as int. */
                private float ySize_lo;
                
                /** Normally I use '(ModInfo.MOD_ID, "textures/…")', but it can be done this way as well */
                private static final ResourceLocation iconLocation = new ResourceLocation("amm:textures/gui/InvArma.png");
                
                /** Could use IInventory type to be more generic, but this way will save an import... */
                private final InventaireArma inventory;
                
                public GuiInventaireArma(InventoryPlayer playerInv, InventaireArma inv, EntityPlayer player)
                {
                super(new CountainerInventaireArma(playerInv, inv, player));
                this.inventory = inv;
                // if you need the player for something later on, store it in a local variable here as well
                }
                
                /**
                * Draws the screen and all the components in it.
                */
                public void drawScreen(int mouseX, int mouseY, float f)
                {
                super.drawScreen(mouseX, mouseY, f);
                xSize_lo = mouseX;
                ySize_lo = mouseY;
                }
                
                /**
                * Draw the foreground layer for the GuiContainer (everything in front of the items)
                */
                protected void drawGuiContainerForegroundLayer(int mouseX, int mouseY)
                {
                // This method will simply draw inventory names on the screen - you could do without it entirely
                // if that's not important to you, since we are overriding the default inventory rather than
                // creating a specific type of inventory
                
                String s = this.inventory.hasCustomInventoryName() ? this.inventory.getInventoryName() : StatCollector.translateToLocal(this.inventory.getInventoryName());
                // with the name "Custom Inventory", the 'Cu' will be drawn in the first slot
                this.fontRendererObj.drawString(s, this.xSize - this.fontRendererObj.getStringWidth(s), 12, 4210752);
                // this just adds "Inventory" above the player's inventory below
                this.fontRendererObj.drawString(StatCollector.translateToLocal("container.inventory"), 80, this.ySize - 96, 4210752);
                }
                
                /**
                * Draw the background layer for the GuiContainer (everything behind the items)
                */
                protected void drawGuiContainerBackgroundLayer(float f, int mouseX, int mouseY)
                {
                GL11.glColor4f(1.0F, 1.0F, 1.0F, 1.0F);
                mc.getTextureManager().bindTexture(iconLocation);
                drawTexturedModalRect(guiLeft, guiTop, 0, 0, xSize, ySize);
                drawPlayerModel(guiLeft + 51, guiTop + 75, 30, guiLeft + 51 - xSize_lo, guiTop + 25 - ySize_lo, mc.thePlayer);
                }
                
                /**
                * Copied straight out of vanilla - renders the player model on screen
                */
                public static void drawPlayerModel(int x, int y, int scale, float yaw, float pitch, EntityLivingBase entity) {
                GL11.glEnable(GL11.GL_COLOR_MATERIAL);
                GL11.glPushMatrix();
                GL11.glTranslatef(x, y, 50.0F);
                GL11.glScalef(-scale, scale, scale);
                GL11.glRotatef(180.0F, 0.0F, 0.0F, 1.0F);
                float f2 = entity.renderYawOffset;
                float f3 = entity.rotationYaw;
                float f4 = entity.rotationPitch;
                float f5 = entity.prevRotationYawHead;
                float f6 = entity.rotationYawHead;
                GL11.glRotatef(135.0F, 0.0F, 1.0F, 0.0F);
                RenderHelper.enableStandardItemLighting();
                GL11.glRotatef(-135.0F, 0.0F, 1.0F, 0.0F);
                GL11.glRotatef(-((float) Math.atan(pitch / 40.0F)) * 20.0F, 1.0F, 0.0F, 0.0F);
                entity.renderYawOffset = (float) Math.atan(yaw / 40.0F) * 20.0F;
                entity.rotationYaw = (float) Math.atan(yaw / 40.0F) * 40.0F;
                entity.rotationPitch = -((float) Math.atan(pitch / 40.0F)) * 20.0F;
                entity.rotationYawHead = entity.rotationYaw;
                entity.prevRotationYawHead = entity.rotationYaw;
                GL11.glTranslatef(0.0F, entity.yOffset, 0.0F);
                RenderManager.instance.playerViewY = 180.0F;
                RenderManager.instance.renderEntityWithPosYaw(entity, 0.0D, 0.0D, 0.0D, 0.0F, 1.0F);
                entity.renderYawOffset = f2;
                entity.rotationYaw = f3;
                entity.rotationPitch = f4;
                entity.prevRotationYawHead = f5;
                entity.rotationYawHead = f6;
                GL11.glPopMatrix();
                RenderHelper.disableStandardItemLighting();
                GL11.glDisable(GL12.GL_RESCALE_NORMAL);
                OpenGlHelper.setActiveTexture(OpenGlHelper.lightmapTexUnit);
                GL11.glDisable(GL11.GL_TEXTURE_2D);
                OpenGlHelper.setActiveTexture(OpenGlHelper.defaultTexUnit);
                }
                }
                
                1 réponse Dernière réponse Répondre Citer 0
                • AymericRedA Hors-ligne
                  AymericRed
                  dernière édition par

                  C’est bizarre parce qu’à parement l’erreur vient de mc,je regardes ça tt à l’heure

                  Dans ton handler, tu mets la position z comme de deuxième paramètre à ton inventaire, et cette valeur devient la taille de ton array de stacks…si la position est négative…

                  Si je vous ai aidé, n'oubliez pas d’être heureux, j'aiderai encore +

                  AymericRed, moddeur expérimenté qui aide sur ce forum et qui peut accepter de faire un mod Forge rémunéré de temps en temps.

                  Mes tutos : Table de craft, plugin NEI, plugin JEI, modifier l'overlay
                  Je suis un membre apprécié et joueur, j'ai déjà obtenu 6 points de réputation.

                  1 réponse Dernière réponse Répondre Citer 0
                  • DeletedD Hors-ligne
                    Deleted
                    dernière édition par

                    at armacraft.net.Events.Events.onJoinWorld(Events.java:633) ~[Events.class:?]
                    at armacraft.net.GUI.GuiInventaireArma.drawScreen(GuiInventaireArma.java:44)

                    Y’a quoi à ces 2 lignes ?

                    1 réponse Dernière réponse Répondre Citer 0
                    • robin4002R Hors-ligne
                      robin4002 Moddeurs confirmés Rédacteurs Administrateurs
                      dernière édition par

                      Tu peux envoyer le code du container ?
                      Car j’ai l’impression que tu ajoutes des slots avec un id négatif …

                      1 réponse Dernière réponse Répondre Citer 0
                      • GabsG Hors-ligne
                        Gabs
                        dernière édition par

                        Ouais pas de soucis tien:

                        package armacraft.net.GUI;
                        
                        import net.minecraft.entity.player.EntityPlayer;
                        import net.minecraft.entity.player.InventoryPlayer;
                        import net.minecraft.inventory.Container;
                        import net.minecraft.inventory.Slot;
                        import net.minecraft.item.ItemStack;
                        import net.minecraft.nbt.NBTTagCompound;
                        
                        public class CountainerInventaireArma extends Container{
                        
                        public InventaireArma invBackpack;
                        public int rows;
                        
                        public CountainerInventaireArma(InventoryPlayer playerInv, InventaireArma inv, EntityPlayer player) {
                        this.invBackpack = inv;
                        this.rows = inv.getSizeInventory() / 20;
                        int i = (this.rows - 4) * 18;
                        int j;
                        int k;
                        
                        for (j = 0; j < this.rows; ++j) {
                        for (k = 0; k < 9; ++k) {
                        this.addSlotToContainer(new SlotInv(inv, k + j * 9, 8 + k * 18, 18 + j * 18));
                        }
                        }
                        
                        for (j = 0; j < 3; ++j) {
                        for (k = 0; k < 9; ++k) {
                        this.addSlotToContainer(new Slot(playerInv, k + j * 9 + 9, 8 + k * 18, 103 + j * 18 + i));
                        }
                        }
                        
                        for (j = 0; j < 9; ++j) {
                        this.addSlotToContainer(new Slot(playerInv, j, 8 + j * 18, 161 + i));
                        }
                        
                        for (j = 0; j < 9; ++j) {
                        this.addSlotToContainer(new SlotArmor(player, playerInv, playerInv.getSizeInventory() - 1 - i, 8, 8 + i * 18, i));
                        }
                        }
                        
                        @Override
                        public boolean canInteractWith(EntityPlayer player) {
                           return true;
                        }
                        
                        public void writeToNBT(ItemStack stack) {
                        if (!stack.hasTagCompound()) stack.setTagCompound(new NBTTagCompound());
                        invBackpack.writeToNBT(stack.getTagCompound());
                        }
                        
                        @Override
                        public ItemStack transferStackInSlot(EntityPlayer player, int index) {
                        ItemStack itemstack = null;
                        Slot slot = (Slot) this.inventorySlots.get(index);
                        
                        if (slot != null && slot.getHasStack()) {
                        ItemStack itemstack1 = slot.getStack();
                        itemstack = itemstack1.copy();
                        
                        if (index < this.invBackpack.getSizeInventory()) {
                        if (!this.mergeItemStack(itemstack1, this.invBackpack.getSizeInventory(), this.inventorySlots.size(), true)) return null;
                        } else if (!this.mergeItemStack(itemstack1, 0, this.invBackpack.getSizeInventory(), false)) { return null; }
                        
                        if (itemstack1.stackSize == 0)
                        slot.putStack((ItemStack) null);
                        else
                        slot.onSlotChanged();
                        }
                        
                        return itemstack;
                        }
                        
                        @Override
                        public ItemStack slotClick(int slotIndex, int buttonPressed, int flag, EntityPlayer player) {
                        if (flag == 2 && buttonPressed == player.inventory.currentItem) return null;
                        if (slotIndex - this.invBackpack.getSizeInventory() - 27 == player.inventory.currentItem) return null;
                        return super.slotClick(slotIndex, buttonPressed, flag, player);
                        }
                        
                        @Override
                        public void onContainerClosed(EntityPlayer player) {
                           if(player.getHeldItem() != null) {
                               this.writeToNBT(player.getHeldItem());
                           }
                           super.onContainerClosed(player);
                        }
                        }
                        

                        Tien la class SlotArmor surement ça le problème:

                        package armacraft.net.GUI;
                        
                        import java.util.List;
                        
                        import javax.swing.Icon;
                        
                        import cpw.mods.fml.relauncher.Side;
                        import cpw.mods.fml.relauncher.SideOnly;
                        import net.minecraft.entity.player.EntityPlayer;
                        import net.minecraft.inventory.Container;
                        import net.minecraft.inventory.ICrafting;
                        import net.minecraft.inventory.IInventory;
                        import net.minecraft.inventory.Slot;
                        import net.minecraft.item.Item;
                        import net.minecraft.item.ItemArmor;
                        import net.minecraft.item.ItemStack;
                        import net.minecraft.util.IIcon;
                        
                        public class SlotArmor extends Slot
                        {
                        /** The armor type that can be placed on that slot, it uses the same values of armorType field on ItemArmor. */
                        final int armorType;
                        
                        /** The parent class of this slot, ContainerPlayer, SlotArmor is a Anon inner class. */
                        final EntityPlayer player;
                        
                        public SlotArmor(EntityPlayer player, IInventory inventory, int slotIndex, int x, int y, int armorType)
                        {
                        super(inventory, slotIndex, x, y);
                        this.player = player;
                        this.armorType = armorType;
                        }
                        
                        /**
                        * Returns the maximum stack size for a given slot (usually the same as getInventoryStackLimit(), but 1 in the case
                        * of armor slots)
                        */
                        public int getSlotStackLimit()
                        {
                        return 1;
                        }
                        
                        /**
                        * Check if the stack is a valid item for this slot. Always true beside for the armor slots.
                        */
                        public boolean isItemValid(ItemStack itemstack)
                        {
                        Item item = (itemstack == null ? null : itemstack.getItem());
                        return item != null && item.isValidArmor(itemstack, armorType, player);
                        }
                        
                        /**
                        * Returns the icon index on items.png that is used as background image of the slot.
                        */
                        @SideOnly(Side.CLIENT)
                        public IIcon getBackgroundIconIndex()
                        {
                        return ItemArmor.func_94602_b(this.armorType);
                        }
                        }
                        
                        

                        pour les deux ligne de crash tien

                        [font=Ubuntu, sans-serifat armacraft.net.GUI.GuiInventaireArma.drawScreen(GuiInventaireArma.java:44):]

                        public void drawScreen(int mouseX, int mouseY, float f)
                        {
                        super.drawScreen(mouseX, mouseY, f); // ligne 44
                        xSize_lo = mouseX;
                        ySize_lo = mouseY;
                        }
                        

                        [font=Ubuntu, sans-serifat armacraft.net.Events.Events.onJoinWorld(Events.java:633) ~[Events.class:?]:]

                        [font=Ubuntu, sans-serif```java
                        @SubscribeEvent
                        ]
                        public void onJoinWorld(EntityJoinWorldEvent event) {

                        if(event.entity instanceof EntityPlayer){

                        EntityPlayer player = (EntityPlayer)event.entity;

                        World world = event.world;

                        player.openGui(AltisMineMod.INSTANCE, 0, world, (int) player.posX, (int) player.posY, (int) player.posZ); // ligne 633

                        }
                        [font=Ubuntu, sans-serif}

                        1 réponse Dernière réponse Répondre Citer 0
                        • robin4002R Hors-ligne
                          robin4002 Moddeurs confirmés Rédacteurs Administrateurs
                          dernière édition par

                          this.addSlotToContainer(new SlotArmor(player, playerInv, playerInv.getSizeInventory() - 1 - i, 8, 8 + i * 18, i));

                          Le problème est surement là, playerInv.getSizeInventory() - 1 - i donne un nombre négatif.
                          i devrait être j sur cette ligne.

                          1 réponse Dernière réponse Répondre Citer 0
                          • GabsG Hors-ligne
                            Gabs
                            dernière édition par

                            D’acc donc j’ai changer la ligne j’ai donc ça:

                            this.addSlotToContainer(new SlotArmor(player, playerInv, playerInv.getSizeInventory() - 1 - j, 8, 8 + i * 18, i));
                            

                            J’ai encore un crash:

                            [15:08:27] [main/INFO] [GradleStart]: Extra: []
                            [15:08:27] [main/INFO] [GradleStart]: Running with arguments: [–userProperties, {}, --assetsDir, C:/Users/Admin/.gradle/caches/minecraft/assets, --assetIndex, 1.7.10, --accessToken, {REDACTED}, --version, 1.7.10, --tweakClass, cpw.mods.fml.common.launcher.FMLTweaker, --tweakClass, net.minecraftforge.gradle.tweakers.CoremodTweaker]
                            [15:08:27] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
                            [15:08:27] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
                            [15:08:27] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker
                            [15:08:27] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
                            [15:08:27] [main/INFO] [FML]: Forge Mod Loader version 7.10.85.1291 for Minecraft 1.7.10 loading
                            [15:08:27] [main/INFO] [FML]: Java is Java HotSpot(TM) Client VM, version 1.8.0_45, running on Windows 7:x86:6.1, installed at C:\Program Files (x86)\Java\jdk1.8.0_45\jre
                            [15:08:27] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
                            [15:08:27] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker
                            [15:08:27] [main/INFO] [GradleStart]: Injecting location in coremod cpw.mods.fml.relauncher.FMLCorePlugin
                            [15:08:27] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin
                            [15:08:27] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
                            [15:08:27] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
                            [15:08:27] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
                            [15:08:27] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
                            [15:08:27] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
                            [15:08:27] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
                            [15:08:27] [main/ERROR] [FML]: The binary patch set is missing. Either you are in a development environment, or things are not going to work!
                            [15:08:27] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing
                            [15:08:27] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
                            [15:08:27] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
                            [15:08:27] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
                            [15:08:27] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
                            [15:08:27] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
                            [15:08:27] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
                            [15:08:28] [main/INFO]: Setting user: Player342
                            [15:08:28] [Client thread/INFO]: LWJGL Version: 2.9.1
                            [15:08:29] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
                            [15:08:29] [Client thread/INFO] [FML]: MinecraftForge v10.13.2.1291 Initialized
                            [15:08:29] [Client thread/INFO] [FML]: Replaced 183 ore recipies
                            [15:08:29] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
                            [15:08:29] [Client thread/INFO] [FML]: Searching C:\Users\Admin\Desktop\Modding\AltisMineModV2\eclipse\mods for mods
                            [15:08:30] [Client thread/INFO] [FML]: Forge Mod Loader has identified 4 mods to load
                            [15:08:30] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, amm] at CLIENT
                            [15:08:30] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, amm] at SERVER
                            [15:08:30] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:AltisMineMod
                            [15:08:30] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
                            [15:08:30] [Client thread/INFO] [FML]: Found 341 ObjectHolder annotations
                            [15:08:30] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
                            [15:08:30] [Client thread/INFO] [FML]: Applying holder lookups
                            [15:08:30] [Client thread/INFO] [FML]: Holder lookups applied
                            [15:08:30] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: 
                            [15:08:30] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem…
                            [15:08:30] [Thread-6/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
                            [15:08:30] [Thread-6/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:     (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
                            [15:08:30] [Thread-6/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.
                            [15:08:31] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: 
                            [15:08:31] [Sound Library Loader/INFO]: Sound engine started
                            [15:08:31] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas
                            [15:08:31] [Client thread/INFO]: Created: 256x256 textures/items-atlas
                            [15:08:31] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 4 mods
                            [15:08:31] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:AltisMineMod
                            [15:08:31] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas
                            [15:08:31] [Client thread/INFO]: Created: 256x256 textures/items-atlas
                            [15:08:31] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: 
                            [15:08:31] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: SoundSystem shutting down…
                            [15:08:31] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:importantMessage:90]:     Author: Paul Lamb, www.paulscode.com
                            [15:08:31] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: 
                            [15:08:31] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: 
                            [15:08:31] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem…
                            [15:08:32] [Thread-8/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
                            [15:08:32] [Thread-8/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:     (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
                            [15:08:32] [Thread-8/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.
                            [15:08:32] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: 
                            [15:08:32] [Sound Library Loader/INFO]: Sound engine started
                            [15:08:39] [Server thread/INFO]: Starting integrated minecraft server version 1.7.10
                            [15:08:39] [Server thread/INFO]: Generating keypair
                            [15:08:39] [Server thread/INFO] [FML]: Injecting existing block and item data into this server instance
                            [15:08:39] [Server thread/INFO] [FML]: Applying holder lookups
                            [15:08:39] [Server thread/INFO] [FML]: Holder lookups applied
                            [15:08:39] [Server thread/INFO] [FML]: Loading dimension 0 (New World) (net.minecraft.server.integrated.IntegratedServer@cc20a9)
                            [15:08:39] [Server thread/INFO] [FML]: Loading dimension 1 (New World) (net.minecraft.server.integrated.IntegratedServer@cc20a9)
                            [15:08:39] [Server thread/INFO] [FML]: Loading dimension -1 (New World) (net.minecraft.server.integrated.IntegratedServer@cc20a9)
                            [15:08:39] [Server thread/INFO]: Preparing start region for level 0
                            [15:08:40] [Server thread/INFO]: Changing view distance to 8, from 10
                            [15:08:40] [Netty Client IO #0/INFO] [FML]: Server protocol version 1
                            [15:08:40] [Netty IO #1/INFO] [FML]: Client protocol version 1
                            [15:08:40] [Netty IO #1/INFO] [FML]: Client attempting to join with 4 mods : amm@1.0,FML@7.10.85.1291,Forge@10.13.2.1291,mcp@9.05
                            [15:08:40] [Netty IO #1/INFO] [FML]: Attempting connection with missing mods [] at CLIENT
                            [15:08:40] [Netty Client IO #0/INFO] [FML]: Attempting connection with missing mods [] at SERVER
                            [15:08:40] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established
                            [15:08:40] [Server thread/INFO]: Player342[local:E:82fabf0f] logged in with entity id 396 at (-37.42806090523522, 40.24918707874468, 178.69999998807904)
                            [15:08:40] [Server thread/INFO]: Player342 joined the game
                            [15:08:40] [Server thread/ERROR] [FML]: HandshakeCompletionHandler exception
                            java.lang.IllegalArgumentException: Listener already listening
                            at net.minecraft.inventory.Container.addCraftingToCrafters(Container.java:48) ~[Container.class:?]
                            at net.minecraft.entity.player.EntityPlayerMP.addSelfToInternalCraftingInventory(EntityPlayerMP.java:218) ~[EntityPlayerMP.class:?]
                            at net.minecraft.server.management.ServerConfigurationManager.initializeConnectionToPlayer(ServerConfigurationManager.java:187) ~[ServerConfigurationManager.class:?]
                            at cpw.mods.fml.common.network.handshake.NetworkDispatcher.completeServerSideConnection(NetworkDispatcher.java:173) ~[NetworkDispatcher.class:?]
                            at cpw.mods.fml.common.network.handshake.NetworkDispatcher.completeHandshake(NetworkDispatcher.java:446) ~[NetworkDispatcher.class:?]
                            at cpw.mods.fml.common.network.internal.HandshakeCompletionHandler.channelRead0(HandshakeCompletionHandler.java:17) ~[HandshakeCompletionHandler.class:?]
                            at cpw.mods.fml.common.network.internal.HandshakeCompletionHandler.channelRead0(HandshakeCompletionHandler.java:11) ~[HandshakeCompletionHandler.class:?]
                            at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:98) ~[SimpleChannelInboundHandler.class:?]
                            at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) [DefaultChannelHandlerContext.class:?]
                            at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) [DefaultChannelHandlerContext.class:?]
                            at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) [MessageToMessageDecoder.class:?]
                            at io.netty.handler.codec.MessageToMessageCodec.channelRead(MessageToMessageCodec.java:111) [MessageToMessageCodec.class:?]
                            at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) [DefaultChannelHandlerContext.class:?]
                            at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) [DefaultChannelHandlerContext.class:?]
                            at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785) [DefaultChannelPipeline.class:?]
                            at io.netty.channel.embedded.EmbeddedChannel.writeInbound(EmbeddedChannel.java:169) [EmbeddedChannel.class:?]
                            at cpw.mods.fml.common.network.internal.FMLProxyPacket.processPacket(FMLProxyPacket.java:86) [FMLProxyPacket.class:?]
                            at net.minecraft.network.NetworkManager.processReceivedPackets(NetworkManager.java:241) [NetworkManager.class:?]
                            at net.minecraft.network.NetworkSystem.networkTick(NetworkSystem.java:182) [NetworkSystem.class:?]
                            at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:726) [MinecraftServer.class:?]
                            at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:614) [MinecraftServer.class:?]
                            at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:118) [IntegratedServer.class:?]
                            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:485) [MinecraftServer.class:?]
                            at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:752) [MinecraftServer$2.class:?]
                            [15:08:40] [Server thread/ERROR] [FML]: There was a critical exception handling a packet on channel FML
                            java.lang.IllegalArgumentException: Listener already listening
                            at net.minecraft.inventory.Container.addCraftingToCrafters(Container.java:48) ~[Container.class:?]
                            at net.minecraft.entity.player.EntityPlayerMP.addSelfToInternalCraftingInventory(EntityPlayerMP.java:218) ~[EntityPlayerMP.class:?]
                            at net.minecraft.server.management.ServerConfigurationManager.initializeConnectionToPlayer(ServerConfigurationManager.java:187) ~[ServerConfigurationManager.class:?]
                            at cpw.mods.fml.common.network.handshake.NetworkDispatcher.completeServerSideConnection(NetworkDispatcher.java:173) ~[NetworkDispatcher.class:?]
                            at cpw.mods.fml.common.network.handshake.NetworkDispatcher.completeHandshake(NetworkDispatcher.java:446) ~[NetworkDispatcher.class:?]
                            at cpw.mods.fml.common.network.internal.HandshakeCompletionHandler.channelRead0(HandshakeCompletionHandler.java:17) ~[HandshakeCompletionHandler.class:?]
                            at cpw.mods.fml.common.network.internal.HandshakeCompletionHandler.channelRead0(HandshakeCompletionHandler.java:11) ~[HandshakeCompletionHandler.class:?]
                            at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:98) ~[SimpleChannelInboundHandler.class:?]
                            at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) ~[DefaultChannelHandlerContext.class:?]
                            at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) ~[DefaultChannelHandlerContext.class:?]
                            at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) ~[MessageToMessageDecoder.class:?]
                            at io.netty.handler.codec.MessageToMessageCodec.channelRead(MessageToMessageCodec.java:111) ~[MessageToMessageCodec.class:?]
                            at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) ~[DefaultChannelHandlerContext.class:?]
                            at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) ~[DefaultChannelHandlerContext.class:?]
                            at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785) ~[DefaultChannelPipeline.class:?]
                            at io.netty.channel.embedded.EmbeddedChannel.writeInbound(EmbeddedChannel.java:169) ~[EmbeddedChannel.class:?]
                            at cpw.mods.fml.common.network.internal.FMLProxyPacket.processPacket(FMLProxyPacket.java:86) [FMLProxyPacket.class:?]
                            at net.minecraft.network.NetworkManager.processReceivedPackets(NetworkManager.java:241) [NetworkManager.class:?]
                            at net.minecraft.network.NetworkSystem.networkTick(NetworkSystem.java:182) [NetworkSystem.class:?]
                            at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:726) [MinecraftServer.class:?]
                            at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:614) [MinecraftServer.class:?]
                            at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:118) [IntegratedServer.class:?]
                            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:485) [MinecraftServer.class:?]
                            at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:752) [MinecraftServer$2.class:?]
                            [15:08:40] [Server thread/ERROR]: Encountered an unexpected exception
                            net.minecraft.util.ReportedException: Ticking memory connection
                            at net.minecraft.network.NetworkSystem.networkTick(NetworkSystem.java:198) ~[NetworkSystem.class:?]
                            at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:726) ~[MinecraftServer.class:?]
                            at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:614) ~[MinecraftServer.class:?]
                            at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:118) ~[IntegratedServer.class:?]
                            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:485) [MinecraftServer.class:?]
                            at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:752) [MinecraftServer$2.class:?]
                            Caused by: java.lang.NullPointerException
                            at cpw.mods.fml.common.network.internal.FMLProxyPacket.processPacket(FMLProxyPacket.java:110) ~[FMLProxyPacket.class:?]
                            at net.minecraft.network.NetworkManager.processReceivedPackets(NetworkManager.java:241) ~[NetworkManager.class:?]
                            at net.minecraft.network.NetworkSystem.networkTick(NetworkSystem.java:182) ~[NetworkSystem.class:?]
                            … 5 more
                            [15:08:40] [Server thread/ERROR]: This crash report has been saved to: C:\Users\Admin\Desktop\Modding\AltisMineModV2\eclipse\.\crash-reports\crash-2016-03-07_15.08.40-server.txt
                            [15:08:40] [Server thread/INFO]: Stopping server
                            [15:08:40] [Server thread/INFO]: Saving players
                            [15:08:40] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:displayCrashReport:388]: –-- Minecraft Crash Report ----
                            // I'm sorry, Dave.
                            
                            Time: 07/03/16 15:08
                            Description: Ticking memory connection
                            
                            java.lang.NullPointerException: Ticking memory connection
                            at cpw.mods.fml.common.network.internal.FMLProxyPacket.processPacket(FMLProxyPacket.java:110)
                            at net.minecraft.network.NetworkManager.processReceivedPackets(NetworkManager.java:241)
                            at net.minecraft.network.NetworkSystem.networkTick(NetworkSystem.java:182)
                            at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:726)
                            at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:614)
                            at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:118)
                            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:485)
                            at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:752)
                            
                            A detailed walkthrough of the error, its code path and all known details is as follows:
                            ---------------------------------------------------------------------------------------
                            
                            -- Head --
                            Stacktrace:
                            at cpw.mods.fml.common.network.internal.FMLProxyPacket.processPacket(FMLProxyPacket.java:110)
                            at net.minecraft.network.NetworkManager.processReceivedPackets(NetworkManager.java:241)
                            
                            -- Ticking connection --
                            Details:
                            Connection: net.minecraft.network.NetworkManager@16e4f50
                            Stacktrace:
                            at net.minecraft.network.NetworkSystem.networkTick(NetworkSystem.java:182)
                            at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:726)
                            at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:614)
                            at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:118)
                            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:485)
                            at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:752)
                            
                            -- System Details --
                            Details:
                            Minecraft Version: 1.7.10
                            Operating System: Windows 7 (x86) version 6.1
                            Java Version: 1.8.0_45, Oracle Corporation
                            Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
                            Memory: 896030656 bytes (854 MB) / 1037959168 bytes (989 MB) up to 1037959168 bytes (989 MB)
                            JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
                            AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
                            IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
                            FML: MCP v9.05 FML v7.10.85.1291 Minecraft Forge 10.13.2.1291 4 mods loaded, 4 mods active
                            mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
                            FML{7.10.85.1291} [Forge Mod Loader] (forgeSrc-1.7.10-10.13.2.1291.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
                            Forge{10.13.2.1291} [Minecraft Forge] (forgeSrc-1.7.10-10.13.2.1291.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
                            amm{1.0} [AltisMineMod] (bin) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
                            Profiler Position: N/A (disabled)
                            Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
                            Player Count: 1 / 8; [EntityPlayerMP['Player342'/396, l='New World', x=-37,43, y=40,25, z=178,70]]
                            Type: Integrated Server (map_client.txt)
                            Is Modded: Definitely; Client brand changed to 'fml,forge'
                            [15:08:40] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:displayCrashReport:393]: #@!@# Game crashed! Crash report saved to: #@!@# .\crash-reports\crash-2016-03-07_15.08.40-server.txt
                            [15:08:40] [Client thread/INFO] [FML]: Waiting for the server to terminate/save.
                            [15:08:40] [Server thread/INFO]: Saving worlds
                            [15:08:40] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
                            [15:08:40] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
                            [15:08:40] [Server thread/INFO]: Saving chunks for level 'New World'/The End
                            [15:08:41] [Server thread/INFO] [FML]: Unloading dimension 0
                            [15:08:41] [Server thread/INFO] [FML]: Unloading dimension -1
                            [15:08:41] [Server thread/INFO] [FML]: Unloading dimension 1
                            [15:08:41] [Server thread/INFO] [FML]: Applying holder lookups
                            [15:08:41] [Server thread/INFO] [FML]: Holder lookups applied
                            [15:08:41] [Server thread/INFO] [FML]: The state engine was in incorrect state SERVER_STOPPING and forced into state SERVER_STOPPED. Errors may have been discarded.
                            [15:08:41] [Client thread/INFO] [FML]: Server terminated.
                            AL lib: (EE) alc_cleanup: 1 device not closed
                            Java HotSpot(TM) Client VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
                            
                            

                            EDIT:

                            J’ai pas compris Aymeric quand tu dis "[font=Ubuntu, sans-serifDans ton handler, tu mets la position z comme de deuxième paramètre à ton inventaire, et cette valeur devient la taille de ton array de stacks…si la position est négative…]

                            [font=Ubuntu, sans-serifJe dois donc remplacer z par quoi ?^^"]

                            1 réponse Dernière réponse Répondre Citer 0
                            • AymericRedA Hors-ligne
                              AymericRed
                              dernière édition par

                              Par la taille de ton invitation, le nombre de slots

                              Si je vous ai aidé, n'oubliez pas d’être heureux, j'aiderai encore +

                              AymericRed, moddeur expérimenté qui aide sur ce forum et qui peut accepter de faire un mod Forge rémunéré de temps en temps.

                              Mes tutos : Table de craft, plugin NEI, plugin JEI, modifier l'overlay
                              Je suis un membre apprécié et joueur, j'ai déjà obtenu 6 points de réputation.

                              1 réponse Dernière réponse Répondre Citer 0
                              • GabsG Hors-ligne
                                Gabs
                                dernière édition par

                                D’accord merci, de base c’est combien?

                                1 réponse Dernière réponse Répondre Citer 0
                                • robin4002R Hors-ligne
                                  robin4002 Moddeurs confirmés Rédacteurs Administrateurs
                                  dernière édition par

                                  [15:08:40] [Server thread/ERROR] [FML]: HandshakeCompletionHandler exception
                                  java.lang.IllegalArgumentException: Listener already listening
                                  at net.minecraft.inventory.Container.addCraftingToCrafters(Container.java:48) ~[Container.class:?]

                                  Tu essaies de faire quoi en fait ? Car j’ai l’impression que tu tente de recréer un autre inventaire, or le menu de craft intégré dans l’inventaire de ton code rentre en conflit avec celui de l’inventaire de base.

                                  1 réponse Dernière réponse Répondre Citer 0
                                  • AymericRedA Hors-ligne
                                    AymericRed
                                    dernière édition par

                                    Pourquoi tu me demande c’est combien, c’est pas ton truc custom ?
                                    Si tu veux juste l’inventaire vanilla, ça sert à rien de faire ce que tu fais

                                    Si je vous ai aidé, n'oubliez pas d’être heureux, j'aiderai encore +

                                    AymericRed, moddeur expérimenté qui aide sur ce forum et qui peut accepter de faire un mod Forge rémunéré de temps en temps.

                                    Mes tutos : Table de craft, plugin NEI, plugin JEI, modifier l'overlay
                                    Je suis un membre apprécié et joueur, j'ai déjà obtenu 6 points de réputation.

                                    1 réponse Dernière réponse Répondre Citer 0
                                    • GabsG Hors-ligne
                                      Gabs
                                      dernière édition par

                                      Oui justement j’essaye de recréer un inventaire et du coup j’ai oublier de cancelled celui de base ^^.

                                      Je viens de le cancelled mais j’ai toujours un crash.

                                      
                                      [17:52:50] [main/INFO] [GradleStart]: Extra: []
                                      [17:52:50] [main/INFO] [GradleStart]: Running with arguments: [–userProperties, {}, --assetsDir, C:/Users/Admin/.gradle/caches/minecraft/assets, --assetIndex, 1.7.10, --accessToken, {REDACTED}, --version, 1.7.10, --tweakClass, cpw.mods.fml.common.launcher.FMLTweaker, --tweakClass, net.minecraftforge.gradle.tweakers.CoremodTweaker]
                                      [17:52:50] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
                                      [17:52:50] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
                                      [17:52:50] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker
                                      [17:52:50] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
                                      [17:52:50] [main/INFO] [FML]: Forge Mod Loader version 7.10.85.1291 for Minecraft 1.7.10 loading
                                      [17:52:50] [main/INFO] [FML]: Java is Java HotSpot(TM) Client VM, version 1.8.0_45, running on Windows 7:x86:6.1, installed at C:\Program Files (x86)\Java\jdk1.8.0_45\jre
                                      [17:52:50] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
                                      [17:52:50] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker
                                      [17:52:50] [main/INFO] [GradleStart]: Injecting location in coremod cpw.mods.fml.relauncher.FMLCorePlugin
                                      [17:52:50] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin
                                      [17:52:50] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
                                      [17:52:50] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
                                      [17:52:50] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
                                      [17:52:50] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
                                      [17:52:50] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
                                      [17:52:50] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
                                      [17:52:50] [main/ERROR] [FML]: The binary patch set is missing. Either you are in a development environment, or things are not going to work!
                                      [17:52:50] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing
                                      [17:52:50] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
                                      [17:52:50] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
                                      [17:52:51] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
                                      [17:52:51] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
                                      [17:52:51] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
                                      [17:52:51] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
                                      [17:52:51] [main/INFO]: Setting user: Player534
                                      [17:52:51] [Client thread/INFO]: LWJGL Version: 2.9.1
                                      [17:52:52] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
                                      [17:52:52] [Client thread/INFO] [FML]: MinecraftForge v10.13.2.1291 Initialized
                                      [17:52:52] [Client thread/INFO] [FML]: Replaced 183 ore recipies
                                      [17:52:52] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
                                      [17:52:52] [Client thread/INFO] [FML]: Searching C:\Users\Admin\Desktop\Modding\AltisMineModV2\eclipse\mods for mods
                                      [17:52:53] [Client thread/INFO] [FML]: Forge Mod Loader has identified 4 mods to load
                                      [17:52:53] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, amm] at CLIENT
                                      [17:52:53] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, amm] at SERVER
                                      [17:52:53] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:AltisMineMod
                                      [17:52:54] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
                                      [17:52:54] [Client thread/INFO] [FML]: Found 341 ObjectHolder annotations
                                      [17:52:54] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
                                      [17:52:54] [Client thread/INFO] [FML]: Applying holder lookups
                                      [17:52:54] [Client thread/INFO] [FML]: Holder lookups applied
                                      [17:52:54] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: 
                                      [17:52:54] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem…
                                      [17:52:54] [Thread-6/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
                                      [17:52:54] [Thread-6/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:     (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
                                      [17:52:54] [Thread-6/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.
                                      [17:52:54] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: 
                                      [17:52:54] [Sound Library Loader/INFO]: Sound engine started
                                      [17:52:54] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas
                                      [17:52:55] [Client thread/INFO]: Created: 256x256 textures/items-atlas
                                      [17:52:55] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 4 mods
                                      [17:52:55] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:AltisMineMod
                                      [17:52:55] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas
                                      [17:52:55] [Client thread/INFO]: Created: 256x256 textures/items-atlas
                                      [17:52:55] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: 
                                      [17:52:55] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: SoundSystem shutting down…
                                      [17:52:55] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:importantMessage:90]:     Author: Paul Lamb, www.paulscode.com
                                      [17:52:55] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: 
                                      [17:52:55] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: 
                                      [17:52:55] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem…
                                      [17:52:55] [Thread-8/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
                                      [17:52:55] [Thread-8/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:     (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
                                      [17:52:55] [Thread-8/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.
                                      [17:52:56] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: 
                                      [17:52:56] [Sound Library Loader/INFO]: Sound engine started
                                      [17:52:57] [Server thread/INFO]: Starting integrated minecraft server version 1.7.10
                                      [17:52:57] [Server thread/INFO]: Generating keypair
                                      [17:52:57] [Server thread/INFO] [FML]: Injecting existing block and item data into this server instance
                                      [17:52:57] [Server thread/INFO] [FML]: Applying holder lookups
                                      [17:52:57] [Server thread/INFO] [FML]: Holder lookups applied
                                      [17:52:57] [Server thread/INFO] [FML]: Loading dimension 0 (New World) (net.minecraft.server.integrated.IntegratedServer@9c2e2d)
                                      [17:52:57] [Server thread/INFO] [FML]: Loading dimension 1 (New World) (net.minecraft.server.integrated.IntegratedServer@9c2e2d)
                                      [17:52:57] [Server thread/INFO] [FML]: Loading dimension -1 (New World) (net.minecraft.server.integrated.IntegratedServer@9c2e2d)
                                      [17:52:57] [Server thread/INFO]: Preparing start region for level 0
                                      [17:52:58] [Server thread/INFO]: Changing view distance to 8, from 10
                                      [17:52:58] [Netty Client IO #0/INFO] [FML]: Server protocol version 1
                                      [17:52:58] [Netty IO #1/INFO] [FML]: Client protocol version 1
                                      [17:52:58] [Netty IO #1/INFO] [FML]: Client attempting to join with 4 mods : amm@1.0,FML@7.10.85.1291,Forge@10.13.2.1291,mcp@9.05
                                      [17:52:58] [Netty IO #1/INFO] [FML]: Attempting connection with missing mods [] at CLIENT
                                      [17:52:58] [Netty Client IO #0/INFO] [FML]: Attempting connection with missing mods [] at SERVER
                                      [17:52:58] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established
                                      [17:52:58] [Client thread/INFO] [FML]: [Client thread] Client side modded connection established
                                      [17:52:58] [Server thread/INFO]: Player534[local:E:19fff192] logged in with entity id 408 at (-37.42806090523522, 40.24918707874468, 178.69999998807904)
                                      [17:52:58] [Server thread/INFO]: Player534 joined the game
                                      [17:52:58] [Server thread/ERROR] [FML]: HandshakeCompletionHandler exception
                                      java.lang.IllegalArgumentException: Listener already listening
                                      at net.minecraft.inventory.Container.addCraftingToCrafters(Container.java:48) ~[Container.class:?]
                                      at net.minecraft.entity.player.EntityPlayerMP.addSelfToInternalCraftingInventory(EntityPlayerMP.java:218) ~[EntityPlayerMP.class:?]
                                      at net.minecraft.server.management.ServerConfigurationManager.initializeConnectionToPlayer(ServerConfigurationManager.java:187) ~[ServerConfigurationManager.class:?]
                                      at cpw.mods.fml.common.network.handshake.NetworkDispatcher.completeServerSideConnection(NetworkDispatcher.java:173) ~[NetworkDispatcher.class:?]
                                      at cpw.mods.fml.common.network.handshake.NetworkDispatcher.completeHandshake(NetworkDispatcher.java:446) ~[NetworkDispatcher.class:?]
                                      at cpw.mods.fml.common.network.internal.HandshakeCompletionHandler.channelRead0(HandshakeCompletionHandler.java:17) ~[HandshakeCompletionHandler.class:?]
                                      at cpw.mods.fml.common.network.internal.HandshakeCompletionHandler.channelRead0(HandshakeCompletionHandler.java:11) ~[HandshakeCompletionHandler.class:?]
                                      at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:98) ~[SimpleChannelInboundHandler.class:?]
                                      at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) [DefaultChannelHandlerContext.class:?]
                                      at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) [DefaultChannelHandlerContext.class:?]
                                      at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) [MessageToMessageDecoder.class:?]
                                      at io.netty.handler.codec.MessageToMessageCodec.channelRead(MessageToMessageCodec.java:111) [MessageToMessageCodec.class:?]
                                      at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) [DefaultChannelHandlerContext.class:?]
                                      at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) [DefaultChannelHandlerContext.class:?]
                                      at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785) [DefaultChannelPipeline.class:?]
                                      at io.netty.channel.embedded.EmbeddedChannel.writeInbound(EmbeddedChannel.java:169) [EmbeddedChannel.class:?]
                                      at cpw.mods.fml.common.network.internal.FMLProxyPacket.processPacket(FMLProxyPacket.java:86) [FMLProxyPacket.class:?]
                                      at net.minecraft.network.NetworkManager.processReceivedPackets(NetworkManager.java:241) [NetworkManager.class:?]
                                      at net.minecraft.network.NetworkSystem.networkTick(NetworkSystem.java:182) [NetworkSystem.class:?]
                                      at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:726) [MinecraftServer.class:?]
                                      at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:614) [MinecraftServer.class:?]
                                      at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:118) [IntegratedServer.class:?]
                                      at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:485) [MinecraftServer.class:?]
                                      at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:752) [MinecraftServer$2.class:?]
                                      [17:52:58] [Server thread/ERROR] [FML]: There was a critical exception handling a packet on channel FML
                                      java.lang.IllegalArgumentException: Listener already listening
                                      at net.minecraft.inventory.Container.addCraftingToCrafters(Container.java:48) ~[Container.class:?]
                                      at net.minecraft.entity.player.EntityPlayerMP.addSelfToInternalCraftingInventory(EntityPlayerMP.java:218) ~[EntityPlayerMP.class:?]
                                      at net.minecraft.server.management.ServerConfigurationManager.initializeConnectionToPlayer(ServerConfigurationManager.java:187) ~[ServerConfigurationManager.class:?]
                                      at cpw.mods.fml.common.network.handshake.NetworkDispatcher.completeServerSideConnection(NetworkDispatcher.java:173) ~[NetworkDispatcher.class:?]
                                      at cpw.mods.fml.common.network.handshake.NetworkDispatcher.completeHandshake(NetworkDispatcher.java:446) ~[NetworkDispatcher.class:?]
                                      at cpw.mods.fml.common.network.internal.HandshakeCompletionHandler.channelRead0(HandshakeCompletionHandler.java:17) ~[HandshakeCompletionHandler.class:?]
                                      at cpw.mods.fml.common.network.internal.HandshakeCompletionHandler.channelRead0(HandshakeCompletionHandler.java:11) ~[HandshakeCompletionHandler.class:?]
                                      at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:98) ~[SimpleChannelInboundHandler.class:?]
                                      at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) ~[DefaultChannelHandlerContext.class:?]
                                      at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) ~[DefaultChannelHandlerContext.class:?]
                                      at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) ~[MessageToMessageDecoder.class:?]
                                      at io.netty.handler.codec.MessageToMessageCodec.channelRead(MessageToMessageCodec.java:111) ~[MessageToMessageCodec.class:?]
                                      at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) ~[DefaultChannelHandlerContext.class:?]
                                      at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) ~[DefaultChannelHandlerContext.class:?]
                                      at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785) ~[DefaultChannelPipeline.class:?]
                                      at io.netty.channel.embedded.EmbeddedChannel.writeInbound(EmbeddedChannel.java:169) ~[EmbeddedChannel.class:?]
                                      at cpw.mods.fml.common.network.internal.FMLProxyPacket.processPacket(FMLProxyPacket.java:86) [FMLProxyPacket.class:?]
                                      at net.minecraft.network.NetworkManager.processReceivedPackets(NetworkManager.java:241) [NetworkManager.class:?]
                                      at net.minecraft.network.NetworkSystem.networkTick(NetworkSystem.java:182) [NetworkSystem.class:?]
                                      at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:726) [MinecraftServer.class:?]
                                      at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:614) [MinecraftServer.class:?]
                                      at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:118) [IntegratedServer.class:?]
                                      at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:485) [MinecraftServer.class:?]
                                      at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:752) [MinecraftServer$2.class:?]
                                      [17:52:58] [Server thread/ERROR]: Encountered an unexpected exception
                                      net.minecraft.util.ReportedException: Ticking memory connection
                                      at net.minecraft.network.NetworkSystem.networkTick(NetworkSystem.java:198) ~[NetworkSystem.class:?]
                                      at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:726) ~[MinecraftServer.class:?]
                                      at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:614) ~[MinecraftServer.class:?]
                                      at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:118) ~[IntegratedServer.class:?]
                                      at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:485) [MinecraftServer.class:?]
                                      at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:752) [MinecraftServer$2.class:?]
                                      Caused by: java.lang.NullPointerException
                                      at cpw.mods.fml.common.network.internal.FMLProxyPacket.processPacket(FMLProxyPacket.java:110) ~[FMLProxyPacket.class:?]
                                      at net.minecraft.network.NetworkManager.processReceivedPackets(NetworkManager.java:241) ~[NetworkManager.class:?]
                                      at net.minecraft.network.NetworkSystem.networkTick(NetworkSystem.java:182) ~[NetworkSystem.class:?]
                                      … 5 more
                                      [17:52:58] [Server thread/ERROR]: This crash report has been saved to: C:\Users\Admin\Desktop\Modding\AltisMineModV2\eclipse\.\crash-reports\crash-2016-03-07_17.52.58-server.txt
                                      [17:52:58] [Server thread/INFO]: Stopping server
                                      [17:52:58] [Server thread/INFO]: Saving players
                                      [17:52:58] [Server thread/INFO]: Saving worlds
                                      [17:52:58] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
                                      [17:52:58] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:displayCrashReport:388]: –-- Minecraft Crash Report ----
                                      // Don't be sad. I'll do better next time, I promise!
                                      
                                      Time: 07/03/16 17:52
                                      Description: Ticking memory connection
                                      
                                      java.lang.NullPointerException: Ticking memory connection
                                      at cpw.mods.fml.common.network.internal.FMLProxyPacket.processPacket(FMLProxyPacket.java:110)
                                      at net.minecraft.network.NetworkManager.processReceivedPackets(NetworkManager.java:241)
                                      at net.minecraft.network.NetworkSystem.networkTick(NetworkSystem.java:182)
                                      at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:726)
                                      at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:614)
                                      at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:118)
                                      at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:485)
                                      at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:752)
                                      
                                      A detailed walkthrough of the error, its code path and all known details is as follows:
                                      ---------------------------------------------------------------------------------------
                                      
                                      -- Head --
                                      Stacktrace:
                                      at cpw.mods.fml.common.network.internal.FMLProxyPacket.processPacket(FMLProxyPacket.java:110)
                                      at net.minecraft.network.NetworkManager.processReceivedPackets(NetworkManager.java:241)
                                      
                                      -- Ticking connection --
                                      Details:
                                      Connection: net.minecraft.network.NetworkManager@16fb1c9
                                      Stacktrace:
                                      at net.minecraft.network.NetworkSystem.networkTick(NetworkSystem.java:182)
                                      at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:726)
                                      at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:614)
                                      at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:118)
                                      at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:485)
                                      at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:752)
                                      
                                      -- System Details --
                                      Details:
                                      Minecraft Version: 1.7.10
                                      Operating System: Windows 7 (x86) version 6.1
                                      Java Version: 1.8.0_45, Oracle Corporation
                                      Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
                                      Memory: 902339464 bytes (860 MB) / 1037959168 bytes (989 MB) up to 1037959168 bytes (989 MB)
                                      JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
                                      AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
                                      IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
                                      FML: MCP v9.05 FML v7.10.85.1291 Minecraft Forge 10.13.2.1291 4 mods loaded, 4 mods active
                                      mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
                                      FML{7.10.85.1291} [Forge Mod Loader] (forgeSrc-1.7.10-10.13.2.1291.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
                                      Forge{10.13.2.1291} [Minecraft Forge] (forgeSrc-1.7.10-10.13.2.1291.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
                                      amm{1.0} [AltisMineMod] (bin) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
                                      Profiler Position: N/A (disabled)
                                      Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
                                      Player Count: 1 / 8; [EntityPlayerMP['Player534'/408, l='New World', x=-37,43, y=40,25, z=178,70]]
                                      Type: Integrated Server (map_client.txt)
                                      Is Modded: Definitely; Client brand changed to 'fml,forge'
                                      [17:52:58] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:displayCrashReport:393]: #@!@# Game crashed! Crash report saved to: #@!@# .\crash-reports\crash-2016-03-07_17.52.58-server.txt
                                      [17:52:58] [Client thread/INFO] [FML]: Waiting for the server to terminate/save.
                                      [17:52:58] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
                                      [17:52:58] [Server thread/INFO]: Saving chunks for level 'New World'/The End
                                      [17:52:59] [Server thread/INFO] [FML]: Unloading dimension 0
                                      [17:52:59] [Server thread/INFO] [FML]: Unloading dimension -1
                                      [17:52:59] [Server thread/INFO] [FML]: Unloading dimension 1
                                      [17:52:59] [Server thread/INFO] [FML]: Applying holder lookups
                                      [17:52:59] [Server thread/INFO] [FML]: Holder lookups applied
                                      [17:52:59] [Server thread/INFO] [FML]: The state engine was in incorrect state SERVER_STOPPING and forced into state SERVER_STOPPED. Errors may have been discarded.
                                      [17:52:59] [Client thread/INFO] [FML]: Server terminated.
                                      AL lib: (EE) alc_cleanup: 1 device not closed
                                      Java HotSpot(TM) Client VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
                                      
                                      

                                      Aymeric j’essaye juste pour le moment une fois que j’aurais l’exemple en jeu je pourrais redimensionner je veux juste le truc de base au début.

                                      Comment on vire le menu de craft?

                                      1 réponse Dernière réponse Répondre Citer 0
                                      • robin4002R Hors-ligne
                                        robin4002 Moddeurs confirmés Rédacteurs Administrateurs
                                        dernière édition par

                                        Cancel celui de base ne règlera pas ce soucis. Tu ne peux pas réutiliser le système de base pour le craft intégré à l’inventaire.

                                        1 réponse Dernière réponse Répondre Citer 0
                                        • AymericRedA Hors-ligne
                                          AymericRed
                                          dernière édition par

                                          Je te conseille de recommencer à 0 ton Container, de prendre le code du ContainerChest et de retirer tout ce qui ne t’intéresse pas
                                          Parce que là t’a des slots d’amor, de crafting mélangés et c’est plus dur à modifier  😐

                                          Si je vous ai aidé, n'oubliez pas d’être heureux, j'aiderai encore +

                                          AymericRed, moddeur expérimenté qui aide sur ce forum et qui peut accepter de faire un mod Forge rémunéré de temps en temps.

                                          Mes tutos : Table de craft, plugin NEI, plugin JEI, modifier l'overlay
                                          Je suis un membre apprécié et joueur, j'ai déjà obtenu 6 points de réputation.

                                          1 réponse Dernière réponse Répondre Citer 0
                                          • GabsG Hors-ligne
                                            Gabs
                                            dernière édition par

                                            D’accord merci du conseil 😄

                                            1 réponse Dernière réponse Répondre Citer 0
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 9
                                            • 10
                                            • 1 / 10
                                            • Premier message
                                              Dernier message
                                            Design by Woryk
                                            ContactMentions Légales

                                            MINECRAFT FORGE FRANCE © 2024

                                            Powered by NodeBB