Tutoriel [1.6.4] MCPC plus - Forge, Bukkit et Spigot en un

Statut
N'est pas ouverte pour d'autres réponses.
Lorsque j'installe forge sur mon client, il fait les mise a jour des FML, mais après l'écran mojang un écran noir reste. comment résoudre ce problème ?
 
screen de l'erreur + log sinon je peux rien faire
Tu as bien supprimé META-INF avant d'installer forge ?
Si tu l'as pas fait, supprime les deux fichiers "mojang" du dossier META-INF
 
D'après ce que je comprend c'est une erreur du a MoCreature, mais pourtant j'ai bien le GUI dans coremods, et CustomMobSpawner et MoCreature dans mods.

Code:
2013-03-13 22:03:57 [FINEST] [Forge] Sending event FMLConstructionEvent to mod Forge
2013-03-13 22:03:57 [FINEST] [Forge] Sent event FMLConstructionEvent to mod Forge
2013-03-13 22:03:57 [FINEST] [GuiAPI] Sending event FMLConstructionEvent to mod GuiAPI
2013-03-13 22:03:57 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into GuiAPI
2013-03-13 22:03:57 [FINEST] [GuiAPI] Sent event FMLConstructionEvent to mod GuiAPI
2013-03-13 22:03:57 [FINEST] [CustomSpawner] Sending event FMLConstructionEvent to mod CustomSpawner
2013-03-13 22:03:58 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into CustomSpawner
2013-03-13 22:03:58 [FINEST] [CustomSpawner] Sent event FMLConstructionEvent to mod CustomSpawner
2013-03-13 22:03:58 [FINEST] [MoCreatures] Sending event FMLConstructionEvent to mod MoCreatures
2013-03-13 22:03:58 [FINEST] [ForgeModLoader] Testing mod MoCreatures to verify it accepts its own version in a remote connection
2013-03-13 22:03:58 [FINEST] [ForgeModLoader] The mod MoCreatures accepts its own version (4.4.0)
2013-03-13 22:03:58 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into MoCreatures
2013-03-13 22:03:59 [INFO] [STDERR] Exception in thread "Minecraft main thread" java.lang.NoClassDefFoundError: WidgetInt
2013-03-13 22:03:59 [INFO] [STDERR]    at java.lang.Class.forName0(Native Method)
2013-03-13 22:03:59 [INFO] [STDERR]    at java.lang.Class.forName(Unknown Source)
2013-03-13 22:03:59 [INFO] [STDERR]    at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:52)
2013-03-13 22:03:59 [INFO] [STDERR]    at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:464)
2013-03-13 22:03:59 [INFO] [STDERR]    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-03-13 22:03:59 [INFO] [STDERR]    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2013-03-13 22:03:59 [INFO] [STDERR]    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-03-13 22:03:59 [INFO] [STDERR]    at java.lang.reflect.Method.invoke(Unknown Source)
2013-03-13 22:03:59 [INFO] [STDERR]    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
2013-03-13 22:03:59 [INFO] [STDERR]    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2013-03-13 22:03:59 [INFO] [STDERR]    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
2013-03-13 22:03:59 [INFO] [STDERR]    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
2013-03-13 22:03:59 [INFO] [STDERR]    at com.google.common.eventbus.EventBus.post(EventBus.java:268)
2013-03-13 22:03:59 [INFO] [STDERR]    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:153)
2013-03-13 22:03:59 [INFO] [STDERR]    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-03-13 22:03:59 [INFO] [STDERR]    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2013-03-13 22:03:59 [INFO] [STDERR]    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-03-13 22:03:59 [INFO] [STDERR]    at java.lang.reflect.Method.invoke(Unknown Source)
2013-03-13 22:03:59 [INFO] [STDERR]    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
2013-03-13 22:03:59 [INFO] [STDERR]    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2013-03-13 22:03:59 [INFO] [STDERR]    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
2013-03-13 22:03:59 [INFO] [STDERR]    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
2013-03-13 22:03:59 [INFO] [STDERR]    at com.google.common.eventbus.EventBus.post(EventBus.java:268)
2013-03-13 22:03:59 [INFO] [STDERR]    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:86)
2013-03-13 22:03:59 [INFO] [STDERR]    at cpw.mods.fml.common.Loader.loadMods(Loader.java:494)
2013-03-13 22:03:59 [INFO] [STDERR]    at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:161)
2013-03-13 22:03:59 [INFO] [STDERR]    at net.minecraft.client.Minecraft.a(Minecraft.java:410)
2013-03-13 22:03:59 [INFO] [STDERR]    at asq.a(SourceFile:56)
2013-03-13 22:03:59 [INFO] [STDERR]    at net.minecraft.client.Minecraft.run(Minecraft.java:744)
2013-03-13 22:03:59 [INFO] [STDERR]    at java.lang.Thread.run(Unknown Source)
2013-03-13 22:03:59 [INFO] [STDERR] Caused by: java.lang.ClassNotFoundException: WidgetInt
2013-03-13 22:03:59 [INFO] [STDERR]    at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:185)
2013-03-13 22:03:59 [INFO] [STDERR]    at java.lang.ClassLoader.loadClass(Unknown Source)
2013-03-13 22:03:59 [INFO] [STDERR]    at java.lang.ClassLoader.loadClass(Unknown Source)
2013-03-13 22:03:59 [INFO] [STDERR]    ... 30 more
2013-03-13 22:03:59 [INFO] [STDERR] Caused by: java.lang.NullPointerException
2013-03-13 22:03:59 [INFO] [STDERR]    at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:174)
2013-03-13 22:03:59 [INFO] [STDERR]    ... 32 more
 
Je suis bête.. Merci beaucoup cela fonctionne maintenant.
Vraiment merci merci beaucoup.
J'vais pouvoir enfin jouer avec mes potes x)
 
Yop Voila j'ai un petit souci je veut faire un serveur pour joué avec des potes avec mo creatures
le probleme ces que j'ai suivis ton tuto a la lettre mais le probleme ces que quand je lance le start.bat cela me met sa
C:/Users/......./desktop/serveur mo creature>java -Xmx1G -Xmx1G -Xms1G -jar mcpc-plus-1.4.7-R1.1-SNAPSHOT-f534-246.jar
'java' n'est pas reconnu en tant que commande interne ou externe, un programme exécutable ou un fichier de commandes.
C:/Users/......./desktop/serveur mo creature>PAUSE
Appuyez sur une touche pour continuer...



Voila mon probleme et je suis sous MS Windows Vista business 64-bit
et je veut le serveur sous 1.4.7
 
Si java n'est pas reconnu en tant que commande interne ou externe, un programme exécutable ou un fichier de commandes, réinstalle-le totalement (avec un redémarrage du pc entre le moment où tu as tout désinstallé, et le moment où tu réinstalle)
Si ça marche toujours pas, il faut mettre la variable manuellement dans ton system path.
Pour ça, Démarrer, clic droit sur ordinateur, propriétés. Ensuite a gauche, Paramètres système avancés, une page devrait s'ouvrir, clic sur variables d'environnement..., Et cherche la valeur path dans Variable système
Dans valeur de la variable ajoute à la suite ;C:\Program Files\Java\jre7\bin
Ne supprime pas leurs autres valeur, ajoute bien à la suite. Le ; sert à séparer les variables.
 
ok la je dois cherché dans valeur en dessous de variable systeme je dois trouvé ''path'' si j'ai bien compris ? ou alors je crée directement la valeur de la variable ces a dire comme l'image si dessous?
Variables système 2.jpg

Voir la pièce jointe 14591
 
Edit !
A non desolé enfaite j'ai trouvé le path etc.... Merci beaucoup j'arrive a lancer le start.bat maintenant !!!!!
 

Fichiers joints

  • Variables système.jpg
    Variables système.jpg
    103.3 KB · Vues : 100
Statut
N'est pas ouverte pour d'autres réponses.