MFF

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

    Aide pour ajouter un nouveau CD

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

      [16:14:42] [Client thread/WARN]: Invalid sounds.json

      com.google.gson.JsonSyntaxException: java.io.EOFException: End of input at line 11 column 6
      Toujours invalide, ligne 11, 6ème caractère cette fois.

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

        je doit faire quoi?

        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

          Renvoie ton fichier.

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

            ma class principale :

            public static Item itemCdAnaxia1;
                   itemCdAnaxia1 = new itemCdAnaxia1(“cd”).setUnlocalizedName(“record”).setCreativeTab(ModAnaxia.AnaxiaCreativeTab);
                   GameRegistry.registerItem(itemCdAnaxia1, “item_CdAnaxia1”);

            class itemCdAnaxia1 :

            import net.minecraft.item.ItemRecord;

            import net.minecraft.util.ResourceLocation;

            public class itemCdAnaxia1 extends ItemRecord
            {
            protected itemCdAnaxia1(String name)
            {
            super(name);
            }
            public ResourceLocation getRecordResource(String name)
            {
            return new ResourceLocation(“modanaxia:records.music1”);
            }
            }

            sounds.json

            {

            “records.music1”: {
                    “category”: “record”,
                    “sounds”: [
                        {
                            “name”: “records/Music1”,
                            “stream”: true
                        }
                    ]
                }

            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

              Je t’en envoyé le json correct avant, comment tu as fait pour avoir à nouveau une erreur dessus x)
              Il te manque } tout à la fin :
              @‘robin4002’:

              Le problème c’est qu’un fichier json doit toujours commencer par  {

              {
                  "records.Music1": {
                      "category": "record",
                      "sounds": [
                          {
                              "name": "records/Music1",
                              "stream": true
                          }
                      ]
                  }
              }
              

              Comme ça c’est bon

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

                A désolé xD
                Je corrige sa .

                Non sa marche toujours pas en jeux tout est bien je mais le cd dans je jukebox ya le texte qui s’écrit mais ya pas de son

                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

                  Renvoie encore les logs x)

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

                    [18:05:28] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker

                    [18:05:28] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
                    [18:05:28] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
                    [18:05:28] [main/INFO] [FML]: Forge Mod Loader version 7.2.211.1121 for Minecraft 1.7.2 loading
                    [18:05:28] [main/INFO] [FML]: Java is Java HotSpot™ Client VM, version 1.7.0_71, running on Windows 7:x86:6.1, installed at C:\Program Files\Java\jre7
                    [18:05:28] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
                    [18:05:28] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
                    [18:05:28] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
                    [18:05:28] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
                    [18:05:28] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
                    [18:05:28] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
                    [18:05:28] [main/ERROR] [FML]: The binary patch set is missing. Either you are in a development environment, or things are not going to work!
                    [18:05:29] [main/ERROR] [FML]: The minecraft jar file:/C:/Users/FairyOne/.gradle/caches/minecraft/net/minecraftforge/forge/1.7.2-10.12.2.1121/forgeSrc-1.7.2-10.12.2.1121.jar!/net/minecraft/client/ClientBrandRetriever.class appears to be corrupt! There has been CRITICAL TAMPERING WITH MINECRAFT, it is highly unlikely minecraft will work! STOP NOW, get a clean copy and try again!
                    [18:05:29] [main/ERROR] [FML]: FML has been ordered to ignore the invalid or missing minecraft certificate. This is very likely to cause a problem!
                    [18:05:29] [main/ERROR] [FML]: Technical information: ClientBrandRetriever was at jar:file:/C:/Users/FairyOne/.gradle/caches/minecraft/net/minecraftforge/forge/1.7.2-10.12.2.1121/forgeSrc-1.7.2-10.12.2.1121.jar!/net/minecraft/client/ClientBrandRetriever.class, there were 0 certificates for it
                    [18:05:29] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing
                    [18:05:29] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
                    [18:05:29] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
                    [18:05:29] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
                    [18:05:30] [main/INFO]: Setting user: Player201
                    Completely ignored arguments: [username=FairyOne]
                    [18:05:32] [Client thread/INFO]: LWJGL Version: 2.9.0
                    [18:05:32] [Client thread/ERROR]: Couldn’t set icon
                    javax.imageio.IIOException: Can’t read input file!
                        at javax.imageio.ImageIO.read(Unknown Source) ~[?:1.7.0_71]
                        at net.minecraft.client.Minecraft.readImage(Minecraft.java:629) ~[Minecraft.class:?]
                        at net.minecraft.client.Minecraft.startGame(Minecraft.java:458) [Minecraft.class:?]
                        at net.minecraft.client.Minecraft.run(Minecraft.java:880) [Minecraft.class:?]
                        at net.minecraft.client.main.Main.main(Main.java:112) [Main.class:?]
                        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_71]
                        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_71]
                        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_71]
                        at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_71]
                        at net.minecraft.launchwrapper.Launch.launch(Launch.java:134) [launchwrapper-1.9.jar:?]
                        at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.9.jar:?]
                    [18:05:33] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
                    [18:05:33] [Client thread/INFO] [FML]: MinecraftForge v10.12.2.1121 Initialized
                    [18:05:33] [Client thread/INFO] [FML]: Replaced 182 ore recipies
                    [18:05:33] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
                    [18:05:33] [Client thread/INFO] [FML]: Searching C:\Users\FairyOne\Desktop\forge-1.7.2-src\eclipse\mods for mods
                    [18:05:34] [Client thread/ERROR] [FML]: FML has detected a mod that is using a package name based on ‘net.minecraft.src’ : net.minecraft.src.FMLRenderAccessLibrary. This is generally a severe programming error.  There should be no mod code in the minecraft namespace. MOVE YOUR MOD! If you’re in eclipse, select your source code and ‘refactor’ it into a new package. Go on. DO IT NOW!
                    [18:05:36] [Client thread/INFO] [FML]: Forge Mod Loader has identified 4 mods to load
                    [18:05:37] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Anaxia Mod
                    [18:05:37] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
                    [18:05:37] [Client thread/INFO] [FML]: Found 341 ObjectHolder annotations
                    [18:05:37] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
                    [18:05:37] [Client thread/INFO] [FML]: Applying holder lookups
                    [18:05:37] [Client thread/INFO] [FML]: Holder lookups applied

                    Starting up SoundSystem…
                    Initializing LWJGL OpenAL
                        (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
                    OpenAL initialized.

                    [18:05:39] [Sound Library Loader/INFO]: Sound engine started
                    [18:05:40] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas
                    [18:05:40] [Client thread/ERROR]: Using missing texture, unable to load minecraft:textures/items/MISSING_ICON_ITEM_4101_record.png
                    java.io.FileNotFoundException: minecraft:textures/items/MISSING_ICON_ITEM_4101_record.png
                        at net.minecraft.client.resources.FallbackResourceManager.getResource(FallbackResourceManager.java:65) ~[FallbackResourceManager.class:?]
                        at net.minecraft.client.resources.SimpleReloadableResourceManager.getResource(SimpleReloadableResourceManager.java:67) ~[SimpleReloadableResourceManager.class:?]
                        at net.minecraft.client.renderer.texture.TextureMap.loadTextureAtlas(TextureMap.java:126) [TextureMap.class:?]
                        at net.minecraft.client.renderer.texture.TextureMap.loadTexture(TextureMap.java:91) [TextureMap.class:?]
                        at net.minecraft.client.renderer.texture.TextureManager.loadTexture(TextureManager.java:89) [TextureManager.class:?]
                        at net.minecraft.client.renderer.texture.TextureManager.loadTickableTexture(TextureManager.java:71) [TextureManager.class:?]
                        at net.minecraft.client.renderer.texture.TextureManager.loadTextureMap(TextureManager.java:58) [TextureManager.class:?]
                        at net.minecraft.client.Minecraft.startGame(Minecraft.java:570) [Minecraft.class:?]
                        at net.minecraft.client.Minecraft.run(Minecraft.java:880) [Minecraft.class:?]
                        at net.minecraft.client.main.Main.main(Main.java:112) [Main.class:?]
                        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_71]
                        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_71]
                        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_71]
                        at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_71]
                        at net.minecraft.launchwrapper.Launch.launch(Launch.java:134) [launchwrapper-1.9.jar:?]
                        at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.9.jar:?]
                    [18:05:40] [Client thread/INFO]: Created: 512x256 textures/items-atlas
                    [18:05:41] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 4 mods
                    [18:05:41] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Anaxia Mod
                    [18:05:41] [Client thread/ERROR]: Using missing texture, unable to load minecraft:textures/items/MISSING_ICON_ITEM_4101_record.png
                    java.io.FileNotFoundException: minecraft:textures/items/MISSING_ICON_ITEM_4101_record.png
                        at net.minecraft.client.resources.FallbackResourceManager.getResource(FallbackResourceManager.java:65) ~[FallbackResourceManager.class:?]
                        at net.minecraft.client.resources.SimpleReloadableResourceManager.getResource(SimpleReloadableResourceManager.java:67) ~[SimpleReloadableResourceManager.class:?]
                        at net.minecraft.client.renderer.texture.TextureMap.loadTextureAtlas(TextureMap.java:126) [TextureMap.class:?]
                        at net.minecraft.client.renderer.texture.TextureMap.loadTexture(TextureMap.java:91) [TextureMap.class:?]
                        at net.minecraft.client.renderer.texture.TextureManager.loadTexture(TextureManager.java:89) [TextureManager.class:?]
                        at net.minecraft.client.renderer.texture.TextureManager.onResourceManagerReload(TextureManager.java:170) [TextureManager.class:?]
                        at net.minecraft.client.resources.SimpleReloadableResourceManager.notifyReloadListeners(SimpleReloadableResourceManager.java:134) [SimpleReloadableResourceManager.class:?]
                        at net.minecraft.client.resources.SimpleReloadableResourceManager.reloadResources(SimpleReloadableResourceManager.java:118) [SimpleReloadableResourceManager.class:?]
                        at net.minecraft.client.Minecraft.refreshResources(Minecraft.java:614) [Minecraft.class:?]
                        at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:303) [FMLClientHandler.class:?]
                        at net.minecraft.client.Minecraft.startGame(Minecraft.java:573) [Minecraft.class:?]
                        at net.minecraft.client.Minecraft.run(Minecraft.java:880) [Minecraft.class:?]
                        at net.minecraft.client.main.Main.main(Main.java:112) [Main.class:?]
                        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_71]
                        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_71]
                        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_71]
                        at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_71]
                        at net.minecraft.launchwrapper.Launch.launch(Launch.java:134) [launchwrapper-1.9.jar:?]
                        at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.9.jar:?]
                    [18:05:41] [Client thread/INFO]: Created: 512x256 textures/items-atlas
                    [18:05:42] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas

                    SoundSystem shutting down…
                        Author: Paul Lamb, www.paulscode.com

                    Starting up SoundSystem…
                    Initializing LWJGL OpenAL
                        (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
                    OpenAL initialized.

                    [18:05:45] [Sound Library Loader/INFO]: Sound engine started
                    [18:05:45] [MCO Availability Checker #1/ERROR]: Couldn’t connect to Realms
                    [18:05:50] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:music.menu
                    [18:05:53] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:music.menu
                    [18:05:54] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:gui.button.press
                    [18:05:56] [Server thread/INFO]: Starting integrated minecraft server version 1.7.2
                    [18:05:56] [Server thread/INFO]: Generating keypair
                    [18:05:56] [Server thread/INFO] [FML]: Injecting existing block and item data into this server instance
                    [18:05:56] [Server thread/INFO] [FML]: Applying holder lookups
                    [18:05:56] [Server thread/INFO] [FML]: Holder lookups applied
                    [18:05:57] [Server thread/INFO] [FML]: Loading dimension 0 (New World) (net.minecraft.server.integrated.IntegratedServer@17c1652)
                    [18:05:57] [Server thread/INFO] [FML]: Loading dimension 1 (New World) (net.minecraft.server.integrated.IntegratedServer@17c1652)
                    [18:05:57] [Server thread/INFO] [FML]: Loading dimension -1 (New World) (net.minecraft.server.integrated.IntegratedServer@17c1652)
                    [18:05:57] [Server thread/INFO]: Preparing start region for level 0
                    [18:05:59] [Netty Client IO #0/INFO] [FML]: Server protocol version 1
                    [18:05:59] [Netty IO #1/INFO] [FML]: Client protocol version 1
                    [18:05:59] [Netty IO #1/INFO] [FML]: Client attempting to join with 4 mods : modanaxia@1.0,mcp@9.03,FML@7.2.211.1121,Forge@10.12.2.1121
                    [18:05:59] [Netty IO #1/INFO] [FML]: Attempting connection with missing mods [] at CLIENT
                    [18:05:59] [Netty Client IO #0/INFO] [FML]: Attempting connection with missing mods [] at SERVER
                    [18:05:59] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established
                    [18:05:59] [Server thread/INFO]: Player201[local:E:3666d033] logged in with entity id 182 at (323.9058977092294, 4.0, 1543.2423306212709)
                    [18:05:59] [Server thread/INFO]: Player201 joined the game
                    [18:05:59] [Client thread/INFO] [FML]: [Client thread] Client side modded connection established
                    [18:06:02] [Server thread/INFO]: Saving and pausing game…
                    [18:06:02] [Server thread/INFO]: Saving chunks for level ‘New World’/Overworld
                    [18:06:03] [Server thread/INFO]: Saving chunks for level ‘New World’/Nether
                    [18:06:03] [Server thread/INFO]: Saving chunks for level ‘New World’/The End
                    [18:06:03] [Server thread/WARN]: Can’t keep up! Did the system time change, or is the server overloaded? Running 2679ms behind, skipping 53 tick(s)
                    [18:06:05] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:mob.slime.big
                    [18:06:05] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:step.grass
                    [18:06:06] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:step.grass
                    [18:06:06] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:random.pop
                    [18:06:06] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:mob.slime.big
                    [18:06:06] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:step.grass
                    [18:06:07] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:mob.slime.big
                    [18:06:07] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:step.grass
                    [18:06:07] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:step.grass
                    [18:06:07] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:random.pop
                    [18:06:07] [Server thread/INFO]: Player201 has just earned the achievement [Taking Inventory]
                    [18:06:08] [Client thread/INFO]: [CHAT] Player201 has just earned the achievement [Taking Inventory]
                    [18:06:08] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:mob.slime.big
                    [18:06:08] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:step.grass
                    [18:06:08] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:mob.slime.big
                    [18:06:09] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:mob.slime.big
                    [18:06:09] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:random.orb
                    [18:06:09] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:step.grass
                    [18:06:09] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:mob.slime.big
                    [18:06:10] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:mob.slime.big
                    [18:06:10] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:step.grass
                    [18:06:11] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:mob.slime.big
                    [18:06:12] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:mob.slime.big
                    [18:06:12] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:step.grass
                    [18:06:12] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:mob.slime.big
                    [18:06:12] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:random.orb
                    [18:06:14] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:mob.slime.big
                    [18:06:14] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:step.grass
                    [18:06:14] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:mob.slime.big
                    [18:06:15] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:mob.slime.big
                    [18:06:16] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:step.grass
                    [18:06:16] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:mob.slime.big
                    [18:06:16] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:mob.slime.big
                    [18:06:17] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:step.grass
                    [18:06:17] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:mob.slime.big
                    [18:06:18] [Server thread/INFO]: Saving and pausing game…
                    [18:06:18] [Server thread/INFO]: Saving chunks for level ‘New World’/Overworld
                    [18:06:18] [Server thread/INFO]: Saving chunks for level ‘New World’/Nether
                    [18:06:18] [Server thread/INFO]: Saving chunks for level ‘New World’/The End
                    [18:06:19] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:gui.button.press
                    [18:06:19] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:gui.button.press
                    [18:06:20] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:gui.button.press
                    [18:06:20] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:gui.button.press
                    [18:06:22] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:dig.stone
                    [18:06:22] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:dig.stone
                    [18:06:23] [Client thread/WARN]: Unable to play unknown soundEvent: modanaxia:records.music1
                    [18:06:25] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:dig.stone
                    [18:06:25] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:step.grass
                    [18:06:26] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:step.grass
                    [18:06:30] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:music.game.creative
                    [18:06:33] [Client thread/WARN]: Unable to play unknown soundEvent: modanaxia:records.music1
                    [18:06:33] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:step.grass
                    [18:06:33] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:random.pop
                    [18:06:34] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:step.stone
                    [18:06:34] [Server thread/INFO]: Saving and pausing game…
                    [18:06:34] [Server thread/INFO]: Saving chunks for level ‘New World’/Overworld
                    [18:06:34] [Server thread/INFO]: Saving chunks for level ‘New World’/Nether
                    [18:06:34] [Server thread/INFO]: Saving chunks for level ‘New World’/The End
                    [18:06:35] [Server thread/INFO]: Saving and pausing game…
                    [18:06:35] [Server thread/INFO]: Saving chunks for level ‘New World’/Overworld
                    [18:06:35] [Server thread/INFO]: Saving chunks for level ‘New World’/Nether
                    [18:06:35] [Server thread/INFO]: Saving chunks for level ‘New World’/The End
                    [18:06:36] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:gui.button.press
                    [18:06:36] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:gui.button.press
                    [18:06:38] [Server thread/INFO]: Saving and pausing game…
                    [18:06:38] [Server thread/INFO]: Saving chunks for level ‘New World’/Overworld
                    [18:06:38] [Server thread/INFO]: Saving chunks for level ‘New World’/Nether
                    [18:06:38] [Server thread/INFO]: Saving chunks for level ‘New World’/The End
                    [18:20:21] [Server thread/WARN]: Can’t keep up! Did the system time change, or is the server overloaded? Running 679137ms behind, skipping 13582 tick(s)
                    AL lib: (EE) MMDevApiProc: WaitForSingleObjectEx error: 0x102
                    [18:20:24] [Server thread/WARN]: Can’t keep up! Did the system time change, or is the server overloaded? Running 2911ms behind, skipping 58 tick(s)
                    [18:21:23] [Server thread/WARN]: Can’t keep up! Did the system time change, or is the server overloaded? Running 4414ms behind, skipping 88 tick(s)
                    [20:05:28] [Server thread/WARN]: Can’t keep up! Did the system time change, or is the server overloaded? Running 6226048ms behind, skipping 124520 tick(s)
                    AL lib: (EE) MMDevApiProc: WaitForSingleObjectEx error: 0x102
                    [20:05:32] [Server thread/WARN]: Can’t keep up! Did the system time change, or is the server overloaded? Running 3474ms behind, skipping 69 tick(s)
                    [20:05:48] [Server thread/WARN]: Can’t keep up! Did the system time change, or is the server overloaded? Running 2594ms behind, skipping 51 tick(s)
                    [20:05:55] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:music.game.creative
                    [20:06:05] [Server thread/WARN]: Can’t keep up! Did the system time change, or is the server overloaded? Running 4541ms behind, skipping 90 tick(s)
                    [20:06:32] [Client thread/INFO]: Stopping!
                    [20:06:32] [Server thread/INFO]: Stopping server
                    [20:06:32] [Server thread/INFO]: Saving players

                    SoundSystem shutting down…
                    [20:06:33] [Server thread/INFO]: Saving worlds
                    [20:06:33] [Server thread/INFO]: Saving chunks for level ‘New World’/Overworld
                        Author: Paul Lamb, www.paulscode.com

                    [20:06:33] [Server thread/INFO]: Saving chunks for level ‘New World’/Nether
                    [20:06:33] [Server thread/INFO]: Saving chunks for level ‘New World’/The End
                    [20:06:33] [Client Shutdown Thread/INFO]: Stopping server
                    [20:06:33] [Client Shutdown Thread/INFO]: Saving players

                    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

                      Il n’y a plus d’erreur avec le fichier json, envoie les logs après avoir mit le cd dans la jukebox.

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

                        [20:51:20] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker

                        [20:51:20] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
                        [20:51:20] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
                        [20:51:20] [main/INFO] [FML]: Forge Mod Loader version 7.2.211.1121 for Minecraft 1.7.2 loading
                        [20:51:20] [main/INFO] [FML]: Java is Java HotSpot™ Client VM, version 1.7.0_71, running on Windows 7:x86:6.1, installed at C:\Program Files\Java\jre7
                        [20:51:20] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
                        [20:51:20] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
                        [20:51:20] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
                        [20:51:20] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
                        [20:51:20] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
                        [20:51:20] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
                        [20:51:20] [main/ERROR] [FML]: The binary patch set is missing. Either you are in a development environment, or things are not going to work!
                        [20:51:22] [main/ERROR] [FML]: The minecraft jar file:/C:/Users/FairyOne/.gradle/caches/minecraft/net/minecraftforge/forge/1.7.2-10.12.2.1121/forgeSrc-1.7.2-10.12.2.1121.jar!/net/minecraft/client/ClientBrandRetriever.class appears to be corrupt! There has been CRITICAL TAMPERING WITH MINECRAFT, it is highly unlikely minecraft will work! STOP NOW, get a clean copy and try again!
                        [20:51:22] [main/ERROR] [FML]: FML has been ordered to ignore the invalid or missing minecraft certificate. This is very likely to cause a problem!
                        [20:51:22] [main/ERROR] [FML]: Technical information: ClientBrandRetriever was at jar:file:/C:/Users/FairyOne/.gradle/caches/minecraft/net/minecraftforge/forge/1.7.2-10.12.2.1121/forgeSrc-1.7.2-10.12.2.1121.jar!/net/minecraft/client/ClientBrandRetriever.class, there were 0 certificates for it
                        [20:51:22] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing
                        [20:51:22] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
                        [20:51:22] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
                        [20:51:24] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
                        [20:51:26] [main/INFO]: Setting user: Player376
                        Completely ignored arguments: [username=FairyOne]
                        [20:51:30] [Client thread/INFO]: LWJGL Version: 2.9.0
                        [20:51:30] [Client thread/ERROR]: Couldn’t set icon
                        javax.imageio.IIOException: Can’t read input file!
                            at javax.imageio.ImageIO.read(Unknown Source) ~[?:1.7.0_71]
                            at net.minecraft.client.Minecraft.readImage(Minecraft.java:629) ~[Minecraft.class:?]
                            at net.minecraft.client.Minecraft.startGame(Minecraft.java:458) [Minecraft.class:?]
                            at net.minecraft.client.Minecraft.run(Minecraft.java:880) [Minecraft.class:?]
                            at net.minecraft.client.main.Main.main(Main.java:112) [Main.class:?]
                            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_71]
                            at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_71]
                            at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_71]
                            at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_71]
                            at net.minecraft.launchwrapper.Launch.launch(Launch.java:134) [launchwrapper-1.9.jar:?]
                            at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.9.jar:?]
                        [20:51:33] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
                        [20:51:33] [Client thread/INFO] [FML]: MinecraftForge v10.12.2.1121 Initialized
                        [20:51:33] [Client thread/INFO] [FML]: Replaced 182 ore recipies
                        [20:51:33] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
                        [20:51:33] [Client thread/INFO] [FML]: Searching C:\Users\FairyOne\Desktop\forge-1.7.2-src\eclipse\mods for mods
                        [20:51:35] [Client thread/ERROR] [FML]: FML has detected a mod that is using a package name based on ‘net.minecraft.src’ : net.minecraft.src.FMLRenderAccessLibrary. This is generally a severe programming error.  There should be no mod code in the minecraft namespace. MOVE YOUR MOD! If you’re in eclipse, select your source code and ‘refactor’ it into a new package. Go on. DO IT NOW!
                        [20:51:41] [Client thread/INFO] [FML]: Forge Mod Loader has identified 4 mods to load
                        [20:51:41] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Anaxia Mod
                        [20:51:42] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
                        [20:51:42] [Client thread/INFO] [FML]: Found 341 ObjectHolder annotations
                        [20:51:42] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
                        [20:51:42] [Client thread/INFO] [FML]: Applying holder lookups
                        [20:51:42] [Client thread/INFO] [FML]: Holder lookups applied

                        Starting up SoundSystem…
                        Initializing LWJGL OpenAL
                            (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
                        OpenAL initialized.

                        [20:51:44] [Sound Library Loader/INFO]: Sound engine started
                        [20:51:45] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas
                        [20:51:45] [Client thread/ERROR]: Using missing texture, unable to load minecraft:textures/items/MISSING_ICON_ITEM_4101_record.png
                        java.io.FileNotFoundException: minecraft:textures/items/MISSING_ICON_ITEM_4101_record.png
                            at net.minecraft.client.resources.FallbackResourceManager.getResource(FallbackResourceManager.java:65) ~[FallbackResourceManager.class:?]
                            at net.minecraft.client.resources.SimpleReloadableResourceManager.getResource(SimpleReloadableResourceManager.java:67) ~[SimpleReloadableResourceManager.class:?]
                            at net.minecraft.client.renderer.texture.TextureMap.loadTextureAtlas(TextureMap.java:126) [TextureMap.class:?]
                            at net.minecraft.client.renderer.texture.TextureMap.loadTexture(TextureMap.java:91) [TextureMap.class:?]
                            at net.minecraft.client.renderer.texture.TextureManager.loadTexture(TextureManager.java:89) [TextureManager.class:?]
                            at net.minecraft.client.renderer.texture.TextureManager.loadTickableTexture(TextureManager.java:71) [TextureManager.class:?]
                            at net.minecraft.client.renderer.texture.TextureManager.loadTextureMap(TextureManager.java:58) [TextureManager.class:?]
                            at net.minecraft.client.Minecraft.startGame(Minecraft.java:570) [Minecraft.class:?]
                            at net.minecraft.client.Minecraft.run(Minecraft.java:880) [Minecraft.class:?]
                            at net.minecraft.client.main.Main.main(Main.java:112) [Main.class:?]
                            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_71]
                            at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_71]
                            at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_71]
                            at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_71]
                            at net.minecraft.launchwrapper.Launch.launch(Launch.java:134) [launchwrapper-1.9.jar:?]
                            at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.9.jar:?]
                        [20:51:46] [Client thread/INFO]: Created: 512x256 textures/items-atlas
                        [20:51:46] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 4 mods
                        [20:51:46] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Anaxia Mod
                        [20:51:46] [Client thread/ERROR]: Using missing texture, unable to load minecraft:textures/items/MISSING_ICON_ITEM_4101_record.png
                        java.io.FileNotFoundException: minecraft:textures/items/MISSING_ICON_ITEM_4101_record.png
                            at net.minecraft.client.resources.FallbackResourceManager.getResource(FallbackResourceManager.java:65) ~[FallbackResourceManager.class:?]
                            at net.minecraft.client.resources.SimpleReloadableResourceManager.getResource(SimpleReloadableResourceManager.java:67) ~[SimpleReloadableResourceManager.class:?]
                            at net.minecraft.client.renderer.texture.TextureMap.loadTextureAtlas(TextureMap.java:126) [TextureMap.class:?]
                            at net.minecraft.client.renderer.texture.TextureMap.loadTexture(TextureMap.java:91) [TextureMap.class:?]
                            at net.minecraft.client.renderer.texture.TextureManager.loadTexture(TextureManager.java:89) [TextureManager.class:?]
                            at net.minecraft.client.renderer.texture.TextureManager.onResourceManagerReload(TextureManager.java:170) [TextureManager.class:?]
                            at net.minecraft.client.resources.SimpleReloadableResourceManager.notifyReloadListeners(SimpleReloadableResourceManager.java:134) [SimpleReloadableResourceManager.class:?]
                            at net.minecraft.client.resources.SimpleReloadableResourceManager.reloadResources(SimpleReloadableResourceManager.java:118) [SimpleReloadableResourceManager.class:?]
                            at net.minecraft.client.Minecraft.refreshResources(Minecraft.java:614) [Minecraft.class:?]
                            at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:303) [FMLClientHandler.class:?]
                            at net.minecraft.client.Minecraft.startGame(Minecraft.java:573) [Minecraft.class:?]
                            at net.minecraft.client.Minecraft.run(Minecraft.java:880) [Minecraft.class:?]
                            at net.minecraft.client.main.Main.main(Main.java:112) [Main.class:?]
                            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_71]
                            at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_71]
                            at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_71]
                            at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_71]
                            at net.minecraft.launchwrapper.Launch.launch(Launch.java:134) [launchwrapper-1.9.jar:?]
                            at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.9.jar:?]
                        [20:51:46] [Client thread/INFO]: Created: 512x256 textures/items-atlas
                        [20:51:46] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas

                        SoundSystem shutting down…
                            Author: Paul Lamb, www.paulscode.com

                        Starting up SoundSystem…
                        Initializing LWJGL OpenAL
                            (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
                        OpenAL initialized.

                        [20:51:47] [Sound Library Loader/INFO]: Sound engine started
                        [20:51:51] [MCO Availability Checker #1/ERROR]: Couldn’t connect to Realms
                        [20:51:53] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:music.menu
                        [20:51:56] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:gui.button.press
                        [20:51:58] [Server thread/INFO]: Starting integrated minecraft server version 1.7.2
                        [20:51:58] [Server thread/INFO]: Generating keypair
                        [20:51:58] [Server thread/INFO] [FML]: Injecting existing block and item data into this server instance
                        [20:51:58] [Server thread/INFO] [FML]: Applying holder lookups
                        [20:51:58] [Server thread/INFO] [FML]: Holder lookups applied
                        [20:51:58] [Server thread/INFO] [FML]: Loading dimension 0 (New World) (net.minecraft.server.integrated.IntegratedServer@1a176fc)
                        [20:51:58] [Server thread/INFO] [FML]: Loading dimension 1 (New World) (net.minecraft.server.integrated.IntegratedServer@1a176fc)
                        [20:51:58] [Server thread/INFO] [FML]: Loading dimension -1 (New World) (net.minecraft.server.integrated.IntegratedServer@1a176fc)
                        [20:51:58] [Server thread/INFO]: Preparing start region for level 0
                        [20:51:59] [Server thread/INFO]: Preparing spawn area: 31%
                        [20:52:01] [Netty Client IO #0/INFO] [FML]: Server protocol version 1
                        [20:52:01] [Netty IO #1/INFO] [FML]: Client protocol version 1
                        [20:52:01] [Netty IO #1/INFO] [FML]: Client attempting to join with 4 mods : modanaxia@1.0,mcp@9.03,FML@7.2.211.1121,Forge@10.12.2.1121
                        [20:52:01] [Netty IO #1/INFO] [FML]: Attempting connection with missing mods [] at CLIENT
                        [20:52:01] [Netty Client IO #0/INFO] [FML]: Attempting connection with missing mods [] at SERVER
                        [20:52:01] [Client thread/INFO] [FML]: [Client thread] Client side modded connection established
                        [20:52:01] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established
                        [20:52:01] [Server thread/INFO]: Player376[local:E:d2550968] logged in with entity id 131 at (325.31411849879044, 5.0, 1539.0801690689727)
                        [20:52:01] [Server thread/INFO]: Player376 joined the game
                        [20:52:08] [Client thread/WARN]: Unable to play unknown soundEvent: modanaxia:records.music1
                        [20:52:09] [Server thread/INFO]: Saving and pausing game…
                        [20:52:09] [Server thread/INFO]: Saving chunks for level ‘New World’/Overworld
                        [20:52:09] [Server thread/INFO]: Saving chunks for level ‘New World’/Nether
                        [20:52:09] [Server thread/INFO]: Saving chunks for level ‘New World’/The End

                        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

                          Actuellement dans ton json tu as

                              "records.Music1": {
                          

                          ou :

                          "records.music1": {
                          

                          ? car lui il cherche ça :
                          Unable to play unknown soundEvent: modanaxia:records.music1
                          Donc sans la majuscule.

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

                            j’ai pas de majuscule

                            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

                              Ton modid est bien modanaxia et ton fichier sounds.json se trouve bien dans le dossier forge/src/main/resources/assets/modanaxia ?

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

                                oui
                                Essay de le faire sur ton eclipse peut etre tu trouvera la cause

                                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

                                  En fait j’ai surtout l’impression qu’aucun de tes sons fonctionnent. Essaye de compiler le mod puis de tester.

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

                                    Je les deja faits Mais bon réessayer ne me coute rien .
                                    Normalement se devrais marcher car il ne trouve pas les sons normal de minecraft vue qu’il ni sont pas mais pour mon cd il devrais ( et je vois toujours pas comment ma class item vois le sounds .json)

                                    marche pas de + ya un bug dans les textures

                                    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

                                      Bon fait un zip du dossier src et envoie-le moi.

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

                                        Je pourrais te l’envoyer sur skype?

                                        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

                                          Skype bof. Il existe pleins de site pour uploader des fichiers (mega, mediafire, …) si tu veux pas que n’importe qui est les sources de ton mod il y a les mp.

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

                                            Voila je t’ai envoyer un mp avec se que tu ma demander dedans

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

                                            MINECRAFT FORGE FRANCE © 2024

                                            Powered by NodeBB