Keep getting this Error #27


  • New
  • Defect
Open
Assigned to sayaadis
  • _ForgeUser9506597 created this issue Aug 22, 2013

    What steps will reproduce the problem?
    1. Don't know.
    2.
    3.

    What is the expected output? What do you see instead?
    Nothing

    What version of the product are you using?
    Latest - R: CCTV Camera V2.8 for CB 1.4.7-R1.0 Feb 26, 2013

    Do you have an error log of what happened?
    ­22.08 21:33:44 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425)
    22.08 21:33:44 [Server] INFO at java.lang.reflect.Method.invoke(Method.java:601)
    22.08 21:33:44 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    22.08 21:33:44 [Server] INFO at sun.reflect.GeneratedMethodAccessor99.invoke(Unknown Source)
    22.08 21:33:44 [Server] INFO at me.sayaad.CCTV.listener.onPlayerInteract(listener.java:265)
    22.08 21:33:44 [Server] INFO at org.bukkit.Location.getBlock(Location.java:82)
    22.08 21:33:44 [Server] INFO Caused by: java.lang.NullPointerException
    22.08 21:33:44 [Server] INFO at net.minecraft.server.v1_6_R2.ThreadServerApplication.run(SourceFile:582)
    22.08 21:33:44 [Server] INFO at net.minecraft.server.v1_6_R2.MinecraftServer.run(MinecraftServer.java:419)
    22.08 21:33:44 [Server] INFO at net.minecraft.server.v1_6_R2.MinecraftServer.s(MinecraftServer.java:486)
    22.08 21:33:44 [Server] INFO at net.minecraft.server.v1_6_R2.DedicatedServer.t(DedicatedServer.java:226)
    22.08 21:33:44 [Server] INFO at net.minecraft.server.v1_6_R2.MinecraftServer.t(MinecraftServer.java:590)
    22.08 21:33:44 [Server] INFO at net.minecraft.server.v1_6_R2.DedicatedServerConnection.b(SourceFile:30)
    22.08 21:33:44 [Server] INFO at net.minecraft.server.v1_6_R2.ServerConnection.b(SourceFile:37)
    22.08 21:33:44 [Server] INFO at net.minecraft.server.v1_6_R2.PlayerConnection.e(PlayerConnection.java:116)
    22.08 21:33:44 [Server] INFO at net.minecraft.server.v1_6_R2.NetworkManager.b(NetworkManager.java:296)
    22.08 21:33:44 [Server] INFO at net.minecraft.server.v1_6_R2.Packet15Place.handle(SourceFile:58)
    22.08 21:33:44 [Server] INFO at net.minecraft.server.v1_6_R2.PlayerConnection.a(PlayerConnection.java:628)
    22.08 21:33:44 [Server] INFO at net.minecraft.server.v1_6_R2.PlayerInteractManager.interact(PlayerInteractManager.java:373)
    22.08 21:33:44 [Server] INFO at org.bukkit.craftbukkit.v1_6_R2.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:192)
    22.08 21:33:44 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
    22.08 21:33:44 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
    22.08 21:33:44 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
    22.08 21:33:44 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427)
    22.08 21:33:44 [Server] INFO org.bukkit.event.EventException
    22.08 21:33:44 [Server] SEVERE Could not pass event PlayerInteractEvent to CCTV Camera v2.8
    22.08 21:33:44 [Server] INFO ... 16 more
    22.08 21:33:44 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425)
    22.08 21:33:44 [Server] INFO at java.lang.reflect.Method.invoke(Method.java:601)
    22.08 21:33:44 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    22.08 21:33:44 [Server] INFO at sun.reflect.GeneratedMethodAccessor99.invoke(Unknown Source)
    22.08 21:33:44 [Server] INFO at me.sayaad.CCTV.listener.onPlayerInteract(listener.java:265)
    22.08 21:33:44 [Server] INFO at org.bukkit.Location.getBlock(Location.java:82)
    22.08 21:33:44 [Server] INFO Caused by: java.lang.NullPointerException
    22.08 21:33:44 [Server] INFO at net.minecraft.server.v1_6_R2.ThreadServerApplication.run(SourceFile:582)
    22.08 21:33:44 [Server] INFO at net.minecraft.server.v1_6_R2.MinecraftServer.run(MinecraftServer.java:419)
    22.08 21:33:44 [Server] INFO at net.minecraft.server.v1_6_R2.MinecraftServer.s(MinecraftServer.java:486)
    22.08 21:33:44 [Server] INFO at net.minecraft.server.v1_6_R2.DedicatedServer.t(DedicatedServer.java:226)
    22.08 21:33:44 [Server] INFO at net.minecraft.server.v1_6_R2.MinecraftServer.t(MinecraftServer.java:590)
    22.08 21:33:44 [Server] INFO at net.minecraft.server.v1_6_R2.DedicatedServerConnection.b(SourceFile:30)
    22.08 21:33:44 [Server] INFO at net.minecraft.server.v1_6_R2.ServerConnection.b(SourceFile:37)
    22.08 21:33:44 [Server] INFO at net.minecraft.server.v1_6_R2.PlayerConnection.e(PlayerConnection.java:116)
    22.08 21:33:44 [Server] INFO at net.minecraft.server.v1_6_R2.NetworkManager.b(NetworkManager.java:296)
    22.08 21:33:44 [Server] INFO at net.minecraft.server.v1_6_R2.Packet15Place.handle(SourceFile:58)
    22.08 21:33:44 [Server] INFO at net.minecraft.server.v1_6_R2.PlayerConnection.a(PlayerConnection.java:628)
    22.08 21:33:44 [Server] INFO at net.minecraft.server.v1_6_R2.PlayerInteractManager.interact(PlayerInteractManager.java:373)
    22.08 21:33:44 [Server] INFO at org.bukkit.craftbukkit.v1_6_R2.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:192)
    22.08 21:33:44 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
    22.08 21:33:44 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
    22.08 21:33:44 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
    22.08 21:33:44 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427)
    22.08 21:33:44 [Server] INFO org.bukkit.event.EventException
    22.08 21:33:44 [Server] SEVERE Could not pass event PlayerInteractEvent to CCTV Camera v2.8

    Please provide any additional information below.

    The error I provided above is what it keeps throwing at the console. It's been going on ever since I got it, and I'm sick of it. I've even gotten in trouble with my host because of it lagging the servers. Fix it, it's really damn annoying.

  • _ForgeUser9506597 added the tags Defect New Aug 22, 2013
  • MelonCola7 posted a comment Sep 8, 2015

    i get it also, I REALLLLLLLLY need it fixed! anyone have a fix?


To post a comment, please login or register a new account.