Advertisement
Guest User

Server Crash

a guest
May 17th, 2014
474
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.94 KB | None | 0 0
  1. [23:08:58] [Server thread/INFO]: Starting minecraft server version 1.7.2
  2. [23:09:16] [Server thread/WARN]: Adding duplicate key 'minecraft:wooden_door' to registry
  3. [23:09:16] [Server thread/WARN]: Adding duplicate key 'minecraft:iron_door' to registry
  4. [23:09:17] [Server thread/WARN]: Adding duplicate key 'tconstruct.items.armor.ExoArmor@176ed495' to registry
  5. [23:09:17] [Server thread/WARN]: Adding duplicate key 'tconstruct.items.armor.ExoArmor@6d468e37' to registry
  6. [23:09:17] [Server thread/WARN]: Adding duplicate key 'tconstruct.items.armor.ExoArmor@3322f4ed' to registry
  7. [23:09:17] [Server thread/WARN]: Adding duplicate key 'tconstruct.items.armor.ExoArmor@3bfe0dd5' to registry
  8. [23:09:20] [Server thread/WARN]: Adding duplicate key 'net.minecraft.item.ItemMinecart@51472e29' to registry
  9. [23:09:20] [Server thread/WARN]: Adding duplicate key 'net.minecraft.item.ItemMinecart@36498fbd' to registry
  10. [23:09:20] [Server thread/WARN]: Adding duplicate key 'net.minecraft.item.ItemMinecart@177bdd23' to registry
  11. [23:09:20] [Server thread/WARN]: Adding duplicate key 'net.minecraft.item.ItemMinecart@668d65b9' to registry
  12. [23:09:20] [Server thread/WARN]: Adding duplicate key 'mods.railcraft.common.carts.ItemCart@62b0d58b' to registry
  13. [23:09:20] [Server thread/WARN]: Adding duplicate key 'mods.railcraft.common.carts.ItemCart@84da512' to registry
  14. [23:09:20] [Server thread/WARN]: Adding duplicate key 'mods.railcraft.common.carts.ItemTunnelBore@218bc714' to registry
  15. [23:09:20] [Server thread/WARN]: Adding duplicate key 'mods.railcraft.common.carts.ItemCart@1e8aef10' to registry
  16. [23:09:20] [Server thread/WARN]: Adding duplicate key 'mods.railcraft.common.carts.ItemCart@37e76bbc' to registry
  17. [23:09:20] [Server thread/WARN]: Adding duplicate key 'mods.railcraft.common.carts.ItemCart@afb2018' to registry
  18. [23:09:20] [Server thread/WARN]: Adding duplicate key 'mods.railcraft.common.carts.ItemCart@38b5b6a1' to registry
  19. [23:09:20] [Server thread/WARN]: Adding duplicate key 'mods.railcraft.common.carts.ItemCart@40aca3d1' to registry
  20. [23:09:20] [Server thread/WARN]: Adding duplicate key 'mods.railcraft.common.carts.ItemCart@7bac912d' to registry
  21. [23:09:21] [Server thread/WARN]: Adding duplicate key 'mods.railcraft.common.carts.ItemCartAnchor@750dea8c' to registry
  22. [23:09:21] [Server thread/WARN]: Adding duplicate key 'mods.railcraft.common.carts.ItemCartAnchor@14e8488c' to registry
  23. [23:09:21] [Server thread/WARN]: Adding duplicate key 'mods.railcraft.common.carts.ItemCartAnchor@3583c568' to registry
  24. [23:09:21] [Server thread/WARN]: Adding duplicate key 'mods.railcraft.common.carts.ItemCart@2b1bd3de' to registry
  25. [23:09:21] [Server thread/WARN]: Adding duplicate key 'mods.railcraft.common.carts.ItemCart@11347a14' to registry
  26. [23:09:21] [Server thread/WARN]: Adding duplicate key 'mods.railcraft.common.carts.ItemLocomotive@365dfb40' to registry
  27. [23:09:21] [Server thread/INFO]: Loading properties
  28. [23:09:21] [Server thread/INFO]: Default game type: SURVIVAL
  29. [23:09:21] [Server thread/INFO]: Generating keypair
  30. [23:09:21] [Server thread/INFO]: Starting Minecraft server on *:25565
  31. [23:09:41] [Server thread/ERROR]: Encountered an unexpected exception
  32. java.lang.RuntimeException: Serious error calling getRenderType() on block minecraft:wooden_door : Likely cause is client-side code is being called server-side
  33. at com.rwtema.extrautils.tileentity.enderquarry.BlockBreakingRegistry.setupBreaking(BlockBreakingRegistry.java:88) ~[BlockBreakingRegistry.class:?]
  34. at com.rwtema.extrautils.ExtraUtils.postInit(ExtraUtils.java:1400) ~[ExtraUtils.class:?]
  35. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_55]
  36. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_55]
  37. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_55]
  38. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_55]
  39. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513) ~[FMLModContainer.class:?]
  40. at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source) ~[?:?]
  41. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_55]
  42. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_55]
  43. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) ~[minecraft_server.1.7.2.jar:?]
  44. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47) ~[minecraft_server.1.7.2.jar:?]
  45. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314) ~[minecraft_server.1.7.2.jar:?]
  46. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) ~[minecraft_server.1.7.2.jar:?]
  47. at com.google.common.eventbus.EventBus.post(EventBus.java:267) ~[minecraft_server.1.7.2.jar:?]
  48. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208) ~[LoadController.class:?]
  49. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187) ~[LoadController.class:?]
  50. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_55]
  51. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_55]
  52. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_55]
  53. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_55]
  54. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) ~[minecraft_server.1.7.2.jar:?]
  55. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47) ~[minecraft_server.1.7.2.jar:?]
  56. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314) ~[minecraft_server.1.7.2.jar:?]
  57. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) ~[minecraft_server.1.7.2.jar:?]
  58. at com.google.common.eventbus.EventBus.post(EventBus.java:267) ~[minecraft_server.1.7.2.jar:?]
  59. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118) ~[LoadController.class:?]
  60. at cpw.mods.fml.common.Loader.initializeMods(Loader.java:690) ~[Loader.class:?]
  61. at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:97) ~[FMLServerHandler.class:?]
  62. at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:318) ~[FMLCommonHandler.class:?]
  63. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:187) ~[lj.class:?]
  64. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374) [MinecraftServer.class:?]
  65. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:669) [kx.class:?]
  66. Caused by: java.lang.NoClassDefFoundError: net/malisis/doors/renderer/block/DoorRenderer
  67. at net.malisis.doors.block.Door.func_149645_b(Door.java:495) ~[Door.class:?]
  68. at com.rwtema.extrautils.tileentity.enderquarry.BlockBreakingRegistry.setupBreaking(BlockBreakingRegistry.java:84) ~[BlockBreakingRegistry.class:?]
  69. ... 32 more
  70. [23:09:41] [Server thread/ERROR]: This crash report has been saved to: D:\minecraft\1.7.2 Server Pack\Server2\.\crash-reports\crash-2014-05-17_23.09.41-server.txt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement