WARNING: coremods are present:
Java8CheckerCoremod (Pixelmon-1.8.9-4.2.7-universal.jar)
Contact their authors BEFORE contacting forge
// I'm sorry, Dave.
Time: 9/14/16 9:13 PM
Description: Exception in server tick loop
java.lang.ClassCastException: noppes.npcs.items.ItemNpcInterface cannot be cast to com.pixelmonmod.pixelmon.items.ItemFossil
at com.pixelmonmod.pixelmon.pixelutilities.tileentities.FossilDisplayEntity.setItemInDisplay(FossilDisplayEntity.java:153)
at com.pixelmonmod.pixelmon.pixelutilities.tileentities.FossilDisplayEntity.func_145839_a(FossilDisplayEntity.java:79)
at net.minecraft.tileentity.TileEntity.func_145827_c(TileEntity.java:106)
at net.minecraft.world.chunk.storage.AnvilChunkLoader.loadEntities(AnvilChunkLoader.java:500)
at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:41)
at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:12)
at net.minecraftforge.common.util.AsynchronousExecutor$Task.finish(AsynchronousExecutor.java:189)
at net.minecraftforge.common.util.AsynchronousExecutor.finishActive(AsynchronousExecutor.java:354)
at net.minecraftforge.common.chunkio.ChunkIOExecutor.tick(ChunkIOExecutor.java:30)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:665)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:344)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:605)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:481)
at java.lang.Thread.run(Unknown Source)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
---- Minecraft Crash Report ----
WARNING: coremods are present:
Java8CheckerCoremod (Pixelmon-1.8.9-4.2.7-universal.jar)
Contact their authors BEFORE contacting forge
// I'm sorry, Dave.
Time: 9/14/16 9:13 PM
Description: Exception in server tick loop
java.lang.ClassCastException: noppes.npcs.items.ItemNpcInterface cannot be cast to com.pixelmonmod.pixelmon.items.ItemFossil
at com.pixelmonmod.pixelmon.pixelutilities.tileentities.FossilDisplayEntity.setItemInDisplay(FossilDisplayEntity.java:153)
at com.pixelmonmod.pixelmon.pixelutilities.tileentities.FossilDisplayEntity.func_145839_a(FossilDisplayEntity.java:79)
at net.minecraft.tileentity.TileEntity.func_145827_c(TileEntity.java:106)
at net.minecraft.world.chunk.storage.AnvilChunkLoader.loadEntities(AnvilChunkLoader.java:500)
at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:41)
at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:12)
at net.minecraftforge.common.util.AsynchronousExecutor$Task.finish(AsynchronousExecutor.java:189)
at net.minecraftforge.common.util.AsynchronousExecutor.finishActive(AsynchronousExecutor.java:354)
at net.minecraftforge.common.chunkio.ChunkIOExecutor.tick(ChunkIOExecutor.java:30)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:665)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:344)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:605)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:481)
at java.lang.Thread.run(Unknown Source)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.8.9
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_101, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1197079176 bytes (1141 MB) / 1937244160 bytes (1847 MB) up to 1937244160 bytes (1847 MB)
JVM Flags: 2 total; -Xmx2G -Xms2G
IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
FML: MCP 9.19 Powered by Forge 11.15.1.1722 7 mods loaded, 7 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.8.9-11.15.1.1722-universal.jar)
UCHIJAAAA Forge{11.15.1.1722} [Minecraft Forge] (forge-1.8.9-11.15.1.1722-universal.jar)
UCHIJAAAA customnpcs{1.8.9_beta} [CustomNPCs] (CustomNpcs_1.8.9_beta(21feb16).jar)
UCHIJAAAA pixelmon{4.2.7} [Pixelmon] (Pixelmon-1.8.9-4.2.7-universal.jar)
UCHIJAAAA pixelextras{2.1.4} [Pixel Extras] (PixelExtras-1.8.9-2.1.4-universal.jar)
UCHIJAAAA spawnofpsy{2.1.2} [SpawnOfPsyduck] (SpawnOfPsyduck-1.8.9-2.1.2-universal.jar)
Loaded coremods (and transformers):
Java8CheckerCoremod (Pixelmon-1.8.9-4.2.7-universal.jar)
Profiler Position: N/A (disabled)
Player Count: 1 / 20; [EntityPlayerMP['Enok2u'/44, l='world', x=-359.31, y=64.00, z=322.02]]
Is Modded: Definitely; Server brand changed to 'fml,forge'
Type: Dedicated Server (map_server.txt)
Can anyone let me know why the server shuts down as soon as I enter the world after I have logged in. Still kind of a noob at this. Thanks