FramePicture Bukkit Plugin Bug #17


  • New
  • Defect
Open
  • _ForgeUser13518655 created this issue Feb 10, 2014

    What steps will reproduce the problem?
    1.Set an image in a frame
    2.Go far away from frame and reload FramePicture
    3.Return to frame

    What is the expected output? What do you see instead?
    Picture should still be in frame, instead there is only an empty frame.

    What version of the product are you using?
    FramePicture v1.6.1 for CB 1.7.2-R0.2 Jan 18, 2014

    Do you have an error log of what happened?
    Yes, it logged:
    [Server thread/WARN]: [FramePicture] Can't find Map for #0!
    [Server thread/INFO]: [FramePicture] Loaded 0 Frames!
    [Server thread/INFO]: [FramePicture] Plugin reloaded!

    Please provide any additional information below.
    When FramePicture is reloaded far away from a set frame, the frames.yml file erases everything in it that it can't complete.
    I haven't tested if reloading FramePicture from far away while another person on the server is close to the frame will give the same error.

  • _ForgeUser13518655 added the tags Defect New Feb 10, 2014
  • Forge_User_21593259 posted a comment Feb 26, 2014

    Use you a Multiworld Plugin?

  • _ForgeUser18368197 posted a comment Feb 1, 2015

    @Howaner: Go I used to. Here's a mistake. Spigot 1.7.10

    [20:47:32] [Server thread/INFO]: [FramePicture] Enabling FramePicture v1.7.3 [20:47:32] [Server thread/INFO]: [FramePicture] Configuration loaded! [20:47:32] [Server thread/INFO]: [FramePicture] Loaded 8 frames! [20:47:32] [Server thread/INFO]: [FramePicture] Caching frames ... [20:47:32] [Server thread/ERROR]: Error occurred while enabling FramePicture v1.7.3 (Is it up to date?) java.lang.NoSuchMethodError: net.minecraft.server.v1_7_R4.PacketPlayOutMap.<init>(I[B)V at de.howaner.FramePicture.util.Frame.sendMapData(Frame.java:148) [?:?] at de.howaner.FramePicture.util.Frame.sendTo(Frame.java:107) [?:?] at de.howaner.FramePicture.FrameManager.cacheFrames(FrameManager.java:102) [?:?] at de.howaner.FramePicture.FrameManager.onEnable(FrameManager.java:81) [?:?] at de.howaner.FramePicture.FramePicturePlugin.onEnable(FramePicturePlugin.java:56) [?:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316) [Spigot%2020140909a%20(1.7.10).jar:git-Spigot-1.7.9-R0.2-204-g534549b] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) [Spigot%2020140909a%20(1.7.10).jar:git-Spigot-1.7.9-R0.2-204-g534549b] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417) [Spigot%2020140909a%20(1.7.10).jar:git-Spigot-1.7.9-R0.2-204-g534549b] at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugin(CraftServer.java:476) [Spigot%2020140909a%20(1.7.10).jar:git-Spigot-1.7.9-R0.2-204-g534549b] at org.bukkit.craftbukkit.v1_7_R4.CraftServer.enablePlugins(CraftServer.java:394) [Spigot%2020140909a%20(1.7.10).jar:git-Spigot-1.7.9-R0.2-204-g534549b] at net.minecraft.server.v1_7_R4.MinecraftServer.n(MinecraftServer.java:360) [Spigot%2020140909a%20(1.7.10).jar:git-Spigot-1.7.9-R0.2-204-g534549b] at net.minecraft.server.v1_7_R4.MinecraftServer.g(MinecraftServer.java:334) [Spigot%2020140909a%20(1.7.10).jar:git-Spigot-1.7.9-R0.2-204-g534549b] at net.minecraft.server.v1_7_R4.MinecraftServer.a(MinecraftServer.java:290) [Spigot%2020140909a%20(1.7.10).jar:git-Spigot-1.7.9-R0.2-204-g534549b] at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:210) [Spigot%2020140909a%20(1.7.10).jar:git-Spigot-1.7.9-R0.2-204-g534549b] at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:458) [Spigot%2020140909a%20(1.7.10).jar:git-Spigot-1.7.9-R0.2-204-g534549b] at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [Spigot%2020140909a%20(1.7.10).jar:git-Spigot-1.7.9-R0.2-204-g534549b]


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