Created
February 26, 2017 20:04
-
-
Save jawsawn/d6bcddebf522a94a5e41603c9418cb1c 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
[20:43:28] [Server thread/INFO]: Starting minecraft server version 1.10.2 | |
[20:43:47] [Server thread/INFO]: Loading properties | |
[20:43:47] [Server thread/INFO]: Default game type: SURVIVAL | |
[20:43:47] [Server thread/INFO]: Generating keypair | |
[20:43:47] [Server thread/INFO]: Starting Minecraft server on 37.187.148.41:25598 | |
[20:43:47] [Server thread/INFO]: Using epoll channel type | |
[20:43:49] [Server thread/INFO]: Preparing level "world" | |
[20:43:52] [Server thread/INFO]: Preparing start region for level 0 | |
[20:43:52] [Server thread/INFO]: Done (3.575s)! For help, type "help" or "?" | |
[20:43:54] [Server thread/INFO]: FTBLib: Server reloaded in 20ms | |
[20:43:56] [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 ValkyrienWarfareBase.CoreMod.CallRunner.onGetPersistentChunkIterable(CallRunner.java:268) ~[Valkyrien%20Warfare%200.8.7b.jar:?] | |
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 | |
[20:43:56] [Server thread/ERROR]: This crash report has been saved to: /home/minecraft/multicraft/servers/server33310/./crash-reports/crash-2017-02-26_20.43.56-server.txt | |
[20:43:56] [Server thread/INFO]: Stopping server | |
[20:43:56] [Server thread/INFO]: Saving players | |
[20:43:56] [Server thread/INFO]: Saving worlds | |
[20:43:56] [Server thread/INFO]: Saving chunks for level 'world'/Overworld | |
[20:43:56] [Server thread/INFO]: Saving chunks for level 'world'/Nether | |
[20:43:56] [Server thread/INFO]: Saving chunks for level 'world'/The End | |
[20:43:56] [Server thread/INFO]: Saving chunks for level 'world'/Deep Dark | |
[20:43:56] [Server thread/INFO]: Saving chunks for level 'world'/AetherI | |
[20:43:56] [Server thread/INFO]: Saving chunks for level 'world'/ExtraUtils2_Quarry_Dim | |
[20:43:56] [Server Shutdown Thread/INFO]: Stopping server | |
[20:43:56] [Server Shutdown Thread/INFO]: Saving players |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment