MFF

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

    Problème direction d'un "bush" et crash report

    Planifier Épinglé Verrouillé Déplacé Résolu 1.7.x
    1.7.10
    16 Messages 4 Publieurs 3.4k 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

      Résolu ?

      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
      • MinantcraftM Hors-ligne
        Minantcraft
        dernière édition par

        @‘AymericRed’:

        Résolu ?

        Nop, nouveau crash report avec des ticks:

        [13:28:56] [Server thread/INFO]: Starting integrated minecraft server version 1.7.10
        [13:28:56] [Server thread/INFO]: Generating keypair
        [13:28:56] [Server thread/INFO] [FML]: Injecting existing block and item data into this server instance
        [13:28:56] [Server thread/INFO] [FML]: Found a missing id from the world binarymod:food_programer_upgrader
        [13:28:56] [Server thread/ERROR] [FML]: There are unidentified mappings in this world - we are going to attempt to process anyway
        [13:28:56] [Server thread/ERROR] [FML]: Unidentified item: binarymod:food_programer_upgrader, id 4137
        [13:29:01] [Server thread/INFO] [FML]: World backup created at C:\Users\antoine\Desktop\forge-1.7.10-10.13.4.1614-1.7.10-src\eclipse\saves\Test-20160619-132900.zip.
        [13:29:01] [Server thread/ERROR] [FML]: This world contains block and item mappings that may cause world breakage
        [13:29:01] [Server thread/INFO] [FML]: Injecting new block and item data into this server instance.
        [13:29:01] [Server thread/INFO] [FML]: Injected new block/item binarymod:food_programmer_upgrader: 4136 (init) -> 4138 (map).
        [13:29:01] [Server thread/INFO] [FML]: Applying holder lookups
        [13:29:01] [Server thread/INFO] [FML]: Holder lookups applied
        [13:29:02] [Server thread/INFO] [FML]: Loading dimension 0 (Test) (net.minecraft.server.integrated.IntegratedServer@46704790)
        [13:29:02] [Server thread/INFO] [FML]: Loading dimension 49 (Test) (net.minecraft.server.integrated.IntegratedServer@46704790)
        [13:29:02] [Server thread/INFO] [FML]: Loading dimension 1 (Test) (net.minecraft.server.integrated.IntegratedServer@46704790)
        [13:29:02] [Server thread/INFO] [FML]: Loading dimension -1 (Test) (net.minecraft.server.integrated.IntegratedServer@46704790)
        [13:29:02] [Server thread/INFO]: Preparing start region for level 0
        [13:29:03] [Server thread/INFO]: Preparing spawn area: 25%
        [13:29:04] [Server thread/INFO]: Changing view distance to 12, from 10
        [13:29:06] [Netty Client IO #0/INFO] [FML]: Server protocol version 2
        [13:29:06] [Netty IO #1/INFO] [FML]: Client protocol version 2
        [13:29:06] [Netty IO #1/INFO] [FML]: Client attempting to join with 6 mods : binarymod@1.7.10,NotEnoughItems@1.0.5.120,CodeChickenCore@1.0.7.47,FML@7.10.99.99,Forge@10.13.4.1614,mcp@9.05
        [13:29:06] [Netty IO #1/INFO] [FML]: Attempting connection with missing mods [] at CLIENT
        [13:29:06] [Netty Client IO #0/INFO] [FML]: Attempting connection with missing mods [] at SERVER
        [13:29:06] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established
        [13:29:06] [Client thread/INFO] [FML]: [Client thread] Client side modded connection established
        [13:29:06] [Server thread/INFO]: Minantcraft[local:E:43e983e8] logged in with entity id 201 at (1025.6157371843333, 4.0, -430.4064400035412)
        [13:29:06] [Server thread/INFO]: Minantcraft joined the game
        [13:29:10] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 2153ms behind, skipping 43 tick(s)
        [13:29:34] [Server thread/ERROR]: Encountered an unexpected exception
        net.minecraft.util.ReportedException: Exception ticking world
        at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:698) ~[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.RuntimeException: class com.mod.test.tileEntity.TileEntityDirectional is missing a mapping! This is a bug!
        at net.minecraft.tileentity.TileEntity.writeToNBT(TileEntity.java:96) ~[TileEntity.class:?]
        at com.mod.test.tileEntity.TileEntityDirectional.writeToNBT(TileEntityDirectional.java:23) ~[TileEntityDirectional.class:?]
        at com.mod.test.tileEntity.TileEntityDirectional.getDescriptionPacket(TileEntityDirectional.java:41) ~[TileEntityDirectional.class:?]
        at net.minecraft.server.management.PlayerManager$PlayerInstance.sendTileToAllPlayersWatchingChunk(PlayerManager.java:632) ~[PlayerManager$PlayerInstance.class:?]
        at net.minecraft.server.management.PlayerManager$PlayerInstance.sendChunkUpdate(PlayerManager.java:574) ~[PlayerManager$PlayerInstance.class:?]
        at net.minecraft.server.management.PlayerManager.updatePlayerInstances(PlayerManager.java:80) ~[PlayerManager.class:?]
        at net.minecraft.world.WorldServer.tick(WorldServer.java:193) ~[WorldServer.class:?]
        at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:692) ~[MinecraftServer.class:?]
        … 4 more
        [13:29:34] [Server thread/ERROR]: This crash report has been saved to: C:\Users\antoine\Desktop\forge-1.7.10-10.13.4.1614-1.7.10-src\eclipse\.\crash-reports\crash-2016-06-19_13.29.34-server.txt
        [13:29:34] [Server thread/INFO]: Stopping server
        [13:29:34] [Server thread/INFO]: Saving players
        [13:29:34] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:displayCrashReport:388]: –-- Minecraft Crash Report ----
        // Surprise! Haha. Well, this is awkward.
        
        Time: 19/06/16 13:29
        Description: Exception ticking world
        
        java.lang.RuntimeException: class com.mod.test.tileEntity.TileEntityDirectional is missing a mapping! This is a bug!
        at net.minecraft.tileentity.TileEntity.writeToNBT(TileEntity.java:96)
        at com.mod.test.tileEntity.TileEntityDirectional.writeToNBT(TileEntityDirectional.java:23)
        at com.mod.test.tileEntity.TileEntityDirectional.getDescriptionPacket(TileEntityDirectional.java:41)
        at net.minecraft.server.management.PlayerManager$PlayerInstance.sendTileToAllPlayersWatchingChunk(PlayerManager.java:632)
        at net.minecraft.server.management.PlayerManager$PlayerInstance.sendChunkUpdate(PlayerManager.java:574)
        at net.minecraft.server.management.PlayerManager.updatePlayerInstances(PlayerManager.java:80)
        at net.minecraft.world.WorldServer.tick(WorldServer.java:193)
        at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:692)
        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 net.minecraft.tileentity.TileEntity.writeToNBT(TileEntity.java:96)
        at com.mod.test.tileEntity.TileEntityDirectional.writeToNBT(TileEntityDirectional.java:23)
        at com.mod.test.tileEntity.TileEntityDirectional.getDescriptionPacket(TileEntityDirectional.java:41)
        at net.minecraft.server.management.PlayerManager$PlayerInstance.sendTileToAllPlayersWatchingChunk(PlayerManager.java:632)
        at net.minecraft.server.management.PlayerManager$PlayerInstance.sendChunkUpdate(PlayerManager.java:574)
        at net.minecraft.server.management.PlayerManager.updatePlayerInstances(PlayerManager.java:80)
        at net.minecraft.world.WorldServer.tick(WorldServer.java:193)
        
        -- Affected level --
        Details:
        Level name: Test
        All players: 1 total; [EntityPlayerMP['Minantcraft'/201, l='Test', x=1025,30, y=4,00, z=-424,51]]
        Chunk stats: ServerChunkCache: 737 Drop: 0
        Level seed: 1763494809997761044
        Level generator: ID 01 - flat, ver 0\. Features enabled: true
        Level generator options:
        Level spawn location: World: (1022,4,-424), Chunk: (at 14,0,8 in 63,-27; contains blocks 1008,0,-432 to 1023,255,-417), Region: (1,-1; contains chunks 32,-32 to 63,-1, blocks 512,0,-512 to 1023,255,-1)
        Level time: 45874 game time, 54304 day time
        Level dimension: 0
        Level storage version: 0x04ABD - Anvil
        Level weather: Rain time: 126084 (now: false), thunder time: 84222 (now: false)
        Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
        Stacktrace:
        at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:692)
        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 10 (amd64) version 10.0
        Java Version: 1.8.0_91, Oracle Corporation
        Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
        Memory: 758693184 bytes (723 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 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: 0, tallocated: 0
        FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 6 mods loaded, 6 mods active
        States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
        UCHIJAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
        UCHIJAAAA FML{7.10.99.99} [Forge Mod Loader] (forgeSrc-1.7.10-10.13.4.1614-1.7.10.jar)
        UCHIJAAAA Forge{10.13.4.1614} [Minecraft Forge] (forgeSrc-1.7.10-10.13.4.1614-1.7.10.jar)
        UCHIJAAAA NotEnoughItems{1.0.5.120} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.120-dev.jar)
        UCHIJAAAA CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
        UCHIJAAAA binarymod{1.7.10} [Binary Dimension] (bin)
        GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
        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['Minantcraft'/201, l='Test', x=1025,30, y=4,00, z=-424,51]]
        Type: Integrated Server (map_client.txt)
        Is Modded: Definitely; Client brand changed to 'fml,forge'
        [13:29:34] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:displayCrashReport:393]: #@!@# Game crashed! Crash report saved to: #@!@# .\crash-reports\crash-2016-06-19_13.29.34-server.txt
        [13:29:34] [Client thread/INFO] [FML]: Waiting for the server to terminate/save.
        [13:29:34] [Server thread/INFO]: Saving worlds
        [13:29:34] [Server thread/INFO]: Saving chunks for level 'Test'/Overworld
        [13:29:34] [Server thread/ERROR] [FML]: A TileEntity type com.mod.test.tileEntity.TileEntityDirectional has throw an exception trying to write state. It will not persist. Report this to the mod author
        java.lang.RuntimeException: class com.mod.test.tileEntity.TileEntityDirectional is missing a mapping! This is a bug!
        at net.minecraft.tileentity.TileEntity.writeToNBT(TileEntity.java:96) ~[TileEntity.class:?]
        at com.mod.test.tileEntity.TileEntityDirectional.writeToNBT(TileEntityDirectional.java:23) ~[TileEntityDirectional.class:?]
        at net.minecraft.world.chunk.storage.AnvilChunkLoader.writeChunkToNBT(AnvilChunkLoader.java:395) [AnvilChunkLoader.class:?]
        at net.minecraft.world.chunk.storage.AnvilChunkLoader.saveChunk(AnvilChunkLoader.java:204) [AnvilChunkLoader.class:?]
        at net.minecraft.world.gen.ChunkProviderServer.safeSaveChunk(ChunkProviderServer.java:287) [ChunkProviderServer.class:?]
        at net.minecraft.world.gen.ChunkProviderServer.saveChunks(ChunkProviderServer.java:340) [ChunkProviderServer.class:?]
        at net.minecraft.world.WorldServer.saveAllChunks(WorldServer.java:863) [WorldServer.class:?]
        at net.minecraft.server.MinecraftServer.saveAllWorlds(MinecraftServer.java:370) [MinecraftServer.class:?]
        at net.minecraft.server.MinecraftServer.stopServer(MinecraftServer.java:405) [MinecraftServer.class:?]
        at net.minecraft.server.integrated.IntegratedServer.stopServer(IntegratedServer.java:266) [IntegratedServer.class:?]
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:538) [MinecraftServer.class:?]
        at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:752) [MinecraftServer$2.class:?]
        [13:29:35] [Server thread/INFO]: Saving chunks for level 'Test'/Nether
        [13:29:35] [Server thread/INFO]: Saving chunks for level 'Test'/The End
        [13:29:35] [Server thread/INFO]: Saving chunks for level 'Test'/BinaryDimension
        [13:29:35] [Server thread/INFO] [FML]: Unloading dimension 0
        [13:29:35] [Server thread/INFO] [FML]: Unloading dimension -1
        [13:29:35] [Server thread/INFO] [FML]: Unloading dimension 1
        [13:29:35] [Server thread/INFO] [FML]: Unloading dimension 49
        [13:29:35] [Server thread/INFO] [FML]: Applying holder lookups
        [13:29:35] [Server thread/INFO] [FML]: Holder lookups applied
        [13:29:35] [Server thread/INFO] [FML]: The state engine was in incorrect state SERVER_STOPPING and forced into state SERVER_STOPPED. Errors may have been discarded.
        [13:29:35] [Client thread/INFO] [FML]: Server terminated.
        AL lib: (EE) alc_cleanup: 1 device not closed
        Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
        
        

        Minantcraft ;)

        >! Binary Dimension
        [url=https://minecraft.cu…

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

          Je crois que tu as oublié d’enregistrer ta TileEntity…

          Site web contenant mes scripts : http://SCAREXgaming.github.io

          Pas de demandes de support par MP ni par skype SVP.
          Je n'accepte sur skype que l…

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

            @‘SCAREX’:

            Je crois que tu as oublié d’enregistrer ta TileEntity…

            Non je l’ai fait
            EDIT: j’ai mis le meme nom qu’un autre 😞

            Minantcraft ;)

            >! Binary Dimension
            [url=https://minecraft.cu…

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

              File ta classe principale et le DERNIER crash report.

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

                @‘Plaigon’:

                File ta classe principale et le DERNIER crash report.

                Voilà:

                [13:47:27] [Server thread/INFO]: Starting integrated minecraft server version 1.7.10
                [13:47:27] [Server thread/INFO]: Generating keypair
                [13:47:27] [Server thread/INFO] [FML]: Injecting existing block and item data into this server instance
                [13:47:27] [Server thread/INFO] [FML]: Applying holder lookups
                [13:47:27] [Server thread/INFO] [FML]: Holder lookups applied
                [13:47:27] [Server thread/INFO] [FML]: Loading dimension 0 (Test) (net.minecraft.server.integrated.IntegratedServer@181bea77)
                [13:47:27] [Server thread/INFO] [FML]: Loading dimension 49 (Test) (net.minecraft.server.integrated.IntegratedServer@181bea77)
                [13:47:28] [Server thread/INFO] [FML]: Loading dimension 1 (Test) (net.minecraft.server.integrated.IntegratedServer@181bea77)
                [13:47:28] [Server thread/INFO] [FML]: Loading dimension -1 (Test) (net.minecraft.server.integrated.IntegratedServer@181bea77)
                [13:47:28] [Server thread/INFO]: Preparing start region for level 0
                [13:47:29] [Server thread/INFO]: Preparing spawn area: 25%
                [13:47:30] [Server thread/INFO]: Changing view distance to 12, from 10
                [13:47:31] [Netty Client IO #0/INFO] [FML]: Server protocol version 2
                [13:47:31] [Netty IO #1/INFO] [FML]: Client protocol version 2
                [13:47:31] [Netty IO #1/INFO] [FML]: Client attempting to join with 6 mods : binarymod@1.7.10,NotEnoughItems@1.0.5.120,CodeChickenCore@1.0.7.47,FML@7.10.99.99,Forge@10.13.4.1614,mcp@9.05
                [13:47:31] [Netty IO #1/INFO] [FML]: Attempting connection with missing mods [] at CLIENT
                [13:47:31] [Netty Client IO #0/INFO] [FML]: Attempting connection with missing mods [] at SERVER
                [13:47:31] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established
                [13:47:31] [Client thread/INFO] [FML]: [Client thread] Client side modded connection established
                [13:47:31] [Server thread/INFO]: Minantcraft[local:E:3759e35c] logged in with entity id 170 at (1025.3043125662953, 4.0, -424.5105373434334)
                [13:47:31] [Server thread/INFO]: Minantcraft joined the game
                [13:47:35] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 2350ms behind, skipping 47 tick(s)
                [13:47:52] [Server thread/ERROR]: Encountered an unexpected exception
                net.minecraft.util.ReportedException: Exception ticking world
                at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:698) ~[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.RuntimeException: class com.mod.test.tileEntity.TileEntityDirectional is missing a mapping! This is a bug!
                at net.minecraft.tileentity.TileEntity.writeToNBT(TileEntity.java:96) ~[TileEntity.class:?]
                at com.mod.test.tileEntity.TileEntityDirectional.writeToNBT(TileEntityDirectional.java:23) ~[TileEntityDirectional.class:?]
                at com.mod.test.tileEntity.TileEntityDirectional.getDescriptionPacket(TileEntityDirectional.java:41) ~[TileEntityDirectional.class:?]
                at net.minecraft.server.management.PlayerManager$PlayerInstance.sendTileToAllPlayersWatchingChunk(PlayerManager.java:632) ~[PlayerManager$PlayerInstance.class:?]
                at net.minecraft.server.management.PlayerManager$PlayerInstance.sendChunkUpdate(PlayerManager.java:574) ~[PlayerManager$PlayerInstance.class:?]
                at net.minecraft.server.management.PlayerManager.updatePlayerInstances(PlayerManager.java:80) ~[PlayerManager.class:?]
                at net.minecraft.world.WorldServer.tick(WorldServer.java:193) ~[WorldServer.class:?]
                at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:692) ~[MinecraftServer.class:?]
                … 4 more
                [13:47:52] [Server thread/ERROR]: This crash report has been saved to: C:\Users\antoine\Desktop\forge-1.7.10-10.13.4.1614-1.7.10-src\eclipse\.\crash-reports\crash-2016-06-19_13.47.52-server.txt
                [13:47:52] [Server thread/INFO]: Stopping server
                [13:47:52] [Server thread/INFO]: Saving players
                [13:47:52] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:displayCrashReport:388]: –-- Minecraft Crash Report ----
                // Everything's going to plan. No, really, that was supposed to happen.
                
                Time: 19/06/16 13:47
                Description: Exception ticking world
                
                java.lang.RuntimeException: class com.mod.test.tileEntity.TileEntityDirectional is missing a mapping! This is a bug!
                at net.minecraft.tileentity.TileEntity.writeToNBT(TileEntity.java:96)
                at com.mod.test.tileEntity.TileEntityDirectional.writeToNBT(TileEntityDirectional.java:23)
                at com.mod.test.tileEntity.TileEntityDirectional.getDescriptionPacket(TileEntityDirectional.java:41)
                at net.minecraft.server.management.PlayerManager$PlayerInstance.sendTileToAllPlayersWatchingChunk(PlayerManager.java:632)
                at net.minecraft.server.management.PlayerManager$PlayerInstance.sendChunkUpdate(PlayerManager.java:574)
                at net.minecraft.server.management.PlayerManager.updatePlayerInstances(PlayerManager.java:80)
                at net.minecraft.world.WorldServer.tick(WorldServer.java:193)
                at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:692)
                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 net.minecraft.tileentity.TileEntity.writeToNBT(TileEntity.java:96)
                at com.mod.test.tileEntity.TileEntityDirectional.writeToNBT(TileEntityDirectional.java:23)
                at com.mod.test.tileEntity.TileEntityDirectional.getDescriptionPacket(TileEntityDirectional.java:41)
                at net.minecraft.server.management.PlayerManager$PlayerInstance.sendTileToAllPlayersWatchingChunk(PlayerManager.java:632)
                at net.minecraft.server.management.PlayerManager$PlayerInstance.sendChunkUpdate(PlayerManager.java:574)
                at net.minecraft.server.management.PlayerManager.updatePlayerInstances(PlayerManager.java:80)
                at net.minecraft.world.WorldServer.tick(WorldServer.java:193)
                
                -- Affected level --
                Details:
                Level name: Test
                All players: 1 total; [EntityPlayerMP['Minantcraft'/170, l='Test', x=1024,57, y=4,00, z=-424,26]]
                Chunk stats: ServerChunkCache: 723 Drop: 0
                Level seed: 1763494809997761044
                Level generator: ID 01 - flat, ver 0\. Features enabled: true
                Level generator options:
                Level spawn location: World: (1022,4,-424), Chunk: (at 14,0,8 in 63,-27; contains blocks 1008,0,-432 to 1023,255,-417), Region: (1,-1; contains chunks 32,-32 to 63,-1, blocks 512,0,-512 to 1023,255,-1)
                Level time: 46317 game time, 54747 day time
                Level dimension: 0
                Level storage version: 0x04ABD - Anvil
                Level weather: Rain time: 125641 (now: false), thunder time: 83779 (now: false)
                Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
                Stacktrace:
                at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:692)
                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 10 (amd64) version 10.0
                Java Version: 1.8.0_91, Oracle Corporation
                Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
                Memory: 702691440 bytes (670 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 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: 0, tallocated: 0
                FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 6 mods loaded, 6 mods active
                States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
                UCHIJAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
                UCHIJAAAA FML{7.10.99.99} [Forge Mod Loader] (forgeSrc-1.7.10-10.13.4.1614-1.7.10.jar)
                UCHIJAAAA Forge{10.13.4.1614} [Minecraft Forge] (forgeSrc-1.7.10-10.13.4.1614-1.7.10.jar)
                UCHIJAAAA NotEnoughItems{1.0.5.120} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.120-dev.jar)
                UCHIJAAAA CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
                UCHIJAAAA binarymod{1.7.10} [Binary Dimension] (bin)
                GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
                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['Minantcraft'/170, l='Test', x=1024,57, y=4,00, z=-424,26]]
                Type: Integrated Server (map_client.txt)
                Is Modded: Definitely; Client brand changed to 'fml,forge'
                [13:47:52] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:displayCrashReport:393]: #@!@# Game crashed! Crash report saved to: #@!@# .\crash-reports\crash-2016-06-19_13.47.52-server.txt
                [13:47:52] [Client thread/INFO] [FML]: Waiting for the server to terminate/save.
                [13:47:52] [Server thread/INFO]: Saving worlds
                [13:47:52] [Server thread/INFO]: Saving chunks for level 'Test'/Overworld
                [13:47:52] [Server thread/ERROR] [FML]: A TileEntity type com.mod.test.tileEntity.TileEntityDirectional has throw an exception trying to write state. It will not persist. Report this to the mod author
                java.lang.RuntimeException: class com.mod.test.tileEntity.TileEntityDirectional is missing a mapping! This is a bug!
                at net.minecraft.tileentity.TileEntity.writeToNBT(TileEntity.java:96) ~[TileEntity.class:?]
                at com.mod.test.tileEntity.TileEntityDirectional.writeToNBT(TileEntityDirectional.java:23) ~[TileEntityDirectional.class:?]
                at net.minecraft.world.chunk.storage.AnvilChunkLoader.writeChunkToNBT(AnvilChunkLoader.java:395) [AnvilChunkLoader.class:?]
                at net.minecraft.world.chunk.storage.AnvilChunkLoader.saveChunk(AnvilChunkLoader.java:204) [AnvilChunkLoader.class:?]
                at net.minecraft.world.gen.ChunkProviderServer.safeSaveChunk(ChunkProviderServer.java:287) [ChunkProviderServer.class:?]
                at net.minecraft.world.gen.ChunkProviderServer.saveChunks(ChunkProviderServer.java:340) [ChunkProviderServer.class:?]
                at net.minecraft.world.WorldServer.saveAllChunks(WorldServer.java:863) [WorldServer.class:?]
                at net.minecraft.server.MinecraftServer.saveAllWorlds(MinecraftServer.java:370) [MinecraftServer.class:?]
                at net.minecraft.server.MinecraftServer.stopServer(MinecraftServer.java:405) [MinecraftServer.class:?]
                at net.minecraft.server.integrated.IntegratedServer.stopServer(IntegratedServer.java:266) [IntegratedServer.class:?]
                at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:538) [MinecraftServer.class:?]
                at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:752) [MinecraftServer$2.class:?]
                [13:47:52] [Server thread/INFO]: Saving chunks for level 'Test'/Nether
                [13:47:52] [Server thread/INFO]: Saving chunks for level 'Test'/The End
                [13:47:52] [Server thread/INFO]: Saving chunks for level 'Test'/BinaryDimension
                [13:47:52] [Server thread/INFO] [FML]: Unloading dimension 0
                [13:47:52] [Server thread/INFO] [FML]: Unloading dimension -1
                [13:47:52] [Server thread/INFO] [FML]: Unloading dimension 1
                [13:47:52] [Server thread/INFO] [FML]: Unloading dimension 49
                [13:47:52] [Server thread/INFO] [FML]: Applying holder lookups
                [13:47:52] [Server thread/INFO] [FML]: Holder lookups applied
                [13:47:52] [Server thread/INFO] [FML]: The state engine was in incorrect state SERVER_STOPPING and forced into state SERVER_STOPPED. Errors may have been discarded.
                [13:47:52] [Client thread/INFO] [FML]: Server terminated.
                AL lib: (EE) alc_cleanup: 1 device not closed
                Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
                

                La classe: ```java
                @Mod(modid = Reference.MOD_ID, name = Reference.MOD_NAME, version = Reference.VERSION)

                public class BinaryMod
                {
                @Instance(Reference.MOD_ID)
                public static BinaryMod instance;

                public static CreativeTabs binaryTab = new CreativeTabs(“binaryTab”)
                {
                List list;

                @SideOnly(Side.CLIENT)
                public Item getTabIconItem()
                {
                return ItemMod.informatical_sword;
                }

                @Override
                public void displayAllReleventItems(List list)
                {
                this.list = list;
                this.setNoScrollbar();;
                Item[] itemsMod = new Item[]{
                /1/ItemMod.sourceCode_helmet, ItemMod.sourceCode_chestplate, ItemMod.sourceCode_leggings, ItemMod.sourceCode_boots,
                /1/ItemMod.informatical_sword, ItemMod.informatical_pickaxe, ItemMod.informatical_axe, ItemMod.informatical_hoe, ItemMod.informatical_shovel,

                /2/ItemMod.binary_sword, ItemMod.binary_pickaxe, ItemMod.binary_axe, ItemMod.binary_hoe, ItemMod.binary_shovel,
                /2/ItemMod.informatical_ingot, ItemMod.triple_informatical_ingot, ItemMod.informatical_code, ItemMod.informatical_stick,

                /3/ItemMod.helmet_model, ItemMod.chestplate_model, ItemMod.leggings_model, ItemMod.boots_model,
                /3/ItemMod.sword_model, ItemMod.pickaxe_model, ItemMod.shovel_model, ItemMod.hoe_model, ItemMod.axe_model,

                /4/ItemMod.informatical_sword_piece, ItemMod.informatical_pickaxe_piece, ItemMod.informatical_shovel_piece, ItemMod.informatical_hoe_piece, ItemMod.informatical_axe_piece,
                /4/ItemMod.source_code, ItemMod.triple_source_code, ItemMod.six_source_code, ItemMod.code_powder, BinaryDimension.trigger,

                /5/ItemMod.programmed_beef, ItemMod.programmed_cooked_beef
                };

                for (int i = 0; i < itemsMod.length; i++)
                {
                itemsMod*.getSubItems(itemsMod*, this, list);
                }
                }
                };

                public static CreativeTabs binaryBlockTab = new CreativeTabs(“binaryBlockTab”)
                {
                List list;

                @SideOnly(Side.CLIENT)
                public Item getTabIconItem()
                {
                return Item.getItemFromBlock(BlockMod.binary_block);
                }

                @Override
                public void displayAllReleventItems(List list)
                {
                this.list = list;
                this.setNoScrollbar();
                Block[] blocksMod = new Block[]{
                /1/BlockMod.binary_block, BlockMod.binary_stairs, BlockMod.binary_slab_1, BlockMod.binary_fence,
                /1/BlockMod.inversed_binary_block, BlockMod.inversed_binary_stairs, BlockMod.inversed_binary_slab_1, BlockMod.inversed_binary_fence,
                /1/BlockMod.melanged_binary_block,

                /2/BlockMod.bugged_block, BlockMod.binary_machine, BlockMod.informatical_netherrack, BlockMod.informatical_ore, BlockMod.code_ore
                };

                for(int i = 0; i < blocksMod.length; i++)
                {
                blocksMod*.getSubBlocks(Item.getItemFromBlock(blocksMod*), this, list);
                }
                ItemMod.binary_door_item.getSubItems(ItemMod.binary_door_item, this, list);
                ItemMod.gen_programmer_house.getSubItems(ItemMod.gen_programmer_house, this, list);
                }
                };

                @SidedProxy(clientSide = Reference.CLIENT_PROXY, serverSide = Reference.SERVER_PROXY)
                public static CommonProxy proxy;

                @EventHandler
                public void preInitialisation(FMLPreInitializationEvent event)
                {
                BlockMod.init();
                BlockMod.register();
                ItemMod.init();
                ItemMod.register();
                CraftMod.register();
                AchievementMod.init();
                WorldRegisterMod.mainRegistry();
                BinaryDimension.load();
                }

                @EventHandler
                public void initialisation(FMLInitializationEvent event)
                {
                proxy.registerRenders();
                EntityMod.init();
                EventMod.init(event);
                GuiHandlerMod.init();
                }

                @EventHandler
                public void postInitialisation(FMLPostInitializationEvent event)
                {

                }
                }

                
                tilEntityMod:
                ```java
                public class TileEntityMod
                {
                public static void init()
                {
                GameRegistry.registerTileEntity(TileEntityBinaryMachine.class, Reference.MOD_ID + ":tileBinaryMachine");
                GameRegistry.registerTileEntity(TileEntityBinaryChecker.class, Reference.MOD_ID + ":tileBinaryChecker");
                GameRegistry.registerTileEntity(TileEntityDirectional.class, Reference.MOD_ID + ":tileEntityDirectional");
                }
                }
                

                EDIT: oups, il faut le mettre dans init ou preInt?
                EDIT: c’est bizarre, la tileEntity de ma binaryMachine n’était pas enregistré et elle fonctionnait donc j’y ai pa pensé

                Minantcraft ;)

                >! Binary Dimension
                [url=https://minecraft.cu…

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

                  J’ai un nouveau problème, le “bush” ne change pas de texture et commence à la texture 2/3 puis il se tourne 😢

                  Minantcraft ;)

                  >! Binary Dimension
                  [url=https://minecraft.cu…

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

                    Bah de ce que je vois la méthode n’est jamais appelée

                    Site web contenant mes scripts : http://SCAREXgaming.github.io

                    Pas de demandes de support par MP ni par skype SVP.
                    Je n'accepte sur skype que l…

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

                      @‘SCAREX’:

                      Bah de ce que je vois la méthode n’est jamais appelée

                      if(world.getBlockMetadata(x, y, z) < 2)
                      {
                      world.setBlock(x, y, z, this, world.getBlockMetadata(x, y, z) + 1, 3);
                      }
                      

                      EDIT: ca augmente le metadata et en cliquant sur le bloc si le metadata est à 2, sa drop un truc et ça le met à 0 mais je sais pas pourquoi l’apparence ne change pas et le bloc a tourné

                      Minantcraft ;)

                      >! Binary Dimension
                      [url=https://minecraft.cu…

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

                        Quel est le rapport ? Je vois pas où la méthode init de TileEntityMod est appelée

                        Site web contenant mes scripts : http://SCAREXgaming.github.io

                        Pas de demandes de support par MP ni par skype SVP.
                        Je n'accepte sur skype que l…

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

                          @‘SCAREX’:

                          Quel est le rapport ? Je vois pas où la méthode init de TileEntityMod est appelée

                          @EventHandler
                          public void preInitialisation(FMLPreInitializationEvent event)
                          {
                          BlockMod.init();
                          BlockMod.register();
                          ItemMod.init();
                          ItemMod.register();
                          CraftMod.register();
                          TileEntityMod.init();
                          AchievementMod.init();
                          WorldRegisterMod.mainRegistry();
                          BinaryDimension.load();
                          }
                          

                          Minantcraft ;)

                          >! Binary Dimension
                          [url=https://minecraft.cu…

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

                            Renvoi le rapport de crash

                            Site web contenant mes scripts : http://SCAREXgaming.github.io

                            Pas de demandes de support par MP ni par skype SVP.
                            Je n'accepte sur skype que l…

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

                              @‘SCAREX’:

                              Renvoi le rapport de crash

                              Ca va, j’ai résolu, je ne changasi pas la texture correctement mais j’ai maintenant réussi. Merci de ton aide 🙂

                              Minantcraft ;)

                              >! Binary Dimension
                              [url=https://minecraft.cu…

                              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