Jump to content

Recommended Posts

Posted

When i try to play in my server and create new pixelmon npc this crash appears:

[20:54:16] [Server thread/FATAL] [minecraft/MinecraftServer]: Error executing task
java.util.concurrent.ExecutionException: java.lang.NullPointerException
at java.util.concurrent.FutureTask.report(FutureTask.java:122) ~[?:1.8.0_242]
at java.util.concurrent.FutureTask.get(FutureTask.java:192) ~[?:1.8.0_242]
at net.minecraft.util.Util.func_181617_a(SourceFile:47) [h.class:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:916) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:456) [nz.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:853) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:725) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_242]
Caused by: java.lang.NullPointerException
at net.minecraft.network.datasync.EntityDataManager.func_187225_a(EntityDataManager.java:151) ~[nb.class:?]
at com.pixelmonmod.pixelmon.entities.npcs.EntityNPC.getAIMode(EntityNPC.java:819) ~[EntityNPC.class:?]
at com.pixelmonmod.pixelmon.entities.npcs.NPCRelearner.func_70692_ba(NPCRelearner.java:227) ~[NPCRelearner.class:?]
at net.minecraft.entity.EntityLiving.<init>(EntityLiving.java:101) ~[vq.class:?]
at net.minecraft.entity.EntityCreature.<init>(EntityCreature.java:22) ~[vx.class:?]
at com.pixelmonmod.pixelmon.entities.npcs.EntityNPC.<init>(EntityNPC.java:119) ~[EntityNPC.class:?]
at com.pixelmonmod.pixelmon.entities.npcs.NPCRelearner.<init>(NPCRelearner.java:50) ~[NPCRelearner.class:?]
at com.pixelmonmod.pixelmon.comm.packetHandlers.npc.NPCServerPacket$Handler.spawnNPC(NPCServerPacket.java:562) ~[NPCServerPacket$Handler.class:?]
at com.pixelmonmod.pixelmon.comm.packetHandlers.npc.NPCServerPacket$Handler.onSyncMessage(NPCServerPacket.java:407) ~[NPCServerPacket$Handler.class:?]
at com.pixelmonmod.pixelmon.comm.packetHandlers.npc.NPCServerPacket$Handler.onSyncMessage(NPCServerPacket.java:394) ~[NPCServerPacket$Handler.class:?]
at com.pixelmonmod.pixelmon.api.comm.ISyncHandler.lambda$onMessage$0(ISyncHandler.java:17) ~[ISyncHandler.class:?]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[?:1.8.0_242]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_242]
at net.minecraft.util.Util.func_181617_a(SourceFile:46) ~[h.class:?]
... 5 more
 
 
 
 
ALSO THIS ONE
vvvvvvvvvvvvvvvvvvvvvvvvvvvv
 
 
 
 
[20:55:22] [Server thread/FATAL] [minecraft/MinecraftServer]: Error executing task
java.util.concurrent.ExecutionException: java.lang.NullPointerException
at java.util.concurrent.FutureTask.report(FutureTask.java:122) ~[?:1.8.0_242]
at java.util.concurrent.FutureTask.get(FutureTask.java:192) ~[?:1.8.0_242]
at net.minecraft.util.Util.func_181617_a(SourceFile:47) [h.class:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:916) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:456) [nz.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:853) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:725) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_242]
Caused by: java.lang.NullPointerException
at net.minecraft.network.datasync.EntityDataManager.func_187225_a(EntityDataManager.java:151) ~[nb.class:?]
at com.pixelmonmod.pixelmon.entities.npcs.EntityNPC.getAIMode(EntityNPC.java:819) ~[EntityNPC.class:?]
at com.pixelmonmod.pixelmon.entities.npcs.NPCTutor.func_70692_ba(NPCTutor.java:116) ~[NPCTutor.class:?]
at net.minecraft.entity.EntityLiving.<init>(EntityLiving.java:101) ~[vq.class:?]
at net.minecraft.entity.EntityCreature.<init>(EntityCreature.java:22) ~[vx.class:?]
at com.pixelmonmod.pixelmon.entities.npcs.EntityNPC.<init>(EntityNPC.java:119) ~[EntityNPC.class:?]
at com.pixelmonmod.pixelmon.entities.npcs.NPCTutor.<init>(NPCTutor.java:57) ~[NPCTutor.class:?]
at com.pixelmonmod.pixelmon.comm.packetHandlers.npc.NPCServerPacket$Handler.spawnNPC(NPCServerPacket.java:570) ~[NPCServerPacket$Handler.class:?]
at com.pixelmonmod.pixelmon.comm.packetHandlers.npc.NPCServerPacket$Handler.onSyncMessage(NPCServerPacket.java:407) ~[NPCServerPacket$Handler.class:?]
at com.pixelmonmod.pixelmon.comm.packetHandlers.npc.NPCServerPacket$Handler.onSyncMessage(NPCServerPacket.java:394) ~[NPCServerPacket$Handler.class:?]
at com.pixelmonmod.pixelmon.api.comm.ISyncHandler.lambda$onMessage$0(ISyncHandler.java:17) ~[ISyncHandler.class:?]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[?:1.8.0_242]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_242]
at net.minecraft.util.Util.func_181617_a(SourceFile:46) ~[h.class:?]
... 5 more

Posted

What Minecraft version is this?

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

  Reveal hidden contents

 

Posted

Well considering that this is a problem with the mod itself, I'd recommend just reinstalling it on your server and then coming back if the problem persists. Also, if you have the problem again, please try to show the entire crash report as the last few lines can be helpful in trying to diagnose the problem.

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.