Error: Start block missed in BlockIterator #22


  • New
  • Defect
Open
Assigned to _ForgeUser6802
  • blablubb created this issue Jan 23, 2013

    Do you have an error log of what happened?
    I just took a random look at my log.. :

    16:16:37 [SEVERE] Could not pass event PlayerInteractEvent to TradeCraft vAE-1.4.2
    org.bukkit.event.EventException
            at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
            at org.bukkit.plugin.TimedRegisteredListener.callEvent(TimedRegisteredListener.java:35)
            at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
            at org.bukkit.craftbukkit.v1_4_6.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:178)
            at org.bukkit.craftbukkit.v1_4_6.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:148)
            at net.minecraft.server.v1_4_6.PlayerConnection.a(PlayerConnection.java:626)
            at net.minecraft.server.v1_4_6.Packet15Place.handle(SourceFile:58)
            at net.minecraft.server.v1_4_6.NetworkManager.b(NetworkManager.java:290)
            at net.minecraft.server.v1_4_6.PlayerConnection.d(PlayerConnection.java:112)
            at net.minecraft.server.v1_4_6.ServerConnection.b(SourceFile:39)
            at net.minecraft.server.v1_4_6.DedicatedServerConnection.b(SourceFile:30)
            at net.minecraft.server.v1_4_6.MinecraftServer.r(MinecraftServer.java:598)
            at net.minecraft.server.v1_4_6.DedicatedServer.r(DedicatedServer.java:224)
            at net.minecraft.server.v1_4_6.MinecraftServer.q(MinecraftServer.java:494)
            at net.minecraft.server.v1_4_6.MinecraftServer.run(MinecraftServer.java:427)
            at net.minecraft.server.v1_4_6.ThreadServerApplication.run(SourceFile:849)
    Caused by: java.lang.IllegalStateException: Start block missed in BlockIterator
            at org.bukkit.util.BlockIterator.<init>(BlockIterator.java:169)
            at org.bukkit.util.BlockIterator.<init>(BlockIterator.java:231)
            at org.bukkit.util.BlockIterator.<init>(BlockIterator.java:264)
            at org.bukkit.craftbukkit.v1_4_6.entity.CraftLivingEntity.getLineOfSight(CraftLivingEntity.java:119)
            at org.bukkit.craftbukkit.v1_4_6.entity.CraftLivingEntity.getTargetBlock(CraftLivingEntity.java:145)

            at nl.armeagle.TradeCraft.TradeCraftPlayerListener.onPlayerInteract(TradeCraftPlayerListener.java:36)

            at sun.reflect.GeneratedMethodAccessor119.invoke(Unknown Source)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
            at java.lang.reflect.Method.invoke(Method.java:601)
            at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425)
            ... 17 more

  • blablubb added the tags New Defect Jan 23, 2013
  • _ForgeUser6802 posted a comment Jan 23, 2013

    Yes, I need to look at making it work in bukkit 1.4.6/1.4.7. Hopefully I'll have time tomorrow/soon.

  • _ForgeUser6802 posted a comment Jan 23, 2013

    What exact version of craftbukkit are you running?

    I just tried on 1.4.6-R0.3 (#2586) and I don't get that problem, which should occur only when you're so close and in front to the sign, that you would block the placement of a a solid block you're holding while clicking.

    So, what version are you running, and what exactly are you doing?

  • blablubb posted a comment Jan 28, 2015

    Oh, I just randomly found this ticket and noticed that it was reported by me. In case you ever come across this:

    I am not exactly sure in which situation bukkit throws this error, but nevertheless: you could catch it and handle the situation as if no block was found.

    That's probably better compared to crashing with this error, until the real reason for this to occur is found / fixed.

  • _ForgeUser6802 posted a comment Jan 28, 2015

    @blablubbabc: Go

    Thank you for the suggestion.

    But as you can see on the plugin page, I've abandoned this plugin. I simply don't play much minecraft anymore and don't have the time for it anymore.


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