1. Le forum de Minecraft-France va définitivement fermer ses portes. Celui-ci restera en lecture seule mais vous ne pourrez plus y apporter de nouveaux topics. Nous vous invitons à nous rejoindre sur le Discord de Minecraft-France qui permet de présenter vos projets, discuter avec la communauté etc.. Merci à tous d'avoir fait vivre ce forum de nombreuses années. Pour nous rejoindre sur Discord, Cliquez ici

Résolu Problème lancement Thermos [1.7.10]

Discussion dans 'Aide à la création de mod' créé par ipvpgun, 6 Fev 2018.

  1. ipvpgun

    ipvpgun Nouveau

    Inscrit:
    6 Fev 2018
    Messages:
    4
    Points:
    0
    Sexe:
    Homme
    Bonjour à tous, je vous demande de l'aide car j'ai récemment lancé mon projet de serveur minecraft launcher moddé. J'ai commencé à créer mon mod, et j'ai ajouté la génération de mes minerais dans ce monde. J'ai aussi crée un nouveau coffre. Le problème étant que lorsque je lance mon serveur (Thermos), le serveur crash avec l'erreur: The state engine was in incorrect state SERVER_STOPPING and forced into state SERVER_STOPPED. Errors may have been discarded.

    Apparement Thermos ne trouve pas la class de ma rubisBox

    Voici l'erreur console:

    Ps: Merci de votre aide par avance :)

    Code (java):

    [18:01:34 INFO]: [Metrics] Connection timed out (Connection timed out)
    [18:01:34 INFO]: [WorldGuard] 0 regions loaded for 'mapfini'
    [18:01:34 ERROR]: Encountered an unexpected exception
    net.minecraft.util.ReportedException: Ticking entity
            at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:1003) ~[MinecraftServer.class:?]
            at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:432) ~[lt.class:?]
            at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:841) ~[MinecraftServer.class:?]
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:693) [MinecraftServer.class:?]
            at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
    Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/renderer/entity/Render
            at com.aqualitefight.mod.containers.Rubischest.func_149645_b(Rubischest.java:135) ~[Rubischest.class:?]
            at net.minecraft.pathfinding.PathFinder.func_82565_a(SourceFile:199) ~[ayg.class:?]
            at net.minecraft.pathfinding.PathFinder.func_75855_a(SourceFile:181) ~[ayg.class:?]
            at net.minecraft.pathfinding.PathFinder.func_75858_a(SourceFile:133) ~[ayg.class:?]
            at net.minecraft.pathfinding.PathFinder.func_75860_b(SourceFile:120) ~[ayg.class:?]
            at net.minecraft.pathfinding.PathFinder.func_75861_a(SourceFile:89) ~[ayg.class:?]
            at net.minecraft.pathfinding.PathFinder.func_75857_a(SourceFile:60) ~[ayg.class:?]
            at net.minecraft.pathfinding.PathFinder.func_75859_a(SourceFile:36) ~[ayg.class:?]
            at net.minecraft.world.World.func_72844_a(World.java:4150) ~[ahb.class:?]
            at net.minecraft.pathfinding.PathNavigate.func_75488_a(PathNavigate.java:88) ~[vv.class:?]
            at net.minecraft.pathfinding.PathNavigate.func_75492_a(PathNavigate.java:93) ~[vv.class:?]
            at net.minecraft.entity.ai.EntityAIWander.func_75249_e(SourceFile:41) ~[vc.class:?]
            at net.minecraft.entity.ai.EntityAITasks.func_75774_a(EntityAITasks.java:111) ~[uj.class:?]
            at net.minecraft.entity.EntityLiving.func_70619_bc(EntityLiving.java:582) ~[sw.class:?]
            at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2121) ~[sv.class:?]
            at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:388) ~[sw.class:?]
            at net.minecraft.entity.monster.EntityMob.func_70636_d(EntityMob.java:36) ~[yg.class:?]
            at net.minecraft.entity.monster.EntityWitch.func_70636_d(SourceFile:140) ~[yp.class:?]
            at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1954) ~[sv.class:?]
            at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:213) ~[sw.class:?]
            at net.minecraft.entity.monster.EntityMob.func_70071_h_(EntityMob.java:41) ~[yg.class:?]
            at net.minecraft.world.World.func_72866_a(World.java:2740) ~[ahb.class:?]
            at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:877) ~[mt.class:?]
            at net.minecraft.world.World.func_72870_g(World.java:2678) ~[ahb.class:?]
            at net.minecraft.world.World.func_72939_s(World.java:2480) ~[ahb.class:?]
            at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:673) ~[mt.class:?]
            at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:986) ~[MinecraftServer.class:?]
            ... 4 more
    Caused by: java.lang.ClassNotFoundException: net.minecraft.client.renderer.entity.Render
            at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?]
            at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_151]
            at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_151]
            at com.aqualitefight.mod.containers.Rubischest.func_149645_b(Rubischest.java:135) ~[Rubischest.class:?]
            at net.minecraft.pathfinding.PathFinder.func_82565_a(SourceFile:199) ~[ayg.class:?]
            at net.minecraft.pathfinding.PathFinder.func_75855_a(SourceFile:181) ~[ayg.class:?]
            at net.minecraft.pathfinding.PathFinder.func_75858_a(SourceFile:133) ~[ayg.class:?]
            at net.minecraft.pathfinding.PathFinder.func_75860_b(SourceFile:120) ~[ayg.class:?]
            at net.minecraft.pathfinding.PathFinder.func_75861_a(SourceFile:89) ~[ayg.class:?]
            at net.minecraft.pathfinding.PathFinder.func_75857_a(SourceFile:60) ~[ayg.class:?]
            at net.minecraft.pathfinding.PathFinder.func_75859_a(SourceFile:36) ~[ayg.class:?]
            at net.minecraft.world.World.func_72844_a(World.java:4150) ~[ahb.class:?]
            at net.minecraft.pathfinding.PathNavigate.func_75488_a(PathNavigate.java:88) ~[vv.class:?]
            at net.minecraft.pathfinding.PathNavigate.func_75492_a(PathNavigate.java:93) ~[vv.class:?]
            at net.minecraft.entity.ai.EntityAIWander.func_75249_e(SourceFile:41) ~[vc.class:?]
            at net.minecraft.entity.ai.EntityAITasks.func_75774_a(EntityAITasks.java:111) ~[uj.class:?]
            at net.minecraft.entity.EntityLiving.func_70619_bc(EntityLiving.java:582) ~[sw.class:?]
            at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2121) ~[sv.class:?]
            at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:388) ~[sw.class:?]
            at net.minecraft.entity.monster.EntityMob.func_70636_d(EntityMob.java:36) ~[yg.class:?]
            at net.minecraft.entity.monster.EntityWitch.func_70636_d(SourceFile:140) ~[yp.class:?]
            at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1954) ~[sv.class:?]
            at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:213) ~[sw.class:?]
            at net.minecraft.entity.monster.EntityMob.func_70071_h_(EntityMob.java:41) ~[yg.class:?]
            at net.minecraft.world.World.func_72866_a(World.java:2740) ~[ahb.class:?]
            at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:877) ~[mt.class:?]
            at net.minecraft.world.World.func_72870_g(World.java:2678) ~[ahb.class:?]
            at net.minecraft.world.World.func_72939_s(World.java:2480) ~[ahb.class:?]
            at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:673) ~[mt.class:?]
            at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:986) ~[MinecraftServer.class:?]
            ... 4 more
    Caused by: java.lang.NullPointerException
    [18:01:34 ERROR]:       Cause of unexpected exception was
    java.lang.NoClassDefFoundError: net/minecraft/client/renderer/entity/Render
            at com.aqualitefight.mod.containers.Rubischest.func_149645_b(Rubischest.java:135) ~[Rubischest.class:?]
            at net.minecraft.pathfinding.PathFinder.func_82565_a(SourceFile:199) ~[ayg.class:?]
            at net.minecraft.pathfinding.PathFinder.func_75855_a(SourceFile:181) ~[ayg.class:?]
            at net.minecraft.pathfinding.PathFinder.func_75858_a(SourceFile:133) ~[ayg.class:?]
            at net.minecraft.pathfinding.PathFinder.func_75860_b(SourceFile:120) ~[ayg.class:?]
            at net.minecraft.pathfinding.PathFinder.func_75861_a(SourceFile:89) ~[ayg.class:?]
            at net.minecraft.pathfinding.PathFinder.func_75857_a(SourceFile:60) ~[ayg.class:?]
            at net.minecraft.pathfinding.PathFinder.func_75859_a(SourceFile:36) ~[ayg.class:?]
            at net.minecraft.world.World.func_72844_a(World.java:4150) ~[ahb.class:?]
            at net.minecraft.pathfinding.PathNavigate.func_75488_a(PathNavigate.java:88) ~[vv.class:?]
            at net.minecraft.pathfinding.PathNavigate.func_75492_a(PathNavigate.java:93) ~[vv.class:?]
            at net.minecraft.entity.ai.EntityAIWander.func_75249_e(SourceFile:41) ~[vc.class:?]
            at net.minecraft.entity.ai.EntityAITasks.func_75774_a(EntityAITasks.java:111) ~[uj.class:?]
            at net.minecraft.entity.EntityLiving.func_70619_bc(EntityLiving.java:582) ~[sw.class:?]
            at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2121) ~[sv.class:?]
            at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:388) ~[sw.class:?]
            at net.minecraft.entity.monster.EntityMob.func_70636_d(EntityMob.java:36) ~[yg.class:?]
            at net.minecraft.entity.monster.EntityWitch.func_70636_d(SourceFile:140) ~[yp.class:?]
            at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1954) ~[sv.class:?]
            at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:213) ~[sw.class:?]
            at net.minecraft.entity.monster.EntityMob.func_70071_h_(EntityMob.java:41) ~[yg.class:?]
            at net.minecraft.world.World.func_72866_a(World.java:2740) ~[ahb.class:?]
            at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:877) ~[mt.class:?]
            at net.minecraft.world.World.func_72870_g(World.java:2678) ~[ahb.class:?]
            at net.minecraft.world.World.func_72939_s(World.java:2480) ~[ahb.class:?]
            at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:673) ~[mt.class:?]
            at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:986) ~[MinecraftServer.class:?]
            at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:432) ~[lt.class:?]
            at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:841) ~[MinecraftServer.class:?]
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:693) [MinecraftServer.class:?]
            at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
    Caused by: java.lang.ClassNotFoundException: net.minecraft.client.renderer.entity.Render
            at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?]
            at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_151]
            at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_151]
            ... 31 more
    Caused by: java.lang.NullPointerException
    [18:01:34 ERROR]: This crash report has been saved to: /home/minecraft/./crash-reports/crash-2018-02-05_18.01.34-server.txt
    [18:01:34 INFO]: Stopping server
    [18:01:34 INFO]: [ServerSigns] Disabling ServerSigns v4.5.1
    [18:01:34 INFO]: [ServerSigns] ServerSigns is now disabled.
    [18:01:34 INFO]: [Citizens] Disabling Citizens v2.0.13-SNAPSHOT (build 1156)
    [18:01:34 INFO]: [HolographicDisplays] Disabling HolographicDisplays v2.1.10
    [18:01:34 INFO]: [AquaFaction] Disabling AquaFaction v1.0
    [18:01:34 INFO]: [AquaFaction v1.0] Disabled
    [18:01:34 INFO]: [Jobs] Disabling Jobs v2.12.0
    [18:01:34 INFO]: [Jobs] Database save task shutdown
    [18:01:34 INFO]: [Jobs] Buffered payment thread shutdown
    [18:01:34 INFO]: [Jobs] Plugin has been disabled succesfully.
    [18:01:34 INFO]: [KnockBackFixer] Disabling KnockBackFixer v4.0
    [18:01:34 INFO]: [AuthMe] Disabling AuthMe v5.2-b1542
    [18:01:34 INFO]: [AuthMe] Waiting for 0 tasks to finish
    [18:01:34 INFO]: [AuthMe] AuthMe 5.2-b1542 disabled!
    [18:01:34 INFO]: [ChestShop] Disabling ChestShop v3.8.12
    [18:01:34 INFO]: [EssentialsSpawn] Disabling EssentialsSpawn vPre2.14.1.3
    [18:01:34 INFO]: [Vault] Disabling Vault v1.6.1
    [18:01:34 INFO]: [Essentials] Payment method was disabled. No longer accepting payments.
    [18:01:34 INFO]: [iConomy] Disabling iConomy v7.0.4
    [18:01:34 INFO]: [iConomy] Closing general data...
    [18:01:34 INFO]: [iConomy] Disabled. (0 ms)
    [18:01:34 INFO]: [EssentialsChat] Disabling EssentialsChat vPre2.14.1.3
    [18:01:34 INFO]: [ObsidianBreaker] Disabling ObsidianBreaker v2.3.1
    [18:01:34 INFO]: [MaxBans] Disabling MaxBans v2.0
    [18:01:34 INFO]: [MaxBans] Disabling Maxbans...
    [18:01:34 INFO]: [MaxBans] Clearing buffer...
    [18:01:34 INFO]: [MaxBans] Cleared buffer...
    [18:01:34 INFO]: [iDisguise] Disabling iDisguise v5.3.6
    [18:01:34 INFO]: [iDisguise] iDisguise 5.3.6 disabled!
    [18:01:34 INFO]: [AqualitePlus] Disabling AqualitePlus v1.0
    [18:01:34 INFO]: Plugin Desactive!
    [18:01:34 INFO]: [MultiWorld] Disabling MultiWorld v5.2.5
    [18:01:34 INFO]: [MultiWorld] Disabled.
    [18:01:34 INFO]: [WorldGuard] Disabling WorldGuard v5.9
    [18:01:34 INFO]: [AquaTotem] Disabling AquaTotem v2.0
    [18:01:34 INFO]: Plugin Desactive!
    [18:01:34 INFO]: [Spawner] Disabling Spawner v2.4-f70c1ce
    [18:01:34 INFO]: [AquaKOTH] Disabling AquaKOTH v2.0
    [18:01:34 INFO]: Plugin Desactive!
    [18:01:34 INFO]: [WorldBorder] Disabling WorldBorder v1.8.6
    [18:01:34 INFO]: [WorldBorder] [CONFIG] Border-checking timed task stopped.
    [18:01:34 INFO]: [GroupManager] Disabling GroupManager vPre2.14.1.3 FINAL (Phoenix)
    [18:01:34 INFO]: WEPIF: GroupManager detected! Using GroupManager for permissions.
    [18:01:34 INFO]: GroupManager - INFO - Scheduled Data Saving is disabled!
    [18:01:34 INFO]: GroupManager version Pre2.14.1.3 FINAL (Phoenix) is disabled!
    [18:01:34 INFO]: [Essentials] Disabling Essentials vPre2.14.1.3
    [18:01:34 INFO]: Essentials: Using config file enhanced permissions.
    [18:01:34 INFO]: Permissions listed in as player-commands will be given to all users.
    [18:01:34 INFO]: [WorldEdit] Disabling WorldEdit v5.6.2
    [18:01:34 INFO]: Saving players
    [18:01:34 INFO]: IPvPGunYT lost connection: Server closed
    [18:01:34 INFO]: IPvPGunYT left the game.
    [18:01:34 INFO]: Saving worlds
    [18:01:34 INFO]: Saving chunks for level 'faction'/Overworld
    [18:01:35 INFO]: Saving chunks for level 'DIM1'/The End
    [18:01:35 INFO]: Saving chunks for level 'DIM-1'/Nether
    [18:01:35 INFO]: Saving chunks for level 'event'/Overworld
    [18:01:35 INFO]: Saving chunks for level 'faction_nether'/Nether
    [18:01:35 INFO]: Saving chunks for level 'faction_the_end'/The End
    [18:01:35 INFO]: Saving chunks for level 'mapfini'/Overworld
    [18:01:35 INFO]: Saving chunks for level 'shop'/Overworld
    [18:01:35 INFO]: Saving chunks for level 'terra'/Overworld
    [18:01:35 INFO]: Unloading dimension 0
    [18:01:35 INFO]: Unloading dimension -1
    [18:01:35 INFO]: Unloading dimension 1
    [18:01:35 INFO]: Unloading dimension 16
    [18:01:35 INFO]: Unloading dimension 8
    [18:01:35 INFO]: Unloading dimension 7
    [18:01:35 INFO]: Unloading dimension 6
    [18:01:35 INFO]: Unloading dimension 3
    [18:01:35 INFO]: Unloading dimension 2
    [18:01:35 INFO]: Applying holder lookups
    [18:01:35 INFO]: Holder lookups applied
    [18:01:35 INFO]: The state engine was in incorrect state SERVER_STOPPING and forced into state SERVER_STOPPED. Errors may have been discarded.

     
     
    #1 ipvpgun, 6 Fev 2018
    Dernière édition: 6 Fev 2018
  2. robin4002

    robin4002 Support Technique
    Staff

    Inscrit:
    17 Août 2012
    Messages:
    5 478
    Points:
    229
    Sexe:
    Homme
    Salut,
    Le problème ne vient pas de thermos mais de ton mod, qui essaies de charger une classe client alors qu'il ne devrait pas.
    Il manque surement un @SideOnly(Side.CLIENT) dans ta classe Rubischest.
     
  3. ipvpgun

    ipvpgun Nouveau

    Inscrit:
    6 Fev 2018
    Messages:
    4
    Points:
    0
    Sexe:
    Homme
    Merci pour la rapidité ^^ je vais regarder ça je vous tiens au courant.
     
  4. ipvpgun

    ipvpgun Nouveau

    Inscrit:
    6 Fev 2018
    Messages:
    4
    Points:
    0
    Sexe:
    Homme
    Effectivement j'avais oublié un sideOnly ^^ merci beaucoup bonne journée je met en résolu
     

Partager cette page