-
Notifications
You must be signed in to change notification settings - Fork 477
Generating blank tiles when rendering 21w37a/21w38a snapshot #1982
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
Comments
I have this issue too. I also noticed that any chunks loaded in 1.18 snapshots (even 1.17 and earlier terrain) show up as blank tiles now. Not sure what the issue is and the chunks in the actual world seem to be saved perfectly fine, it's just the renderer is unable to actually render the tiles. |
same here overviewer 0.17.0 snapshot 21w40a... also using the snapshot client jar for textures |
Also seeing this issue on 21w42a |
Doesn't seem to be an Overviewer-specific issue, FWIW; both the |
after Upgrading the World from snapshot 21w43a to snapshot 21w44a, i get this error for the world while rendering
also happend with a new generatet world |
The pull request listed above aims to fix these issues. |
@26, I am having the same issue as @Homeboy87 ... How do we get this merged and released? |
We will have to wait until one of the developers merges it. You can try to use my fork in the meantime and compile from source. |
If you want to use the pull request code git fetch origin pull/1990/head:u118
git checkout u118
python3 setup.py build |
I used @26 fork in a dockerfile project (that I forked) and pushed that to dockerhub. It's working for me now... |
Has anyone else tried running Overviewer on a world from one of the latest snapshots?
My render seems to be executing but all the rendered tiles are blank (all the same filesize).
The text was updated successfully, but these errors were encountered: