• S'inscrire
    • Se connecter
    • Recherche
    • Récent
    • Mots-clés
    • Populaire
    • Utilisateurs
    • Groupes

    Résolu Mon mods crash/le code de mon mods ne s affiche pas !

    1.7.x
    1.7.10
    2
    5
    248
    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.
    • S
      skyreth dernière édition par

      Bonjour aujourd’ hui comme tous les jours je revient du college j allume mon pc puis je commence a allumer eclipse pour continuer mon mods. Avant de continuer mon mods je verifie que minecraft se lance bien mais non il crash donc vu que je ne trouvais pas la cause de l erreur j ai fermer eclipse puis je suis aller sur internet pour regarder si des gens avait eu la meme chose sauf que une fois eclipse relancer Je vois le package explorer vide et donc je decide de prendre une backup du code de mon mods et de refaire la decompilation de forge… Mais quand je lance eclipse le dossier Minecraft est present il se lance bien et puis la je me dit super plus qu as recree les class les package… puis mon probleme seras resolue mais non malheureusement a chaque fois que je met des textures dans mon fichier de texture il me met comme erreur :
      [18:29:34] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:displayCrashReport:398]: #@!@# Game crashed! Crash report saved to: #@!@# C:\Users********\Desktop\FactioMod\eclipse.\crash-reports\crash-2019-03-26_18.29.34-client.txt
      AL lib: (EE) alc_cleanup: 1 device not closed
      Java HotSpot™ 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release.
      Et quand je vais dans le rapport de crash sa me met:
      ---- Minecraft Crash Report ----
      // Daisy, daisy…

      Time: 26/03/19 18:29
      Description: Registering texture

      java.lang.NullPointerException: Registering texture
      Et donc je peut lancer mon mods mais seulement sans les texture si non il me met la meme chose.

      merci de votre ecoute/aide.

      1 réponse Dernière réponse Répondre Citer 0
      • Wind_Blade
        Wind_Blade dernière édition par

        Ils nous faudrais le crash complets

        S 1 réponse Dernière réponse Répondre Citer 0
        • S
          skyreth @Wind_Blade dernière édition par robin4002

          @Wind_Blade a dit dans Mon mods crash/le code de mon mods ne s affiche pas ! :

          Ils nous faudrais le crash complets

          Le fichier de crash-report c est:

          ---- Minecraft Crash Report ----
          // I just don't know what went wrong :(
          
          Time: 30/03/19 19:41
          Description: Registering texture
          
          java.lang.NullPointerException: Registering texture
          	at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:213)
          	at com.google.common.collect.StandardTable.put(StandardTable.java:139)
          	at com.google.common.collect.HashBasedTable.put(HashBasedTable.java:55)
          	at cpw.mods.fml.client.FMLClientHandler.trackBrokenTexture(FMLClientHandler.java:924)
          	at net.minecraft.client.renderer.texture.TextureMap.loadTextureAtlas(TextureMap.java:184)
          	at net.minecraft.client.renderer.texture.TextureMap.loadTexture(TextureMap.java:98)
          	at net.minecraft.client.renderer.texture.TextureManager.loadTexture(TextureManager.java:89)
          	at net.minecraft.client.renderer.texture.TextureManager.onResourceManagerReload(TextureManager.java:172)
          	at net.minecraft.client.resources.SimpleReloadableResourceManager.notifyReloadListeners(SimpleReloadableResourceManager.java:143)
          	at net.minecraft.client.resources.SimpleReloadableResourceManager.reloadResources(SimpleReloadableResourceManager.java:121)
          	at net.minecraft.client.Minecraft.refreshResources(Minecraft.java:662)
          	at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:327)
          	at net.minecraft.client.Minecraft.startGame(Minecraft.java:597)
          	at net.minecraft.client.Minecraft.run(Minecraft.java:942)
          	at net.minecraft.client.main.Main.main(Main.java:164)
          	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
          	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
          	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
          	at java.lang.reflect.Method.invoke(Unknown Source)
          	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
          	at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
          	at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source)
          	at GradleStart.main(Unknown Source)
          
          
          A detailed walkthrough of the error, its code path and all known details is as follows:
          ---------------------------------------------------------------------------------------
          
          -- Head --
          Stacktrace:
          	at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:213)
          	at com.google.common.collect.StandardTable.put(StandardTable.java:139)
          	at com.google.common.collect.HashBasedTable.put(HashBasedTable.java:55)
          	at cpw.mods.fml.client.FMLClientHandler.trackBrokenTexture(FMLClientHandler.java:924)
          	at net.minecraft.client.renderer.texture.TextureMap.loadTextureAtlas(TextureMap.java:184)
          	at net.minecraft.client.renderer.texture.TextureMap.loadTexture(TextureMap.java:98)
          
          -- Resource location being registered --
          Details:
          	Resource location: minecraft:textures/atlas/blocks.png
          	Texture object class: net.minecraft.client.renderer.texture.TextureMap
          Stacktrace:
          	at net.minecraft.client.renderer.texture.TextureManager.loadTexture(TextureManager.java:89)
          	at net.minecraft.client.renderer.texture.TextureManager.onResourceManagerReload(TextureManager.java:172)
          	at net.minecraft.client.resources.SimpleReloadableResourceManager.notifyReloadListeners(SimpleReloadableResourceManager.java:143)
          	at net.minecraft.client.resources.SimpleReloadableResourceManager.reloadResources(SimpleReloadableResourceManager.java:121)
          	at net.minecraft.client.Minecraft.refreshResources(Minecraft.java:662)
          	at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:327)
          	at net.minecraft.client.Minecraft.startGame(Minecraft.java:597)
          
          -- Initialization --
          Details:
          Stacktrace:
          	at net.minecraft.client.Minecraft.run(Minecraft.java:942)
          	at net.minecraft.client.main.Main.main(Main.java:164)
          	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
          	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
          	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
          	at java.lang.reflect.Method.invoke(Unknown Source)
          	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
          	at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
          	at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source)
          	at GradleStart.main(Unknown Source)
          
          -- System Details --
          Details:
          	Minecraft Version: 1.7.10
          	Operating System: Windows 8 (amd64) version 6.2
          	Java Version: 1.8.0_201, Oracle Corporation
          	Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
          	Memory: 611851976 bytes (583 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB)
          	JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
          	AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
          	IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
          	FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1558 4 mods loaded, 4 mods active
          	States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
          	UCHIJA	mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) 
          	UCHIJA	FML{7.10.99.99} [Forge Mod Loader] (forgeSrc-1.7.10-10.13.4.1558-1.7.10.jar) 
          	UCHIJA	Forge{10.13.4.1558} [Minecraft Forge] (forgeSrc-1.7.10-10.13.4.1558-1.7.10.jar) 
          	UCHIJA	factiomod{beta 2.0.0} [Factio Mod] (bin) 
          	GL info: ' Vendor: 'Intel' Version: '4.0.0 - Build 9.17.10.2843' Renderer: 'Intel(R) HD Graphics 4000'
          	Launched Version: 1.7.10
          	LWJGL: 2.9.1
          	OpenGL: Intel(R) HD Graphics 4000 GL version 4.0.0 - Build 9.17.10.2843, Intel
          	GL Caps: Using GL 1.3 multitexturing.
          Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
          Anisotropic filtering is supported and maximum anisotropy is 16.
          Shaders are available because OpenGL 2.1 is supported.
          
          	Is Modded: Definitely; Client brand changed to 'fml,forge'
          	Type: Client (map_client.txt)
          	Resource Packs: []
          	Current Language: English (US)
          	Profiler Position: N/A (disabled)
          	Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
          	Anisotropic Filtering: Off (1)
          

          et celui de eclipse dans la console c est:

          [19:39:41] [main/INFO] [GradleStart]: Extra: []
          [19:39:42] [main/INFO] [GradleStart]: Running with arguments: [--userProperties, {}, --assetsDir, C:/Users/Guillermo/.gradle/caches/minecraft/assets, --assetIndex, 1.7.10, --accessToken, {REDACTED}, --version, 1.7.10, --tweakClass, cpw.mods.fml.common.launcher.FMLTweaker, --tweakClass, net.minecraftforge.gradle.tweakers.CoremodTweaker]
          [19:39:42] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
          [19:39:42] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
          [19:39:42] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker
          [19:39:42] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
          [19:39:42] [main/INFO] [FML]: Forge Mod Loader version 7.99.36.1558 for Minecraft 1.7.10 loading
          [19:39:42] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_201, running on Windows 8:amd64:6.2, installed at C:\Program Files\Java\jre1.8.0_201
          [19:39:43] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
          [19:39:43] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker
          [19:39:43] [main/INFO] [GradleStart]: Injecting location in coremod cpw.mods.fml.relauncher.FMLCorePlugin
          [19:39:43] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin
          [19:39:43] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
          [19:39:43] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
          [19:39:43] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
          [19:39:43] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
          [19:39:43] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
          [19:39:43] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
          [19:39:45] [main/ERROR] [FML]: The binary patch set is missing. Either you are in a development environment, or things are not going to work!
          [19:39:51] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing
          [19:39:51] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
          [19:39:51] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
          [19:39:54] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
          [19:39:54] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
          [19:39:54] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
          [19:39:54] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
          [19:40:06] [main/INFO]: Setting user: Player511
          [19:40:15] [Client thread/INFO]: LWJGL Version: 2.9.1
          [19:40:24] [Client thread/INFO] [STDOUT]: [cpw.mods.fml.client.SplashProgress:start:188]: ---- Minecraft Crash Report ----
          // On the bright side, I bought you a teddy bear!
          
          Time: 30/03/19 19:40
          Description: Loading screen debug info
          
          This is just a prompt for computer specs to be printed. THIS IS NOT A ERROR
          
          
          A detailed walkthrough of the error, its code path and all known details is as follows:
          ---------------------------------------------------------------------------------------
          
          -- System Details --
          Details:
          	Minecraft Version: 1.7.10
          	Operating System: Windows 8 (amd64) version 6.2
          	Java Version: 1.8.0_201, Oracle Corporation
          	Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
          	Memory: 798481496 bytes (761 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB)
          	JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
          	AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
          	IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
          	FML: 
          	GL info: ' Vendor: 'Intel' Version: '4.0.0 - Build 9.17.10.2843' Renderer: 'Intel(R) HD Graphics 4000'
          [19:40:24] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
          [19:40:24] [Client thread/INFO] [FML]: MinecraftForge v10.13.4.1558 Initialized
          [19:40:25] [Client thread/INFO] [FML]: Replaced 183 ore recipies
          [19:40:25] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
          [19:40:27] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
          [19:40:27] [Client thread/INFO] [FML]: Searching C:\Users\Guillermo\Desktop\FactioMod\eclipse\mods for mods
          [19:40:52] [Client thread/INFO] [FML]: Forge Mod Loader has identified 4 mods to load
          [19:40:53] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, factiomod] at CLIENT
          [19:40:53] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, factiomod] at SERVER
          [19:40:55] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Factio Mod
          [19:40:55] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
          [19:40:55] [Client thread/INFO] [FML]: Found 341 ObjectHolder annotations
          [19:40:55] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations
          [19:40:55] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations
          [19:40:55] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
          [19:40:55] [Client thread/INFO] [FML]: Applying holder lookups
          [19:40:55] [Client thread/INFO] [FML]: Holder lookups applied
          [19:40:55] [Client thread/INFO] [FML]: Injecting itemstacks
          [19:40:55] [Client thread/INFO] [FML]: Itemstack injection complete
          [19:40:56] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: 
          [19:40:56] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem...
          [19:40:56] [Thread-8/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
          [19:40:56] [Thread-8/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:     (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
          [19:40:56] [Thread-8/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.
          [19:40:56] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: 
          [19:40:56] [Sound Library Loader/INFO]: Sound engine started
          [19:41:04] [Client thread/INFO]: Created: 16x16 textures/blocks-atlas
          [19:41:04] [Client thread/INFO]: Created: 16x16 textures/items-atlas
          [19:41:04] [Client thread/INFO] [FML]: Injecting itemstacks
          [19:41:04] [Client thread/INFO] [FML]: Itemstack injection complete
          [19:41:05] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 4 mods
          [19:41:05] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Factio Mod
          [19:41:05] [Client thread/INFO]: Caught error stitching, removing all assigned resourcepacks
          net.minecraft.util.ReportedException: Registering texture
          	at net.minecraft.client.renderer.texture.TextureManager.loadTexture(TextureManager.java:111) ~[TextureManager.class:?]
          	at net.minecraft.client.renderer.texture.TextureManager.onResourceManagerReload(TextureManager.java:172) ~[TextureManager.class:?]
          	at net.minecraft.client.resources.SimpleReloadableResourceManager.notifyReloadListeners(SimpleReloadableResourceManager.java:143) ~[SimpleReloadableResourceManager.class:?]
          	at net.minecraft.client.resources.SimpleReloadableResourceManager.reloadResources(SimpleReloadableResourceManager.java:121) ~[SimpleReloadableResourceManager.class:?]
          	at net.minecraft.client.Minecraft.refreshResources(Minecraft.java:654) [Minecraft.class:?]
          	at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:327) [FMLClientHandler.class:?]
          	at net.minecraft.client.Minecraft.startGame(Minecraft.java:597) [Minecraft.class:?]
          	at net.minecraft.client.Minecraft.run(Minecraft.java:942) [Minecraft.class:?]
          	at net.minecraft.client.main.Main.main(Main.java:164) [Main.class:?]
          	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_201]
          	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_201]
          	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_201]
          	at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_201]
          	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
          	at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
          	at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source) [start/:?]
          	at GradleStart.main(Unknown Source) [start/:?]
          Caused by: java.lang.NullPointerException
          	at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:213) ~[guava-17.0.jar:?]
          	at com.google.common.collect.StandardTable.put(StandardTable.java:139) ~[guava-17.0.jar:?]
          	at com.google.common.collect.HashBasedTable.put(HashBasedTable.java:55) ~[guava-17.0.jar:?]
          	at cpw.mods.fml.client.FMLClientHandler.trackBrokenTexture(FMLClientHandler.java:924) ~[FMLClientHandler.class:?]
          	at net.minecraft.client.renderer.texture.TextureMap.loadTextureAtlas(TextureMap.java:184) ~[TextureMap.class:?]
          	at net.minecraft.client.renderer.texture.TextureMap.loadTexture(TextureMap.java:98) ~[TextureMap.class:?]
          	at net.minecraft.client.renderer.texture.TextureManager.loadTexture(TextureManager.java:89) ~[TextureManager.class:?]
          	... 16 more
          [19:41:05] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Factio Mod
          [19:41:05] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:displayCrashReport:388]: ---- Minecraft Crash Report ----
          // Don't be sad, have a hug! <3
          
          Time: 30/03/19 19:41
          Description: Registering texture
          
          java.lang.NullPointerException: Registering texture
          	at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:213)
          	at com.google.common.collect.StandardTable.put(StandardTable.java:139)
          	at com.google.common.collect.HashBasedTable.put(HashBasedTable.java:55)
          	at cpw.mods.fml.client.FMLClientHandler.trackBrokenTexture(FMLClientHandler.java:924)
          	at net.minecraft.client.renderer.texture.TextureMap.loadTextureAtlas(TextureMap.java:184)
          	at net.minecraft.client.renderer.texture.TextureMap.loadTexture(TextureMap.java:98)
          	at net.minecraft.client.renderer.texture.TextureManager.loadTexture(TextureManager.java:89)
          	at net.minecraft.client.renderer.texture.TextureManager.onResourceManagerReload(TextureManager.java:172)
          	at net.minecraft.client.resources.SimpleReloadableResourceManager.notifyReloadListeners(SimpleReloadableResourceManager.java:143)
          	at net.minecraft.client.resources.SimpleReloadableResourceManager.reloadResources(SimpleReloadableResourceManager.java:121)
          	at net.minecraft.client.Minecraft.refreshResources(Minecraft.java:662)
          	at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:327)
          	at net.minecraft.client.Minecraft.startGame(Minecraft.java:597)
          	at net.minecraft.client.Minecraft.run(Minecraft.java:942)
          	at net.minecraft.client.main.Main.main(Main.java:164)
          	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
          	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
          	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
          	at java.lang.reflect.Method.invoke(Unknown Source)
          	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
          	at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
          	at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source)
          	at GradleStart.main(Unknown Source)
          
          
          A detailed walkthrough of the error, its code path and all known details is as follows:
          ---------------------------------------------------------------------------------------
          
          -- Head --
          Stacktrace:
          	at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:213)
          	at com.google.common.collect.StandardTable.put(StandardTable.java:139)
          	at com.google.common.collect.HashBasedTable.put(HashBasedTable.java:55)
          	at cpw.mods.fml.client.FMLClientHandler.trackBrokenTexture(FMLClientHandler.java:924)
          	at net.minecraft.client.renderer.texture.TextureMap.loadTextureAtlas(TextureMap.java:184)
          	at net.minecraft.client.renderer.texture.TextureMap.loadTexture(TextureMap.java:98)
          
          -- Resource location being registered --
          Details:
          	Resource location: minecraft:textures/atlas/blocks.png
          	Texture object class: net.minecraft.client.renderer.texture.TextureMap
          Stacktrace:
          	at net.minecraft.client.renderer.texture.TextureManager.loadTexture(TextureManager.java:89)
          	at net.minecraft.client.renderer.texture.TextureManager.onResourceManagerReload(TextureManager.java:172)
          	at net.minecraft.client.resources.SimpleReloadableResourceManager.notifyReloadListeners(SimpleReloadableResourceManager.java:143)
          	at net.minecraft.client.resources.SimpleReloadableResourceManager.reloadResources(SimpleReloadableResourceManager.java:121)
          	at net.minecraft.client.Minecraft.refreshResources(Minecraft.java:662)
          	at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:327)
          	at net.minecraft.client.Minecraft.startGame(Minecraft.java:597)
          
          -- Initialization --
          Details:
          Stacktrace:
          	at net.minecraft.client.Minecraft.run(Minecraft.java:942)
          	at net.minecraft.client.main.Main.main(Main.java:164)
          	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
          	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
          	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
          	at java.lang.reflect.Method.invoke(Unknown Source)
          	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
          	at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
          	at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source)
          	at GradleStart.main(Unknown Source)
          
          -- System Details --
          Details:
          	Minecraft Version: 1.7.10
          	Operating System: Windows 8 (amd64) version 6.2
          	Java Version: 1.8.0_201, Oracle Corporation
          	Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
          	Memory: 611851976 bytes (583 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB)
          	JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
          	AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
          	IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
          	FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1558 4 mods loaded, 4 mods active
          	States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
          	UCHIJA	mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) 
          	UCHIJA	FML{7.10.99.99} [Forge Mod Loader] (forgeSrc-1.7.10-10.13.4.1558-1.7.10.jar) 
          	UCHIJA	Forge{10.13.4.1558} [Minecraft Forge] (forgeSrc-1.7.10-10.13.4.1558-1.7.10.jar) 
          	UCHIJA	factiomod{beta 2.0.0} [Factio Mod] (bin) 
          	GL info: ' Vendor: 'Intel' Version: '4.0.0 - Build 9.17.10.2843' Renderer: 'Intel(R) HD Graphics 4000'
          	Launched Version: 1.7.10
          	LWJGL: 2.9.1
          	OpenGL: Intel(R) HD Graphics 4000 GL version 4.0.0 - Build 9.17.10.2843, Intel
          	GL Caps: Using GL 1.3 multitexturing.
          Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
          Anisotropic filtering is supported and maximum anisotropy is 16.
          Shaders are available because OpenGL 2.1 is supported.
          
          	Is Modded: Definitely; Client brand changed to 'fml,forge'
          	Type: Client (map_client.txt)
          	Resource Packs: []
          	Current Language: English (US)
          	Profiler Position: N/A (disabled)
          	Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
          	Anisotropic Filtering: Off (1)
          [19:41:05] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:displayCrashReport:398]: #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\Guillermo\Desktop\FactioMod\eclipse\.\crash-reports\crash-2019-03-30_19.41.05-client.txt
          AL lib: (EE) alc_cleanup: 1 device not closed
          Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
          
          1 réponse Dernière réponse Répondre Citer 0
          • Wind_Blade
            Wind_Blade dernière édition par

            @skyreth a dit dans Mon mods crash/le code de mon mods ne s affiche pas ! :

            java.lang.NullPointerException: Registering texture

            On dirais que tu return une location null pour ta texture, en gros ton block n’a pas d’id pas enregistrer dans forge, tu a mal enregistrer ton block

            S 1 réponse Dernière réponse Répondre Citer 0
            • S
              skyreth @Wind_Blade dernière édition par

              @Wind_Blade a dit dans Mon mods crash/le code de mon mods ne s affiche pas ! :

              c

              Merci pour ta réponse j’ ai remarquer que en ouvrant mes textures mon pc me disait que la photo était corrompue donc voici la raison. Merci pour tous !!!

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

              MINECRAFT FORGE FRANCE © 2018

              Powered by NodeBB