1. Le forum de Minecraft-France va définitivement fermer ses portes. Celui-ci restera en lecture seule mais vous ne pourrez plus y apporter de nouveaux topics. Nous vous invitons à nous rejoindre sur le Discord de Minecraft-France qui permet de présenter vos projets, discuter avec la communauté etc.. Merci à tous d'avoir fait vivre ce forum de nombreuses années. Pour nous rejoindre sur Discord, Cliquez ici

1.7.2 [Forge] Craft My Mod [1.1.2]

Discussion dans 'Mods' créé par Epharos, 18 Jan 2013.

  1. Epharos

    Epharos Enter the World

    Inscrit:
    4 Mar 2012
    Messages:
    34
    Points:
    107
    Sexe:
    Homme
    Tiens, c'est étrange, avec eclipse ça fonctionne nickel Oo Je vais trouver un patch, ça sera dans la 1.1.3 ou dans la 1.2, le plus tôt possible ;)
     
  2. Poslovitch

    Poslovitch Bûcheron

    Inscrit:
    27 Déc 2013
    Messages:
    262
    Points:
    111
    Sexe:
    Homme
    Ok.
    Je devrais me montrer patient alors. ^^
     
  3. robin4002

    robin4002 Support Technique
    Staff

    Inscrit:
    17 Août 2012
    Messages:
    5 478
    Points:
    229
    Sexe:
    Homme
    @Epharos Faut aussi mettre le nom obfusqué dans la fonction getPrivateValue. Car quand le jeu est compilé il est obfusqué, donc les fields n'ont pas le même nom.
     
  4. Epharos

    Epharos Enter the World

    Inscrit:
    4 Mar 2012
    Messages:
    34
    Points:
    107
    Sexe:
    Homme
    Ah ? :o Merci de l'info ^-^
     
  5. Foufou10

    Foufou10 Bûcheron

    Inscrit:
    5 Oct 2012
    Messages:
    156
    Points:
    84
    Je ne veux pas remonter un vieux topic mais j'ai un énorme big big bug avec ce mod '-',en plus je voulais le tester :(
    j'ai un très très joli crash report,le voici :


    ---- Minecraft Crash Report ----
    // I'm sorry, Dave.

    Time: 29/07/14 18:48
    Description: Initializing game

    cpw.mods.fml.relauncher.ReflectionHelper$UnableToAccessFieldException: cpw.mods.fml.relauncher.ReflectionHelper$UnableToFindFieldException: java.lang.NoSuchFieldException: tabLabel
    at cpw.mods.fml.relauncher.ReflectionHelper.getPrivateValue(ReflectionHelper.java:121)
    at cpw.mods.fml.common.ObfuscationReflectionHelper.getPrivateValue(ObfuscationReflectionHelper.java:60)
    at fr.epharos.craftmymod.utils.Util.getCreativeTabByString(Util.java:12)
    at fr.epharos.craftmymod.Loader.loadOres(Loader.java:648)
    at fr.epharos.craftmymod.CraftMyMod.init(CraftMyMod.java:51)
    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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
    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 com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
    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 com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:690)
    at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:288)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:527)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:815)
    at net.minecraft.client.main.Main.main(SourceFile:103)
    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:134)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
    Caused by: cpw.mods.fml.relauncher.ReflectionHelper$UnableToFindFieldException: java.lang.NoSuchFieldException: tabLabel
    at cpw.mods.fml.relauncher.ReflectionHelper.findField(ReflectionHelper.java:94)
    at cpw.mods.fml.relauncher.ReflectionHelper.getPrivateValue(ReflectionHelper.java:117)
    ... 41 more
    Caused by: java.lang.NoSuchFieldException: tabLabel
    at java.lang.Class.getDeclaredField(Unknown Source)
    at cpw.mods.fml.relauncher.ReflectionHelper.findField(ReflectionHelper.java:85)
    ... 42 more


    A detailed walkthrough of the error, its code path and all known details is as follows:
    ---------------------------------------------------------------------------------------

    -- Head --
    Stacktrace:
    at cpw.mods.fml.relauncher.ReflectionHelper.getPrivateValue(ReflectionHelper.java:121)
    at cpw.mods.fml.common.ObfuscationReflectionHelper.getPrivateValue(ObfuscationReflectionHelper.java:60)
    at fr.epharos.craftmymod.utils.Util.getCreativeTabByString(Util.java:12)
    at fr.epharos.craftmymod.Loader.loadOres(Loader.java:648)
    at fr.epharos.craftmymod.CraftMyMod.init(CraftMyMod.java:51)
    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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
    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 com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
    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 com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:690)
    at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:288)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:527)

    -- Initialization --
    Details:
    Stacktrace:
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:815)
    at net.minecraft.client.main.Main.main(SourceFile:103)
    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:134)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

    -- System Details --
    Details:
    Minecraft Version: 1.7.2
    Operating System: Windows 7 (x86) version 6.1
    Java Version: 1.7.0_60, Oracle Corporation
    Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
    Memory: 78455632 bytes (74 MB) / 238497792 bytes (227 MB) up to 523501568 bytes (499 MB)
    JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
    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.03 FML v7.2.217.1147 Minecraft Forge 10.12.2.1147 4 mods loaded, 4 mods active
    mcp{9.03} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
    FML{7.2.217.1147} [Forge Mod Loader] (forge-1.7.2-10.12.2.1147.jar) Unloaded->Constructed->Pre-initialized->Initialized
    Forge{10.12.2.1147} [Minecraft Forge] (forge-1.7.2-10.12.2.1147.jar) Unloaded->Constructed->Pre-initialized->Initialized
    craftmymod{1.1} [Craft My Mod] (Craft My Mod 1.1.2.jar) Unloaded->Constructed->Pre-initialized->Errored
    Launched Version: 1.7.2-Forge10.12.2.1147
    LWJGL: 2.9.0
    OpenGL: Intel(R) Q45/Q43 Express Chipset GL version 2.1.0 - Build 8.15.10.2302, Intel
    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: ~~ERROR~~ NullPointerException: null
    Anisotropic Filtering: Off (1)

    Je précises que sa me fais sa avec Minerai,Outils,Nourriture (j'ai tésté seulement sa '-')
     
    #65 Foufou10, 29 Juil 2014
    Dernière édition: 29 Juil 2014
  6. Epharos

    Epharos Enter the World

    Inscrit:
    4 Mar 2012
    Messages:
    34
    Points:
    107
    Sexe:
    Homme
    Bonsoir !

    Désolé avec les vacances, je n'avais pas accès à Internet :/ On m'a déjà fait parvenir ce bug plus haut sur le topic (et sur un autre forum), le bug est déjà corrigé de mon côté, mais étant en vacances je n'ai pas eu le temps de finir mes ajouts et de poster la nouvelle version.

    Soon ;)
     
  7. daymoonah

    daymoonah Nouveau

    Inscrit:
    17 Août 2014
    Messages:
    7
    Points:
    25
    Sexe:
    Femme
    Bonjour, désolé de remonter un peu le topic, j'ai lu que la création d'arbre était en projet. Tu penses que cela sera bientôt possible?
    Ps : Bravo pour ce mod, il me ravi déjà. J'attendrais une mise à jour pour le tester, j'ai déjà de grands projets ! ^^
     
  8. Epharos

    Epharos Enter the World

    Inscrit:
    4 Mar 2012
    Messages:
    34
    Points:
    107
    Sexe:
    Homme
    Bonjour ! Je compte y travailler pour la prochaine prochaine (oui deux fois) version du mod, qui viendra avec l'ajout des structures au monde :)
    Merci beaucoup ! :D Effectivement, cette version là contient un bug qui empêche la création de blocs et d'items >< J'ai bossé sur la prochaine version du mod mais je n'ai pas encore eu le temps de la terminer (vacaaaaaances *-*) :/
     
    • Informatif Informatif x 1
  9. daymoonah

    daymoonah Nouveau

    Inscrit:
    17 Août 2014
    Messages:
    7
    Points:
    25
    Sexe:
    Femme
    En faite, c'est surtout que notre serveur est en 1.7.10, du coup je préfère attendre. ^^ J'aimerais également savoir, il a des incompatibilités ou pas du tout?
     
  10. Epharos

    Epharos Enter the World

    Inscrit:
    4 Mar 2012
    Messages:
    34
    Points:
    107
    Sexe:
    Homme
    Ah oui c'est vrai que le mod n'est pas à jour non plus ce côté là, il va falloir que j'y travaille ^-^ Pour le moment je n'ai noté aucune incompatibilité, la seule incompatibilité possible actuellement est le conflit des ID, mais là ça vient de l'utilisateur et non pas du mod :lol:
     
  11. daymoonah

    daymoonah Nouveau

    Inscrit:
    17 Août 2014
    Messages:
    7
    Points:
    25
    Sexe:
    Femme
    ça va je ne suis pas pressée, mais vivement tout de même ;) (je demandais car nous avons beaucoup de mods sur le serveur, et plus on en rajoute et plus il y a des risques d'incompatibilité).
     
  12. Avalon

    Avalon Mineur

    Inscrit:
    10 Août 2014
    Messages:
    396
    Points:
    64
    Sexe:
    Homme
    Un gros GG pour ce magnifique mod, il va finir par remplacer Mcreator de mon côté.
     
  13. Epharos

    Epharos Enter the World

    Inscrit:
    4 Mar 2012
    Messages:
    34
    Points:
    107
    Sexe:
    Homme
    Merci beaucoup ! Je ne connais pas beaucoup MCreator :/
     

Partager cette page