MFF

    Minecraft Forge France
    • Récent
    • Mots-clés
    • Populaire
    • Utilisateurs
    • Groupes
    • Forge Events
      • Automatique
      • Foncé
      • Clair
    • S'inscrire
    • Se connecter

    Crash Serveur

    Planifier Épinglé Verrouillé Déplacé Résolu 1.7.x
    1.7.10
    5 Messages 3 Publieurs 344 Vues 3 Watching
    Charger plus de messages
    • Du plus ancien au plus récent
    • Du plus récent au plus ancien
    • Les plus votés
    Répondre
    • Répondre à l'aide d'un nouveau sujet
    Se connecter pour répondre
    Ce sujet a été supprimé. Seuls les utilisateurs avec les droits d'administration peuvent le voir.
    • S Hors-ligne
      Soukazes
      dernière édition par robin4002

      Bonjour,

      Mon serveur crash a chaque fois que je met mon mod : SlimeMod.

      Voici le log server de Eclipse.

      [14:02:06] [main/INFO] [GradleStart]: Extra: []
      [14:02:07] [main/INFO] [GradleStart]: Running with arguments: [--tweakClass, cpw.mods.fml.common.launcher.FMLServerTweaker, --tweakClass, net.minecraftforge.gradle.tweakers.CoremodTweaker]
      [14:02:07] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
      [14:02:07] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
      [14:02:07] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker
      [14:02:07] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweaker
      [14:02:07] [main/INFO] [FML]: Forge Mod Loader version 7.99.34.1541 for Minecraft 1.7.10 loading
      [14:02:07] [main/INFO] [FML]: Java is Java HotSpot(TM) Client VM, version 1.8.0_221, running on Windows 10:x86:10.0, installed at C:\Program Files (x86)\Java\jre1.8.0_221
      [14:02:07] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
      [14:02:07] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker
      [14:02:07] [main/INFO] [GradleStart]: Injecting location in coremod cpw.mods.fml.relauncher.FMLCorePlugin
      [14:02:07] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin
      [14:02:07] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
      [14:02:07] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
      [14:02:07] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
      [14:02:07] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
      [14:02:07] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
      [14:02:07] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
      [14:02:07] [main/ERROR] [FML]: The binary patch set is missing. Either you are in a development environment, or things are not going to work!
      [14:02:08] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing
      [14:02:08] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
      [14:02:08] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
      [14:02:08] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
      [14:02:08] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
      [14:02:08] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
      [14:02:08] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
      [14:02:09] [main/WARN] [FML]: =============================================================
      [14:02:09] [main/WARN] [FML]: MOD HAS DIRECT REFERENCE System.exit() THIS IS NOT ALLOWED REROUTING TO FML!
      [14:02:09] [main/WARN] [FML]: Offendor: net/minecraft/server/gui/MinecraftServerGui$1.windowClosing(Ljava/awt/event/WindowEvent;)V
      [14:02:09] [main/WARN] [FML]: Use FMLCommonHandler.exitJava instead
      [14:02:09] [main/WARN] [FML]: =============================================================
      [14:02:09] [Server thread/INFO]: Starting minecraft server version 1.7.10
      [14:02:09] [Server thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
      [14:02:09] [Server thread/INFO] [FML]: MinecraftForge v10.13.4.1541 Initialized
      [14:02:09] [Server thread/INFO] [FML]: Replaced 183 ore recipies
      [14:02:09] [Server thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
      [14:02:09] [Server thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
      [14:02:09] [Server thread/INFO] [FML]: Searching C:\Users\Logan\Desktop\forge-1.7.10-10.13.4.1541-1.7.10-src\eclipse\mods for mods
      [14:02:09] [Server thread/ERROR] [FML]: The mcmod.info file in bin cannot be parsed as valid JSON. It will be ignored
      com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was STRING
      	at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:176) ~[ReflectiveTypeAdapterFactory$Adapter.class:?]
      	at com.google.gson.Gson.fromJson(Gson.java:803) ~[Gson.class:?]
      	at com.google.gson.Gson.fromJson(Gson.java:868) ~[Gson.class:?]
      	at com.google.gson.Gson.fromJson(Gson.java:841) ~[Gson.class:?]
      	at cpw.mods.fml.common.MetadataCollection.from(MetadataCollection.java:64) [MetadataCollection.class:?]
      	at cpw.mods.fml.common.discovery.DirectoryDiscoverer.exploreFileSystem(DirectoryDiscoverer.java:69) [DirectoryDiscoverer.class:?]
      	at cpw.mods.fml.common.discovery.DirectoryDiscoverer.discover(DirectoryDiscoverer.java:53) [DirectoryDiscoverer.class:?]
      	at cpw.mods.fml.common.discovery.ContainerType.findMods(ContainerType.java:42) [ContainerType.class:?]
      	at cpw.mods.fml.common.discovery.ModCandidate.explore(ModCandidate.java:71) [ModCandidate.class:?]
      	at cpw.mods.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscoverer.java:131) [ModDiscoverer.class:?]
      	at cpw.mods.fml.common.Loader.identifyMods(Loader.java:364) [Loader.class:?]
      	at cpw.mods.fml.common.Loader.loadMods(Loader.java:489) [Loader.class:?]
      	at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:87) [FMLServerHandler.class:?]
      	at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:314) [FMLCommonHandler.class:?]
      	at net.minecraft.server.dedicated.DedicatedServer.startServer(DedicatedServer.java:120) [DedicatedServer.class:?]
      	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:445) [MinecraftServer.class:?]
      	at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:752) [MinecraftServer$2.class:?]
      Caused by: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was STRING
      	at com.google.gson.internal.bind.JsonTreeReader.expect(JsonTreeReader.java:139) ~[JsonTreeReader.class:?]
      	at com.google.gson.internal.bind.JsonTreeReader.beginArray(JsonTreeReader.java:58) ~[JsonTreeReader.class:?]
      	at com.google.gson.internal.bind.CollectionTypeAdapterFactory$Adapter.read(CollectionTypeAdapterFactory.java:79) ~[CollectionTypeAdapterFactory$Adapter.class:?]
      	at com.google.gson.internal.bind.CollectionTypeAdapterFactory$Adapter.read(CollectionTypeAdapterFactory.java:60) ~[CollectionTypeAdapterFactory$Adapter.class:?]
      	at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$1.read(ReflectiveTypeAdapterFactory.java:93) ~[ReflectiveTypeAdapterFactory$1.class:?]
      	at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:172) ~[ReflectiveTypeAdapterFactory$Adapter.class:?]
      	... 16 more
      [14:02:10] [Server thread/INFO] [SlimeMod]: Mod SlimeMod is missing the required element 'name'. Substituting SlimeMod
      [14:02:14] [Server thread/INFO] [FML]: Forge Mod Loader has identified 4 mods to load
      [14:02:14] [Server thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, SlimeMod] at CLIENT
      [14:02:14] [Server thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, SlimeMod] at SERVER
      [14:02:14] [Server thread/INFO] [FML]: Processing ObjectHolder annotations
      [14:02:14] [Server thread/INFO] [FML]: Found 341 ObjectHolder annotations
      [14:02:14] [Server thread/INFO] [FML]: Identifying ItemStackHolder annotations
      [14:02:14] [Server thread/INFO] [FML]: Found 0 ItemStackHolder annotations
      [14:02:14] [Server thread/INFO] [FML]: Configured a dormant chunk cache size of 0
      [14:02:14] [Server thread/INFO] [FML]: Applying holder lookups
      [14:02:14] [Server thread/INFO] [FML]: Holder lookups applied
      [14:02:14] [Server thread/INFO] [FML]: Injecting itemstacks
      [14:02:14] [Server thread/INFO] [FML]: Itemstack injection complete
      [14:02:14] [Server thread/ERROR] [FML]: Fatal errors were detected during the transition from PREINITIALIZATION to INITIALIZATION. Loading cannot continue
      [14:02:14] [Server thread/ERROR] [FML]: 
      	States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
      	UCH	mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) 
      	UCH	FML{7.10.99.99} [Forge Mod Loader] (forgeSrc-1.7.10-10.13.4.1541-1.7.10.jar) 
      	UCH	Forge{10.13.4.1541} [Minecraft Forge] (forgeSrc-1.7.10-10.13.4.1541-1.7.10.jar) 
      	UCE	SlimeMod{3.0.0} [SlimeMod] (bin) 
      [14:02:14] [Server thread/ERROR] [FML]: The following problems were captured during this phase
      [14:02:14] [Server thread/ERROR] [FML]: Caught exception from SlimeMod
      java.lang.UnsatisfiedLinkError: no lwjgl in java.library.path
      	at java.lang.ClassLoader.loadLibrary(Unknown Source) ~[?:1.8.0_221]
      	at java.lang.Runtime.loadLibrary0(Unknown Source) ~[?:1.8.0_221]
      	at java.lang.System.loadLibrary(Unknown Source) ~[?:1.8.0_221]
      	at org.lwjgl.Sys$1.run(Sys.java:73) ~[lwjgl-2.9.1.jar:?]
      	at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_221]
      	at org.lwjgl.Sys.doLoadLibrary(Sys.java:66) ~[lwjgl-2.9.1.jar:?]
      	at org.lwjgl.Sys.loadLibrary(Sys.java:95) ~[lwjgl-2.9.1.jar:?]
      	at org.lwjgl.Sys.<clinit>(Sys.java:112) ~[lwjgl-2.9.1.jar:?]
      	at org.lwjgl.opengl.Display.<clinit>(Display.java:135) ~[lwjgl-2.9.1.jar:?]
      	at fr.slimemod.SlimeMod.preInit(SlimeMod.java:50) ~[SlimeMod.class:?]
      	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_221]
      	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_221]
      	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_221]
      	at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_221]
      	at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) ~[FMLModContainer.class:?]
      	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_221]
      	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_221]
      	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_221]
      	at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_221]
      	at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
      	at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
      	at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
      	at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
      	at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
      	at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) ~[LoadController.class:?]
      	at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) ~[LoadController.class:?]
      	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_221]
      	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_221]
      	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_221]
      	at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_221]
      	at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
      	at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
      	at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
      	at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
      	at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
      	at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) [LoadController.class:?]
      	at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556) [Loader.class:?]
      	at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:88) [FMLServerHandler.class:?]
      	at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:314) [FMLCommonHandler.class:?]
      	at net.minecraft.server.dedicated.DedicatedServer.startServer(DedicatedServer.java:120) [DedicatedServer.class:?]
      	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:445) [MinecraftServer.class:?]
      	at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:752) [MinecraftServer$2.class:?]
      [14:02:14] [Server thread/ERROR]: Encountered an unexpected exception
      cpw.mods.fml.common.LoaderException: java.lang.UnsatisfiedLinkError: no lwjgl in java.library.path
      
      	at cpw.mods.fml.common.LoadController.transition(LoadController.java:163) ~[LoadController.class:?]
      	at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:559) ~[Loader.class:?]
      	at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:88) ~[FMLServerHandler.class:?]
      	at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:314) ~[FMLCommonHandler.class:?]
      	at net.minecraft.server.dedicated.DedicatedServer.startServer(DedicatedServer.java:120) ~[DedicatedServer.class:?]
      	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:445) [MinecraftServer.class:?]
      	at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:752) [MinecraftServer$2.class:?]
      Caused by: java.lang.UnsatisfiedLinkError: no lwjgl in java.library.path
      	at java.lang.ClassLoader.loadLibrary(Unknown Source) ~[?:1.8.0_221]
      	at java.lang.Runtime.loadLibrary0(Unknown Source) ~[?:1.8.0_221]
      	at java.lang.System.loadLibrary(Unknown Source) ~[?:1.8.0_221]
      	at org.lwjgl.Sys$1.run(Sys.java:73) ~[lwjgl-2.9.1.jar:?]
      	at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_221]
      	at org.lwjgl.Sys.doLoadLibrary(Sys.java:66) ~[lwjgl-2.9.1.jar:?]
      	at org.lwjgl.Sys.loadLibrary(Sys.java:95) ~[lwjgl-2.9.1.jar:?]
      	at org.lwjgl.Sys.<clinit>(Sys.java:112) ~[lwjgl-2.9.1.jar:?]
      	at org.lwjgl.opengl.Display.<clinit>(Display.java:135) ~[lwjgl-2.9.1.jar:?]
      	at fr.slimemod.SlimeMod.preInit(SlimeMod.java:50) ~[SlimeMod.class:?]
      	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_221]
      	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_221]
      	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_221]
      	at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_221]
      	at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) ~[FMLModContainer.class:?]
      	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_221]
      	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_221]
      	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_221]
      	at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_221]
      	at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
      	at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
      	at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
      	at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
      	at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
      	at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) ~[LoadController.class:?]
      	at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) ~[LoadController.class:?]
      	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_221]
      	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_221]
      	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_221]
      	at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_221]
      	at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
      	at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
      	at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
      	at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
      	at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
      	at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) ~[LoadController.class:?]
      	at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556) ~[Loader.class:?]
      	... 5 more
      [14:02:14] [Server thread/ERROR]: This crash report has been saved to: C:\Users\Logan\Desktop\forge-1.7.10-10.13.4.1541-1.7.10-src\eclipse\.\crash-reports\crash-2019-09-01_14.02.14-server.txt
      [14:02:14] [Server thread/WARN] [FML]: Can't revert to frozen GameData state without freezing first.
      [14:02:14] [Server thread/INFO] [FML]: Applying holder lookups
      [14:02:14] [Server thread/INFO] [FML]: Holder lookups applied
      [14:02:14] [Server thread/INFO] [FML]: The state engine was in incorrect state ERRORED and forced into state SERVER_STOPPED. Errors may have been discarded.
      [14:02:14] [Server thread/INFO] [FML]: The state engine was in incorrect state ERRORED and forced into state AVAILABLE. Errors may have been discarded.
      Java HotSpot(TM) Client VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
      

      Merci par avance de votre aide.

      1 réponse Dernière réponse Répondre Citer 0
      • A Hors-ligne
        Alex00703
        dernière édition par

        [14:02:09] [Server thread/ERROR] [FML]: The mcmod.info file in bin cannot be parsed as valid JSON. It will be ignored

        Le mcmod.info n’est pas valide

        1 réponse Dernière réponse Répondre Citer 0
        • S Hors-ligne
          Soukazes
          dernière édition par robin4002

          Merci mais je n’ai rien touché dans le mcmod.info, il fonctionné avant.

          [
          {
            "modid": "slimemod",
            "name": "Slimemod",
            "description": "C'est le mod principale de SlimeCraft",
            "version": "${version}",
            "mcversion": "${mcversion}",
            "url": "",
            "updateUrl": "",
            "authorList": "[Soukazes]",
            "credits": "The Forge and FML guys, for making this slimemod",
            "logoFile": "",
            "screenshots": [],
            "dependencies": []
          }
          ]
          
          1 réponse Dernière réponse Répondre Citer 0
          • robin4002R Hors-ligne
            robin4002 Moddeurs confirmés Rédacteurs Administrateurs
            dernière édition par

            Bonjour,

            Le problème c’est que tu fais des appels à LWJGL dans ta classe principale or LWJGL n’est pas présent sur un serveur.

            Ah et les balises de code pour rendre plus lisible les rapports de crash c’est pas option (voir le réglement).
            Et faudra aussi m’expliquer ce qui n’est pas clair dans ce message affiché en rouge …
            Capture d’écran de 2019-09-02 10-45-33.png
            Bref, j’ai déplacé dans la bonne section (support pour les moddeurs).

            1 réponse Dernière réponse Répondre Citer 0
            • S Hors-ligne
              Soukazes
              dernière édition par

              C’est bon çà crash plus merci a vous

              1 réponse Dernière réponse Répondre Citer 0
              • 1 / 1
              • Premier message
                Dernier message
              Design by Woryk
              ContactMentions Légales

              MINECRAFT FORGE FRANCE © 2024

              Powered by NodeBB