Error executing task
Greatone123 opened this issue ยท 12 comments
I'm not sure if I should post this here, or over at the code chicken GitHub so I'm posting at both since it mentions both mods. I'm getting this constantly in my log.
MrTJPCore-1.12.2-2.1.3.35-universal
CodeChickenLib-1.12.2-3.2.0.345-universal
> [09:09:43] [Server thread/FATAL] [net.minecraft.server.MinecraftServer]: Error executing task
> java.util.concurrent.ExecutionException: java.util.NoSuchElementException: key not found: 1
> at java.util.concurrent.FutureTask.report(FutureTask.java:122) ~[?:1.8.0_131]
> at java.util.concurrent.FutureTask.get(FutureTask.java:192) ~[?:1.8.0_131]
> at net.minecraft.util.Util.func_181617_a(SourceFile:47) [h.class:?]
> at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:723) [MinecraftServer.class:?]
> at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396) [nz.class:?]
> at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?]
> at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
> at java.lang.Thread.run(Thread.java:748) [?:1.8.0_131]
> Caused by: java.util.NoSuchElementException: key not found: 1
> at scala.collection.MapLike$class.default(MapLike.scala:228) ~[MapLike$class.class:?]
> at scala.collection.AbstractMap.default(Map.scala:59) ~[AbstractMap.class:?]
> at scala.collection.mutable.HashMap.apply(HashMap.scala:65) ~[HashMap.class:?]
> at mrtjp.core.data.KeyTracking$.updatePlayerKey(KeyTracking.scala:28) ~[KeyTracking$.class:?]
> at mrtjp.core.handler.MrTJPCoreSPH$.handlePacket(packethandlers.scala:64) ~[MrTJPCoreSPH$.class:?]
> at codechicken.lib.packet.PacketCustom$ServerInboundHandler.handle(PacketCustom.java:135) ~[PacketCustom$ServerInboundHandler.class:?]
> at codechicken.lib.packet.PacketCustom$ServerInboundHandler.lambda$handle$0(PacketCustom.java:133) ~[PacketCustom$ServerInboundHandler.class:?]
> at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[?:1.8.0_131]
> at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_131]
> at net.minecraft.util.Util.func_181617_a(SourceFile:46) ~[h.class:?]
> ... 5 more
I have no idea how TJ's key tracking works but it has been rock solid for ages. Ill leave this for TJ to look at.
Alright, sorry for posting twice, I didn't actually know you both worked on both mods.
So far I've been able to figure out it doesn't happen when I'm in the server. Only when the other player (I've only got me and her currently) is in the server.
Is there something I can look at in her configs or something to help narrow down the issue?
I reset the defaults on my keybindings and it stopped. I never took the time to narrow it down, was just happy it stopped.
I recently had this same problem and I think it was a corrupt download because I re-downloaded both mods and ProjectRed and that fixed it.
Interesting, I haven't thought about re-downloading. I haven't had the issue anymore, but might be worth doing just because.
Also ran into this issue now, on first time downloading the mods. I'm using Integration, Lighting, Core, World and Mechanical.
All right.It turned out to be my problem.I re-install the mods and the problem disappear.