Problème de Mo creature

  • Auteur de la discussion Auteur de la discussion Digidark
  • Date de début Date de début
Statut
N'est pas ouverte pour d'autres réponses.

Digidark

Aventurier
24 Juin 2014
2
0
1
36
Bonjour je viens ici pour sollicité votre aide j'ai voulu installé le mod Mo Créature.
J'installe forge tout va bien :)
Je met les mods CustomMobSpawner et DrZhanks MoCreature dans le dossier mods de .minecraft, je relance mon jeu et la minecraft crash.

Code:
---- Minecraft Crash Report ----
// Surprise! Haha. Well, this is awkward.
 
Time: 24/06/14 20:33
Description: Initializing game
 
java.lang.IllegalStateException: cannot determine the type of the type parameter 'REQ': class cpw.mods.fml.common.network.simpleimpl.SimpleChannelHandlerWrapper
at io.netty.util.internal.TypeParameterMatcher.fail(TypeParameterMatcher.java:171)
at io.netty.util.internal.TypeParameterMatcher.find0(TypeParameterMatcher.java:165)
at io.netty.util.internal.TypeParameterMatcher.find(TypeParameterMatcher.java:93)
at io.netty.channel.SimpleChannelInboundHandler.<init>(SimpleChannelInboundHandler.java:60)
at io.netty.channel.SimpleChannelInboundHandler.<init>(SimpleChannelInboundHandler.java:50)
at cpw.mods.fml.common.network.simpleimpl.SimpleChannelHandlerWrapper.<init>(SimpleChannelHandlerWrapper.java:17)
at cpw.mods.fml.common.network.simpleimpl.SimpleNetworkWrapper.getHandlerWrapper(SimpleNetworkWrapper.java:85)
at cpw.mods.fml.common.network.simpleimpl.SimpleNetworkWrapper.addClientHandlerAfter(SimpleNetworkWrapper.java:79)
at cpw.mods.fml.common.network.simpleimpl.SimpleNetworkWrapper.registerMessage(SimpleNetworkWrapper.java:67)
at drzhark.mocreatures.network.MoCMessageHandler.init(MoCMessageHandler.java:28)
at drzhark.mocreatures.MoCreatures.preInit(MoCreatures.java:347)
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:536)
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:209)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:188)
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:119)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:498)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:194)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:495)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:849)
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)
 
 
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
 
-- Head --
Stacktrace:
at io.netty.util.internal.TypeParameterMatcher.fail(TypeParameterMatcher.java:171)
at io.netty.util.internal.TypeParameterMatcher.find0(TypeParameterMatcher.java:165)
at io.netty.util.internal.TypeParameterMatcher.find(TypeParameterMatcher.java:93)
at io.netty.channel.SimpleChannelInboundHandler.<init>(SimpleChannelInboundHandler.java:60)
at io.netty.channel.SimpleChannelInboundHandler.<init>(SimpleChannelInboundHandler.java:50)
at cpw.mods.fml.common.network.simpleimpl.SimpleChannelHandlerWrapper.<init>(SimpleChannelHandlerWrapper.java:17)
at cpw.mods.fml.common.network.simpleimpl.SimpleNetworkWrapper.getHandlerWrapper(SimpleNetworkWrapper.java:85)
at cpw.mods.fml.common.network.simpleimpl.SimpleNetworkWrapper.addClientHandlerAfter(SimpleNetworkWrapper.java:79)
at cpw.mods.fml.common.network.simpleimpl.SimpleNetworkWrapper.registerMessage(SimpleNetworkWrapper.java:67)
at drzhark.mocreatures.network.MoCMessageHandler.init(MoCMessageHandler.java:28)
at drzhark.mocreatures.MoCreatures.preInit(MoCreatures.java:347)
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:536)
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:209)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:188)
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:119)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:498)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:194)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:495)
 
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:849)
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 8.1 (amd64) version 6.3
Java Version: 1.7.0_60, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 150514032 bytes (143 MB) / 426246144 bytes (406 MB) up to 954728448 bytes (910 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G
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.01-pre FML v7.2.109.1019 Minecraft Forge 10.12.0.1019 5 mods loaded, 5 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
FML{7.2.109.1019} [Forge Mod Loader] (forge-1.7.2-10.12.0.1019.jar) Unloaded->Constructed->Pre-initialized
Forge{10.12.0.1019} [Minecraft Forge] (forge-1.7.2-10.12.0.1019.jar) Unloaded->Constructed->Pre-initialized
CustomSpawner{3.2.0.dev.R3} [DrZhark's CustomSpawner] (CustomMobSpawner 3.2.0-DEV-R3.zip) Unloaded->Constructed->Pre-initialized
MoCreatures{6.2.0.dev.R3} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v6.2.0-DEV-R3.zip) Unloaded->Constructed->Errored
Launched Version: 1.7.2-Forge10.12.0.1019
LWJGL: 2.9.0
OpenGL: GeForce GT 630/PCIe/SSE2 GL version 4.3.0, NVIDIA Corporation
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)


Es ce que quelqu'un pourrais m'aider svp ?
 
Dernière édition par un modérateur:
j'ai le meme soucis
voici le rapport de crash

[19:21:01] [Client thread/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:func_179870_a:492]: #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\Marie-Caroline\AppData\Roaming\.minecraft\crash-reports\crash-2016-07-30_19.21.00-client.txt Profiler Position: N/A (disabled) Current Language: Français (France) Resource Packs: [] Type: Client (map_client.txt) Is Modded: Definitely; Client brand changed to 'fml' Using VBOs: NoVBOs are available because OpenGL 1.5 is supported.Shaders are available because OpenGL 2.1 is supported.Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.Using GL 1.3 texture combiners. GL Caps: Using GL 1.3 multitexturing. OpenGL: GeForce GTX 960/PCIe/SSE2 GL version 4.5.0 NVIDIA 353.62, NVIDIA Corporation LWJGL: 2.9.1 Launched Version: 1.8-FML8.0.81.1079 TMIForgeTransformerTMIForgeLoader (TooManyItems2015_02_14_1.8_Forge.jar) Loaded coremods (and transformers): MoCreatures{8.0.0.devA} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod-8.0.0.devA.jar) Unloaded TooManyItems{1.8} [TooManyItems] (minecraft.jar) Unloaded->Constructed FML{8.0.81.1079} [Forge Mod Loader] (fml-1.8-8.0.81.1079.jar) Unloaded->Constructed mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed FML: MCP v9.10 FML v8.0.81.1079 Optifine OptiFine_1.8_HD_U_C7 4 mods loaded, 4 mods active IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M Memory: 33089176 bytes (31 MB) / 223059968 bytes (212 MB) up to 523501568 bytes (499 MB) Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation Java Version: 1.8.0_101, Oracle Corporation Operating System: Windows 10 (x86) version 10.0 Minecraft Version: 1.8Details:-- System Details -- at net.minecraft.launchwrapper.Launch.main(Launch.java:28) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at java.lang.reflect.Method.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at net.minecraft.client.main.Main.main(SourceFile:120) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:326)Stacktrace:Details:-- Initialization -- at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:414) at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:208) at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:493) at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:118) at com.google.common.eventbus.EventBus.post(EventBus.java:275) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) at java.lang.reflect.Method.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:187) at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:208) at com.google.common.eventbus.EventBus.post(EventBus.java:275) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) at java.lang.reflect.Method.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:443) at java.lang.Class.forName(Unknown Source) at java.lang.Class.forName0(Native Method)Stacktrace:-- Head -----------------------------------------------------------------------------------------A detailed walkthrough of the error, its code path and all known details is as follows: ... 35 more at drzhark.mocreatures.MoCreatures.<clinit>(MoCreatures.java:160) at drzhark.mocreatures.client.MoCCreativeTabs.<init>(MoCCreativeTabs.java:12) at net.minecraft.creativetab.CreativeTabs.<init>(SourceFile:104)Caused by: java.lang.ArrayIndexOutOfBoundsException: 12 at net.minecraft.launchwrapper.Launch.main(Launch.java:28) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at java.lang.reflect.Method.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at net.minecraft.client.main.Main.main(SourceFile:120) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:326) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:414) at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:208) at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:493) at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:118) at com.google.common.eventbus.EventBus.post(EventBus.java:275) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) at java.lang.reflect.Method.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:187) at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:208) at com.google.common.eventbus.EventBus.post(EventBus.java:275) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) at java.lang.reflect.Method.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:443) at java.lang.Class.forName(Unknown Source) at java.lang.Class.forName0(Native Method)java.lang.ExceptionInInitializerErrorDescription: Initializing gameTime: 30/07/16 19:21// Don't be sad, have a hug! <3[19:21:01] [Client thread/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:func_179870_a:492]: ---- Minecraft Crash Report ----[19:21:00] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:DrZhark's Mo'Creatures Mod[19:20:59] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, TooManyItems, MoCreatures] at SERVER[19:20:59] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, TooManyItems, MoCreatures] at CLIENT[19:20:59] [Client thread/INFO] [FML]: Forge Mod Loader has identified 4 mods to load[OptiFine] Version found: H6[19:20:59] [Client thread/INFO] [FML]: Searching C:\Users\Marie-Caroline\AppData\Roaming\.minecraft\mods for mods[19:20:58] [Client thread/INFO] [FML]: Forge Mod Loader has detected optifine OptiFine_1.8_HD_U_C7, enabling compatibility features[19:20:58] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization[19:20:58] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization[SMC FNT] uploadTexSubForLoadAtlas[SMC FNT] uploadTexSubForLoadAtlas[SMC FNT] setSprite setIconName[SMC FNT] allocateTextureMap[SMC FNT] loadRes[SMC FNT] loadRes[SMC FNE]transforming cua net.minecraft.client.renderer.texture.TextureMap[SMC FNE]transforming cto net.minecraft.client.renderer.texture.AbstractTexture[SMC FNE]transforming ctp net.minecraft.client.renderer.texture.DynamicTexture[OptiFine] Checking for new version[OptiFine] Maximum texture size: 16384x16384[OptiFine] OpenGL Version: 4.0[OptiFine] OpenGL: GeForce GTX 960/PCIe/SSE2, version 4.5.0 NVIDIA 353.62, NVIDIA Corporation[OptiFine] LWJGL: 2.9.1[OptiFine] VM: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation[OptiFine] Java: 1.8.0_101, Oracle Corporation[OptiFine] OS: Windows 10 (x86) version 10.0[OptiFine] Sat Jul 30 19:20:58 CEST 2016[OptiFine] OptiFine_1.8_HD_U_C7[OptiFine] [SMC FNT] set activeTexUnit[SMC FNE]transforming dax net.minecraft.client.renderer.OpenGlHelper[19:20:58] [Client thread/INFO]: LWJGL Version: 2.9.1[OptiFine] (Reflector) Method not pesent: net.minecraft.item.ItemRecord.getRecordResource[OptiFine] (Reflector) Method not pesent: net.minecraft.potion.PotionEffect.isCurativeItem[OptiFine] (Reflector) Method not pesent: net.minecraft.item.Item.onEntitySwing[OptiFine] (Reflector) Method not pesent: net.minecraft.tileentity.TileEntity.canRenderBreaking[OptiFine] (Reflector) Method not pesent: net.minecraft.tileentity.TileEntity.getRenderBoundingBox[OptiFine] (Reflector) Method not pesent: net.minecraft.tileentity.TileEntity.shouldRenderInPass[OptiFine] (Reflector) Method not pesent: net.minecraft.entity.Entity.canRiderInteract[OptiFine] (Reflector) Method not pesent: net.minecraft.entity.Entity.shouldRenderInPass[OptiFine] (Reflector) Field not present: net.minecraft.entity.Entity.capturedDrops[OptiFine] (Reflector) Field not present: net.minecraft.entity.Entity.captureDrops[OptiFine] (Reflector) Method not pesent: net.minecraft.block.Block.isAir[OptiFine] (Reflector) Method not pesent: net.minecraft.block.Block.addDestroyEffects[OptiFine] (Reflector) Method not pesent: net.minecraft.block.Block.addHitEffects[OptiFine] (Reflector) Method not pesent: net.minecraft.block.Block.canCreatureSpawn[OptiFine] (Reflector) Method not pesent: net.minecraft.block.Block.hasTileEntity[OptiFine] (Reflector) Method not pesent: net.minecraft.block.Block.isBedFoot[OptiFine] (Reflector) Method not pesent: net.minecraft.block.Block.getBedDirection[OptiFine] (Reflector) Class not present: net.minecraftforge.event.world.ChunkWatchEvent$UnWatch[OptiFine] (Reflector) Class not present: net.minecraftforge.event.ForgeEventFactory[OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.EntityViewRenderEvent$RenderFogEvent[OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.EntityViewRenderEvent$FogDensity[SMC FNR] patch method cji.a(FFFF)Ljava/nio/FloatBuffer;[SMC FNR] patch method cji.a(IF)V[SMC FNR] patch method cji.j(F)V[SMC FNR] patch method cji.a(Lckn;FI)V[SMC FNR] patch method cji.a(IFJ)V[SMC FNR] patch method cji.a(FJ)V[SMC FNR] patch method cji.i()V[SMC FNR] patch method cji.h()V[SMC FNR] patch method cji.b(FI)V[SMC FNE]transforming cji net.minecraft.client.renderer.EntityRenderer[OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.EntityViewRenderEvent$FogColors[OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.GuiScreenEvent$DrawScreenEvent$Post[OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.GuiScreenEvent$DrawScreenEvent$Pre[OptiFine] (Reflector) Class not present: net.minecraftforge.event.world.WorldEvent$Load[OptiFine] (Reflector) Class not present: net.minecraftforge.common.DimensionManager[OptiFine] (Reflector) Class not present: net.minecraftforge.client.IRenderHandler[OptiFine] (Reflector) Method not pesent: net.minecraft.world.World.getPerWorldStorage[OptiFine] (Reflector) Method not pesent: net.minecraft.world.World.countEntities[OptiFine] (Reflector) Method not pesent: net.minecraft.world.WorldProvider.getWeatherRenderer[OptiFine] (Reflector) Method not pesent: net.minecraft.world.WorldProvider.getCloudRenderer[OptiFine] (Reflector) Method not pesent: net.minecraft.world.WorldProvider.getSkyRenderer[OptiFine] (Reflector) Class not present: net.minecraftforge.client.IItemRenderer$ItemRenderType[OptiFine] (Reflector) Class not present: net.minecraftforge.client.ForgeHooksClient[SMC FNE]visiting net.minecraftforge.client.ForgeHooksClient net.minecraftforge.client.ForgeHooksClient[OptiFine] (Reflector) Class not present: net.minecraftforge.client.MinecraftForgeClient[OptiFine] (Reflector) Class not present: net.minecraftforge.common.ForgeHooks[OptiFine] (Reflector) Class not present: net.minecraftforge.common.MinecraftForge[OptiFine] (Reflector) Class not present: BlockCoord[OptiFine] (Reflector) Class not present: LightCache[OptiFine] (Reflector) Class not present: net.minecraft.src.FMLRenderAccessLibrary[OptiFine] (Reflector) Class not present: ModLoader[SMC FNE]transforming aju net.minecraft.item.ItemBlock[SMC INF] blockAoLight[SMC FNE]transforming atr net.minecraft.block.Block[19:20:56] [Client thread/INFO]: (Session ID is token: :74ed7a0abcdb3f14a56a6990658ec63c)[19:20:56] [Client thread/INFO]: Setting user: silverstone[19:20:56] [main/INFO] [STDOUT]: [TMIForgeTransformer:transform:18]: [TMI] Rewriting class byl / net.minecraft.client.gui.inventory.GuiContainer[SMC FNE]transforming cui net.minecraft.client.renderer.texture.ITextureObject[SMC FNE]transforming bsu net.minecraft.client.Minecraft[19:20:56] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}[19:20:56] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:49]: OptiFineForgeTweaker: getLaunchArguments[19:20:56] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker[19:20:56] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker[19:20:56] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker[SMC INF]ShadersMod 2.4.11[19:20:56] [main/INFO] [LaunchWrapper]: Calling tweak class shadersmod.launch.SMCTweaker[19:20:56] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper[19:20:56] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing[19:20:56] [main/INFO] [FML]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc[19:20:55] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper[19:20:55] [main/INFO] [STDOUT]: [optifine.OptiFineClassTransformer:dbg:179]: OptiFine ZIP file: java.util.zip.ZipFile@1d2a7e8[19:20:55] [main/INFO] [STDOUT]: [optifine.OptiFineClassTransformer:dbg:179]: OptiFine URL: file:/C:/Users/Marie-Caroline/AppData/Roaming/.minecraft/mods/OptiFine_1.8.0_HD_U_C7.jar[19:20:55] [main/INFO] [STDOUT]: [optifine.OptiFineClassTransformer:dbg:179]: OptiFine ClassTransformer[19:20:55] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:49]: OptiFineForgeTweaker: injectIntoClassLoader[19:20:55] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:49]: OptiFineForgeTweaker: acceptOptions[19:20:55] [main/INFO] [LaunchWrapper]: Calling tweak class optifine.OptiFineForgeTweaker[19:20:55] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker[19:20:55] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker[19:20:55] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker[19:20:55] [main/INFO] [LaunchWrapper]: Loading tweak class name shadersmod.launch.SMCTweaker[19:20:55] [main/INFO] [LaunchWrapper]: Loading tweak class name optifine.OptiFineForgeTweaker[19:20:55] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker[19:20:55] [main/INFO] [FML]: Loading tweaker shadersmod.launch.SMCTweaker from ShadersMod-v2.4.11mc1.8.jar[19:20:55] [main/INFO] [FML]: Loading tweaker optifine.OptiFineForgeTweaker from OptiFine_1.8.0_HD_U_C7.jar[19:20:55] [main/INFO] [FML]: Java is Java HotSpot(TM) Client VM, version 1.8.0_101, running on Windows 10:x86:10.0, installed at C:\Program Files (x86)\Java\jre1.8.0_101[19:20:55] [main/INFO] [FML]: Forge Mod Loader version 8.0.81.1079 for Minecraft 1.8 loading[19:20:55] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker[19:20:55] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker19:20:55] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
 
Dernière édition par un modérateur:
Salut,
Envoies-moi un copier/coller de se qui se trouve dans ce fichier : C:\Users\Marie-Caroline\AppData\Roaming\.minecraft\crash-reports\crash-2016-07-30_19.21.00-client.txt

Ce que tu as copier/coller est illisible.
 
Code:
---- Minecraft Crash Report ----
// On the bright side, I bought you a teddy bear!

Time: 31/07/16 15:39
Description: Initializing game

java.lang.ExceptionInInitializerError
 at java.lang.Class.forName0(Native Method)
 at java.lang.Class.forName(Unknown Source)
 at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:443)
 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 net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
 at net.minecraftforge.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 net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
 at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:493)
 at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:208)
 at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:414)
 at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:326)
 at net.minecraft.client.main.Main.main(SourceFile:120)
 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)
Caused by: java.lang.ArrayIndexOutOfBoundsException: 12
 at net.minecraft.creativetab.CreativeTabs.<init>(SourceFile:104)
 at drzhark.mocreatures.client.MoCCreativeTabs.<init>(MoCCreativeTabs.java:12)
 at drzhark.mocreatures.MoCreatures.<clinit>(MoCreatures.java:157)
 ... 35 more


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

-- Head --
Stacktrace:
 at java.lang.Class.forName0(Native Method)
 at java.lang.Class.forName(Unknown Source)
 at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:443)
 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 net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
 at net.minecraftforge.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 net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
 at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:493)
 at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:208)
 at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:414)

-- Initialization --
Details:
Stacktrace:
 at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:326)
 at net.minecraft.client.main.Main.main(SourceFile:120)
 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)

-- System Details --
Details:
 Minecraft Version: 1.8
 Operating System: Windows 10 (x86) version 10.0
 Java Version: 1.8.0_101, Oracle Corporation
 Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
 Memory: 8884208 bytes (8 MB) / 222629888 bytes (212 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
 IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
 FML: MCP v9.10 FML v8.0.81.1079 Optifine OptiFine_1.8_HD_U_C7 5 mods loaded, 5 mods active
 mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
 FML{8.0.81.1079} [Forge Mod Loader] (fml-1.8-8.0.81.1079.jar) Unloaded->Constructed
 TooManyItems{1.8} [TooManyItems] (minecraft.jar) Unloaded->Constructed
 CustomSpawner{3.4.0} [DrZhark's CustomSpawner] (CustomMobSpawner 3.4.0.jar) Unloaded->Constructed
 MoCreatures{8.0.1} [DrZhark's Mo'Creatures Mod] (DrZhark's Mo'Creatures Mod-8.0.1.jar) Unloaded
 Loaded coremods (and transformers):
TMIForgeLoader (TooManyItems2015_02_14_1.8_Forge.jar)
  TMIForgeTransformer
 Launched Version: 1.8-FML8.0.81.1079
 LWJGL: 2.9.1
 OpenGL: GeForce GTX 960/PCIe/SSE2 GL version 4.5.0 NVIDIA 353.62, NVIDIA Corporation
 GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.

 Using VBOs: No
 Is Modded: Definitely; Client brand changed to 'fml'
 Type: Client (map_client.txt)
 Resource Packs: []
 Current Language: Français (France)
 Profiler Position: N/A (disabled)
 
Dernière édition par un modérateur:
Statut
N'est pas ouverte pour d'autres réponses.