Advertisement
V497_Vesper

New Error?

Jan 15th, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Sun Jan 15 20:33:36 GMT 2017 tab 1:
  2. javax.script.ScriptException: ReferenceError: "player" is not defined in <eval> at line number 3
  3.     at jdk.nashorn.api.scripting.NashornScriptEngine.throwAsScriptException(NashornScriptEngine.java:467)
  4.     at jdk.nashorn.api.scripting.NashornScriptEngine.evalImpl(NashornScriptEngine.java:451)
  5.     at jdk.nashorn.api.scripting.NashornScriptEngine.evalImpl(NashornScriptEngine.java:403)
  6.     at jdk.nashorn.api.scripting.NashornScriptEngine.evalImpl(NashornScriptEngine.java:399)
  7.     at jdk.nashorn.api.scripting.NashornScriptEngine.eval(NashornScriptEngine.java:155)
  8.     at javax.script.AbstractScriptEngine.eval(Unknown Source)
  9.     at noppes.npcs.controllers.ScriptContainer.run(ScriptContainer.java:99)
  10.     at noppes.npcs.entity.data.DataScript.runScript(DataScript.java:62)
  11.     at noppes.npcs.EventHooks.onNPCInit(EventHooks.java:77)
  12.     at noppes.npcs.entity.data.DataScript.runScript(DataScript.java:52)
  13.     at noppes.npcs.EventHooks.onNPCCollide(EventHooks.java:85)
  14.     at noppes.npcs.entity.EntityNPCInterface.onCollide(EntityNPCInterface.java:1044)
  15.     at noppes.npcs.entity.EntityNPCInterface.func_70636_d(EntityNPCInterface.java:351)
  16.     at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1614)
  17.     at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:311)
  18.     at noppes.npcs.entity.EntityNPCInterface.func_70071_h_(EntityNPCInterface.java:256)
  19.     at noppes.npcs.entity.EntityCustomNpc.func_70071_h_(EntityCustomNpc.java:35)
  20.     at net.minecraft.world.World.func_72866_a(World.java:1860)
  21.     at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:699)
  22.     at net.minecraft.world.World.func_72870_g(World.java:1829)
  23.     at net.minecraft.world.World.func_72939_s(World.java:1661)
  24.     at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:544)
  25.     at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:701)
  26.     at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:605)
  27.     at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:251)
  28.     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:481)
  29.     at java.lang.Thread.run(Unknown Source)
  30. Caused by: <eval>:3 ReferenceError: "player" is not defined
  31.     at jdk.nashorn.internal.runtime.ECMAErrors.error(ECMAErrors.java:57)
  32.     at jdk.nashorn.internal.runtime.ECMAErrors.referenceError(ECMAErrors.java:319)
  33.     at jdk.nashorn.internal.runtime.ECMAErrors.referenceError(ECMAErrors.java:291)
  34.     at jdk.nashorn.internal.objects.Global.__noSuchProperty__(Global.java:1426)
  35.     at jdk.nashorn.internal.scripts.Script$3$\^eval\_.:program(<eval>:3)
  36.     at jdk.nashorn.internal.runtime.ScriptFunctionData.invoke(ScriptFunctionData.java:637)
  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.NashornScriptEngine.evalImpl(NashornScriptEngine.java:446)
  40.     ... 25 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement