Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Images disappearing over reboots? #59

Open
CapyJoe opened this issue Jan 14, 2023 · 6 comments
Open

Images disappearing over reboots? #59

CapyJoe opened this issue Jan 14, 2023 · 6 comments

Comments

@CapyJoe
Copy link

CapyJoe commented Jan 14, 2023

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?

@SydMontague
Copy link
Owner

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?

@CapyJoe
Copy link
Author

CapyJoe commented Jan 14, 2023

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.

@SydMontague
Copy link
Owner

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...

@CapyJoe
Copy link
Author

CapyJoe commented Jan 14, 2023

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.

@SydMontague
Copy link
Owner

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.

@Tsoccerguy3
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants