This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
What steps will reproduce the problem?1.Set an image in a frame2.Go far away from frame and reload FramePicture3.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.
Use you a Multiworld Plugin?
@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.