-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
BungeeCord Animated Frames issue? #6
Comments
I can confirm this. The issue is probably client side, reconnecting to the server fixes it. edit: the issue is actually with mapmanager. resending the image content doesn't fix it nor clearing the itemframe |
@InventivetalentDev Could we have a fix for this? |
@KD181999 Could you have some patience, please? Thank you. |
The issue is caused by conflicting map ids across servers. I compiled my own version of mapmanager that used random map ids and the issue is gone, although obviously not a proper solution. is it possible to overwrite the client side cache somehow? edit: maybe lets just use randomized ids? the chance of a conflict is only 0.0015% |
So, I've been trying to come up with a solution for this, but the client's map cache seems to have a very odd behaviour. It doesn't seem to care about any content updates for the images. |
@InventivetalentDev what do you mean? id conflicts can still be resolved on the same server, it would only reduce the chance of conflicts network-wide. heres what i did:
|
@dvarnai Ah, I see. I though you were going for completely random ids. I'll give it a try. |
Any news on this issue? |
@KD181999 The fourth message above this one. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
What steps will reproduce the problem?
What were you expecting to happen? What happened instead?
Expected the images to work perfectly on both hub and second server, however image because distorted and mixed up with hub server images as shown here: http://prntscr.com/bgseoo
What version of the plugin are you using? Type /version <Plugin Name>
4.3.1
What Spigot version are you using? Type /version
Spigot R0.1 1.9.4
What plugins are you using? Type /plugins
http://prntscr.com/bgsget
Do you have an error log? Use pastebin.com. If you're not sure, upload your whole server log
No errors.
Did your client crash? Upload errors in .minecraft/logs/latest.log as well
No.
Additional information? (Are you using Bungeecord? Did it work in previous versions? etc.)
BungeeCord Network.
1.9.4
The text was updated successfully, but these errors were encountered: