CriticalRocket

Untitled

Apr 1st, 2015
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 3.14 KB | None | 0 0
  1. [18:09:05] [Server thread/INFO]: Starting minecraft server version 1.7.10
  2. [18:10:31] [Server thread/INFO]: Loading properties
  3. [18:10:31] [Server thread/INFO]: Default game type: SURVIVAL
  4. [18:10:31] [Server thread/INFO]: Generating keypair
  5. [18:10:31] [Server thread/INFO]: Starting Minecraft server on *:25565
  6. [18:11:35] [Server thread/INFO]: Preparing level "world"
  7. [18:12:03] [Server thread/INFO]: Preparing start region for level 0
  8. [18:12:04] [Server thread/INFO]: Preparing spawn area: 34%
  9. [18:12:05] [Server thread/INFO]: Done (29,670s)! For help, type "help" or "?"
  10. [18:12:30] [Server thread/ERROR]: Encountered an unexpected exception
  11. net.minecraft.util.ReportedException: Ticking block entity
  12.     at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:642) ~[MinecraftServer.class:?]
  13.     at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:334) ~[lt.class:?]
  14.     at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547) ~[MinecraftServer.class:?]
  15.     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427) [MinecraftServer.class:?]
  16.     at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?]
  17. Caused by: java.lang.NoClassDefFoundError: net/minecraft/world/World$2
  18.     at net.minecraft.world.World.func_147460_e(World.java:714) ~[ahb.class:?]
  19.     at net.minecraft.world.World.func_147459_d(World.java:648) ~[ahb.class:?]
  20.     at net.minecraft.world.World.func_147444_c(World.java:613) ~[ahb.class:?]
  21.     at net.minecraft.world.World.markAndNotifyBlock(World.java:488) ~[ahb.class:?]
  22.     at net.minecraft.world.World.func_147465_d(World.java:466) ~[ahb.class:?]
  23.     at net.minecraft.world.World.func_147468_f(World.java:573) ~[ahb.class:?]
  24.     at openmods.entity.EntityBlock.create(EntityBlock.java:77) ~[EntityBlock.class:?]
  25.     at openmods.entity.EntityBlock.create(EntityBlock.java:46) ~[EntityBlock.class:?]
  26.     at openblocks.common.tileentity.TileEntityGoldenEgg.pickUpBlock(TileEntityGoldenEgg.java:206) ~[TileEntityGoldenEgg.class:?]
  27.     at openblocks.common.tileentity.TileEntityGoldenEgg.access$300(TileEntityGoldenEgg.java:30) ~[TileEntityGoldenEgg.class:?]
  28.     at openblocks.common.tileentity.TileEntityGoldenEgg$State$5.onServerTick(TileEntityGoldenEgg.java:102) ~[TileEntityGoldenEgg$State$5.class:?]
  29.     at openblocks.common.tileentity.TileEntityGoldenEgg.func_145845_h(TileEntityGoldenEgg.java:251) ~[TileEntityGoldenEgg.class:?]
  30.     at net.minecraft.world.World.func_72939_s(World.java:1939) ~[ahb.class:?]
  31.     at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489) ~[mt.class:?]
  32.     at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636) ~[MinecraftServer.class:?]
  33.     ... 4 more
  34. [18:12:30] [Server thread/ERROR]: This crash report has been saved to: C:\Christian\Games\Minecraft\The_1.7.10_Pack_Server_Public_v0.7.6a - 2\.\crash-reports\crash-2015-04-01_18.12.30-server.txt
  35. [18:12:30] [Server thread/INFO]: Stopping server
  36. [18:12:30] [Server thread/INFO]: Saving players
  37. [18:12:30] [Server thread/INFO]: Saving worlds
  38. [18:12:30] [Server thread/INFO]: Saving chunks for level 'world'/Overworld
  39. [18:12:31] [Server thread/INFO]: Saving chunks for level 'world'/Nether
Advertisement
Add Comment
Please, Sign In to add comment