MFF

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

    [Multijoueur] Problème de message

    Planifier Épinglé Verrouillé Déplacé Résolu Anciennes versions
    1.6.4
    15 Messages 3 Publieurs 5.0k 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.
    • robin4002R Hors-ligne
      robin4002 Moddeurs confirmés Rédacteurs Administrateurs
      dernière édition par

      Salut,

      public boolean removeBlockByPlayer(World world, EntityPlayer player, int x, int y, int z)
      {
      player.sendChatMessage(" \u00E0 cass\u00E9 un flamant rose !");
      return super.removeBlockByPlayer(world, player, x, y, z);
      }
      

      Minecraft.getMinecraft() n’existe pas en serveur.

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

        Ah !

        Merci bien de l’aide !

        Je teste !


        J’ai une erreur sur le addChatMessage

        car moi je veux que les autre joueurs le voie aussi le message !


        Second problème avec ton code robin le bloc se pose et disparaît dessuite

        Si je t'ai filé un coup de main n'oublie pas le + / -
        Par contre évite les demandes d'aides en MP, tu sera sympa'

        La JavaDoc c'est comme le PQ, ça sert à ce démerder tous seul. -Victor Hugo- 2017

        Une superbe API pour animer vos super modèles CraftStudio dans Minecraft !

        1 réponse Dernière réponse Répondre Citer 0
        • kevin_68K Hors-ligne
          kevin_68 Moddeurs confirmés
          dernière édition par

          Essaie avec ça à la place du “player.addChatMessage(…)”

          
          for(String playerName : MinecraftServer.getServer().getAllUsernames())
          {
          EntityPlayer player = MinecraftServer.getServer().getConfigurationManager().getPlayerForUsername(playerName);
          player.addChatMessage(new ChatComponentText("message"));
          }
          
          

          Et si tu veux le traduire avec le nom du joueur:

          
          player.addChatMessage(new ChatComponentText(StatCollector.translateToLocal("message", player.getCommandSenderName)));
          
          

          donc dans le fichier .lang il y aurait:

          
          message=%d à cassé ce bloc!
          
          

          avec %d qui correspond à la variable donnée, c’est à dire le pseudo du joueur


          Mettez à jours vers la dernière version stable (1.8.9 voir même…

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

            J’ai test et mon jeu crash quand un autre joueur casse le bloc

            :::

            juin 19, 2014 8:20:27 PM net.minecraft.launchwrapper.LogWrapper log
            INFOS: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
            juin 19, 2014 8:20:28 PM net.minecraft.launchwrapper.LogWrapper log
            INFOS: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
            juin 19, 2014 8:20:28 PM net.minecraft.launchwrapper.LogWrapper log
            INFOS: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
            2014-06-19 20:20:28 [INFOS] [ForgeModLoader] Forge Mod Loader version 6.4.49.965 for Minecraft 1.6.4 loading
            2014-06-19 20:20:28 [INFOS] [ForgeModLoader] Java is Java HotSpot(TM) Client VM, version 1.7.0_60, running on Windows 8.1:x86:6.3, installed at C:\Program Files (x86)\Java\jre7
            2014-06-19 20:20:28 [INFOS] [ForgeModLoader] Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
            2014-06-19 20:20:28 [INFOS] [ForgeModLoader] Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
            2014-06-19 20:20:28 [INFOS] [ForgeModLoader] Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
            2014-06-19 20:20:28 [INFOS] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
            2014-06-19 20:20:28 [INFOS] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
            2014-06-19 20:20:28 [INFOS] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
            2014-06-19 20:20:28 [INFOS] [STDOUT] Loaded 40 rules from AccessTransformer config file fml_at.cfg
            2014-06-19 20:20:28 [GRAVE] [ForgeModLoader] The binary patch set is missing. Either you are in a development environment, or things are not going to work!
            2014-06-19 20:20:29 [INFOS] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
            2014-06-19 20:20:29 [INFOS] [STDOUT] Loaded 110 rules from AccessTransformer config file forge_at.cfg
            2014-06-19 20:20:29 [INFOS] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
            2014-06-19 20:20:29 [INFOS] [ForgeModLoader] Launching wrapped minecraft {net.minecraft.client.main.Main}
            2014-06-19 20:20:30 [INFOS] [Minecraft-Client] Setting user: ShLennon984
            2014-06-19 20:20:31 [INFOS] [Minecraft-Client] LWJGL Version: 2.9.0
            2014-06-19 20:20:32 [INFOS] [Minecraft-Client] Reloading ResourceManager: Default
            2014-06-19 20:20:33 [INFOS] [MinecraftForge] Attempting early MinecraftForge initialization
            2014-06-19 20:20:33 [INFOS] [STDOUT] MinecraftForge v9.11.1.965 Initialized
            2014-06-19 20:20:33 [INFOS] [ForgeModLoader] MinecraftForge v9.11.1.965 Initialized
            2014-06-19 20:20:33 [INFOS] [STDOUT] Replaced 111 ore recipies
            2014-06-19 20:20:33 [INFOS] [MinecraftForge] Completed early MinecraftForge initialization
            2014-06-19 20:20:33 [INFOS] [ForgeModLoader] Reading custom logging properties from C:\Users\Jean-Baptiste\Desktop\Modding\JAVA\Stand-by\ViruZ_Core_Forge_1.6.4_9.11.1.965\forge\mcp\jars\config\logging.properties
            2014-06-19 20:20:33 [DÉSACTIVÉ] [ForgeModLoader] Logging level for ForgeModLoader logging is set to ALL
            2014-06-19 20:20:33 [INFOS] [ForgeModLoader] Searching C:\Users\Jean-Baptiste\Desktop\Modding\JAVA\Stand-by\ViruZ_Core_Forge_1.6.4_9.11.1.965\forge\mcp\jars\mods for mods
            2014-06-19 20:20:33 [INFOS] [Flamingo] Mod Flamingo is missing the required element 'name'. Substituting Flamingo
            2014-06-19 20:20:36 [INFOS] [ForgeModLoader] Forge Mod Loader has identified 5 mods to load
            2014-06-19 20:20:36 [INFOS] [mcp] Activating mod mcp
            2014-06-19 20:20:36 [INFOS] [FML] Activating mod FML
            2014-06-19 20:20:36 [INFOS] [Forge] Activating mod Forge
            2014-06-19 20:20:36 [INFOS] [Flamingo] Activating mod Flamingo
            2014-06-19 20:20:36 [INFOS] [ViruZ] Activating mod ViruZ
            2014-06-19 20:20:36 [AVERTISSEMENT] [Forge Mod Loader] Mod Forge Mod Loader is missing a pack.mcmeta file, things may not work well
            2014-06-19 20:20:36 [AVERTISSEMENT] [Minecraft Forge] Mod Minecraft Forge is missing a pack.mcmeta file, things may not work well
            2014-06-19 20:20:36 [AVERTISSEMENT] [Flamingo] Mod Flamingo is missing a pack.mcmeta file, things may not work well
            2014-06-19 20:20:36 [AVERTISSEMENT] [ViruZ] Mod ViruZ is missing a pack.mcmeta file, things may not work well
            2014-06-19 20:20:36 [INFOS] [Minecraft-Client] Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Flamingo, FMLFileResourcePack:ViruZ
            2014-06-19 20:20:36 [INFOS] [ForgeModLoader] Registering Forge Packet Handler
            2014-06-19 20:20:36 [INFOS] [ForgeModLoader] Succeeded registering Forge Packet Handler
            2014-06-19 20:20:36 [INFOS] [ForgeModLoader] Configured a dormant chunk cache size of 0
            2014-06-19 20:20:37 [GRAVE] [Minecraft-Client] Using missing texture, unable to load: minecraft:textures/blocks/MISSING_ICON_TILE_511_normalWardrobe.png
            2014-06-19 20:20:37 [GRAVE] [Minecraft-Client] Using missing texture, unable to load: minecraft:textures/blocks/planks.png
            2014-06-19 20:20:37 [GRAVE] [Minecraft-Client] Using missing texture, unable to load: minecraft:textures/blocks/MISSING_ICON_TILE_508_campfireIdle.png
            2014-06-19 20:20:37 [GRAVE] [Minecraft-Client] Using missing texture, unable to load: minecraft:textures/blocks/MISSING_ICON_TILE_512_hopperChest.png
            2014-06-19 20:20:37 [GRAVE] [Minecraft-Client] Using missing texture, unable to load: minecraft:textures/blocks/MISSING_ICON_TILE_509_campfireBurning.png
            2014-06-19 20:20:38 [INFOS] [ForgeModLoader] Forge Mod Loader has successfully loaded 5 mods
            2014-06-19 20:20:38 [AVERTISSEMENT] [Forge Mod Loader] Mod Forge Mod Loader is missing a pack.mcmeta file, things may not work well
            2014-06-19 20:20:38 [AVERTISSEMENT] [Minecraft Forge] Mod Minecraft Forge is missing a pack.mcmeta file, things may not work well
            2014-06-19 20:20:38 [AVERTISSEMENT] [Flamingo] Mod Flamingo is missing a pack.mcmeta file, things may not work well
            2014-06-19 20:20:38 [AVERTISSEMENT] [ViruZ] Mod ViruZ is missing a pack.mcmeta file, things may not work well
            2014-06-19 20:20:38 [INFOS] [Minecraft-Client] Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Flamingo, FMLFileResourcePack:ViruZ
            2014-06-19 20:20:38 [GRAVE] [Minecraft-Client] Using missing texture, unable to load: minecraft:textures/blocks/MISSING_ICON_TILE_511_normalWardrobe.png
            2014-06-19 20:20:38 [GRAVE] [Minecraft-Client] Using missing texture, unable to load: minecraft:textures/blocks/planks.png
            2014-06-19 20:20:38 [GRAVE] [Minecraft-Client] Using missing texture, unable to load: minecraft:textures/blocks/MISSING_ICON_TILE_508_campfireIdle.png
            2014-06-19 20:20:38 [GRAVE] [Minecraft-Client] Using missing texture, unable to load: minecraft:textures/blocks/MISSING_ICON_TILE_512_hopperChest.png
            2014-06-19 20:20:38 [GRAVE] [Minecraft-Client] Using missing texture, unable to load: minecraft:textures/blocks/MISSING_ICON_TILE_509_campfireBurning.png
            2014-06-19 20:20:38 [INFOS] [STDOUT]
            2014-06-19 20:20:38 [INFOS] [STDOUT] Starting up SoundSystem…
            2014-06-19 20:20:39 [INFOS] [STDOUT] Initializing LWJGL OpenAL
            2014-06-19 20:20:39 [INFOS] [STDOUT] (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
            2014-06-19 20:20:39 [INFOS] [STDOUT] OpenAL initialized.
            2014-06-19 20:20:39 [INFOS] [STDOUT]
            2014-06-19 20:20:41 [INFOS] [Minecraft-Server] Starting integrated minecraft server version 1.6.4
            2014-06-19 20:20:41 [INFOS] [Minecraft-Server] Generating keypair
            2014-06-19 20:20:42 [INFOS] [ForgeModLoader] Loading dimension 0 (Nouveau monde) (net.minecraft.server.integrated.IntegratedServer@184d54a)
            2014-06-19 20:20:42 [INFOS] [ForgeModLoader] Loading dimension 1 (Nouveau monde) (net.minecraft.server.integrated.IntegratedServer@184d54a)
            2014-06-19 20:20:42 [INFOS] [ForgeModLoader] Loading dimension -1 (Nouveau monde) (net.minecraft.server.integrated.IntegratedServer@184d54a)
            2014-06-19 20:20:42 [INFOS] [Minecraft-Server] Preparing start region for level 0
            2014-06-19 20:20:43 [INFOS] [Minecraft-Server] Preparing spawn area: 70%
            2014-06-19 20:20:44 [INFOS] [STDOUT] loading single player
            2014-06-19 20:20:44 [INFOS] [Minecraft-Server] ShLennon984[/127.0.0.1:0] logged in with entity id 20 at (-95.77802520015989, 6.0, 401.4547347771511)
            2014-06-19 20:20:44 [INFOS] [Minecraft-Server] ShLennon984 a rejoint le jeu
            2014-06-19 20:20:44 [INFOS] [STDOUT] Setting up custom skins
            2014-06-19 20:20:45 [INFOS] [Minecraft-Server] Saving and pausing game…
            2014-06-19 20:20:45 [INFOS] [Minecraft-Server] Saving chunks for level 'Nouveau monde'/Overworld
            2014-06-19 20:20:45 [INFOS] [Minecraft-Server] Saving chunks for level 'Nouveau monde'/Nether
            2014-06-19 20:20:45 [AVERTISSEMENT] [Minecraft-Client] Failed to load texture: flamingo:textures/models/flamingo.png
            java.io.FileNotFoundException: flamingo:textures/models/flamingo.png
            at net.minecraft.client.resources.SimpleReloadableResourceManager.getResource(SimpleReloadableResourceManager.java:67)
            at net.minecraft.client.renderer.texture.SimpleTexture.loadTexture(SimpleTexture.java:31)
            at net.minecraft.client.renderer.texture.TextureManager.loadTexture(TextureManager.java:84)
            at net.minecraft.client.renderer.texture.TextureManager.bindTexture(TextureManager.java:41)
            at net.minecraft.client.renderer.tileentity.TileEntitySpecialRenderer.bindTexture(TileEntitySpecialRenderer.java:27)
            at com.reddit.user.koppeh.flamingo.TileEntityFlamingoRenderer.renderTileEntityAt(TileEntityFlamingoRenderer.java:30)
            at com.reddit.user.koppeh.flamingo.TileEntityFlamingoRenderer.renderTileEntityAt(TileEntityFlamingoRenderer.java:53)
            at com.reddit.user.koppeh.flamingo.RenderingHandler.renderInventoryBlock(RenderingHandler.java:43)
            at cpw.mods.fml.client.registry.RenderingRegistry.renderInventoryBlock(RenderingRegistry.java:159)
            at net.minecraft.src.FMLRenderAccessLibrary.renderInventoryBlock(FMLRenderAccessLibrary.java:63)
            at net.minecraft.client.renderer.RenderBlocks.renderBlockAsItem(RenderBlocks.java:8312)
            at net.minecraft.client.renderer.entity.RenderItem.renderItemIntoGUI(RenderItem.java:375)
            at net.minecraft.client.renderer.entity.RenderItem.renderItemAndEffectIntoGUI(RenderItem.java:467)
            at net.minecraft.client.gui.GuiIngame.renderInventorySlot(GuiIngame.java:976)
            at net.minecraftforge.client.GuiIngameForge.renderHotbar(GuiIngameForge.java:206)
            at net.minecraftforge.client.GuiIngameForge.renderGameOverlay(GuiIngameForge.java:141)
            at net.minecraft.client.renderer.EntityRenderer.updateCameraAndRender(EntityRenderer.java:1014)
            at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:946)
            at net.minecraft.client.Minecraft.run(Minecraft.java:838)
            at net.minecraft.client.main.Main.main(Main.java:93)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
            at java.lang.reflect.Method.invoke(Unknown Source)
            at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
            at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
            2014-06-19 20:20:45 [INFOS] [Minecraft-Server] Saving chunks for level 'Nouveau monde'/The End
            2014-06-19 20:20:53 [INFOS] [Minecraft-Client] [CHAT] ShLennon984 à cassé un flamant rose
            2014-06-19 20:20:53 [INFOS] [Minecraft-Client] [CHAT] ShLennon984 à cassé un flamant rose
            2014-06-19 20:20:56 [INFOS] [Minecraft-Server] Saving and pausing game…
            2014-06-19 20:20:56 [INFOS] [Minecraft-Server] Saving chunks for level 'Nouveau monde'/Overworld
            2014-06-19 20:20:56 [INFOS] [Minecraft-Server] Saving chunks for level 'Nouveau monde'/Nether
            2014-06-19 20:20:56 [INFOS] [Minecraft-Server] Saving chunks for level 'Nouveau monde'/The End
            2014-06-19 20:20:57 [INFOS] [Minecraft-Server] Stopping server
            2014-06-19 20:20:57 [INFOS] [Minecraft-Server] Saving players
            2014-06-19 20:20:57 [INFOS] [Minecraft-Server] ShLennon984 a quitté le jeu
            2014-06-19 20:20:57 [INFOS] [Minecraft-Server] Saving worlds
            2014-06-19 20:20:57 [INFOS] [Minecraft-Server] Saving chunks for level 'Nouveau monde'/Overworld
            2014-06-19 20:20:57 [INFOS] [Minecraft-Server] Saving chunks for level 'Nouveau monde'/Nether
            2014-06-19 20:20:57 [INFOS] [Minecraft-Server] Saving chunks for level 'Nouveau monde'/The End
            2014-06-19 20:20:57 [INFOS] [ForgeModLoader] Unloading dimension 0
            2014-06-19 20:20:57 [INFOS] [ForgeModLoader] Unloading dimension -1
            2014-06-19 20:20:57 [INFOS] [ForgeModLoader] Unloading dimension 1
            2014-06-19 20:20:59 [INFOS] [Minecraft-Server] Starting integrated minecraft server version 1.6.4
            2014-06-19 20:20:59 [INFOS] [Minecraft-Server] Generating keypair
            2014-06-19 20:21:00 [INFOS] [ForgeModLoader] Loading dimension 0 (Nouveau monde) (net.minecraft.server.integrated.IntegratedServer@b432c1)
            2014-06-19 20:21:00 [INFOS] [ForgeModLoader] Loading dimension 1 (Nouveau monde) (net.minecraft.server.integrated.IntegratedServer@b432c1)
            2014-06-19 20:21:00 [INFOS] [ForgeModLoader] Loading dimension -1 (Nouveau monde) (net.minecraft.server.integrated.IntegratedServer@b432c1)
            2014-06-19 20:21:00 [INFOS] [Minecraft-Server] Preparing start region for level 0
            2014-06-19 20:21:01 [INFOS] [Minecraft-Server] Preparing spawn area: 69%
            2014-06-19 20:21:02 [INFOS] [STDOUT] loading single player
            2014-06-19 20:21:02 [INFOS] [Minecraft-Server] ShLennon984[/127.0.0.1:0] logged in with entity id 1605 at (-94.73101659941972, 4.0, 408.0032302397249)
            2014-06-19 20:21:02 [INFOS] [Minecraft-Server] ShLennon984 a rejoint le jeu
            2014-06-19 20:21:02 [INFOS] [STDOUT] Setting up custom skins
            2014-06-19 20:21:04 [INFOS] [Minecraft-Server] Saving and pausing game…
            2014-06-19 20:21:04 [INFOS] [Minecraft-Server] Saving chunks for level 'Nouveau monde'/Overworld
            2014-06-19 20:21:04 [INFOS] [Minecraft-Server] Saving chunks for level 'Nouveau monde'/Nether
            2014-06-19 20:21:04 [INFOS] [Minecraft-Server] Saving chunks for level 'Nouveau monde'/The End
            2014-06-19 20:21:06 [INFOS] [Minecraft-Server] Started on 62247
            2014-06-19 20:21:06 [INFOS] [Minecraft-Client] [CHAT] Jeu local hébergé sur le port 62247
            2014-06-19 20:21:34 [INFOS] [ForgeModLoader] User ShLennon890 connecting with mods [Flamingo, ViruZ, Forge]
            2014-06-19 20:21:35 [INFOS] [Minecraft-Server] ShLennon890[/25.193.153.193:62277] logged in with entity id 7935 at (-78.54041624609759, 5.0155550727022, 256.27826853503075)
            2014-06-19 20:21:35 [INFOS] [Minecraft-Server] ShLennon890 a rejoint le jeu
            2014-06-19 20:21:35 [INFOS] [Minecraft-Client] [CHAT] ShLennon890 a rejoint le jeu
            2014-06-19 20:21:48 [INFOS] [Minecraft-Client] [CHAT] ShLennon984 à cassé un flamant rose
            2014-06-19 20:21:50 [INFOS] [STDERR] java.net.SocketException: Connection reset
            2014-06-19 20:21:50 [INFOS] [STDERR] at java.net.SocketInputStream.read(Unknown Source)
            2014-06-19 20:21:50 [INFOS] [STDERR] at java.net.SocketInputStream.read(Unknown Source)
            2014-06-19 20:21:50 [INFOS] [STDERR] at java.io.FilterInputStream.read(Unknown Source)
            2014-06-19 20:21:50 [INFOS] [STDERR] at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
            2014-06-19 20:21:50 [INFOS] [STDERR] at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
            2014-06-19 20:21:50 [INFOS] [STDERR] at java.io.DataInputStream.readUnsignedByte(Unknown Source)
            2014-06-19 20:21:50 [INFOS] [STDERR] at net.minecraft.network.packet.Packet.readPacket(Packet.java:145)
            2014-06-19 20:21:50 [INFOS] [STDERR] at net.minecraft.network.TcpConnection.readPacket(TcpConnection.java:325)
            2014-06-19 20:21:50 [INFOS] [STDERR] at net.minecraft.network.TcpConnection.readNetworkPacket(TcpConnection.java:549)
            2014-06-19 20:21:50 [INFOS] [STDERR] at net.minecraft.network.TcpReaderThread.run(TcpReaderThread.java:23)
            2014-06-19 20:21:50 [INFOS] [Minecraft-Server] ShLennon890 lost connection: disconnect.genericReason
            2014-06-19 20:21:50 [INFOS] [Minecraft-Server] ShLennon890 a quitté le jeu
            2014-06-19 20:21:50 [INFOS] [Minecraft-Client] [CHAT] ShLennon890 a quitté le jeu
            
            

            :::

            Si je t'ai filé un coup de main n'oublie pas le + / -
            Par contre évite les demandes d'aides en MP, tu sera sympa'

            La JavaDoc c'est comme le PQ, ça sert à ce démerder tous seul. -Victor Hugo- 2017

            Une superbe API pour animer vos super modèles CraftStudio dans Minecraft !

            1 réponse Dernière réponse Répondre Citer 0
            • kevin_68K Hors-ligne
              kevin_68 Moddeurs confirmés
              dernière édition par

              Avec le log du joueur qui à pas crash je peux pas te dire ce qu’il ne va pas, sur eclipse tu peux changé de console avec ce bouton:

              De plus c’est du code 1.7 (pas vu le tag)
              Mais la boucle for devrais fonctionner


              Mettez à jours vers la dernière version stable (1.8.9 voir même…

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

                Oups pardon !

                :::

                juin 19, 2014 8:21:10 PM net.minecraft.launchwrapper.LogWrapper log
                INFOS: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
                juin 19, 2014 8:21:10 PM net.minecraft.launchwrapper.LogWrapper log
                INFOS: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
                juin 19, 2014 8:21:10 PM net.minecraft.launchwrapper.LogWrapper log
                INFOS: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
                2014-06-19 20:21:10 [INFOS] [ForgeModLoader] Forge Mod Loader version 6.4.49.965 for Minecraft 1.6.4 loading
                2014-06-19 20:21:10 [INFOS] [ForgeModLoader] Java is Java HotSpot(TM) Client VM, version 1.7.0_60, running on Windows 8.1:x86:6.3, installed at C:\Program Files (x86)\Java\jre7
                2014-06-19 20:21:10 [INFOS] [ForgeModLoader] Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
                2014-06-19 20:21:10 [INFOS] [ForgeModLoader] Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
                2014-06-19 20:21:10 [INFOS] [ForgeModLoader] Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
                2014-06-19 20:21:10 [INFOS] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
                2014-06-19 20:21:10 [INFOS] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
                2014-06-19 20:21:10 [INFOS] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
                2014-06-19 20:21:10 [INFOS] [STDOUT] Loaded 40 rules from AccessTransformer config file fml_at.cfg
                2014-06-19 20:21:10 [GRAVE] [ForgeModLoader] The binary patch set is missing. Either you are in a development environment, or things are not going to work!
                2014-06-19 20:21:11 [INFOS] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
                2014-06-19 20:21:11 [INFOS] [STDOUT] Loaded 110 rules from AccessTransformer config file forge_at.cfg
                2014-06-19 20:21:11 [INFOS] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
                2014-06-19 20:21:12 [INFOS] [ForgeModLoader] Launching wrapped minecraft {net.minecraft.client.main.Main}
                2014-06-19 20:21:13 [INFOS] [Minecraft-Client] Setting user: ShLennon890
                2014-06-19 20:21:15 [INFOS] [Minecraft-Client] LWJGL Version: 2.9.0
                2014-06-19 20:21:16 [INFOS] [Minecraft-Client] Reloading ResourceManager: Default
                2014-06-19 20:21:19 [INFOS] [MinecraftForge] Attempting early MinecraftForge initialization
                2014-06-19 20:21:19 [INFOS] [STDOUT] MinecraftForge v9.11.1.965 Initialized
                2014-06-19 20:21:19 [INFOS] [ForgeModLoader] MinecraftForge v9.11.1.965 Initialized
                2014-06-19 20:21:19 [INFOS] [STDOUT] Replaced 111 ore recipies
                2014-06-19 20:21:19 [INFOS] [MinecraftForge] Completed early MinecraftForge initialization
                2014-06-19 20:21:19 [INFOS] [ForgeModLoader] Reading custom logging properties from C:\Users\Jean-Baptiste\Desktop\Modding\JAVA\Stand-by\ViruZ_Core_Forge_1.6.4_9.11.1.965\forge\mcp\jars\config\logging.properties
                2014-06-19 20:21:19 [DÉSACTIVÉ] [ForgeModLoader] Logging level for ForgeModLoader logging is set to ALL
                2014-06-19 20:21:19 [INFOS] [ForgeModLoader] Searching C:\Users\Jean-Baptiste\Desktop\Modding\JAVA\Stand-by\ViruZ_Core_Forge_1.6.4_9.11.1.965\forge\mcp\jars\mods for mods
                2014-06-19 20:21:19 [INFOS] [Flamingo] Mod Flamingo is missing the required element 'name'. Substituting Flamingo
                2014-06-19 20:21:25 [INFOS] [ForgeModLoader] Forge Mod Loader has identified 5 mods to load
                2014-06-19 20:21:25 [INFOS] [mcp] Activating mod mcp
                2014-06-19 20:21:25 [INFOS] [FML] Activating mod FML
                2014-06-19 20:21:25 [INFOS] [Forge] Activating mod Forge
                2014-06-19 20:21:25 [INFOS] [Flamingo] Activating mod Flamingo
                2014-06-19 20:21:25 [INFOS] [ViruZ] Activating mod ViruZ
                2014-06-19 20:21:25 [AVERTISSEMENT] [Forge Mod Loader] Mod Forge Mod Loader is missing a pack.mcmeta file, things may not work well
                2014-06-19 20:21:25 [AVERTISSEMENT] [Minecraft Forge] Mod Minecraft Forge is missing a pack.mcmeta file, things may not work well
                2014-06-19 20:21:25 [AVERTISSEMENT] [Flamingo] Mod Flamingo is missing a pack.mcmeta file, things may not work well
                2014-06-19 20:21:25 [AVERTISSEMENT] [ViruZ] Mod ViruZ is missing a pack.mcmeta file, things may not work well
                2014-06-19 20:21:25 [INFOS] [Minecraft-Client] Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Flamingo, FMLFileResourcePack:ViruZ
                2014-06-19 20:21:25 [INFOS] [ForgeModLoader] Registering Forge Packet Handler
                2014-06-19 20:21:25 [INFOS] [ForgeModLoader] Succeeded registering Forge Packet Handler
                2014-06-19 20:21:25 [INFOS] [ForgeModLoader] Configured a dormant chunk cache size of 0
                2014-06-19 20:21:26 [GRAVE] [Minecraft-Client] Using missing texture, unable to load: minecraft:textures/blocks/MISSING_ICON_TILE_511_normalWardrobe.png
                2014-06-19 20:21:26 [GRAVE] [Minecraft-Client] Using missing texture, unable to load: minecraft:textures/blocks/planks.png
                2014-06-19 20:21:27 [GRAVE] [Minecraft-Client] Using missing texture, unable to load: minecraft:textures/blocks/MISSING_ICON_TILE_508_campfireIdle.png
                2014-06-19 20:21:27 [GRAVE] [Minecraft-Client] Using missing texture, unable to load: minecraft:textures/blocks/MISSING_ICON_TILE_512_hopperChest.png
                2014-06-19 20:21:27 [GRAVE] [Minecraft-Client] Using missing texture, unable to load: minecraft:textures/blocks/MISSING_ICON_TILE_509_campfireBurning.png
                2014-06-19 20:21:28 [INFOS] [ForgeModLoader] Forge Mod Loader has successfully loaded 5 mods
                2014-06-19 20:21:28 [AVERTISSEMENT] [Forge Mod Loader] Mod Forge Mod Loader is missing a pack.mcmeta file, things may not work well
                2014-06-19 20:21:28 [AVERTISSEMENT] [Minecraft Forge] Mod Minecraft Forge is missing a pack.mcmeta file, things may not work well
                2014-06-19 20:21:28 [AVERTISSEMENT] [Flamingo] Mod Flamingo is missing a pack.mcmeta file, things may not work well
                2014-06-19 20:21:28 [AVERTISSEMENT] [ViruZ] Mod ViruZ is missing a pack.mcmeta file, things may not work well
                2014-06-19 20:21:28 [INFOS] [Minecraft-Client] Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Flamingo, FMLFileResourcePack:ViruZ
                2014-06-19 20:21:28 [GRAVE] [Minecraft-Client] Using missing texture, unable to load: minecraft:textures/blocks/MISSING_ICON_TILE_511_normalWardrobe.png
                2014-06-19 20:21:28 [GRAVE] [Minecraft-Client] Using missing texture, unable to load: minecraft:textures/blocks/planks.png
                2014-06-19 20:21:28 [GRAVE] [Minecraft-Client] Using missing texture, unable to load: minecraft:textures/blocks/MISSING_ICON_TILE_508_campfireIdle.png
                2014-06-19 20:21:29 [GRAVE] [Minecraft-Client] Using missing texture, unable to load: minecraft:textures/blocks/MISSING_ICON_TILE_512_hopperChest.png
                2014-06-19 20:21:29 [GRAVE] [Minecraft-Client] Using missing texture, unable to load: minecraft:textures/blocks/MISSING_ICON_TILE_509_campfireBurning.png
                2014-06-19 20:21:29 [INFOS] [STDOUT]
                2014-06-19 20:21:29 [INFOS] [STDOUT] Starting up SoundSystem…
                2014-06-19 20:21:29 [INFOS] [STDOUT] Initializing LWJGL OpenAL
                2014-06-19 20:21:29 [INFOS] [STDOUT] (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
                2014-06-19 20:21:29 [INFOS] [STDOUT] OpenAL initialized.
                2014-06-19 20:21:29 [INFOS] [STDOUT]
                2014-06-19 20:21:33 [INFOS] [Minecraft-Client] Connecting to 25.193.153.193, 62247
                2014-06-19 20:21:35 [INFOS] [STDOUT] Setting up custom skins
                2014-06-19 20:21:36 [AVERTISSEMENT] [Minecraft-Client] Failed to load texture: flamingo:textures/models/flamingo.png
                java.io.FileNotFoundException: flamingo:textures/models/flamingo.png
                at net.minecraft.client.resources.SimpleReloadableResourceManager.getResource(SimpleReloadableResourceManager.java:67)
                at net.minecraft.client.renderer.texture.SimpleTexture.loadTexture(SimpleTexture.java:31)
                at net.minecraft.client.renderer.texture.TextureManager.loadTexture(TextureManager.java:84)
                at net.minecraft.client.renderer.texture.TextureManager.bindTexture(TextureManager.java:41)
                at net.minecraft.client.renderer.tileentity.TileEntitySpecialRenderer.bindTexture(TileEntitySpecialRenderer.java:27)
                at com.reddit.user.koppeh.flamingo.TileEntityFlamingoRenderer.renderTileEntityAt(TileEntityFlamingoRenderer.java:30)
                at com.reddit.user.koppeh.flamingo.TileEntityFlamingoRenderer.renderTileEntityAt(TileEntityFlamingoRenderer.java:53)
                at com.reddit.user.koppeh.flamingo.RenderingHandler.renderInventoryBlock(RenderingHandler.java:43)
                at cpw.mods.fml.client.registry.RenderingRegistry.renderInventoryBlock(RenderingRegistry.java:159)
                at net.minecraft.src.FMLRenderAccessLibrary.renderInventoryBlock(FMLRenderAccessLibrary.java:63)
                at net.minecraft.client.renderer.RenderBlocks.renderBlockAsItem(RenderBlocks.java:8312)
                at net.minecraft.client.renderer.ItemRenderer.renderItem(ItemRenderer.java:94)
                at net.minecraft.client.renderer.ItemRenderer.renderItemInFirstPerson(ItemRenderer.java:490)
                at net.minecraft.client.renderer.EntityRenderer.renderHand(EntityRenderer.java:712)
                at net.minecraft.client.renderer.EntityRenderer.renderWorld(EntityRenderer.java:1296)
                at net.minecraft.client.renderer.EntityRenderer.updateCameraAndRender(EntityRenderer.java:1002)
                at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:946)
                at net.minecraft.client.Minecraft.run(Minecraft.java:838)
                at net.minecraft.client.main.Main.main(Main.java:93)
                at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
                at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
                at java.lang.reflect.Method.invoke(Unknown Source)
                at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
                at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
                2014-06-19 20:21:49 [INFOS] [STDERR] java.lang.NullPointerException
                2014-06-19 20:21:49 [INFOS] [STDERR] at com.reddit.user.koppeh.flamingo.BlockFlamingo.removeBlockByPlayer(BlockFlamingo.java:64)
                2014-06-19 20:21:49 [INFOS] [STDERR] at net.minecraft.client.multiplayer.PlayerControllerMP.onPlayerDestroyBlock(PlayerControllerMP.java:159)
                2014-06-19 20:21:49 [INFOS] [STDERR] at net.minecraft.client.multiplayer.PlayerControllerMP.clickBlockCreative(PlayerControllerMP.java:82)
                2014-06-19 20:21:49 [INFOS] [STDERR] at net.minecraft.client.multiplayer.PlayerControllerMP.clickBlock(PlayerControllerMP.java:198)
                2014-06-19 20:21:49 [INFOS] [STDERR] at net.minecraft.client.Minecraft.clickMouse(Minecraft.java:1383)
                2014-06-19 20:21:49 [INFOS] [STDERR] at net.minecraft.client.Minecraft.runTick(Minecraft.java:1863)
                2014-06-19 20:21:49 [INFOS] [STDERR] at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:910)
                2014-06-19 20:21:49 [INFOS] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:838)
                2014-06-19 20:21:49 [INFOS] [STDERR] at net.minecraft.client.main.Main.main(Main.java:93)
                2014-06-19 20:21:49 [INFOS] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                2014-06-19 20:21:49 [INFOS] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
                2014-06-19 20:21:49 [INFOS] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
                2014-06-19 20:21:49 [INFOS] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
                2014-06-19 20:21:49 [INFOS] [STDERR] at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
                2014-06-19 20:21:49 [INFOS] [STDERR] at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
                2014-06-19 20:21:49 [INFOS] [STDOUT] –-- Minecraft Crash Report ----
                2014-06-19 20:21:49 [INFOS] [STDOUT] // I bet Cylons wouldn't have this problem.
                2014-06-19 20:21:49 [INFOS] [STDOUT]
                2014-06-19 20:21:49 [INFOS] [STDOUT] Time: 19/06/14 20:21
                2014-06-19 20:21:49 [INFOS] [STDOUT] Description: Unexpected error
                2014-06-19 20:21:49 [INFOS] [STDOUT]
                2014-06-19 20:21:49 [INFOS] [STDOUT] java.lang.NullPointerException
                2014-06-19 20:21:49 [INFOS] [STDOUT] at com.reddit.user.koppeh.flamingo.BlockFlamingo.removeBlockByPlayer(BlockFlamingo.java:64)
                2014-06-19 20:21:49 [INFOS] [STDOUT] at net.minecraft.client.multiplayer.PlayerControllerMP.onPlayerDestroyBlock(PlayerControllerMP.java:159)
                2014-06-19 20:21:49 [INFOS] [STDOUT] at net.minecraft.client.multiplayer.PlayerControllerMP.clickBlockCreative(PlayerControllerMP.java:82)
                2014-06-19 20:21:49 [INFOS] [STDOUT] at net.minecraft.client.multiplayer.PlayerControllerMP.clickBlock(PlayerControllerMP.java:198)
                2014-06-19 20:21:49 [INFOS] [STDOUT] at net.minecraft.client.Minecraft.clickMouse(Minecraft.java:1383)
                2014-06-19 20:21:49 [INFOS] [STDOUT] at net.minecraft.client.Minecraft.runTick(Minecraft.java:1863)
                2014-06-19 20:21:49 [INFOS] [STDOUT] at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:910)
                2014-06-19 20:21:49 [INFOS] [STDOUT] at net.minecraft.client.Minecraft.run(Minecraft.java:838)
                2014-06-19 20:21:49 [INFOS] [STDOUT] at net.minecraft.client.main.Main.main(Main.java:93)
                2014-06-19 20:21:49 [INFOS] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                2014-06-19 20:21:49 [INFOS] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
                2014-06-19 20:21:49 [INFOS] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
                2014-06-19 20:21:49 [INFOS] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source)
                2014-06-19 20:21:49 [INFOS] [STDOUT] at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
                2014-06-19 20:21:49 [INFOS] [STDOUT] at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
                2014-06-19 20:21:49 [INFOS] [STDOUT]
                2014-06-19 20:21:49 [INFOS] [STDOUT]
                2014-06-19 20:21:49 [INFOS] [STDOUT] A detailed walkthrough of the error, its code path and all known details is as follows:
                2014-06-19 20:21:49 [INFOS] [STDOUT] –-------------------------------------------------------------------------------------
                2014-06-19 20:21:49 [INFOS] [STDOUT]
                2014-06-19 20:21:49 [INFOS] [STDOUT] – Head --
                2014-06-19 20:21:49 [INFOS] [STDOUT] Stacktrace:
                2014-06-19 20:21:49 [INFOS] [STDOUT] at com.reddit.user.koppeh.flamingo.BlockFlamingo.removeBlockByPlayer(BlockFlamingo.java:64)
                2014-06-19 20:21:49 [INFOS] [STDOUT] at net.minecraft.client.multiplayer.PlayerControllerMP.onPlayerDestroyBlock(PlayerControllerMP.java:159)
                2014-06-19 20:21:49 [INFOS] [STDOUT] at net.minecraft.client.multiplayer.PlayerControllerMP.clickBlockCreative(PlayerControllerMP.java:82)
                2014-06-19 20:21:49 [INFOS] [STDOUT] at net.minecraft.client.multiplayer.PlayerControllerMP.clickBlock(PlayerControllerMP.java:198)
                2014-06-19 20:21:49 [INFOS] [STDOUT] at net.minecraft.client.Minecraft.clickMouse(Minecraft.java:1383)
                2014-06-19 20:21:49 [INFOS] [STDOUT]
                2014-06-19 20:21:49 [INFOS] [STDOUT] – Affected level --
                2014-06-19 20:21:49 [INFOS] [STDOUT] Details:
                2014-06-19 20:21:49 [INFOS] [STDOUT] Level name: MpServer
                2014-06-19 20:21:49 [INFOS] [STDOUT] All players: 1 total; [EntityClientPlayerMP['ShLennon890'/7935, l='MpServer', x=-45,48, y=5,62, z=235,22]]
                2014-06-19 20:21:49 [INFOS] [STDOUT] Chunk stats: MultiplayerChunkCache: 441
                2014-06-19 20:21:49 [INFOS] [STDOUT] Level seed: 0
                2014-06-19 20:21:49 [INFOS] [STDOUT] Level generator: ID 01 - flat, ver 0\. Features enabled: false
                2014-06-19 20:21:49 [INFOS] [STDOUT] Level generator options:
                2014-06-19 20:21:49 [INFOS] [STDOUT] Level spawn location: World: (-84,4,394), Chunk: (at 12,0,10 in -6,24; contains blocks -96,0,384 to -81,255,399), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
                2014-06-19 20:21:49 [INFOS] [STDOUT] Level time: 5751 game time, 5751 day time
                2014-06-19 20:21:49 [INFOS] [STDOUT] Level dimension: 0
                2014-06-19 20:21:49 [INFOS] [STDOUT] Level storage version: 0x00000 - Unknown?
                2014-06-19 20:21:49 [INFOS] [STDOUT] Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
                2014-06-19 20:21:49 [INFOS] [STDOUT] Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
                2014-06-19 20:21:49 [INFOS] [STDOUT] Forced entities: 7 total; [EntityClientPlayerMP['ShLennon890'/7935, l='MpServer', x=-45,48, y=5,62, z=235,22], EntityPig['Cochon'/1600, l='MpServer', x=-126,50, y=4,00, z=301,50], EntityHorse['Âne'/1601, l='MpServer', x=-65,50, y=4,00, z=214,25], EntityHorse['Âne'/1602, l='MpServer', x=-61,72, y=4,00, z=220,84], EntityHorse['Âne'/1603, l='MpServer', x=-62,75, y=4,00, z=224,72], EntityHorse['Âne'/1604, l='MpServer', x=-50,84, y=4,00, z=230,97], EntityPig['Cochon'/1599, l='MpServer', x=-117,91, y=4,00, z=289,97]]
                2014-06-19 20:21:49 [INFOS] [STDOUT] Retry entities: 0 total; []
                2014-06-19 20:21:49 [INFOS] [STDOUT] Server brand: fml,forge
                2014-06-19 20:21:49 [INFOS] [STDOUT] Server type: Non-integrated multiplayer server
                2014-06-19 20:21:49 [INFOS] [STDOUT] Stacktrace:
                2014-06-19 20:21:49 [INFOS] [STDOUT] at net.minecraft.client.multiplayer.WorldClient.addWorldInfoToCrashReport(WorldClient.java:440)
                2014-06-19 20:21:49 [INFOS] [STDOUT] at net.minecraft.client.Minecraft.addGraphicsAndWorldToCrashReport(Minecraft.java:2312)
                2014-06-19 20:21:49 [INFOS] [STDOUT] at net.minecraft.client.Minecraft.run(Minecraft.java:863)
                2014-06-19 20:21:49 [INFOS] [STDOUT] at net.minecraft.client.main.Main.main(Main.java:93)
                2014-06-19 20:21:49 [INFOS] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                2014-06-19 20:21:49 [INFOS] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
                2014-06-19 20:21:49 [INFOS] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
                2014-06-19 20:21:49 [INFOS] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source)
                2014-06-19 20:21:49 [INFOS] [STDOUT] at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
                2014-06-19 20:21:49 [INFOS] [STDOUT] at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
                2014-06-19 20:21:49 [INFOS] [STDOUT]
                2014-06-19 20:21:49 [INFOS] [STDOUT] – System Details --
                2014-06-19 20:21:49 [INFOS] [STDOUT] Details:
                2014-06-19 20:21:49 [INFOS] [STDOUT] Minecraft Version: 1.6.4
                2014-06-19 20:21:49 [INFOS] [STDOUT] Operating System: Windows 8.1 (x86) version 6.3
                2014-06-19 20:21:49 [INFOS] [STDOUT] Java Version: 1.7.0_60, Oracle Corporation
                2014-06-19 20:21:49 [INFOS] [STDOUT] Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
                2014-06-19 20:21:49 [INFOS] [STDOUT] Memory: 835626232 bytes (796 MB) / 1046937600 bytes (998 MB) up to 1046937600 bytes (998 MB)
                2014-06-19 20:21:49 [INFOS] [STDOUT] JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
                2014-06-19 20:21:49 [INFOS] [STDOUT] AABB Pool Size: 6854 (383824 bytes; 0 MB) allocated, 2 (112 bytes; 0 MB) used
                2014-06-19 20:21:49 [INFOS] [STDOUT] Suspicious classes: FML and Forge are installed
                2014-06-19 20:21:49 [INFOS] [STDOUT] IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
                2014-06-19 20:21:49 [INFOS] [STDOUT] FML: MCP v8.11 FML v6.4.49.965 Minecraft Forge 9.11.1.965 5 mods loaded, 5 mods active
                2014-06-19 20:21:49 [INFOS] [STDOUT] mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
                2014-06-19 20:21:49 [INFOS] [STDOUT] FML{6.4.49.965} [Forge Mod Loader] (bin) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
                2014-06-19 20:21:49 [INFOS] [STDOUT] Forge{9.11.1.965} [Minecraft Forge] (bin) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
                2014-06-19 20:21:49 [INFOS] [STDOUT] Flamingo{@VERSION@} [Flamingo] (bin) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
                2014-06-19 20:21:49 [INFOS] [STDOUT] ViruZ{3.0} [ViruZ] (bin) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
                2014-06-19 20:21:49 [INFOS] [STDOUT] Launched Version: 1.6
                2014-06-19 20:21:49 [INFOS] [STDOUT] LWJGL: 2.9.0
                2014-06-19 20:21:49 [INFOS] [STDOUT] OpenGL: Intel(R) HD Graphics 3000 GL version 3.1.0 - Build 9.17.10.3347, Intel
                2014-06-19 20:21:49 [INFOS] [STDOUT] Is Modded: Definitely; Client brand changed to 'fml,forge'
                2014-06-19 20:21:49 [INFOS] [STDOUT] Type: Client (map_client.txt)
                2014-06-19 20:21:49 [INFOS] [STDOUT] Resource Pack: Default
                2014-06-19 20:21:49 [INFOS] [STDOUT] Current Language: Français (France)
                2014-06-19 20:21:49 [INFOS] [STDOUT] Profiler Position: N/A (disabled)
                2014-06-19 20:21:49 [INFOS] [STDOUT] Vec3 Pool Size: 132 (7392 bytes; 0 MB) allocated, 17 (952 bytes; 0 MB) used
                2014-06-19 20:21:49 [INFOS] [STDOUT] #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\Jean-Baptiste\Desktop\Modding\JAVA\Stand-by\ViruZ_Core_Forge_1.6.4_9.11.1.965\forge\mcp\jars\.\crash-reports\crash-2014-06-19_20.21.49-client.txt
                AL lib: (EE) alc_cleanup: 1 device not closed
                
                

                :::

                Si je t'ai filé un coup de main n'oublie pas le + / -
                Par contre évite les demandes d'aides en MP, tu sera sympa'

                La JavaDoc c'est comme le PQ, ça sert à ce démerder tous seul. -Victor Hugo- 2017

                Une superbe API pour animer vos super modèles CraftStudio dans Minecraft !

                1 réponse Dernière réponse Répondre Citer 0
                • kevin_68K Hors-ligne
                  kevin_68 Moddeurs confirmés
                  dernière édition par

                  Je peux avoir la classe du bloc aussi? et plus particulièrement la ligne 64 (BlockFlamingo.?java:64)


                  Mettez à jours vers la dernière version stable (1.8.9 voir même…

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

                    :::

                    package com.reddit.user.koppeh.flamingo;
                    
                    import net.minecraft.block.BlockContainer;
                    import net.minecraft.block.material.Material;
                    import net.minecraft.client.Minecraft;
                    import net.minecraft.client.renderer.texture.IconRegister;
                    import net.minecraft.creativetab.CreativeTabs;
                    import net.minecraft.entity.EntityLivingBase;
                    import net.minecraft.entity.player.EntityPlayer;
                    import net.minecraft.item.ItemStack;
                    import net.minecraft.server.MinecraftServer;
                    import net.minecraft.tileentity.TileEntity;
                    import net.minecraft.util.ChatMessageComponent;
                    import net.minecraft.world.World;
                    import cpw.mods.fml.common.registry.GameRegistry;
                    import cpw.mods.fml.common.registry.LanguageRegistry;
                    import cpw.mods.fml.relauncher.Side;
                    import cpw.mods.fml.relauncher.SideOnly;
                    
                    public class BlockFlamingo extends BlockContainer
                    {
                    protected Minecraft mc;
                    protected ChatMessageComponent par2ChatMessageComponent;
                    
                    public BlockFlamingo(int id) {
                    super(id, Material.cloth);
                    setHardness(1.5f);
                    setStepSound(soundClothFootstep);
                    setBlockBounds(3 / 16.0F, 0, 3 / 16.0F, 13 / 16.0F, 1, 13 / 16.0F);
                    setUnlocalizedName("flamingo");
                    GameRegistry.registerBlock(this, "flamingo");
                    LanguageRegistry.addName(this, "Pink Flamingo");
                    setCreativeTab(CreativeTabs.tabDecorations);
                    }
                    
                    @Override
                    @SideOnly(Side.CLIENT)
                    public void registerIcons(IconRegister iconRegister) {
                    blockIcon = iconRegister.registerIcon("wool_colored_pink");
                    }
                    
                    @Override
                    public boolean isOpaqueCube() { return false; }
                    @Override
                    public boolean renderAsNormalBlock() { return false; }
                    
                    @SideOnly(Side.CLIENT)
                    @Override
                    public int getRenderType() { return ClientProxy.flamingoRenderId; }
                    
                    @Override
                    public TileEntity createNewTileEntity(World world) {
                    return new TileEntityFlamingo();
                    }
                    
                    @Override
                    public void onBlockPlacedBy(World world, int x, int y, int z, EntityLivingBase player, ItemStack stack) {
                    int metadata = Math.round((player.rotationYawHead + 180) * 16 / 360);
                    world.setBlockMetadataWithNotify(x, y, z, metadata, 3);
                    }
                    
                    public boolean removeBlockByPlayer(World world, EntityPlayer par2player, int x, int y, int z)
                    {
                    for(String playerName : MinecraftServer.getServer().getAllUsernames())
                    {
                    EntityPlayer player = MinecraftServer.getServer().getConfigurationManager().getPlayerForUsername(playerName);
                    player.addChatMessage(new String(player.getCommandSenderName() + " à cassé un flamant rose"));
                    }
                    
                    return super.removeBlockByPlayer(world, par2player, x, y, z);
                    }
                    
                    @Override
                    public void onBlockClicked(World world, int x, int y, int z, EntityPlayer player) {
                    if (world.isRemote) return;
                    TileEntity entity = world.getBlockTileEntity(x, y, z);
                    if (!(entity instanceof TileEntityFlamingo)) return;
                    world.addBlockEvent(x, y, z, blockID, 0, 0);
                    }
                    
                    }
                    
                    

                    :::

                    Si je t'ai filé un coup de main n'oublie pas le + / -
                    Par contre évite les demandes d'aides en MP, tu sera sympa'

                    La JavaDoc c'est comme le PQ, ça sert à ce démerder tous seul. -Victor Hugo- 2017

                    Une superbe API pour animer vos super modèles CraftStudio dans Minecraft !

                    1 réponse Dernière réponse Répondre Citer 0
                    • kevin_68K Hors-ligne
                      kevin_68 Moddeurs confirmés
                      dernière édition par

                      J’ai un peu modifier la classe, normalement ça devrait encore crash, si tu pouvais m’envoyer le crash après.
                      :::

                      public class BlockFlamingo extends BlockContainer
                      {
                      
                      public BlockFlamingo(int id) {
                      super(id, Material.cloth);
                      setHardness(1.5f);
                      setStepSound(soundClothFootstep);
                      setBlockBounds(3 / 16.0F, 0, 3 / 16.0F, 13 / 16.0F, 1, 13 / 16.0F);
                      setUnlocalizedName("flamingo");
                      GameRegistry.registerBlock(this, "flamingo");
                      LanguageRegistry.addName(this, "Pink Flamingo"); //Voir pour fichier lang
                      setCreativeTab(CreativeTabs.tabDecorations);
                      }
                      
                      @Override
                      @SideOnly(Side.CLIENT)
                      public void registerIcons(IconRegister iconRegister)
                      {
                      blockIcon = iconRegister.registerIcon("wool_colored_pink");
                      }
                      
                      @Override
                      public boolean isOpaqueCube()
                      {
                      return false;
                      }
                      
                      @Override
                      public boolean renderAsNormalBlock()
                      {
                      return false;
                      }
                      
                      @SideOnly(Side.CLIENT)
                      @Override
                      public int getRenderType()
                      {
                      return ClientProxy.flamingoRenderId;
                      }
                      
                      @Override
                      public TileEntity createNewTileEntity(World world)
                      {
                      return new TileEntityFlamingo();
                      }
                      
                      @Override
                      public void onBlockPlacedBy(World world, int x, int y, int z, EntityLivingBase player, ItemStack stack)
                      {
                      int metadata = Math.round((player.rotationYawHead + 180) * 16 / 360);
                      world.setBlockMetadataWithNotify(x, y, z, metadata, 3);
                      }
                      
                      public boolean removeBlockByPlayer(World world, EntityPlayer player, int x, int y, int z)
                      {
                      for(String playerName : MinecraftServer.getServer().getAllUsernames())
                      {
                      EntityPlayer player = MinecraftServer.getServer().getConfigurationManager().getPlayerForUsername(playerName);
                      player.addChatMessage(player.getCommandSenderName() + " à cassé un flamant rose");
                      }
                      return super.removeBlockByPlayer(world, player, x, y, z);
                      }
                      
                      @Override
                      public void onBlockClicked(World world, int x, int y, int z, EntityPlayer player)
                      {
                      if(!world.isRemote)
                      {
                      TileEntity entity = world.getBlockTileEntity(x, y, z);
                      if (entity instanceof TileEntityFlamingo)
                      {
                      world.addBlockEvent(x, y, z, blockID, 0, 0);
                      }
                      }
                      }
                      

                      :::


                      Mettez à jours vers la dernière version stable (1.8.9 voir même…

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

                        :::

                        juin 19, 2014 8:52:24 PM net.minecraft.launchwrapper.LogWrapper log
                        INFOS: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
                        juin 19, 2014 8:52:24 PM net.minecraft.launchwrapper.LogWrapper log
                        INFOS: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
                        juin 19, 2014 8:52:24 PM net.minecraft.launchwrapper.LogWrapper log
                        INFOS: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
                        2014-06-19 20:52:24 [INFOS] [ForgeModLoader] Forge Mod Loader version 6.4.49.965 for Minecraft 1.6.4 loading
                        2014-06-19 20:52:24 [INFOS] [ForgeModLoader] Java is Java HotSpot(TM) Client VM, version 1.7.0_60, running on Windows 8.1:x86:6.3, installed at C:\Program Files (x86)\Java\jre7
                        2014-06-19 20:52:24 [INFOS] [ForgeModLoader] Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
                        2014-06-19 20:52:24 [INFOS] [ForgeModLoader] Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
                        2014-06-19 20:52:24 [INFOS] [ForgeModLoader] Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
                        2014-06-19 20:52:24 [INFOS] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
                        2014-06-19 20:52:24 [INFOS] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
                        2014-06-19 20:52:24 [INFOS] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
                        2014-06-19 20:52:24 [INFOS] [STDOUT] Loaded 40 rules from AccessTransformer config file fml_at.cfg
                        2014-06-19 20:52:24 [GRAVE] [ForgeModLoader] The binary patch set is missing. Either you are in a development environment, or things are not going to work!
                        2014-06-19 20:52:25 [INFOS] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
                        2014-06-19 20:52:25 [INFOS] [STDOUT] Loaded 110 rules from AccessTransformer config file forge_at.cfg
                        2014-06-19 20:52:25 [INFOS] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
                        2014-06-19 20:52:25 [INFOS] [ForgeModLoader] Launching wrapped minecraft {net.minecraft.client.main.Main}
                        2014-06-19 20:52:26 [INFOS] [Minecraft-Client] Setting user: ShLennon531
                        2014-06-19 20:52:27 [INFOS] [Minecraft-Client] LWJGL Version: 2.9.0
                        2014-06-19 20:52:28 [INFOS] [Minecraft-Client] Reloading ResourceManager: Default
                        2014-06-19 20:52:29 [INFOS] [MinecraftForge] Attempting early MinecraftForge initialization
                        2014-06-19 20:52:29 [INFOS] [STDOUT] MinecraftForge v9.11.1.965 Initialized
                        2014-06-19 20:52:29 [INFOS] [ForgeModLoader] MinecraftForge v9.11.1.965 Initialized
                        2014-06-19 20:52:29 [INFOS] [STDOUT] Replaced 111 ore recipies
                        2014-06-19 20:52:29 [INFOS] [MinecraftForge] Completed early MinecraftForge initialization
                        2014-06-19 20:52:29 [INFOS] [ForgeModLoader] Reading custom logging properties from C:\Users\Jean-Baptiste\Desktop\Modding\JAVA\Stand-by\ViruZ_Core_Forge_1.6.4_9.11.1.965\forge\mcp\jars\config\logging.properties
                        2014-06-19 20:52:29 [DÉSACTIVÉ] [ForgeModLoader] Logging level for ForgeModLoader logging is set to ALL
                        2014-06-19 20:52:29 [INFOS] [ForgeModLoader] Searching C:\Users\Jean-Baptiste\Desktop\Modding\JAVA\Stand-by\ViruZ_Core_Forge_1.6.4_9.11.1.965\forge\mcp\jars\mods for mods
                        2014-06-19 20:52:30 [INFOS] [Flamingo] Mod Flamingo is missing the required element 'name'. Substituting Flamingo
                        2014-06-19 20:52:33 [INFOS] [ForgeModLoader] Forge Mod Loader has identified 5 mods to load
                        2014-06-19 20:52:33 [INFOS] [mcp] Activating mod mcp
                        2014-06-19 20:52:33 [INFOS] [FML] Activating mod FML
                        2014-06-19 20:52:33 [INFOS] [Forge] Activating mod Forge
                        2014-06-19 20:52:33 [INFOS] [Flamingo] Activating mod Flamingo
                        2014-06-19 20:52:33 [INFOS] [ViruZ] Activating mod ViruZ
                        2014-06-19 20:52:33 [AVERTISSEMENT] [Forge Mod Loader] Mod Forge Mod Loader is missing a pack.mcmeta file, things may not work well
                        2014-06-19 20:52:33 [AVERTISSEMENT] [Minecraft Forge] Mod Minecraft Forge is missing a pack.mcmeta file, things may not work well
                        2014-06-19 20:52:33 [AVERTISSEMENT] [Flamingo] Mod Flamingo is missing a pack.mcmeta file, things may not work well
                        2014-06-19 20:52:33 [AVERTISSEMENT] [ViruZ] Mod ViruZ is missing a pack.mcmeta file, things may not work well
                        2014-06-19 20:52:33 [INFOS] [Minecraft-Client] Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Flamingo, FMLFileResourcePack:ViruZ
                        2014-06-19 20:52:33 [INFOS] [ForgeModLoader] Registering Forge Packet Handler
                        2014-06-19 20:52:33 [INFOS] [ForgeModLoader] Succeeded registering Forge Packet Handler
                        2014-06-19 20:52:33 [INFOS] [ForgeModLoader] Configured a dormant chunk cache size of 0
                        2014-06-19 20:52:34 [GRAVE] [Minecraft-Client] Using missing texture, unable to load: minecraft:textures/blocks/MISSING_ICON_TILE_511_normalWardrobe.png
                        2014-06-19 20:52:34 [GRAVE] [Minecraft-Client] Using missing texture, unable to load: minecraft:textures/blocks/planks.png
                        2014-06-19 20:52:34 [GRAVE] [Minecraft-Client] Using missing texture, unable to load: minecraft:textures/blocks/MISSING_ICON_TILE_508_campfireIdle.png
                        2014-06-19 20:52:34 [GRAVE] [Minecraft-Client] Using missing texture, unable to load: minecraft:textures/blocks/MISSING_ICON_TILE_512_hopperChest.png
                        2014-06-19 20:52:34 [GRAVE] [Minecraft-Client] Using missing texture, unable to load: minecraft:textures/blocks/MISSING_ICON_TILE_509_campfireBurning.png
                        2014-06-19 20:52:35 [INFOS] [ForgeModLoader] Forge Mod Loader has successfully loaded 5 mods
                        2014-06-19 20:52:35 [AVERTISSEMENT] [Forge Mod Loader] Mod Forge Mod Loader is missing a pack.mcmeta file, things may not work well
                        2014-06-19 20:52:35 [AVERTISSEMENT] [Minecraft Forge] Mod Minecraft Forge is missing a pack.mcmeta file, things may not work well
                        2014-06-19 20:52:35 [AVERTISSEMENT] [Flamingo] Mod Flamingo is missing a pack.mcmeta file, things may not work well
                        2014-06-19 20:52:35 [AVERTISSEMENT] [ViruZ] Mod ViruZ is missing a pack.mcmeta file, things may not work well
                        2014-06-19 20:52:35 [INFOS] [Minecraft-Client] Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Flamingo, FMLFileResourcePack:ViruZ
                        2014-06-19 20:52:35 [GRAVE] [Minecraft-Client] Using missing texture, unable to load: minecraft:textures/blocks/MISSING_ICON_TILE_511_normalWardrobe.png
                        2014-06-19 20:52:35 [GRAVE] [Minecraft-Client] Using missing texture, unable to load: minecraft:textures/blocks/planks.png
                        2014-06-19 20:52:35 [GRAVE] [Minecraft-Client] Using missing texture, unable to load: minecraft:textures/blocks/MISSING_ICON_TILE_508_campfireIdle.png
                        2014-06-19 20:52:35 [GRAVE] [Minecraft-Client] Using missing texture, unable to load: minecraft:textures/blocks/MISSING_ICON_TILE_512_hopperChest.png
                        2014-06-19 20:52:35 [GRAVE] [Minecraft-Client] Using missing texture, unable to load: minecraft:textures/blocks/MISSING_ICON_TILE_509_campfireBurning.png
                        2014-06-19 20:52:36 [INFOS] [STDOUT]
                        2014-06-19 20:52:36 [INFOS] [STDOUT] Starting up SoundSystem…
                        2014-06-19 20:52:36 [INFOS] [STDOUT] Initializing LWJGL OpenAL
                        2014-06-19 20:52:36 [INFOS] [STDOUT] (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
                        2014-06-19 20:52:36 [INFOS] [STDOUT] OpenAL initialized.
                        2014-06-19 20:52:36 [INFOS] [STDOUT]
                        2014-06-19 20:52:56 [INFOS] [Minecraft-Client] Connecting to 25.193.153.193, 63379
                        2014-06-19 20:52:58 [INFOS] [STDOUT] Setting up custom skins
                        2014-06-19 20:52:58 [INFOS] [STDOUT] Setting up custom skins
                        2014-06-19 20:52:59 [AVERTISSEMENT] [Minecraft-Client] Failed to load texture: flamingo:textures/models/flamingo.png
                        java.io.FileNotFoundException: flamingo:textures/models/flamingo.png
                        at net.minecraft.client.resources.SimpleReloadableResourceManager.getResource(SimpleReloadableResourceManager.java:67)
                        at net.minecraft.client.renderer.texture.SimpleTexture.loadTexture(SimpleTexture.java:31)
                        at net.minecraft.client.renderer.texture.TextureManager.loadTexture(TextureManager.java:84)
                        at net.minecraft.client.renderer.texture.TextureManager.bindTexture(TextureManager.java:41)
                        at net.minecraft.client.renderer.tileentity.TileEntitySpecialRenderer.bindTexture(TileEntitySpecialRenderer.java:27)
                        at com.reddit.user.koppeh.flamingo.TileEntityFlamingoRenderer.renderTileEntityAt(TileEntityFlamingoRenderer.java:30)
                        at com.reddit.user.koppeh.flamingo.TileEntityFlamingoRenderer.renderTileEntityAt(TileEntityFlamingoRenderer.java:53)
                        at net.minecraft.client.renderer.tileentity.TileEntityRenderer.renderTileEntityAt(TileEntityRenderer.java:172)
                        at net.minecraft.client.renderer.tileentity.TileEntityRenderer.renderTileEntity(TileEntityRenderer.java:157)
                        at net.minecraft.client.renderer.RenderGlobal.renderEntities(RenderGlobal.java:536)
                        at net.minecraft.client.renderer.EntityRenderer.renderWorld(EntityRenderer.java:1160)
                        at net.minecraft.client.renderer.EntityRenderer.updateCameraAndRender(EntityRenderer.java:1002)
                        at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:946)
                        at net.minecraft.client.Minecraft.run(Minecraft.java:838)
                        at net.minecraft.client.main.Main.main(Main.java:93)
                        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
                        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
                        at java.lang.reflect.Method.invoke(Unknown Source)
                        at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
                        at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
                        2014-06-19 20:53:04 [INFOS] [STDERR] java.lang.NullPointerException
                        2014-06-19 20:53:04 [INFOS] [STDERR] at com.reddit.user.koppeh.flamingo.BlockFlamingo.removeBlockByPlayer(BlockFlamingo.java:74)
                        2014-06-19 20:53:04 [INFOS] [STDERR] at net.minecraft.client.multiplayer.PlayerControllerMP.onPlayerDestroyBlock(PlayerControllerMP.java:159)
                        2014-06-19 20:53:04 [INFOS] [STDERR] at net.minecraft.client.multiplayer.PlayerControllerMP.clickBlockCreative(PlayerControllerMP.java:82)
                        2014-06-19 20:53:04 [INFOS] [STDERR] at net.minecraft.client.multiplayer.PlayerControllerMP.clickBlock(PlayerControllerMP.java:198)
                        2014-06-19 20:53:04 [INFOS] [STDERR] at net.minecraft.client.Minecraft.clickMouse(Minecraft.java:1383)
                        2014-06-19 20:53:04 [INFOS] [STDERR] at net.minecraft.client.Minecraft.runTick(Minecraft.java:1863)
                        2014-06-19 20:53:04 [INFOS] [STDERR] at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:910)
                        2014-06-19 20:53:04 [INFOS] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:838)
                        2014-06-19 20:53:04 [INFOS] [STDERR] at net.minecraft.client.main.Main.main(Main.java:93)
                        2014-06-19 20:53:04 [INFOS] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                        2014-06-19 20:53:04 [INFOS] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
                        2014-06-19 20:53:04 [INFOS] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
                        2014-06-19 20:53:04 [INFOS] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
                        2014-06-19 20:53:04 [INFOS] [STDERR] at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
                        2014-06-19 20:53:04 [INFOS] [STDERR] at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
                        2014-06-19 20:53:04 [INFOS] [STDOUT] –-- Minecraft Crash Report ----
                        2014-06-19 20:53:04 [INFOS] [STDOUT] // Ooh. Shiny.
                        2014-06-19 20:53:04 [INFOS] [STDOUT]
                        2014-06-19 20:53:04 [INFOS] [STDOUT] Time: 19/06/14 20:53
                        2014-06-19 20:53:04 [INFOS] [STDOUT] Description: Unexpected error
                        2014-06-19 20:53:04 [INFOS] [STDOUT]
                        2014-06-19 20:53:04 [INFOS] [STDOUT] java.lang.NullPointerException
                        2014-06-19 20:53:04 [INFOS] [STDOUT] at com.reddit.user.koppeh.flamingo.BlockFlamingo.removeBlockByPlayer(BlockFlamingo.java:74)
                        2014-06-19 20:53:04 [INFOS] [STDOUT] at net.minecraft.client.multiplayer.PlayerControllerMP.onPlayerDestroyBlock(PlayerControllerMP.java:159)
                        2014-06-19 20:53:04 [INFOS] [STDOUT] at net.minecraft.client.multiplayer.PlayerControllerMP.clickBlockCreative(PlayerControllerMP.java:82)
                        2014-06-19 20:53:04 [INFOS] [STDOUT] at net.minecraft.client.multiplayer.PlayerControllerMP.clickBlock(PlayerControllerMP.java:198)
                        2014-06-19 20:53:04 [INFOS] [STDOUT] at net.minecraft.client.Minecraft.clickMouse(Minecraft.java:1383)
                        2014-06-19 20:53:04 [INFOS] [STDOUT] at net.minecraft.client.Minecraft.runTick(Minecraft.java:1863)
                        2014-06-19 20:53:04 [INFOS] [STDOUT] at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:910)
                        2014-06-19 20:53:04 [INFOS] [STDOUT] at net.minecraft.client.Minecraft.run(Minecraft.java:838)
                        2014-06-19 20:53:04 [INFOS] [STDOUT] at net.minecraft.client.main.Main.main(Main.java:93)
                        2014-06-19 20:53:04 [INFOS] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                        2014-06-19 20:53:04 [INFOS] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
                        2014-06-19 20:53:04 [INFOS] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
                        2014-06-19 20:53:04 [INFOS] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source)
                        2014-06-19 20:53:04 [INFOS] [STDOUT] at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
                        2014-06-19 20:53:04 [INFOS] [STDOUT] at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
                        2014-06-19 20:53:04 [INFOS] [STDOUT]
                        2014-06-19 20:53:04 [INFOS] [STDOUT]
                        2014-06-19 20:53:04 [INFOS] [STDOUT] A detailed walkthrough of the error, its code path and all known details is as follows:
                        2014-06-19 20:53:04 [INFOS] [STDOUT] –-------------------------------------------------------------------------------------
                        2014-06-19 20:53:04 [INFOS] [STDOUT]
                        2014-06-19 20:53:04 [INFOS] [STDOUT] – Head --
                        2014-06-19 20:53:04 [INFOS] [STDOUT] Stacktrace:
                        2014-06-19 20:53:04 [INFOS] [STDOUT] at com.reddit.user.koppeh.flamingo.BlockFlamingo.removeBlockByPlayer(BlockFlamingo.java:74)
                        2014-06-19 20:53:04 [INFOS] [STDOUT] at net.minecraft.client.multiplayer.PlayerControllerMP.onPlayerDestroyBlock(PlayerControllerMP.java:159)
                        2014-06-19 20:53:04 [INFOS] [STDOUT] at net.minecraft.client.multiplayer.PlayerControllerMP.clickBlockCreative(PlayerControllerMP.java:82)
                        2014-06-19 20:53:04 [INFOS] [STDOUT] at net.minecraft.client.multiplayer.PlayerControllerMP.clickBlock(PlayerControllerMP.java:198)
                        2014-06-19 20:53:04 [INFOS] [STDOUT] at net.minecraft.client.Minecraft.clickMouse(Minecraft.java:1383)
                        2014-06-19 20:53:04 [INFOS] [STDOUT]
                        2014-06-19 20:53:04 [INFOS] [STDOUT] – Affected level --
                        2014-06-19 20:53:04 [INFOS] [STDOUT] Details:
                        2014-06-19 20:53:04 [INFOS] [STDOUT] Level name: MpServer
                        2014-06-19 20:53:04 [INFOS] [STDOUT] All players: 2 total; [EntityClientPlayerMP['ShLennon531'/4091, l='MpServer', x=-94,04, y=5,62, z=408,57], EntityOtherPlayerMP['ShLennon796'/20, l='MpServer', x=-97,50, y=4,00, z=410,16]]
                        2014-06-19 20:53:04 [INFOS] [STDOUT] Chunk stats: MultiplayerChunkCache: 441
                        2014-06-19 20:53:04 [INFOS] [STDOUT] Level seed: 0
                        2014-06-19 20:53:04 [INFOS] [STDOUT] Level generator: ID 01 - flat, ver 0\. Features enabled: false
                        2014-06-19 20:53:04 [INFOS] [STDOUT] Level generator options:
                        2014-06-19 20:53:04 [INFOS] [STDOUT] Level spawn location: World: (-84,4,394), Chunk: (at 12,0,10 in -6,24; contains blocks -96,0,384 to -81,255,399), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
                        2014-06-19 20:53:04 [INFOS] [STDOUT] Level time: 6243 game time, 6243 day time
                        2014-06-19 20:53:04 [INFOS] [STDOUT] Level dimension: 0
                        2014-06-19 20:53:04 [INFOS] [STDOUT] Level storage version: 0x00000 - Unknown?
                        2014-06-19 20:53:04 [INFOS] [STDOUT] Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
                        2014-06-19 20:53:04 [INFOS] [STDOUT] Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
                        2014-06-19 20:53:04 [INFOS] [STDOUT] Forced entities: 5 total; [EntityClientPlayerMP['ShLennon531'/4091, l='MpServer', x=-94,04, y=5,62, z=408,57], EntityOtherPlayerMP['ShLennon796'/20, l='MpServer', x=-97,50, y=4,00, z=410,16], EntityOtherPlayerMP['ShLennon796'/20, l='MpServer', x=-97,50, y=4,00, z=410,16], EntityPig['Cochon'/8, l='MpServer', x=-163,88, y=4,00, z=348,81], EntityPig['Cochon'/9, l='MpServer', x=-158,47, y=4,00, z=366,78]]
                        2014-06-19 20:53:04 [INFOS] [STDOUT] Retry entities: 0 total; []
                        2014-06-19 20:53:04 [INFOS] [STDOUT] Server brand: fml,forge
                        2014-06-19 20:53:04 [INFOS] [STDOUT] Server type: Non-integrated multiplayer server
                        2014-06-19 20:53:04 [INFOS] [STDOUT] Stacktrace:
                        2014-06-19 20:53:04 [INFOS] [STDOUT] at net.minecraft.client.multiplayer.WorldClient.addWorldInfoToCrashReport(WorldClient.java:440)
                        2014-06-19 20:53:04 [INFOS] [STDOUT] at net.minecraft.client.Minecraft.addGraphicsAndWorldToCrashReport(Minecraft.java:2312)
                        2014-06-19 20:53:04 [INFOS] [STDOUT] at net.minecraft.client.Minecraft.run(Minecraft.java:863)
                        2014-06-19 20:53:04 [INFOS] [STDOUT] at net.minecraft.client.main.Main.main(Main.java:93)
                        2014-06-19 20:53:04 [INFOS] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                        2014-06-19 20:53:04 [INFOS] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
                        2014-06-19 20:53:04 [INFOS] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
                        2014-06-19 20:53:04 [INFOS] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source)
                        2014-06-19 20:53:04 [INFOS] [STDOUT] at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
                        2014-06-19 20:53:04 [INFOS] [STDOUT] at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
                        2014-06-19 20:53:04 [INFOS] [STDOUT]
                        2014-06-19 20:53:04 [INFOS] [STDOUT] – System Details --
                        2014-06-19 20:53:04 [INFOS] [STDOUT] Details:
                        2014-06-19 20:53:04 [INFOS] [STDOUT] Minecraft Version: 1.6.4
                        2014-06-19 20:53:04 [INFOS] [STDOUT] Operating System: Windows 8.1 (x86) version 6.3
                        2014-06-19 20:53:04 [INFOS] [STDOUT] Java Version: 1.7.0_60, Oracle Corporation
                        2014-06-19 20:53:04 [INFOS] [STDOUT] Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
                        2014-06-19 20:53:04 [INFOS] [STDOUT] Memory: 796402984 bytes (759 MB) / 1046937600 bytes (998 MB) up to 1046937600 bytes (998 MB)
                        2014-06-19 20:53:04 [INFOS] [STDOUT] JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
                        2014-06-19 20:53:04 [INFOS] [STDOUT] AABB Pool Size: 9206 (515536 bytes; 0 MB) allocated, 3 (168 bytes; 0 MB) used
                        2014-06-19 20:53:04 [INFOS] [STDOUT] Suspicious classes: FML and Forge are installed
                        2014-06-19 20:53:04 [INFOS] [STDOUT] IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
                        2014-06-19 20:53:04 [INFOS] [STDOUT] FML: MCP v8.11 FML v6.4.49.965 Minecraft Forge 9.11.1.965 5 mods loaded, 5 mods active
                        2014-06-19 20:53:04 [INFOS] [STDOUT] mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
                        2014-06-19 20:53:04 [INFOS] [STDOUT] FML{6.4.49.965} [Forge Mod Loader] (bin) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
                        2014-06-19 20:53:04 [INFOS] [STDOUT] Forge{9.11.1.965} [Minecraft Forge] (bin) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
                        2014-06-19 20:53:04 [INFOS] [STDOUT] Flamingo{@VERSION@} [Flamingo] (bin) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
                        2014-06-19 20:53:04 [INFOS] [STDOUT] ViruZ{3.0} [ViruZ] (bin) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
                        2014-06-19 20:53:04 [INFOS] [STDOUT] Launched Version: 1.6
                        2014-06-19 20:53:04 [INFOS] [STDOUT] LWJGL: 2.9.0
                        2014-06-19 20:53:04 [INFOS] [STDOUT] OpenGL: Intel(R) HD Graphics 3000 GL version 3.1.0 - Build 9.17.10.3347, Intel
                        2014-06-19 20:53:04 [INFOS] [STDOUT] Is Modded: Definitely; Client brand changed to 'fml,forge'
                        2014-06-19 20:53:04 [INFOS] [STDOUT] Type: Client (map_client.txt)
                        2014-06-19 20:53:04 [INFOS] [STDOUT] Resource Pack: Default
                        2014-06-19 20:53:04 [INFOS] [STDOUT] Current Language: Français (France)
                        2014-06-19 20:53:04 [INFOS] [STDOUT] Profiler Position: N/A (disabled)
                        2014-06-19 20:53:04 [INFOS] [STDOUT] Vec3 Pool Size: 79 (4424 bytes; 0 MB) allocated, 25 (1400 bytes; 0 MB) used
                        2014-06-19 20:53:04 [INFOS] [STDOUT] #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\Jean-Baptiste\Desktop\Modding\JAVA\Stand-by\ViruZ_Core_Forge_1.6.4_9.11.1.965\forge\mcp\jars\.\crash-reports\crash-2014-06-19_20.53.04-client.txt
                        AL lib: (EE) alc_cleanup: 1 device not closed
                        
                        

                        :::

                        Voilà

                        Si je t'ai filé un coup de main n'oublie pas le + / -
                        Par contre évite les demandes d'aides en MP, tu sera sympa'

                        La JavaDoc c'est comme le PQ, ça sert à ce démerder tous seul. -Victor Hugo- 2017

                        Une superbe API pour animer vos super modèles CraftStudio dans Minecraft !

                        1 réponse Dernière réponse Répondre Citer 0
                        • kevin_68K Hors-ligne
                          kevin_68 Moddeurs confirmés
                          dernière édition par

                          Et maintenant (oui je t’en demande des choses) la ligne 74 de la classe (BlockFlamingo.?java:74)


                          Mettez à jours vers la dernière version stable (1.8.9 voir même…

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

                            for(String playerName : MinecraftServer.getServer().getAllUsernames())

                            Si je t'ai filé un coup de main n'oublie pas le + / -
                            Par contre évite les demandes d'aides en MP, tu sera sympa'

                            La JavaDoc c'est comme le PQ, ça sert à ce démerder tous seul. -Victor Hugo- 2017

                            Une superbe API pour animer vos super modèles CraftStudio dans Minecraft !

                            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

                              Soit le serveur soit la liste est null.
                              Essaye de mettre un if(!world.isRemote)

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

                                Voilà problème réglé !

                                Si je t'ai filé un coup de main n'oublie pas le + / -
                                Par contre évite les demandes d'aides en MP, tu sera sympa'

                                La JavaDoc c'est comme le PQ, ça sert à ce démerder tous seul. -Victor Hugo- 2017

                                Une superbe API pour animer vos super modèles CraftStudio dans Minecraft !

                                1 réponse Dernière réponse Répondre Citer 0
                                • 1 / 1
                                • Premier message
                                  Dernier message
                                Design by Woryk
                                ContactMentions Légales

                                MINECRAFT FORGE FRANCE © 2024

                                Powered by NodeBB