Advertisement
Guest User

acaca

a guest
Sep 16th, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.16 KB | None | 0 0
  1. Mon Sep 16 17:20:47 CEST 2019 tab 1:
  2. javax.script.ScriptException: TypeError: Cannot read property "amount" from undefined in <eval> at line number 22
  3. at jdk.nashorn.api.scripting.NashornScriptEngine.throwAsScriptException(NashornScriptEngine.java:470)
  4. at jdk.nashorn.api.scripting.NashornScriptEngine.invokeImpl(NashornScriptEngine.java:392)
  5. at jdk.nashorn.api.scripting.NashornScriptEngine.invokeFunction(NashornScriptEngine.java:190)
  6. at noppes.npcs.controllers.ScriptContainer.run(ScriptContainer.java:169)
  7. at noppes.npcs.controllers.ScriptContainer.run(ScriptContainer.java:126)
  8. at noppes.npcs.entity.data.DataScript.runScript(DataScript.java:58)
  9. at noppes.npcs.EventHooks.onNPCInteract(EventHooks.java:89)
  10. at noppes.npcs.entity.EntityNPCInterface.func_184645_a(EntityNPCInterface.java:477)
  11. at net.minecraft.entity.EntityLiving.func_184230_a(EntityLiving.java:1227)
  12. at net.minecraft.entity.player.EntityPlayer.func_190775_a(EntityPlayer.java:1199)
  13. at net.minecraft.network.NetHandlerPlayServer.func_147340_a(NetHandlerPlayServer.java:2696)
  14. at net.minecraft.network.play.client.CPacketUseEntity.func_148833_a(SourceFile:69)
  15. at net.minecraft.network.play.client.CPacketUseEntity.func_148833_a(SourceFile:13)
  16. at org.spongepowered.common.event.tracking.phase.packet.PacketPhaseUtil.onProcessPacket(PacketPhaseUtil.java:193)
  17. at net.minecraft.network.PacketThreadUtil$1.redirect$onProcessPacket$zlk000(SourceFile:539)
  18. at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13)
  19. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  20. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  21. at net.minecraft.util.Util.func_181617_a(SourceFile:46)
  22. at org.spongepowered.common.SpongeImplHooks.onUtilRunTask(SpongeImplHooks.java:307)
  23. at net.minecraft.server.MinecraftServer.redirect$onRun$zjo000(MinecraftServer.java:3970)
  24. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:723)
  25. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397)
  26. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
  27. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
  28. at java.lang.Thread.run(Thread.java:748)
  29. Caused by: <eval>:22 TypeError: Cannot read property "amount" from undefined
  30. at jdk.nashorn.internal.runtime.ECMAErrors.error(ECMAErrors.java:57)
  31. at jdk.nashorn.internal.runtime.ECMAErrors.typeError(ECMAErrors.java:213)
  32. at jdk.nashorn.internal.runtime.ECMAErrors.typeError(ECMAErrors.java:185)
  33. at jdk.nashorn.internal.runtime.ECMAErrors.typeError(ECMAErrors.java:172)
  34. at jdk.nashorn.internal.runtime.Undefined.get(Undefined.java:157)
  35. at jdk.nashorn.internal.scripts.Script$Recompilation$887$422A$\^eval\_.interact(<eval>:22)
  36. at jdk.nashorn.internal.runtime.ScriptFunctionData.invoke(ScriptFunctionData.java:639)
  37. at jdk.nashorn.internal.runtime.ScriptFunction.invoke(ScriptFunction.java:494)
  38. at jdk.nashorn.internal.runtime.ScriptRuntime.apply(ScriptRuntime.java:393)
  39. at jdk.nashorn.api.scripting.ScriptObjectMirror.callMember(ScriptObjectMirror.java:199)
  40. at jdk.nashorn.api.scripting.NashornScriptEngine.invokeImpl(NashornScriptEngine.java:386)
  41. ... 24 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement