katubug

beasts mod log errors

Mar 16th, 2020
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.30 KB | None | 0 0
  1. [22:00:10] [Server thread/ERROR] [FML]: Encountered an exception while constructing entity 'beasts:landwhale'
  2. java.lang.reflect.InvocationTargetException: null
  3. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_212]
  4. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_212]
  5. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_212]
  6. at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_212]
  7. at net.minecraftforge.fml.common.registry.EntityEntryBuilder$ConstructorFactory.apply(EntityEntryBuilder.java:305) [EntityEntryBuilder$ConstructorFactory.class:?]
  8. at net.minecraftforge.fml.common.registry.EntityEntryBuilder$ConstructorFactory.apply(EntityEntryBuilder.java:291) [EntityEntryBuilder$ConstructorFactory.class:?]
  9. at net.minecraftforge.fml.common.registry.EntityEntry.newInstance(EntityEntry.java:68) [EntityEntry.class:?]
  10. at net.minecraft.world.biome.Biome$SpawnListEntry.newInstance(Biome.java:655) [anh$c.class:?]
  11. at net.minecraft.world.WorldEntitySpawner.performWorldGenSpawning(WorldEntitySpawner.java:288) [anb.class:?]
  12. at biomesoplenty.common.world.ChunkGeneratorOverworldBOP.populate(ChunkGeneratorOverworldBOP.java:570) [ChunkGeneratorOverworldBOP.class:?]
  13. at net.minecraft.world.chunk.Chunk.populate(Chunk.java:1019) [axw.class:?]
  14. at net.minecraft.world.chunk.Chunk.populate(Chunk.java:985) [axw.class:?]
  15. at net.minecraft.world.gen.ChunkProviderServer.provideChunk(ChunkProviderServer.java:157) [on.class:?]
  16. at net.minecraft.server.management.PlayerChunkMapEntry.providePlayerChunk(PlayerChunkMapEntry.java:126) [ot.class:?]
  17. at net.minecraft.server.management.PlayerChunkMap.tick(SourceFile:147) [ou.class:?]
  18. at net.minecraft.world.WorldServer.tick(WorldServer.java:227) [oo.class:?]
  19. at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:756) [MinecraftServer.class:?]
  20. at net.minecraft.server.dedicated.DedicatedServer.updateTimeLightAndEntities(DedicatedServer.java:397) [nz.class:?]
  21. at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:668) [MinecraftServer.class:?]
  22. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
  23. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  24. Caused by: java.lang.NoSuchFieldError: animationTicks
  25. at random.beasts.common.entity.passive.EntityLandwhale.<init>(EntityLandwhale.java:57) ~[EntityLandwhale.class:?]
  26. ... 21 more
  27. [22:00:10] [Server thread/ERROR] [net.minecraft.server.MinecraftServer]: Encountered an unexpected exception
  28. net.minecraft.util.ReportedException: Exception ticking world
  29. at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:762) ~[MinecraftServer.class:?]
  30. at net.minecraft.server.dedicated.DedicatedServer.updateTimeLightAndEntities(DedicatedServer.java:397) ~[nz.class:?]
  31. at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:668) ~[MinecraftServer.class:?]
  32. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
  33. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  34. Caused by: java.lang.NullPointerException
  35. at net.minecraft.world.WorldEntitySpawner.performWorldGenSpawning(WorldEntitySpawner.java:297) ~[anb.class:?]
  36. at biomesoplenty.common.world.ChunkGeneratorOverworldBOP.populate(ChunkGeneratorOverworldBOP.java:570) ~[ChunkGeneratorOverworldBOP.class:?]
  37. at net.minecraft.world.chunk.Chunk.populate(Chunk.java:1019) ~[axw.class:?]
  38. at net.minecraft.world.chunk.Chunk.populate(Chunk.java:985) ~[axw.class:?]
  39. at net.minecraft.world.gen.ChunkProviderServer.provideChunk(ChunkProviderServer.java:157) ~[on.class:?]
  40. at net.minecraft.server.management.PlayerChunkMapEntry.providePlayerChunk(PlayerChunkMapEntry.java:126) ~[ot.class:?]
  41. at net.minecraft.server.management.PlayerChunkMap.tick(SourceFile:147) ~[ou.class:?]
  42. at net.minecraft.world.WorldServer.tick(WorldServer.java:227) ~[oo.class:?]
  43. at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:756) ~[MinecraftServer.class:?]
  44. ... 4 more
  45. [22:00:10] [Server thread/ERROR] [net.minecraft.server.MinecraftServer]: This crash report has been saved to: /home/container/./crash-reports/crash-2020-03-15_22.00.10-server.txt
Advertisement
Add Comment
Please, Sign In to add comment