Mod Problème de crash de serveur avec mods en 1.12.2

ShE3py

Enbogueuse
Support
26 Septembre 2015
4 087
160
459
247
21
Mìlhüsa
Tu ouvres le bloc-note, dans celui-ci tu copies :
Code:
@echo off
title Serveur 1.12.2

java -Xmx2G -jar forge-1.12.2-14.23.5.2768-universal.jar nogui
pause

Ensuite tu fais Fichier > Enregistrer sous, dans « Nom du fichier » tu mets un truc du style « run.bat », dans « Type » tu mets « Tous les fichiers », et enfin dans « Encodage » tu mets « UTF-8 ».

Explication :
  • « @echo off » désactiver l'affichage des instructions (sinon la console affichera « java -Xmx2G -jar ... » ce qui n'est pas élégant), le arobase indique que cette ligne aussi ne sera pas affichée

  • « title Serveur 1.12.2 » définie le titre de la fenêtre (par défaut c'est « Invite de commandes »)

  • « java -Xmx2G -jar forge-1.12.2-14.23.5.2768-universal.jar nogui » lance le serveur
    • « java » on demande à la JVM d'exécuter le serveur
    • « -Xmx2G » on alloue jusqu'à 2 Go de mémoire pour le serveur
    • « -jar » ce qui suit est le fichier qu'on souhaite lancer
    • « forge-1.12.2-14.23.5.2768-universal.jar » le nom du fichier, avec l'extension
    • « nogui » on enlève la console intégrée
  • « pause » attend que l'utilisateur presse une touche avant de continuer, puis se ferme vu qu'il n'y a aucune instruction après
À noté que les arguments de la JVM (-Xmx, -Xms) doivent être passées avant le -jar, sinon au lieu d'être passés à la JVM ils seront passés au programme, c'est-à-dire qu'il aura déjà commencé, donc impossible de modifier la mémoire allouée.
 

ShE3py

Enbogueuse
Support
26 Septembre 2015
4 087
160
459
247
21
Mìlhüsa
Bah envois les nouvelles logs. Je ne peux pas deviner ce qui ne marche pas cette fois-ci.
 

Auzuras

Aventurier
22 Mai 2019
8
0
2
23
Code:
[18:42:17] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[18:42:17] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLServerTweaker
[18:42:17] [main/INFO] [FML]: Forge Mod Loader version 14.23.5.2768 for Minecraft 1.12.2 loading
[18:42:17] [main/INFO] [FML]: Java is Java HotSpot(TM) Client VM, version 1.8.0_211, running on Windows 10:x86:10.0, installed at C:\Program Files (x86)\Java\jre1.8.0_211
[18:42:17] [main/INFO] [FML]: Searching C:\Users\Auzur\Desktop\Serveur\.\mods for mods
[18:42:17] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in blockbuster-1.5.2-1.12.2 (1).jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[18:42:17] [main/WARN] [FML]: The coremod BlockbusterCore (mchorse.blockbuster.core.BBCoreMod) is not signed!
[18:42:17] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in CTM-MC1.12.2-0.3.2.18.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[18:42:17] [main/WARN] [FML]: The coremod team.chisel.ctm.client.asm.CTMCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[18:42:17] [main/WARN] [FML]: The coremod CTMCorePlugin (team.chisel.ctm.client.asm.CTMCorePlugin) is not signed!
[18:42:17] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in SignPicture-1.12.1-2.8.1-universal (1).jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[18:42:17] [main/WARN] [FML]: The coremod com.kamesuta.mc.signpic.asm.SignPictureCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[18:42:17] [main/WARN] [FML]: The coremod SignPictureCorePlugin (com.kamesuta.mc.signpic.asm.SignPictureCorePlugin) is not signed!
[18:42:17] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[18:42:17] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[18:42:17] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[18:42:17] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[18:42:17] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[18:42:19] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[18:42:19] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[18:42:19] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[18:42:19] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[18:42:19] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[18:42:20] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[18:42:20] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
[18:42:20] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
[18:42:20] [main/INFO] [STDOUT]: [mchorse.blockbuster.core.BBCoreClassTransformer:transform:29]: BBCoreMod: Transforming World class (amu)
[18:42:20] [main/INFO] [STDOUT]: [mchorse.blockbuster.core.transformers.WorldTransformer:processMethod:55]: BBCoreMod: successfully patched a
[18:42:20] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
[18:42:20] [main/INFO] [STDOUT]: [team.chisel.ctm.client.asm.CTMTransformer:preTransform:229]: Transforming Class [net.minecraft.block.Block], Method [getExtendedState]
[18:42:20] [main/INFO] [STDOUT]: [team.chisel.ctm.client.asm.CTMTransformer:finishTransform:241]: Transforming net.minecraft.block.Block Finished.
[18:42:20] [main/INFO] [signpic]: Patching TileEntity.getRenderBoundingBox (class: avj)
[18:42:24] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Starting minecraft server version 1.12.2
[18:42:24] [Server thread/WARN] [net.minecraft.server.dedicated.DedicatedServer]: To start the server with more ram, launch it as "java -Xmx1024M -Xms1024M -jar minecraft_server.jar"
[18:42:24] [Server thread/INFO] [FML]: MinecraftForge v14.23.5.2768 Initialized
[18:42:24] [Server console handler/ERROR] [net.minecraft.server.dedicated.DedicatedServer]: Exception handling console input
java.io.IOException: Descripteur non valide
    at java.io.FileInputStream.readBytes(Native Method) ~[?:1.8.0_211]
    at java.io.FileInputStream.read(Unknown Source) ~[?:1.8.0_211]
    at java.io.BufferedInputStream.read1(Unknown Source) ~[?:1.8.0_211]
    at java.io.BufferedInputStream.read(Unknown Source) ~[?:1.8.0_211]
    at sun.nio.cs.StreamDecoder.readBytes(Unknown Source) ~[?:1.8.0_211]
    at sun.nio.cs.StreamDecoder.implRead(Unknown Source) ~[?:1.8.0_211]
    at sun.nio.cs.StreamDecoder.read(Unknown Source) ~[?:1.8.0_211]
    at java.io.InputStreamReader.read(Unknown Source) ~[?:1.8.0_211]
    at java.io.BufferedReader.fill(Unknown Source) ~[?:1.8.0_211]
    at java.io.BufferedReader.readLine(Unknown Source) ~[?:1.8.0_211]
    at java.io.BufferedReader.readLine(Unknown Source) ~[?:1.8.0_211]
    at net.minecraft.server.dedicated.DedicatedServer$2.run(DedicatedServer.java:105) [nz$2.class:?]
[18:42:24] [Server thread/INFO] [FML]: Starts to replace vanilla recipe ingredients with ore ingredients.
[18:42:25] [Server thread/INFO] [FML]: Replaced 1036 ore ingredients
[18:42:25] [Server thread/INFO] [FML]: Searching C:\Users\Auzur\Desktop\Serveur\.\mods for mods
[18:42:26] [Server thread/INFO] [FML]: Disabling mod ctm it is client side only.
[18:42:26] [Server thread/INFO] [FML]: Disabling mod ptrmodellib it is client side only.
[18:42:27] [Server thread/INFO] [FML]: Forge Mod Loader has identified 14 mods to load
[18:42:27] [Server thread/WARN] [FML]: Missing English translation for FML: assets/fml/lang/en_us.lang
[18:42:27] [Server thread/WARN] [FML]: Mod blockbuster_core has been disabled through configuration
[18:42:27] [Server thread/WARN] [FML]: Missing English translation for customspawner: assets/customspawner/lang/en_us.lang
[18:42:27] [Server thread/WARN] [FML]: Missing English translation for worldedit: assets/worldedit/lang/en_us.lang
[18:42:27] [Server thread/INFO] [FML]: FML has found a non-mod file CTM-MC1.12.2-0.3.2.18.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[18:42:27] [Server thread/INFO] [FML]: FML has found a non-mod file PTRLib-1.0.3 (1).jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[18:42:27] [Server thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, blockbuster, cfm, customspawner, props, mocreatures, fairylights, metamorph, signpic, worldedit] at CLIENT
[18:42:27] [Server thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, blockbuster, cfm, customspawner, props, mocreatures, fairylights, metamorph, signpic, worldedit] at SERVER
[18:42:28] [Server thread/INFO] [FML]: Processing ObjectHolder annotations
[18:42:28] [Server thread/INFO] [FML]: Found 1354 ObjectHolder annotations
[18:42:28] [Server thread/INFO] [FML]: Identifying ItemStackHolder annotations
[18:42:28] [Server thread/INFO] [FML]: Found 0 ItemStackHolder annotations
[18:42:28] [Server thread/INFO] [FML]: Configured a dormant chunk cache size of 0
[18:42:28] [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json
[18:42:28] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `blockbuster_director_tile_entity`, expected `blockbuster`. This could be a intended override, but in most cases indicates a broken mod.
[18:42:28] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `blockbuster_model_tile_entity`, expected `blockbuster`. This could be a intended override, but in most cases indicates a broken mod.
[18:42:29] [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Found status: UP_TO_DATE Target: null
[18:42:29] [Forge Version Check/INFO] [forge.VersionCheck]: [blockbuster] Starting version check at https://raw.githubusercontent.com/mchorse/blockbuster/master/version.json
[18:42:30] [Server thread/INFO] [com.mia.craftstudio.CSPack]: Original locale was fr_FR, switching to Locale.US
[18:42:30] [Server thread/INFO] [com.mia.craftstudio.CSPack]: Locale is now en_US
[18:42:30] [Server thread/INFO] [com.mia.craftstudio.CSPack]: Locale was restored to fr_FR
[18:42:31] [Forge Version Check/INFO] [forge.VersionCheck]: [blockbuster] Found status: OUTDATED Target: 1.6
[18:42:31] [Forge Version Check/INFO] [forge.VersionCheck]: [metamorph] Starting version check at https://raw.githubusercontent.com/mchorse/metamorph/master/version.json
[18:42:31] [Forge Version Check/INFO] [forge.VersionCheck]: [metamorph] Found status: OUTDATED Target: 1.1.8
[18:42:37] [AWT-EventQueue-0/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]: java.lang.OutOfMemoryError: Java heap space
[18:42:37] [AWT-EventQueue-0/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:     at java.awt.image.DataBufferInt.<init>(Unknown Source)
[18:42:37] [AWT-EventQueue-0/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:     at java.awt.image.Raster.createPackedRaster(Unknown Source)
[18:42:37] [AWT-EventQueue-0/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:     at java.awt.image.DirectColorModel.createCompatibleWritableRaster(Unknown Source)
[18:42:37] [AWT-EventQueue-0/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:     at java.awt.image.BufferedImage.<init>(Unknown Source)
[18:42:37] [AWT-EventQueue-0/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:     at com.sun.java.swing.plaf.windows.XPStyle$SkinPainter.createImage(Unknown Source)
[18:42:37] [AWT-EventQueue-0/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:     at sun.swing.CachedPainter.paint0(Unknown Source)
[18:42:37] [AWT-EventQueue-0/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:     at sun.swing.CachedPainter.paint(Unknown Source)
[18:42:37] [AWT-EventQueue-0/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:     at com.sun.java.swing.plaf.windows.XPStyle$Skin.paintSkinRaw(Unknown Source)
[18:42:37] [AWT-EventQueue-0/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:     at com.sun.java.swing.plaf.windows.AnimationController.paintSkin(Unknown Source)
[18:42:37] [AWT-EventQueue-0/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:     at com.sun.java.swing.plaf.windows.XPStyle$Skin.paintSkin(Unknown Source)
[18:42:38] [AWT-EventQueue-0/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:     at com.sun.java.swing.plaf.windows.XPStyle$Skin.paintSkin(Unknown Source)
[18:42:38] [AWT-EventQueue-0/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:     at com.sun.java.swing.plaf.windows.WindowsScrollBarUI.paintTrack(Unknown Source)
[18:42:38] [AWT-EventQueue-0/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:     at javax.swing.plaf.basic.BasicScrollBarUI.paint(Unknown Source)
[18:42:38] [AWT-EventQueue-0/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:     at javax.swing.plaf.ComponentUI.update(Unknown Source)
[18:42:38] [AWT-EventQueue-0/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:     at javax.swing.JComponent.paintComponent(Unknown Source)
[18:42:38] [AWT-EventQueue-0/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:     at javax.swing.JComponent.paint(Unknown Source)
[18:42:38] [AWT-EventQueue-0/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:     at javax.swing.JComponent.paintToOffscreen(Unknown Source)
[18:42:38] [AWT-EventQueue-0/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:     at javax.swing.RepaintManager$PaintManager.paintDoubleBuffered(Unknown Source)
[18:42:38] [AWT-EventQueue-0/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:     at javax.swing.RepaintManager$PaintManager.paint(Unknown Source)
[18:42:38] [AWT-EventQueue-0/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:     at javax.swing.RepaintManager.paint(Unknown Source)
[18:42:38] [AWT-EventQueue-0/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:     at javax.swing.JComponent._paintImmediately(Unknown Source)
[18:42:38] [AWT-EventQueue-0/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:     at javax.swing.JComponent.paintImmediately(Unknown Source)
[18:42:38] [AWT-EventQueue-0/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:     at javax.swing.RepaintManager$4.run(Unknown Source)
[18:42:38] [AWT-EventQueue-0/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:     at javax.swing.RepaintManager$4.run(Unknown Source)
[18:42:38] [AWT-EventQueue-0/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:     at java.security.AccessController.doPrivileged(Native Method)
[18:42:38] [Server thread/ERROR] [net.minecraft.server.MinecraftServer]: Encountered an unexpected exception
net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Decocraft (props)

Caused by: java.lang.OutOfMemoryError: Java heap space
[18:42:38] [AWT-EventQueue-0/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:     at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
[18:42:38] [AWT-EventQueue-0/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:     at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source)
[18:42:38] [AWT-EventQueue-0/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:     at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source)
[18:42:38] [AWT-EventQueue-0/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:     at javax.swing.RepaintManager.prePaintDirtyRegions(Unknown Source)
[18:42:38] [AWT-EventQueue-0/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:     at javax.swing.RepaintManager.access$1200(Unknown Source)
[18:42:38] [AWT-EventQueue-0/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:     at javax.swing.RepaintManager$ProcessingRunnable.run(Unknown Source)
[18:42:38] [AWT-EventQueue-0/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:     at java.awt.event.InvocationEvent.dispatch(Unknown Source)
[18:42:40] [Server thread/ERROR] [net.minecraft.server.MinecraftServer]: This crash report has been saved to: C:\Users\Auzur\Desktop\Serveur\.\crash-reports\crash-2019-05-24_18.42.39-server.txt
[18:42:40] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Stopping server
[18:42:40] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving worlds
[18:42:40] [Server thread/INFO] [FML]: The state engine was in incorrect state INITIALIZATION and forced into state SERVER_STOPPED. Errors may have been discarded.
[18:42:41] [Server Shutdown Thread/INFO] [net.minecraft.server.MinecraftServer]: Stopping server
[18:42:41] [AWT-EventQueue-0/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]: java.lang.OutOfMemoryError: Java heap space
[18:42:41] [Server Shutdown Thread/INFO] [net.minecraft.server.MinecraftServer]: Saving worlds
[18:42:42] [AWT-EventQueue-0/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]: java.lang.OutOfMemoryError: Java heap space
 

Niskyu_

Aventurier
2 Mars 2019
2
0
2
21
Bonjour, je ne savais pas où aller pour poser ma question et comme c'est un sujet de forum en rapport avec celui-ci et bien je suis venue ici. J'ai un problème qui est que dès que je lance minecraft modé avec forge, il crash au démarrage. Une amie a les mème mods et la même versions forge et aucun problème la seule différence est que je suis sur mac et elle sur pc. Voici le rapport de plantage :

---- Minecraft Crash Report ----

WARNING: coremods are present:
Contact their authors BEFORE contacting forge

// Hey, that tickles! Hehehe!

Time: 5/24/19 6:48 PM
Description: Initializing game

java.lang.VerifyError: Bad return type
Exception Details:
Location:
Config.getDefiningResourcePack(Lnet/minecraft/server/network/NetHandlerLoginServer;)Lnet/minecraft/profiler/Snooper; @91: areturn
Reason:
Type 'net/minecraft/util/CombatEntry' (current frame, stack[0]) is not assignable to 'net/minecraft/profiler/Snooper' (from method signature)
Current Frame:
bci: @91
flags: { }
locals: { 'net/minecraft/server/network/NetHandlerLoginServer', 'net/minecraft/potion/PotionHealthBoost', 'java/util/Collection', 'java/util/List' }
stack: { 'net/minecraft/util/CombatEntry' }
Bytecode:
0x0000000: b202 cdb6 0388 4c2b b603 8e4d 2cc0 0335
0x0000010: 4e2d b903 3801 0004 6436 0415 049b 002e
0x0000020: 2d15 04b9 033c 0200 c003 a23a 0519 05b6
0x0000030: 03a5 3a06 1906 b203 7e2a b903 8103 0099
0x0000040: 0006 1906 b084 04ff a7ff d3b8 03a9 b203
0x0000050: 7e2a b603 d399 0007 b803 a9b0 01b0
Stackmap Table:
full_frame(@27,{Object[#665],Object[#906],Object[#915],Object[#821],Integer},{})
same_frame(@69)
chop_frame(@75,1)
same_frame(@92)

at java.lang.Class.getDeclaredFields0(Native Method)
at java.lang.Class.privateGetDeclaredFields(Class.java:2583)
at java.lang.Class.getField0(Class.java:2975)
at java.lang.Class.getField(Class.java:1701)
at net.minecraftforge.fml.client.FMLClientHandler.detectOptifine(FMLClientHandler.java:293)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:216)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
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 --
Thread: Client thread
Stacktrace:
at java.lang.Class.getDeclaredFields0(Native Method)
at java.lang.Class.privateGetDeclaredFields(Class.java:2583)
at java.lang.Class.getField0(Class.java:2975)
at java.lang.Class.getField(Class.java:1701)
at net.minecraftforge.fml.client.FMLClientHandler.detectOptifine(FMLClientHandler.java:293)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:216)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)

-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Mac OS X (x86_64) version 10.10.5
Java Version: 1.8.0_74, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 577610536 bytes (550 MB) / 805306368 bytes (768 MB) up to 2147483648 bytes (2048 MB)
JVM Flags: 7 total; -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML:
Loaded coremods (and transformers):
Launched Version: 1.12.2-forge1.12.2-14.23.5.2811
LWJGL: 2.9.2
OpenGL: AMD Radeon HD 6750M OpenGL Engine GL version 2.1 ATI-1.32.25, ATI Technologies Inc.
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because ARB_framebuffer_object 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: Yes
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs:
Current Language: ~~ERROR~~ NullPointerException: null
Profiler Position: N/A (disabled)
CPU: 4x Intel(R) Core(TM) i5-2400S CPU @ 2.50GHz

Merci d'avance ^^
 

ShE3py

Enbogueuse
Support
26 Septembre 2015
4 087
160
459
247
21
Mìlhüsa
java.lang.OutOfMemoryError: Java heap space
Tu n'as pas assez de mémoire allouée, rajoutes-en.
Cf. #11.


Bonjour, je ne savais pas où aller pour poser ma question et comme c'est un sujet de forum en rapport avec celui-ci et bien je suis venue ici. J'ai un problème qui est que dès que je lance minecraft modé avec forge, il crash au démarrage. Une amie a les mème mods et la même versions forge et aucun problème la seule différence est que je suis sur mac et elle sur pc. Voici le rapport de plantage :

---- Minecraft Crash Report ----

WARNING: coremods are present:
Contact their authors BEFORE contacting forge

// Hey, that tickles! Hehehe!

Time: 5/24/19 6:48 PM
Description: Initializing game

java.lang.VerifyError: Bad return type
Exception Details:
Location:
Config.getDefiningResourcePack(Lnet/minecraft/server/network/NetHandlerLoginServer;)Lnet/minecraft/profiler/Snooper; @91: areturn
Reason:
Type 'net/minecraft/util/CombatEntry' (current frame, stack[0]) is not assignable to 'net/minecraft/profiler/Snooper' (from method signature)
Current Frame:
bci: @91
flags: { }
locals: { 'net/minecraft/server/network/NetHandlerLoginServer', 'net/minecraft/potion/PotionHealthBoost', 'java/util/Collection', 'java/util/List' }
stack: { 'net/minecraft/util/CombatEntry' }
Bytecode:
0x0000000: b202 cdb6 0388 4c2b b603 8e4d 2cc0 0335
0x0000010: 4e2d b903 3801 0004 6436 0415 049b 002e
0x0000020: 2d15 04b9 033c 0200 c003 a23a 0519 05b6
0x0000030: 03a5 3a06 1906 b203 7e2a b903 8103 0099
0x0000040: 0006 1906 b084 04ff a7ff d3b8 03a9 b203
0x0000050: 7e2a b603 d399 0007 b803 a9b0 01b0
Stackmap Table:
full_frame(@27,{Object[#665],Object[#906],Object[#915],Object[#821],Integer},{})
same_frame(@69)
chop_frame(@75,1)
same_frame(@92)

at java.lang.Class.getDeclaredFields0(Native Method)
at java.lang.Class.privateGetDeclaredFields(Class.java:2583)
at java.lang.Class.getField0(Class.java:2975)
at java.lang.Class.getField(Class.java:1701)
at net.minecraftforge.fml.client.FMLClientHandler.detectOptifine(FMLClientHandler.java:293)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:216)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
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 --
Thread: Client thread
Stacktrace:
at java.lang.Class.getDeclaredFields0(Native Method)
at java.lang.Class.privateGetDeclaredFields(Class.java:2583)
at java.lang.Class.getField0(Class.java:2975)
at java.lang.Class.getField(Class.java:1701)
at net.minecraftforge.fml.client.FMLClientHandler.detectOptifine(FMLClientHandler.java:293)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:216)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)

-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Mac OS X (x86_64) version 10.10.5
Java Version: 1.8.0_74, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 577610536 bytes (550 MB) / 805306368 bytes (768 MB) up to 2147483648 bytes (2048 MB)
JVM Flags: 7 total; -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML:
Loaded coremods (and transformers):
Launched Version: 1.12.2-forge1.12.2-14.23.5.2811
LWJGL: 2.9.2
OpenGL: AMD Radeon HD 6750M OpenGL Engine GL version 2.1 ATI-1.32.25, ATI Technologies Inc.
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because ARB_framebuffer_object 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: Yes
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs:
Current Language: ~~ERROR~~ NullPointerException: null
Profiler Position: N/A (disabled)
CPU: 4x Intel(R) Core(TM) i5-2400S CPU @ 2.50GHz

Merci d'avance ^^
Merci de créer un nouveau topic ici, outre que c'est un crash il n'a aucun autre lien.
De plus, si tu aurais pris la peine de lire la première réponse, ce qui en soit peux t'être utile si tu penses avoir le même crash, tu aurais vu comment formater ce rapport de crash totalement illisible tel quel, que personne ne prendra la peine de lire.
 

Pietraux

Aventurier
18 Avril 2020
11
0
1
27
Bonsoir,

Tout d'abord, merci à l'avenir de mettre les rapports de crash dans des balises code :
Code:
[code]
crash-report
[*/code]
Sans l'astérisque. D'autant plus que votre rapport est incomplet.

Pour le crash, il faut savoir que certains mods ne sont à installer que sur le client. Par exemple, CMDCam et Optifine ne modifient que l'aspect visuel - le serveur s'en moque complètement. Si le mod ne vérifie pas sur quel côté (client ou serveur) il se trouve, il va tenter d'accéder à des fonctionnalités du client sur le serveur, et donc crashera.
Idem pour les mods de minimap, NEI ou Waila, il ne faut les mettre que sur le client.

Cordialement,
ShE3py.

P.S: Ça ne sert à rien d'envoyer la liste des mods, elle est indiquée dans le rapport de crash.
Legacy Java Fixer n'a plus de raison d'être maintenant que tout est en Java 8, enlève-le.
Et pour ta gouverne si la console s'ouvre, mais se ferme peu après dû au crash. Rajoute pause dans ton script de lancement pour éviter ce comportement ; il attendra que l'utilisateur presse une touche avant de se fermer.
 

Pietraux

Aventurier
18 Avril 2020
11
0
1
27
Bonsoir à toi. J'ai vue tes commentaires à propos d'une personne ayant des soucis de serveur, je te trouve très claire et tu sait de quoi tu parle! Aujourd'hui c'est moi qui plaid ton aide.
J'ai un soucis similaire à cette personne auquel tu as résolu son problème. Mon serveur Minecraft hébergé sous starmine .net crash.
J'ai suivi tes conseils indiquer précédemment à savoir:
_ Les modes qui ne change pas les structures ou n'ajoutant pas un plus matériel au jeu est à installer uniquement dans le client
_ J'ai mis forge sous la même version des mods installer

En solo tout les mods marches très bien! c'est uniquement sur le serveur que sa crash, hors, je peux entré dans le serveur ce n'est que au bout de 1 minute qu'il crash.
Voici le rapport d'erreur :

Code:
The game crashed whilst ticking entity
Error: java.lang.ClassCastException: java.lang.Integer cannot be cast to java.lang.Boolean


---- Minecraft Crash Report ----
// I bet Cylons wouldn't have this problem.
Time: 4/18/20 8:56 PM
Description: Ticking entity
java.lang.ClassCastException: java.lang.Integer cannot be cast to java.lang.Boolean
at drzhark.mocreatures.entity.MoCEntityTameableAquatic.getIsTamed(MoCEntityTameableAquatic.java:89)
at drzhark.mocreatures.entity.MoCEntityTameableAquatic.func_70094_T(MoCEntityTameableAquatic.java:442)
at net.minecraft.entity.EntityLivingBase.func_70030_z(EntityLivingBase.java:232)
at net.minecraft.entity.EntityLiving.func_70030_z(EntityLiving.java:208)
at drzhark.mocreatures.entity.MoCEntityAquatic.func_70030_z(MoCEntityAquatic.java:917)
at net.minecraft.entity.Entity.func_70071_h_(Entity.java:389)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2096)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:295)
at net.minecraft.world.World.func_72866_a(World.java:1996)
at net.minecraft.world.World.func_72870_g(World.java:1958)
at net.minecraft.world.World.func_72939_s(World.java:1762)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1847)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1098)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:398)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
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 --
Thread: Client thread
Stacktrace:
at drzhark.mocreatures.entity.MoCEntityTameableAquatic.getIsTamed(MoCEntityTameableAquatic.java:89)
at drzhark.mocreatures.entity.MoCEntityTameableAquatic.func_70094_T(MoCEntityTameableAquatic.java:442)
at net.minecraft.entity.EntityLivingBase.func_70030_z(EntityLivingBase.java:232)
at net.minecraft.entity.EntityLiving.func_70030_z(EntityLiving.java:208)
at drzhark.mocreatures.entity.MoCEntityAquatic.func_70030_z(MoCEntityAquatic.java:917)
at net.minecraft.entity.Entity.func_70071_h_(Entity.java:389)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2096)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:295)
at net.minecraft.world.World.func_72866_a(World.java:1996)
at net.minecraft.world.World.func_72870_g(World.java:1958)
-- Entity being ticked --
Details:
Entity Type: mocreatures:angler (drzhark.mocreatures.entity.aquatic.MoCEntityAngler)
Entity ID: 667
Entity Name: Angler
Entity's Exact location: 223.50, 66.00, 280.50
Entity's Block location: World: (223,66,280), Chunk: (at 15,4,8 in 13,17; contains blocks 208,0,272 to 223,255,287), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Entity's Momentum: 0.00, 0.00, 0.00
Entity's Passengers: []
Entity's Vehicle: ~~ERROR~~ NullPointerException: null
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1762)
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityPlayerSP['pietrauxxxxx'/589, l='MpServer', x=252.31, y=68.00, z=277.61]]
Chunk stats: MultiplayerChunkCache: 169, 169
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (216,64,224), Chunk: (at 8,4,0 in 13,14; contains blocks 208,0,224 to 223,255,239), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 35067 game time, 35067 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Forced entities: 88 total; [EntitySpider['Araignée'/128, l='MpServer', x=309.30, y=32.10, z=341.96], EntitySkeleton['Squelette'/129, l='MpServer', x=307.85, y=31.00, z=340.92], EntitySkeleton['Squelette'/130, l='MpServer', x=308.71, y=31.00, z=343.65], MoCEntityDragonfly['DragonFly'/132, l='MpServer', x=305.09, y=76.00, z=339.19], EntityZombieVillager['Zombie-villageois'/389, l='MpServer', x=203.50, y=23.00, z=198.50], EntityZombie['Zombie'/261, l='MpServer', x=306.50, y=15.00, z=328.50], MoCEntityCricket['Cricket'/133, l='MpServer', x=310.45, y=80.00, z=336.55], EntityZombie['Zombie'/262, l='MpServer', x=310.50, y=15.00, z=329.50], EntityZombie['Zombie'/646, l='MpServer', x=218.50, y=19.00, z=272.50], MoCEntityKitty['Kitty'/139, l='MpServer', x=324.50, y=74.00, z=202.50], EntityPlayerSP['pietrauxxxxx'/589, l='MpServer', x=252.31, y=68.00, z=277.61], EntitySkeleton['Squelette'/657, l='MpServer', x=280.50, y=42.00, z=306.50], EntityWraamon['Wraamon'/531, l='MpServer', x=202.60, y=44.00, z=258.54], EntityWraamon['Wraamon'/532, l='MpServer', x=215.38, y=43.00, z=287.81], EntitySkeleton['Squelette'/148, l='MpServer', x=324.50, y=26.00, z=283.50], EntityDarkling['Darkling'/533, l='MpServer', x=190.24, y=47.53, z=259.24], MoCEntitySilverSkeleton['SilverSkeleton'/149, l='MpServer', x=325.50, y=26.00, z=282.50], EntityDarkling['Darkling'/534, l='MpServer', x=215.49, y=37.00, z=319.49], MoCEntityMiniGolem['MiniGolem'/150, l='MpServer', x=325.45, y=27.00, z=296.17], EntitySkeleton['Squelette'/662, l='MpServer', x=329.50, y=32.00, z=312.50], EntityChupacabra['Violet Chupacabra'/535, l='MpServer', x=209.72, y=40.00, z=303.47], MoCEntityMiniGolem['MiniGolem'/151, l='MpServer', x=328.50, y=27.00, z=296.50], EntityWraamon['Wraamon'/536, l='MpServer', x=256.47, y=47.00, z=258.47], EntitySkeleton['Squelette'/152, l='MpServer', x=323.27, y=31.00, z=319.50], EntityChupacabra['Chupacabra'/537, l='MpServer', x=277.62, y=39.00, z=307.48], EntityCreeper['Creeper'/153, l='MpServer', x=326.09, y=32.00, z=313.50], EntityGnekk['Gnekk'/538, l='MpServer', x=254.51, y=46.69, z=327.49], EntityZombie['Zombie'/154, l='MpServer', x=320.50, y=33.00, z=314.50], EntityNymph['Nymph'/539, l='MpServer', x=234.67, y=70.29, z=260.36], EntityZombie['Zombie'/155, l='MpServer', x=326.77, y=32.00, z=313.50], MoCEntityAngler['Angler'/667, l='MpServer', x=223.50, y=66.00, z=280.50], EntitySpider['Araignée'/156, l='MpServer', x=326.70, y=32.00, z=315.70], EntitySquid['Poulpe'/668, l='MpServer', x=216.50, y=58.00, z=327.50], MoCEntityWerewolf['Werewolf'/158, l='MpServer', x=329.50, y=59.00, z=324.50], MoCEntityCricket['Cricket'/159, l='MpServer', x=307.10, y=75.00, z=331.46], EntityMinecartChest['Wagonnet de stockage'/160, l='MpServer', x=322.50, y=34.06, z=349.50], EntitySkeleton['Squelette'/292, l='MpServer', x=285.50, y=38.00, z=315.50], EntitySquid['Poulpe'/294, l='MpServer', x=223.06, y=62.38, z=315.37], EntitySquid['Poulpe'/295, l='MpServer', x=214.01, y=61.00, z=321.87], MoCEntityHellRat['HellRat'/552, l='MpServer', x=222.50, y=25.00, z=212.50], EntityChicken['Poule'/42, l='MpServer', x=184.49, y=77.00, z=198.76], EntityCreeper['Creeper'/426, l='MpServer', x=214.82, y=43.00, z=288.47], EntitySquid['Poulpe'/298, l='MpServer', x=245.72, y=61.18, z=341.31], EntityChicken['Poule'/43, l='MpServer', x=185.50, y=75.00, z=206.87], EntitySquid['Poulpe'/300, l='MpServer', x=193.61, y=62.02, z=316.38], EntityChicken['Poule'/45, l='MpServer', x=191.64, y=70.00, z=214.80], EntityZombie['Zombie'/430, l='MpServer', x=284.50, y=24.00, z=333.50], MoCEntityElephant['Elephant'/49, l='MpServer', x=184.97, y=65.00, z=338.03], EntityChicken['Poule'/51, l='MpServer', x=205.47, y=69.00, z=208.81], EntitySkeleton['Squelette'/443, l='MpServer', x=278.50, y=25.00, z=349.50], EntityItem['item.item.apple'/64, l='MpServer', x=228.08, y=66.00, z=240.55], EntitySkeleton['Squelette'/65, l='MpServer', x=231.30, y=35.00, z=270.50], EntitySquid['Poulpe'/69, l='MpServer', x=222.49, y=60.44, z=329.61], EntityCreeper['Creeper'/328, l='MpServer', x=244.50, y=24.00, z=285.50], EntityItem['item.item.hatchetIron'/77, l='MpServer', x=246.30, y=23.00, z=272.97], EntitySkeleton['Squelette'/464, l='MpServer', x=244.50, y=24.00, z=259.50], EntityItem['item.item.fish.cod.raw'/208, l='MpServer', x=275.01, y=30.00, z=332.51], MoCEntityHellRat['HellRat'/82, l='MpServer', x=245.50, y=44.00, z=324.50], EntityCreeper['Creeper'/468, l='MpServer', x=203.50, y=26.00, z=276.16], MoCEntityFly['Fly'/85, l='MpServer', x=267.90, y=67.00, z=259.90], MoCEntityWerewolf['Werewolf'/86, l='MpServer', x=271.45, y=36.00, z=285.45], EntityCreeper['Creeper'/87, l='MpServer', x=256.70, y=58.29, z=286.32], EntitySkeleton['Squelette'/472, l='MpServer', x=238.50, y=22.00, z=271.50], MoCEntityTiger['Tiger'/88, l='MpServer', x=259.06, y=59.00, z=312.98], EntityZombie['Zombie'/93, l='MpServer', x=262.50, y=45.00, z=343.50], MoCEntityDragonfly['DragonFly'/225, l='MpServer', x=270.66, y=78.00, z=231.85], MoCEntityDragonfly['DragonFly'/226, l='MpServer', x=262.48, y=66.00, z=246.50], MoCEntityDragonfly['DragonFly'/227, l='MpServer', x=242.57, y=70.00, z=240.46], EntitySpider['Araignée'/101, l='MpServer', x=283.03, y=26.10, z=350.67], MoCEntityRat['Rat'/103, l='MpServer', x=279.76, y=27.00, z=349.74], EntityZombie['Zombie'/106, l='MpServer', x=287.18, y=18.00, z=344.50], EntityZombie['Zombie'/618, l='MpServer', x=314.36, y=30.00, z=324.54], EntityZombie['Zombie'/619, l='MpServer', x=314.50, y=30.00, z=323.50], EntitySkeleton['Squelette'/623, l='MpServer', x=241.50, y=32.00, z=258.50], EntitySkeleton['Squelette'/499, l='MpServer', x=314.50, y=26.00, z=290.50], EntityZombie['Zombie'/116, l='MpServer', x=301.53, y=33.00, z=323.72], EntitySpider['Araignée'/117, l='MpServer', x=296.50, y=26.00, z=342.50], EntitySpider['Araignée'/118, l='MpServer', x=294.50, y=26.00, z=342.50], EntitySkeleton['Squelette'/632, l='MpServer', x=237.29, y=32.00, z=255.50], MoCEntityBee['Bee'/121, l='MpServer', x=301.70, y=68.00, z=238.17], EntitySkeleton['Squelette'/633, l='MpServer', x=235.50, y=31.00, z=251.50], MoCEntitySnail['Snail'/122, l='MpServer', x=313.50, y=78.00, z=255.50], EntityDjinn['Djinn'/252, l='MpServer', x=179.86, y=106.39, z=211.86], EntityCreeper['Creeper'/124, l='MpServer', x=314.50, y=30.00, z=327.50], EntityZombie['Zombie'/125, l='MpServer', x=312.35, y=30.00, z=324.23], MoCEntityCricket['Cricket'/126, l='MpServer', x=311.49, y=82.00, z=332.95], EntityDjinn['Djinn'/255, l='MpServer', x=203.48, y=123.48, z=296.65], EntityMinecartChest['Wagonnet de stockage'/127, l='MpServer', x=309.50, y=31.06, z=341.11]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Non-integrated multiplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:420)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2741)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:419)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 478874688 bytes (456 MB) / 1308622848 bytes (1248 MB) up to 2147483648 bytes (2048 MB)
JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.5.2847 7 mods loaded, 7 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
| State  | ID            | Version               | Source                                     | Signature |
|:------ |:------------- |:--------------------- |:------------------------------------------ |:--------- |
| LCHIJA | minecraft | 1.12.2 | minecraft.jar | None |
| LCHIJA | mcp | 9.42 | minecraft.jar | None |
| LCHIJA | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2847.jar | None |
| LCHIJA | forge | 14.23.5.2847 | forge-1.12.2-14.23.5.2847.jar | None |
| LCHIJA | mocreatures | 12.0.3 | DrZharks MoCreatures Mod-12.0.3.jar | None |
| LCHIJA | lycanitesmobs | 2.0.7.0 - MC 1.12.2 | lycanitesmobs-1.12.2-2.0.7.0.jar | None |
| LCHIJA | millenaire    | Millénaire 8.0-beta.1 | millenaire-1.12.2-8.0.0-beta.1 - Copie.jar | None      |
Loaded coremods (and transformers):
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 441.66' Renderer: 'GeForce RTX 2060 SUPER/PCIe/SSE2'
Launched Version: 1.12.2-forge1.12.2-14.23.5.2847
LWJGL: 2.9.4
OpenGL: GeForce RTX 2060 SUPER/PCIe/SSE2 GL version 4.6.0 NVIDIA 441.66, 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: Yes
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs:
Current Language: Français (France)
Profiler Position: N/A (disabled)
CPU: 6x Intel(R) Core(TM) i5-9400F CPU @ 2.90GHz

Malheureusement cela dépasse mes compétence informatique je n'y comprends rien. C'est ainsi que je réclame ton aide . Merci
Ps Je suis nouveau ici je ne connaît que peut le fonctionnement du site .
 
Dernière édition par un modérateur:

ShE3py

Enbogueuse
Support
26 Septembre 2015
4 087
160
459
247
21
Mìlhüsa
Bonsoir,

Merci d'éviter de créer une nouvelle demande dans un topic déjà existant, recréer en un.
Le crash est causé par Mo' Creatures, tu as actuellement la version 12.0.3, essaye de le mettre à jour vers la version 12.0.5 (lien).

Si cela ne résout pas le problème, créer une nouvelle discussion ici, en recopiant le rapport de crash, cette fois-ci entre des balises code :
Code:
[code]
Copie/colle le contenu du fichier entre ces deux balises
[*/code]

Sans l'astérisque « * ».

Cordialement,
ShE3py.