Skip to content

Instantly share code, notes, and snippets.

Created January 31, 2015 14:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/7a446dd07c7ab76a9175 to your computer and use it in GitHub Desktop.
Save anonymous/7a446dd07c7ab76a9175 to your computer and use it in GitHub Desktop.
asdf
[23:11:51] [Server thread/INFO]: Starting minecraft server version 1.7.10
[23:11:57] [Server thread/INFO]: Loading properties
[23:11:57] [Server thread/INFO]: Default game type: SURVIVAL
[23:11:57] [Server thread/INFO]: Generating keypair
[23:11:57] [Server thread/INFO]: Starting Minecraft server on 25.16.67.169:25565
[23:11:59] [Server thread/INFO]: Preparing level "world"
[23:11:59] [Server thread/INFO]: Preparing start region for level 0
[23:12:00] [Server thread/INFO]: Done (1.539s)! For help, type "help" or "?"
[23:12:05] [User Authenticator #1/INFO]: UUID of player ksw07149 is e6e784af-bd04-46ad-8141-47b8b9102cb9
[23:12:06] [Server thread/INFO]: ksw07149[/25.16.67.169:55189] logged in with entity id 104 at (-360.5, 50.0, -1657.5)
[23:12:06] [Server thread/INFO]: ksw07149 joined the game
[23:12:10] [Server thread/ERROR]: Encountered an unexpected exception
java.lang.ArrayIndexOutOfBoundsException: -1
at net.minecraft.world.chunk.Chunk.func_150810_a(Chunk.java:511) ~[apx.class:?]
at CoroUtil.world.grid.chunk.ChunkDataPoint.initFirstTime(ChunkDataPoint.java:78) ~[ChunkDataPoint.class:?]
at CoroUtil.world.grid.chunk.ChunkDataGrid.getChunkData(ChunkDataGrid.java:58) ~[ChunkDataGrid.class:?]
at CoroUtil.world.grid.chunk.ChunkDataGrid.getChunkData(ChunkDataGrid.java:38) ~[ChunkDataGrid.class:?]
at CoroUtil.world.WorldDirector.tick(WorldDirector.java:132) ~[WorldDirector.class:?]
at CoroUtil.world.WorldDirectorManager.onTick(WorldDirectorManager.java:175) ~[WorldDirectorManager.class:?]
at CoroUtil.forge.EventHandlerFML.tickServer(EventHandlerFML.java:62) ~[EventHandlerFML.class:?]
at cpw.mods.fml.common.eventhandler.ASMEventHandler_68_EventHandlerFML_tickServer_ServerTickEvent.invoke(.dynamic) ~[?:?]
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) ~[ASMEventHandler.class:?]
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138) ~[EventBus.class:?]
at cpw.mods.fml.common.FMLCommonHandler.onPreServerTick(FMLCommonHandler.java:260) ~[FMLCommonHandler.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:536) ~[MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?]
[23:12:10] [Server thread/ERROR]: This crash report has been saved to: D:[********]
[23:12:10] [Server thread/INFO]: Stopping server
[23:12:10] [Server thread/INFO]: Saving players
[23:12:10] [Server thread/INFO]: Saving worlds
[23:12:10] [Server thread/INFO]: Saving chunks for level 'world'/Overworld
[23:12:10] [Server thread/INFO]: Saving chunks for level 'world'/Nether
[23:12:10] [Server thread/INFO]: Saving chunks for level 'world'/The End
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment