serveur crash à la mort des joueurs

  • Auteur de la discussion Auteur de la discussion AlChimiK
  • Date de début Date de début

AlChimiK

Architecte en herbe
23 Novembre 2011
253
10
125
44
Salut, voilà, mon serveur plante systématiquement quand on meurt.
Que pensez vous que je puisse faire ?

voici mes crash report :

Code:
---- Minecraft Crash Report ----
// Everything's going to plan. No, really, that was supposed to happen.
 
Time: 5/18/14 12:20 AM
Description: Ticking entity
 
java.lang.NullPointerException: Ticking entity
    at cmd.common.EntityLivingHandler.onEntityLivingDeath(EntityLivingHandler.java:23)
    at cpw.mods.fml.common.eventhandler.ASMEventHandler_4_EntityLivingHandler_onEntityLivingDeath_LivingDeathEvent.invoke(.dynamic)
    at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:51)
    at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:122)
    at net.minecraftforge.common.ForgeHooks.onLivingDeath(ForgeHooks.java:288)
    at net.minecraft.entity.player.EntityPlayerMP.func_70645_a(EntityPlayerMP.java:525)
    at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:975)
    at net.minecraft.entity.player.EntityPlayer.func_70097_a(EntityPlayer.java:1145)
    at net.minecraft.entity.player.EntityPlayerMP.func_70097_a(EntityPlayerMP.java:663)
    at net.minecraft.world.Explosion.func_77278_a(Explosion.java:202)
    at net.minecraft.world.World.func_72885_a(World.java:3023)
    at net.minecraft.world.WorldServer.func_72885_a(WorldServer.java:1141)
    at net.minecraft.entity.monster.EntityCreeper.func_146077_cc(EntityCreeper.java:317)
    at net.minecraft.entity.monster.EntityCreeper.func_70071_h_(EntityCreeper.java:152)
    at net.minecraft.world.World.func_72866_a(World.java:2679)
    at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:836)
    at net.minecraft.world.World.func_72870_g(World.java:2633)
    at net.minecraft.world.World.func_72939_s(World.java:2444)
    at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:667)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:893)
    at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:429)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:759)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:622)
    at java.lang.Thread.run(Unknown Source)
 
 
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
 
-- Head --
Stacktrace:
    at cmd.common.EntityLivingHandler.onEntityLivingDeath(EntityLivingHandler.java:23)
    at cpw.mods.fml.common.eventhandler.ASMEventHandler_4_EntityLivingHandler_onEntityLivingDeath_LivingDeathEvent.invoke(.dynamic)
    at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:51)
    at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:122)
    at net.minecraftforge.common.ForgeHooks.onLivingDeath(ForgeHooks.java:288)
    at net.minecraft.entity.player.EntityPlayerMP.func_70645_a(EntityPlayerMP.java:525)
    at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:975)
    at net.minecraft.entity.player.EntityPlayer.func_70097_a(EntityPlayer.java:1145)
    at net.minecraft.entity.player.EntityPlayerMP.func_70097_a(EntityPlayerMP.java:663)
    at net.minecraft.world.Explosion.func_77278_a(Explosion.java:202)
    at net.minecraft.world.World.func_72885_a(World.java:3023)
    at net.minecraft.world.WorldServer.func_72885_a(WorldServer.java:1141)
    at net.minecraft.entity.monster.EntityCreeper.func_146077_cc(EntityCreeper.java:317)
    at net.minecraft.entity.monster.EntityCreeper.func_70071_h_(EntityCreeper.java:152)
    at net.minecraft.world.World.func_72866_a(World.java:2679)
    at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:836)
    at net.minecraft.world.World.func_72870_g(World.java:2633)
 
-- Entity being ticked --
Details:
    Entity Type: Creeper (net.minecraft.entity.monster.EntityCreeper)
    Entity ID: 670
    Entity Name: Creeper
    Entity's Exact location: 527.20, 62.39, 452.03
    Entity's Block location: World: (527,62,452), Chunk: (at 15,3,4 in 32,28; contains blocks 512,0,448 to 527,255,463), Region: (1,0; contains chunks 32,0 to 63,31, blocks 512,0,0 to 1023,255,511)
    Entity's Momentum: 0.00, 0.02, 0.00
Stacktrace:
    at net.minecraft.world.World.func_72939_s(World.java:2444)
    at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:667)
 
-- Affected level --
Details:
    Level name: oversky
    All players: 1 total; [EntityPlayerMP['AlChimiK'/52, l='oversky', x=528.57, y=61.66, z=449.63](AlChimiK at 528.5742932040893,61.65535147067049,449.6252732641605)]
    Chunk stats: ServerChunkCache: 492 Drop: 0
    Level seed: 9172323312358892655
    Level generator: ID 00 - default, ver 1. Features enabled: true
    Level generator options:
    Level spawn location: World: (230,67,-56), Chunk: (at 6,4,8 in 14,-4; contains blocks 224,0,-64 to 239,255,-49), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
    Level time: 2789951 game time, 3003984 day time
    Level dimension: 0
    Level storage version: 0x04ABD - Anvil
    Level weather: Rain time: 3969 (now: false), thunder time: 88476 (now: false)
    Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Stacktrace:
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:893)
    at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:429)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:759)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:622)
    at java.lang.Thread.run(Unknown Source)
 
-- System Details --
Details:
    Minecraft Version: 1.7.2
    Operating System: Linux (amd64) version 3.10.23-xxxx-std-ipv6-64
    Java Version: 1.7.0_09, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 373508248 bytes (356 MB) / 613744640 bytes (585 MB) up to 1908932608 bytes (1820 MB)
    JVM Flags: 3 total; -Xmx2048M -Xms10M -XX:MaxPermSize=2048m
    AABB Pool Size: 3434 (192304 bytes; 0 MB) allocated, 2658 (148848 bytes; 0 MB) used
    IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
    FML: MCP v9.03 FML v7.2.165.1065 Minecraft Forge 10.12.1.1065 4 mods loaded, 4 mods active
    mcp{9.03} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    FML{7.2.165.1065} [Forge Mod Loader] (minecraft_server.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Forge{10.12.1.1065} [Minecraft Forge] (minecraft_server.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    cmd{1.1} [Custom Music Discs] (Custom Music Discs-1.1 Server.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: 1590 (89040 bytes; 0 MB) allocated, 1590 (89040 bytes; 0 MB) used
    Player Count: 2 / 12; [EntityPlayerMP['AlChimiK'/52, l='oversky', x=528.57, y=61.66, z=449.63](AlChimiK at 528.5742932040893,61.65535147067049,449.6252732641605), EntityPlayerMP['alambik'/87, l='undersky', x=-60.93, y=92.00, z=8.76](alambik at -60.92500001192092,92.0,8.76278180422561)]
    Is Modded: Definitely; Server brand changed to 'mcpc,craftbukkit,fml,forge'
    Type: Dedicated Server (map_server.txt)

Code:
---- Minecraft Crash Report ----
// I'm sorry, Dave.
 
Time: 5/18/14 12:31 AM
Description: Ticking entity
 
java.lang.NullPointerException: Ticking entity
    at cmd.common.EntityLivingHandler.onEntityLivingDeath(EntityLivingHandler.java:23)
    at cpw.mods.fml.common.eventhandler.ASMEventHandler_4_EntityLivingHandler_onEntityLivingDeath_LivingDeathEvent.invoke(.dynamic)
    at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:51)
    at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:122)
    at net.minecraftforge.common.ForgeHooks.onLivingDeath(ForgeHooks.java:288)
    at net.minecraft.entity.player.EntityPlayerMP.func_70645_a(EntityPlayerMP.java:525)
    at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:975)
    at net.minecraft.entity.player.EntityPlayer.func_70097_a(EntityPlayer.java:1145)
    at net.minecraft.entity.player.EntityPlayerMP.func_70097_a(EntityPlayerMP.java:663)
    at net.minecraft.world.Explosion.func_77278_a(Explosion.java:202)
    at net.minecraft.world.World.func_72885_a(World.java:3023)
    at net.minecraft.world.WorldServer.func_72885_a(WorldServer.java:1141)
    at net.minecraft.entity.monster.EntityCreeper.func_146077_cc(EntityCreeper.java:317)
    at net.minecraft.entity.monster.EntityCreeper.func_70071_h_(EntityCreeper.java:152)
    at net.minecraft.world.World.func_72866_a(World.java:2679)
    at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:836)
    at net.minecraft.world.World.func_72870_g(World.java:2633)
    at net.minecraft.world.World.func_72939_s(World.java:2444)
    at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:667)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:893)
    at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:429)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:759)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:622)
    at java.lang.Thread.run(Unknown Source)
 
 
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
 
-- Head --
Stacktrace:
    at cmd.common.EntityLivingHandler.onEntityLivingDeath(EntityLivingHandler.java:23)
    at cpw.mods.fml.common.eventhandler.ASMEventHandler_4_EntityLivingHandler_onEntityLivingDeath_LivingDeathEvent.invoke(.dynamic)
    at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:51)
    at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:122)
    at net.minecraftforge.common.ForgeHooks.onLivingDeath(ForgeHooks.java:288)
    at net.minecraft.entity.player.EntityPlayerMP.func_70645_a(EntityPlayerMP.java:525)
    at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:975)
    at net.minecraft.entity.player.EntityPlayer.func_70097_a(EntityPlayer.java:1145)
    at net.minecraft.entity.player.EntityPlayerMP.func_70097_a(EntityPlayerMP.java:663)
    at net.minecraft.world.Explosion.func_77278_a(Explosion.java:202)
    at net.minecraft.world.World.func_72885_a(World.java:3023)
    at net.minecraft.world.WorldServer.func_72885_a(WorldServer.java:1141)
    at net.minecraft.entity.monster.EntityCreeper.func_146077_cc(EntityCreeper.java:317)
    at net.minecraft.entity.monster.EntityCreeper.func_70071_h_(EntityCreeper.java:152)
    at net.minecraft.world.World.func_72866_a(World.java:2679)
    at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:836)
    at net.minecraft.world.World.func_72870_g(World.java:2633)
 
-- Entity being ticked --
Details:
    Entity Type: Creeper (net.minecraft.entity.monster.EntityCreeper)
    Entity ID: 4686
    Entity Name: Creeper
    Entity's Exact location: 541.08, 66.00, 495.10
    Entity's Block location: World: (541,66,495), Chunk: (at 13,4,15 in 33,30; contains blocks 528,0,480 to 543,255,495), Region: (1,0; contains chunks 32,0 to 63,31, blocks 512,0,0 to 1023,255,511)
    Entity's Momentum: 0.00, -0.08, 0.00
Stacktrace:
    at net.minecraft.world.World.func_72939_s(World.java:2444)
    at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:667)
 
-- Affected level --
Details:
    Level name: oversky
    All players: 1 total; [EntityPlayerMP['AlChimiK'/52, l='oversky', x=543.79, y=66.00, z=495.97](AlChimiK at 543.7878988948901,66.0,495.9678639345099)]
    Chunk stats: ServerChunkCache: 713 Drop: 0
    Level seed: 9172323312358892655
    Level generator: ID 00 - default, ver 1. Features enabled: true
    Level generator options:
    Level spawn location: World: (230,67,-56), Chunk: (at 6,4,8 in 14,-4; contains blocks 224,0,-64 to 239,255,-49), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
    Level time: 2797437 game time, 3011470 day time
    Level dimension: 0
    Level storage version: 0x04ABD - Anvil
    Level weather: Rain time: 13476 (now: true), thunder time: 80990 (now: false)
    Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Stacktrace:
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:893)
    at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:429)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:759)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:622)
    at java.lang.Thread.run(Unknown Source)
 
-- System Details --
Details:
    Minecraft Version: 1.7.2
    Operating System: Linux (amd64) version 3.10.23-xxxx-std-ipv6-64
    Java Version: 1.7.0_09, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 324318744 bytes (309 MB) / 591134720 bytes (563 MB) up to 1908932608 bytes (1820 MB)
    JVM Flags: 3 total; -Xmx2048M -Xms10M -XX:MaxPermSize=2048m
    AABB Pool Size: 3151 (176456 bytes; 0 MB) allocated, 2463 (137928 bytes; 0 MB) used
    IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
    FML: MCP v9.03 FML v7.2.165.1065 Minecraft Forge 10.12.1.1065 4 mods loaded, 4 mods active
    mcp{9.03} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    FML{7.2.165.1065} [Forge Mod Loader] (minecraft_server.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Forge{10.12.1.1065} [Minecraft Forge] (minecraft_server.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    cmd{1.1} [Custom Music Discs] (Custom Music Discs-1.1 Server.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: 1778 (99568 bytes; 0 MB) allocated, 658 (36848 bytes; 0 MB) used
    Player Count: 2 / 12; [EntityPlayerMP['AlChimiK'/52, l='oversky', x=543.79, y=66.00, z=495.97](AlChimiK at 543.7878988948901,66.0,495.9678639345099), EntityPlayerMP['alambik'/1890, l='undersky', x=-55.38, y=76.00, z=29.57](alambik at -55.37704398703215,76.0,29.57347919342614)]
    Is Modded: Definitely; Server brand changed to 'mcpc,craftbukkit,fml,forge'
    Type: Dedicated Server (map_server.txt)

Code:
---- Minecraft Crash Report ----
// I blame Dinnerbone.
 
Time: 5/18/14 12:42 AM
Description: Ticking entity
 
java.lang.NullPointerException: Ticking entity
    at cmd.common.EntityLivingHandler.onEntityLivingDeath(EntityLivingHandler.java:23)
    at cpw.mods.fml.common.eventhandler.ASMEventHandler_4_EntityLivingHandler_onEntityLivingDeath_LivingDeathEvent.invoke(.dynamic)
    at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:51)
    at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:122)
    at net.minecraftforge.common.ForgeHooks.onLivingDeath(ForgeHooks.java:288)
    at net.minecraft.entity.player.EntityPlayerMP.func_70645_a(EntityPlayerMP.java:525)
    at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:975)
    at net.minecraft.entity.player.EntityPlayer.func_70097_a(EntityPlayer.java:1145)
    at net.minecraft.entity.player.EntityPlayerMP.func_70097_a(EntityPlayerMP.java:663)
    at net.minecraft.entity.projectile.EntityArrow.func_70071_h_(EntityArrow.java:313)
    at net.minecraft.world.World.func_72866_a(World.java:2679)
    at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:836)
    at net.minecraft.world.World.func_72870_g(World.java:2633)
    at net.minecraft.world.World.func_72939_s(World.java:2444)
    at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:667)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:893)
    at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:429)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:759)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:622)
    at java.lang.Thread.run(Unknown Source)
 
 
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
 
-- Head --
Stacktrace:
    at cmd.common.EntityLivingHandler.onEntityLivingDeath(EntityLivingHandler.java:23)
    at cpw.mods.fml.common.eventhandler.ASMEventHandler_4_EntityLivingHandler_onEntityLivingDeath_LivingDeathEvent.invoke(.dynamic)
    at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:51)
    at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:122)
    at net.minecraftforge.common.ForgeHooks.onLivingDeath(ForgeHooks.java:288)
    at net.minecraft.entity.player.EntityPlayerMP.func_70645_a(EntityPlayerMP.java:525)
    at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:975)
    at net.minecraft.entity.player.EntityPlayer.func_70097_a(EntityPlayer.java:1145)
    at net.minecraft.entity.player.EntityPlayerMP.func_70097_a(EntityPlayerMP.java:663)
    at net.minecraft.entity.projectile.EntityArrow.func_70071_h_(EntityArrow.java:313)
    at net.minecraft.world.World.func_72866_a(World.java:2679)
    at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:836)
    at net.minecraft.world.World.func_72870_g(World.java:2633)
 
-- Entity being ticked --
Details:
    Entity Type: Arrow (net.minecraft.entity.projectile.EntityArrow)
    Entity ID: 38729
    Entity Name: arrow
    Entity's Exact location: -39.66, 68.47, 41.26
    Entity's Block location: World: (-40,68,41), Chunk: (at 8,4,9 in -3,2; contains blocks -48,0,32 to -33,255,47), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
    Entity's Momentum: 0.52, -0.01, -1.48
Stacktrace:
    at net.minecraft.world.World.func_72939_s(World.java:2444)
    at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:667)
 
-- Affected level --
Details:
    Level name: undersky
    All players: 1 total; [EntityPlayerMP['alambik'/10847, l='undersky', x=-39.18, y=67.42, z=39.70](alambik at -39.183992854358756,67.41999998688698,39.69999998807907)]
    Chunk stats: ServerChunkCache: 441 Drop: 0
    Level seed: -8978557725416974230
    Level generator: ID 00 - default, ver 1. Features enabled: true
    Level generator options:
    Level spawn location: World: (-20,74,73), Chunk: (at 12,4,9 in -2,4; contains blocks -32,0,64 to -17,255,79), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
    Level time: 603671 game time, 615019 day time
    Level dimension: 0
    Level storage version: 0x04ABD - Anvil
    Level weather: Rain time: 88347 (now: false), thunder time: 6249 (now: true)
    Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Stacktrace:
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:893)
    at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:429)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:759)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:622)
    at java.lang.Thread.run(Unknown Source)
 
-- System Details --
Details:
    Minecraft Version: 1.7.2
    Operating System: Linux (amd64) version 3.10.23-xxxx-std-ipv6-64
    Java Version: 1.7.0_09, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 353831968 bytes (337 MB) / 869203968 bytes (828 MB) up to 1908932608 bytes (1820 MB)
    JVM Flags: 3 total; -Xmx2048M -Xms10M -XX:MaxPermSize=2048m
    AABB Pool Size: 3121 (174776 bytes; 0 MB) allocated, 2611 (146216 bytes; 0 MB) used
    IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
    FML: MCP v9.03 FML v7.2.165.1065 Minecraft Forge 10.12.1.1065 4 mods loaded, 4 mods active
    mcp{9.03} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    FML{7.2.165.1065} [Forge Mod Loader] (minecraft_server.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Forge{10.12.1.1065} [Minecraft Forge] (minecraft_server.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    cmd{1.1} [Custom Music Discs] (Custom Music Discs-1.1 Server.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: 34 (1904 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    Player Count: 2 / 12; [EntityPlayerMP['AlChimiK'/3100, l='oversky', x=268.57, y=63.27, z=-29.69](AlChimiK at 268.5660031674357,63.26636799395752,-29.693852192941876), EntityPlayerMP['alambik'/10847, l='undersky', x=-39.18, y=67.42, z=39.70](alambik at -39.183992854358756,67.41999998688698,39.69999998807907)]
    Is Modded: Definitely; Server brand changed to 'mcpc,craftbukkit,fml,forge'
    Type: Dedicated Server (map_server.txt)
 
Je susi chez crystal serv, mais je crois que j'ai trouvé le problème.
ça viendrait d'un mod qui merde complètement avec mcpc+ alors qu'il fonctionne bien avec forge.
Je suis dégouté, c'était un mod pour ajouter les musiques que je crée sur mon serveur :/
Si jamais vous en connaissez un autre, je suis preneur :/
 
ben j'ai tout retiré, ça a marché, et j'ai commencé par mettre le mod, et là ça plante
 
Ah bah ça doit provenir de là alors ...
Je sais que j'avais eu un problème un peu comme ça (sans l'histoire de mods) j'avais donc posté un message sur le support de Crystal-Serv et ils m'avaient répondu en m'informant que la machine sur laquelle j'étais hébergé était défectueuse, ils m'ont donc changé de machine et tout à remarché ...

Sinon je ne peux pas t'aider niveau mods, je n'en connais aucun
 
ben crystal serv y peuvent rien là j'ai essayé en local ça merdouille pareil.
Les boules je suis deg.