ImageMaps

ImageMaps

131k Downloads

Images disappearing over reboots?

CapyJoe opened this issue ยท 6 comments

commented

Hi,

All of a sudden my images are not showing up after reboots. the itemframes are there and everything, but no images load in the maps. Where is data being saved to store where the maps go? I have not touched any of the configs since.

I also cannot place new maps once this issue occurs. the only way to solve it is by deleting the maps.yml file, rebooting, then starting from scratch. But then one more reboot after that and they all break again.

Any thoughts?

commented

The error indicates that the maps have been deleted/are inaccessible from Minecraft's side.

I don't think Multiverse would make a difference here, since IIRC maps are stored in the main world...

Any ideas what would cause this then? As far as I'm aware we aren't running anything that is modifying the actual worlds. SlimeWorldManager is disabled, WorldGuard wouldn't do that, and then there's just Multiverse. Do note, however, that this is not the main world world, it's a separate one.

commented

Does the plugin give out any information in console or chat on startup or when trying to place images?

Are the maps still in the maps.yml?

commented

Does the plugin give out any information in console or chat on startup or when trying to place images?

Are the maps still in the maps.yml?

Yes they are still in the maps.yml, however just found this in the log after searching (this is on startup. Is it loading these in before Multiverse loads the world or something?):

[09:39:53] [Server thread/WARN]: [ImageMaps] Map 0 referenced but does not exist. Removing map!
[09:39:53] [Server thread/WARN]: [ImageMaps] Map 1 referenced but does not exist. Removing map!
[09:39:53] [Server thread/WARN]: [ImageMaps] Map 2 referenced but does not exist. Removing map!
[09:39:53] [Server thread/WARN]: [ImageMaps] Map 3 referenced but does not exist. Removing map!
[09:39:53] [Server thread/WARN]: [ImageMaps] Map 4 referenced but does not exist. Removing map!
[09:39:53] [Server thread/WARN]: [ImageMaps] Map 5 referenced but does not exist. Removing map!
[09:39:53] [Server thread/WARN]: [ImageMaps] Map 6 referenced but does not exist. Removing map!
[09:39:53] [Server thread/WARN]: [ImageMaps] Map 7 referenced but does not exist. Removing map!
[09:39:53] [Server thread/WARN]: [ImageMaps] Map 8 referenced but does not exist. Removing map!
[09:39:53] [Server thread/WARN]: [ImageMaps] Map 9 referenced but does not exist. Removing map!
[09:39:53] [Server thread/WARN]: [ImageMaps] Map 10 referenced but does not exist. Removing map!
[09:39:53] [Server thread/WARN]: [ImageMaps] Map 11 referenced but does not exist. Removing map!
[09:39:53] [Server thread/WARN]: [ImageMaps] Map 12 referenced but does not exist. Removing map!
[09:39:53] [Server thread/WARN]: [ImageMaps] Map 13 referenced but does not exist. Removing map!
[09:39:53] [Server thread/WARN]: [ImageMaps] Map 14 referenced but does not exist. Removing map!
[09:39:53] [Server thread/WARN]: [ImageMaps] Map 15 referenced but does not exist. Removing map!

The maps file is still there and was never modified.

commented

The error indicates that the maps have been deleted/are inaccessible from Minecraft's side.

I don't think Multiverse would make a difference here, since IIRC maps are stored in the main world...

commented

The map files are stored in world/data/map_<id>.dat, so you should probably check if they're still there.

If they aren't I have no idea what could've deleted it.

commented

If the data directory is read only or no write permissions , that can account for missing data maps