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

Failed to render tile #24

Closed
poqdavid opened this issue Feb 19, 2020 · 4 comments
Closed

Failed to render tile #24

poqdavid opened this issue Feb 19, 2020 · 4 comments
Labels
bug Something isn't working

Comments

@poqdavid
Copy link

After a server crash noticed this error on our logs it's not spammed or anything just submitting error
https://paste.ee/p/gdfsQ
tho this didn't cause the server crash

@TBlueF
Copy link
Member

TBlueF commented Feb 19, 2020

I noticed that as well, i believe that error occurs if buemap is parsing a region-File in the same moment that minecraft is writing changes to it.
It is not really harmfull, it only causes one tile to not being rendered.
Since i don't have an idea how to prevent this, that error needs to be catched and the affected tile rescheduled for a second try..

@TBlueF TBlueF added bug Something isn't working module: core labels Feb 19, 2020
@poqdavid
Copy link
Author

Oh ok cool

TBlueF added a commit that referenced this issue Mar 29, 2020
TBlueF added a commit that referenced this issue Mar 29, 2020
@TBlueF
Copy link
Member

TBlueF commented Mar 29, 2020

Should be fixed now, reopen please if this error persists with the latest version :)

@TBlueF TBlueF closed this as completed Mar 29, 2020
@TBlueF
Copy link
Member

TBlueF commented Apr 5, 2020

Still happening on some occasions.
Maybe try to implement reschedules with a longer wait-time or even for server restart. And if all reschedules don't work, just drop the tickets without error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants