Crash Mo Créature alors que ça marchait avant

Chatons32

Mineur des cavernes
29 Juin 2015
53
0
26
22
Bonsoir !
Je vous écris car j'ai un petit(gros problème) avec le mod Mo Créature.
Alors je vous explique, depuis quelques jours j'avais des problèmes de spawns avec mo créature (je n'avais pas CustomMobSpawner encore) avec les insectes qui me passait de 65 fps à 5. Du coup j'ai essayé des trucs etc jusqu'à que je comprenne qu'il fallait CustomMobSpawner.
Donc je remet Mo Creature dans le fichier mods et là... crash !
Alors que quelques heures/minutes avant tout marchait bien.
Voici le rapport du crash:
-----------------------------------------------------------

---- Minecraft Crash Report ----
// Oops.

Time: 29/06/15 22:33
Description: Initializing game

java.lang.RuntimeException: 'minspawn' has no scope in 'C:/Users/ludovic/AppData/Roaming/.minecraft/config/MoCreatures/MoCreatures.cfg:91'
at drzhark.mocreatures.configuration.MoCConfiguration.load(MoCConfiguration.java:474)
at drzhark.mocreatures.configuration.MoCConfiguration.<init>(MoCConfiguration.java:99)
at drzhark.mocreatures.MoCProxy.ConfigInit(MoCProxy.java:124)
at drzhark.mocreatures.client.MoCClientProxy.ConfigInit(MoCClientProxy.java:677)
at drzhark.mocreatures.MoCreatures.preInit(MoCreatures.java:351)
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.GeneratedMethodAccessor5.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
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.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:513)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:239)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
at net.minecraft.client.main.Main.main(SourceFile:148)
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)


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

-- Head --
Stacktrace:
at drzhark.mocreatures.configuration.MoCConfiguration.load(MoCConfiguration.java:474)
at drzhark.mocreatures.configuration.MoCConfiguration.<init>(MoCConfiguration.java:99)
at drzhark.mocreatures.MoCProxy.ConfigInit(MoCProxy.java:124)
at drzhark.mocreatures.client.MoCClientProxy.ConfigInit(MoCClientProxy.java:677)
at drzhark.mocreatures.MoCreatures.preInit(MoCreatures.java:351)
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.GeneratedMethodAccessor5.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
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.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:513)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:239)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)

-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
at net.minecraft.client.main.Main.main(SourceFile:148)
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.10
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_75, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 159994000 bytes (152 MB) / 267272192 bytes (254 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -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.05 FML v7.10.24.1187 Minecraft Forge 10.13.0.1187 Optifine OptiFine_1.7.10_HD_A4 15 mods loaded, 15 mods active
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
FML{7.10.24.1187} [Forge Mod Loader] (forge-1.7.10-10.13.0.1187.jar) Unloaded->Constructed->Pre-initialized
Forge{10.13.0.1187} [Minecraft Forge] (forge-1.7.10-10.13.0.1187.jar) Unloaded->Constructed->Pre-initialized
FamiliarsAPI{1.7.10} [Familiars API] (FamiliarsAPI-1.7.10.jar) Unloaded->Constructed->Pre-initialized
animalbikes{1.7.10} [Animal Bikes] (Animal-Bikes-Mod-1.7.10.jar.zip) Unloaded->Constructed->Pre-initialized
BiblioCraft{1.8.2} [BiblioCraft] (BiblioCraft-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized
chisel{1.5.7} [Chisel] (Chisel-1.7.10-1.5.7.jar) Unloaded->Constructed->Pre-initialized
craftguide{1.6.8.1} [CraftGuide] (CraftGuide-Mod-1.7.10.zip) Unloaded->Constructed->Pre-initialized
DragonMounts{r39} [Dragon Mounts] (Dragon-Mounts-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized
MoCreatures{6.3.0} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v6.3.0.zip) Unloaded->Constructed->Errored
fossil{1.7.10 Build 6.3b} [Fossils and Archeology Revival] (Fossils_Archeology_Revival-1.7.10_Build-6.3b.jar) Unloaded->Constructed->Pre-initialized
imc{1.6} [Improving Minecraft] (Improving Minecraft-1.6.jar.zip) Unloaded->Constructed->Pre-initialized
inventorytweaks{1.58-147-645ca10} [Inventory Tweaks] (InventoryTweaks-1.58-147.jar) Unloaded->Constructed->Pre-initialized
pda{1.7.10} [Plus d'aliments] (Plus daliments-1.7.10 v6.jar.zip) Unloaded->Constructed->Pre-initialized
ReiMinimap{1.7.10} [Rei's Minimap] (ReiMinimap-1.7.10-3.6.jar) Unloaded->Constructed->Pre-initialized
Launched Version: 1.7.10-Forge10.13.0.1187
LWJGL: 2.9.1
OpenGL: GeForce 405/PCIe/SSE2 GL version 3.3.0, NVIDIA Corporation
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)
-----------------------------------------------------------
Du coup si vous pourriez m'aider ce serais super... car je ne PEUX PAS vivre sans Mo créature si je fais une partie moddée !(parce que comprenez, faire une aventure moddée avec une réserve naturelle sans mo créature c'est comme crafter une table d'enchantement sans diamant, ça n'a aucun sens)

Version Minecraft: 1.7.10
Version Forge: 1.7.10-Forge10.13.0.1187 (je n'ai pas changé de forge depuis)

Les autres mods avec:(je n'en ai pas rajouté)
ReiMinimap
Plus d'almients
OptiFine
InvetoryTweaks
Improving Minecraft
Fossil Archeology Revival Build
FamiliarAPI
DrZharks MoCreatures v6.3.0 (qui fait crasher)
Dragon Mounts
CraftGuide
Chisel
BiblioCraft
Animal Bike


Merci !
En espérant avoir des réponses assez rapidement
Bonne soirée
 

robin4002

Expert en informatique et systèmes d'information
Staff
Responsable technique
Responsable forum
12 Novembre 2012
20 904
159
3 004
347
27
Alsace
www.minecraftforgefrance.fr
Salut,
java.lang.RuntimeException: 'minspawn' has no scope in 'C:/Users/ludovic/AppData/Roaming/.minecraft/config/MoCreatures/MoCreatures.cfg:91'
Ta configuration est erroné.
 

Chatons32

Mineur des cavernes
29 Juin 2015
53
0
26
22
Hum d'accord je vois c"est quand j'ai supprimer le dossier entity ambiant. Que puis-je faire pour y remédier ? Merci beaucoup.
 

Chatons32

Mineur des cavernes
29 Juin 2015
53
0
26
22
Il se trouve que j'ai déjà fait ça auparavant et ça marchait. Mais là je viens de réessayer et ça ne marche pas. Idem quand je veux restaurer les versions précédentes, cela me dit qu'il n'y en a pas.
Que puis-je faire ? Retélécharger ? Mais où ? Car les nouvelles versions en 1.7.10 me font crasher.
Donc où retrouver une version 6.30 ?
Merci
 

robin4002

Expert en informatique et systèmes d'information
Staff
Responsable technique
Responsable forum
12 Novembre 2012
20 904
159
3 004
347
27
Alsace
www.minecraftforgefrance.fr
En supprimant tout le dossier MoCreatures qui se trouve dans le dossier config tu as toujours le même crash ? J'insiste sur même, si le crash est différent renvoie-le moi.
 

Chatons32

Mineur des cavernes
29 Juin 2015
53
0
26
22
OOH ! Ca remarche ! J'ai supprimé comme tu m'as dit et ça remarche. Je te remercie infiniment ! Tu me sauves la vie !
Merci ! Merci ! Merci !
 

Chatons32

Mineur des cavernes
29 Juin 2015
53
0
26
22
Également, comment dois-je utiliser CustomMobSpawner ? Directement sur Minecraft grâce à une touche ou dans les dossiers ? Si oui dans les deux cas comment dois-je m'y prendre ?
Merci beaucoup !