Résolu Aide pour ajouter un nouveau CD
-
[14:06:36] [Client thread/WARN]: Invalid sounds.json
Vérifie ton fichier avec http://jsonlint.com/
Visiblement il n’est pas bon. -
j’ai tester mais j’ai rien compris de se qu’il me disse :
Parse error on line 1:
“records.Music1”: {
^
Expecting ‘{’, ‘[’j’ai essayer de remplacer { par [
-
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
-
nop toujours pas je comprend pas pourquoi :S
-
Renvoie les logs après modification ?
Essaye sinon de virer les majuscules :{ "records.music1": { "category": "record", "sounds": [ { "name": "records/Music1", "stream": true } ] } }
Et :
public ResourceLocation getRecordResource(String name) { return new ResourceLocation("modanaxia:records.music1"); }
-
J’ai essayer sans les majuscules mais rien
voila les logs :
[16:14:28] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker[16:14:28] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[16:14:28] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
[16:14:28] [main/INFO] [FML]: Forge Mod Loader version 7.2.211.1121 for Minecraft 1.7.2 loading
[16:14: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
[16:14:28] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
[16:14:28] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[16:14:28] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[16:14:28] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[16:14:28] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[16:14:28] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[16:14:28] [main/ERROR] [FML]: The binary patch set is missing. Either you are in a development environment, or things are not going to work!
[16:14: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!
[16:14:29] [main/ERROR] [FML]: FML has been ordered to ignore the invalid or missing minecraft certificate. This is very likely to cause a problem!
[16:14: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
[16:14:29] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing
[16:14:29] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[16:14:29] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[16:14:30] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[16:14:30] [main/INFO]: Setting user: Player392
Completely ignored arguments: [username=FairyOne]
[16:14:32] [Client thread/INFO]: LWJGL Version: 2.9.0
[16:14: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:?]
[16:14:33] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
[16:14:33] [Client thread/INFO] [FML]: MinecraftForge v10.12.2.1121 Initialized
[16:14:33] [Client thread/INFO] [FML]: Replaced 182 ore recipies
[16:14:33] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
[16:14:33] [Client thread/INFO] [FML]: Searching C:\Users\FairyOne\Desktop\forge-1.7.2-src\eclipse\mods for mods
[16:14: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!
[16:14:37] [Client thread/INFO] [FML]: Forge Mod Loader has identified 4 mods to load
[16:14:38] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Anaxia Mod
[16:14:38] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
[16:14:38] [Client thread/INFO] [FML]: Found 341 ObjectHolder annotations
[16:14:38] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
[16:14:38] [Client thread/INFO] [FML]: Applying holder lookups
[16:14:38] [Client thread/INFO] [FML]: Holder lookups appliedStarting up SoundSystem…
[16:14:38] [Client thread/WARN]: Invalid sounds.json
com.google.gson.JsonSyntaxException: java.io.EOFException: End of input at line 11 column 6
at com.google.gson.Gson.fromJson(Gson.java:813) ~[Gson.class:?]
at com.google.gson.Gson.fromJson(Gson.java:768) ~[Gson.class:?]
at net.minecraft.client.audio.SoundHandler.onResourceManagerReload(SoundHandler.java:83) [SoundHandler.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.registerReloadListener(SimpleReloadableResourceManager.java:124) [SimpleReloadableResourceManager.class:?]
at net.minecraft.client.Minecraft.startGame(Minecraft.java:515) [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:?]
Caused by: java.io.EOFException: End of input at line 11 column 6
at com.google.gson.stream.JsonReader.nextNonWhitespace(JsonReader.java:1377) ~[JsonReader.class:?]
at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:471) ~[JsonReader.class:?]
at com.google.gson.stream.JsonReader.hasNext(JsonReader.java:403) ~[JsonReader.class:?]
at com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:184) ~[MapTypeAdapterFactory$Adapter.class:?]
at com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:145) ~[MapTypeAdapterFactory$Adapter.class:?]
at com.google.gson.Gson.fromJson(Gson.java:803) ~[Gson.class:?]
… 12 more
Initializing LWJGL OpenAL
(The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[16:14:40] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas
[16:14: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:?]
[16:14:40] [Client thread/INFO]: Created: 512x256 textures/items-atlas
[16:14:40] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 4 mods
[16:14:40] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Anaxia Mod
[16:14: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:?]
[16:14:41] [Client thread/INFO]: Created: 512x256 textures/items-atlas
OpenAL initialized.[16:14:41] [Sound Library Loader/INFO]: Sound engine started
[16:14:41] [Client thread/INFO]: Created: 512x256 textures/blocks-atlasSoundSystem shutting down…
Author: Paul Lamb, www.paulscode.com[16:14:42] [Client thread/WARN]: Invalid sounds.json
com.google.gson.JsonSyntaxException: java.io.EOFException: End of input at line 11 column 6
at com.google.gson.Gson.fromJson(Gson.java:813) ~[Gson.class:?]
at com.google.gson.Gson.fromJson(Gson.java:768) ~[Gson.class:?]
at net.minecraft.client.audio.SoundHandler.onResourceManagerReload(SoundHandler.java:83) [SoundHandler.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:?]
Caused by: java.io.EOFException: End of input at line 11 column 6
at com.google.gson.stream.JsonReader.nextNonWhitespace(JsonReader.java:1377) ~[JsonReader.class:?]
at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:471) ~[JsonReader.class:?]
at com.google.gson.stream.JsonReader.hasNext(JsonReader.java:403) ~[JsonReader.class:?]
at com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:184) ~[MapTypeAdapterFactory$Adapter.class:?]
at com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:145) ~[MapTypeAdapterFactory$Adapter.class:?]
at com.google.gson.Gson.fromJson(Gson.java:803) ~[Gson.class:?]
… 15 moreStarting up SoundSystem…
Initializing LWJGL OpenAL
(The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
OpenAL initialized.[16:14:43] [Sound Library Loader/INFO]: Sound engine started
[16:14:43] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:gui.button.press
[16:14:44] [MCO Availability Checker #1/ERROR]: Couldn’t connect to Realms
[16:14:45] [Server thread/INFO]: Starting integrated minecraft server version 1.7.2
[16:14:45] [Server thread/INFO]: Generating keypair
[16:14:45] [Server thread/INFO] [FML]: Injecting existing block and item data into this server instance
[16:14:45] [Server thread/INFO] [FML]: Applying holder lookups
[16:14:45] [Server thread/INFO] [FML]: Holder lookups applied
[16:14:45] [Server thread/INFO] [FML]: Loading dimension 0 (New World) (net.minecraft.server.integrated.IntegratedServer@381095)
[16:14:45] [Server thread/INFO] [FML]: Loading dimension 1 (New World) (net.minecraft.server.integrated.IntegratedServer@381095)
[16:14:45] [Server thread/INFO] [FML]: Loading dimension -1 (New World) (net.minecraft.server.integrated.IntegratedServer@381095)
[16:14:45] [Server thread/INFO]: Preparing start region for level 0
[16:14:47] [Netty Client IO #0/INFO] [FML]: Server protocol version 1
[16:14:47] [Netty IO #1/INFO] [FML]: Client protocol version 1
[16:14:47] [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
[16:14:47] [Netty IO #1/INFO] [FML]: Attempting connection with missing mods [] at CLIENT
[16:14:47] [Netty Client IO #0/INFO] [FML]: Attempting connection with missing mods [] at SERVER
[16:14:47] [Client thread/INFO] [FML]: [Client thread] Client side modded connection established
[16:14:47] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established
[16:14:47] [Server thread/INFO]: Player392[local:E:78167d0d] logged in with entity id 131 at (325.97069847784053, 4.0, 1544.0571163081243)
[16:14:47] [Server thread/INFO]: Player392 joined the game
[16:14:52] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:music.game.creative
[16:14:53] [Client thread/WARN]: Unable to play unknown soundEvent: modanaxia:records.music1
[16:14:55] [Server thread/INFO]: Saving and pausing game…
[16:14:55] [Server thread/INFO]: Saving chunks for level ‘New World’/Overworld
[16:14:56] [Server thread/INFO]: Saving chunks for level ‘New World’/Nether
[16:14:56] [Server thread/INFO]: Saving chunks for level ‘New World’/The End
[16:14:57] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:random.pop
[16:14:57] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:step.grass
[16:14:57] [Server thread/INFO]: Saving and pausing game…
[16:14:57] [Server thread/INFO]: Saving chunks for level ‘New World’/Overworld
[16:14:57] [Server thread/INFO]: Saving chunks for level ‘New World’/Nether
[16:14:57] [Server thread/INFO]: Saving chunks for level ‘New World’/The End
[16:14:58] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:gui.button.press
[16:14:58] [Server thread/INFO]: Stopping server
[16:14:58] [Server thread/INFO]: Saving players
[16:14:58] [Server thread/INFO]: Saving worlds
[16:14:58] [Server thread/INFO]: Saving chunks for level ‘New World’/Overworld
[16:14:58] [Server thread/INFO]: Saving chunks for level ‘New World’/Nether
[16:14:58] [Server thread/INFO]: Saving chunks for level ‘New World’/The End
[16:14:58] [Server thread/INFO] [FML]: Unloading dimension 0
[16:14:58] [Server thread/INFO] [FML]: Unloading dimension -1
[16:14:58] [Server thread/INFO] [FML]: Unloading dimension 1
[16:14:58] [Server thread/INFO] [FML]: Applying holder lookups
[16:14:58] [Server thread/INFO] [FML]: Holder lookups applied -
[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. -
je doit faire quoi?
-
Renvoie ton fichier.
-
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
}
]
} -
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
-
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
-
Renvoie encore les logs x)
-
[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 appliedStarting 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-atlasSoundSystem shutting down…
Author: Paul Lamb, www.paulscode.comStarting 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 playersSoundSystem 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 -
Il n’y a plus d’erreur avec le fichier json, envoie les logs après avoir mit le cd dans la jukebox.
-
[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 appliedStarting 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-atlasSoundSystem shutting down…
Author: Paul Lamb, www.paulscode.comStarting 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 -
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. -
j’ai pas de majuscule
-
Ton modid est bien modanaxia et ton fichier sounds.json se trouve bien dans le dossier forge/src/main/resources/assets/modanaxia ?
-
oui
Essay de le faire sur ton eclipse peut etre tu trouvera la cause