Created
February 27, 2017 00:49
-
-
Save jawsawn/f8d2f744464820b42a5f891768c91ee9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[01:42:31] [Server thread/INFO]: Starting minecraft server version 1.10.2 | |
[01:42:50] [Server thread/INFO]: Loading properties | |
[01:42:50] [Server thread/INFO]: Default game type: SURVIVAL | |
[01:42:50] [Server thread/INFO]: Generating keypair | |
[01:42:50] [Server thread/INFO]: Starting Minecraft server on 37.187.148.41:25598 | |
[01:42:50] [Server thread/INFO]: Using epoll channel type | |
[01:42:53] [Server thread/INFO]: Preparing level "world" | |
[01:46:03] [Server thread/INFO]: Preparing start region for level 0 | |
[01:46:03] [Server thread/INFO]: Done (191.072s)! For help, type "help" or "?" | |
[01:46:04] [Server thread/INFO]: FTBLib: Server reloaded in 30ms | |
[01:46:06] [Server thread/ERROR]: Encountered an unexpected exception | |
net.minecraft.util.ReportedException: Exception ticking world | |
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:704) ~[MinecraftServer.class:?] | |
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:387) ~[ld.class:?] | |
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613) ~[MinecraftServer.class:?] | |
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471) [MinecraftServer.class:?] | |
at java.lang.Thread.run(Unknown Source) [?:1.8.0_101] | |
Caused by: java.lang.NoClassDefFoundError: net/minecraft/entity/Entity$1 | |
at net.minecraft.entity.Entity.func_85029_a(Entity.java:2482) ~[rw.class:?] | |
at net.minecraft.entity.Entity.func_70020_e(Entity.java:1715) ~[rw.class:?] | |
at net.minecraft.entity.EntityList.func_75615_a(EntityList.java:175) ~[ry.class:?] | |
at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_186053_a(AnvilChunkLoader.java:597) ~[atj.class:?] | |
at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_186050_a(AnvilChunkLoader.java:524) ~[atj.class:?] | |
at net.minecraft.world.chunk.storage.AnvilChunkLoader.loadEntities(AnvilChunkLoader.java:474) ~[atj.class:?] | |
at net.minecraftforge.common.chunkio.ChunkIOProvider.syncCallback(ChunkIOProvider.java:96) ~[ChunkIOProvider.class:?] | |
at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:94) ~[ChunkIOExecutor.class:?] | |
at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:115) ~[lr.class:?] | |
at net.minecraft.world.gen.ChunkProviderServer.func_186028_c(ChunkProviderServer.java:86) ~[lr.class:?] | |
at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:132) ~[lr.class:?] | |
at net.minecraft.world.World.func_72964_e(World.java:303) ~[aid.class:?] | |
at net.minecraftforge.common.ForgeChunkManager$1.apply(ForgeChunkManager.java:142) ~[custom256.jar:?] | |
at net.minecraftforge.common.ForgeChunkManager$1.apply(ForgeChunkManager.java:137) ~[custom256.jar:?] | |
at com.google.common.collect.Iterators$8.transform(Iterators.java:794) ~[minecraft_server.1.10.2.jar:?] | |
at com.google.common.collect.TransformedIterator.next(TransformedIterator.java:48) ~[minecraft_server.1.10.2.jar:?] | |
at com.google.common.collect.ImmutableCollection$Builder.addAll(ImmutableCollection.java:301) ~[minecraft_server.1.10.2.jar:?] | |
at com.google.common.collect.ImmutableSet$Builder.addAll(ImmutableSet.java:522) ~[minecraft_server.1.10.2.jar:?] | |
at net.minecraftforge.common.ForgeChunkManager.getPersistentChunksIterableFor(ForgeChunkManager.java:137) ~[ForgeChunkManager.class:?] | |
at net.minecraft.world.World.getPersistentChunkIterable(World.java:3868) ~[aid.class:?] | |
at net.minecraft.world.WorldServer.func_147456_g(WorldServer.java:386) ~[ls.class:?] | |
at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:220) ~[ls.class:?] | |
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:698) ~[MinecraftServer.class:?] | |
... 4 more | |
[01:46:06] [Server thread/ERROR]: This crash report has been saved to: /home/minecraft/multicraft/servers/server33310/./crash-reports/crash-2017-02-27_01.46.06-server.txt | |
[01:46:06] [Server thread/INFO]: Stopping server | |
[01:46:06] [Server thread/INFO]: Saving players | |
[01:46:06] [Server thread/INFO]: Saving worlds | |
[01:46:06] [Server thread/INFO]: Saving chunks for level 'world'/Overworld | |
[01:46:07] [Server thread/INFO]: Saving chunks for level 'world'/Nether | |
[01:46:07] [Server thread/INFO]: Saving chunks for level 'world'/The End | |
[01:46:07] [Server thread/INFO]: Saving chunks for level 'world'/Deep Dark | |
[01:46:07] [Server thread/INFO]: Saving chunks for level 'world'/AetherI | |
[01:46:07] [Server thread/INFO]: Saving chunks for level 'world'/ExtraUtils2_Quarry_Dim | |
[01:46:08] [Server Shutdown Thread/INFO]: Stopping server | |
[01:46:08] [Server Shutdown Thread/INFO]: Saving players | |
[01:46:08] [Server Shutdown Thread/INFO]: Saving worlds |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment