Since 1.21.11 when I open or create a world for the first time after the game has launched most of the world/textures seems to be rendered black. This includes most particles and blocks.
All textures render in the main menu and as soon as I change any video setting that prompts a re-render of the world all textures return and the game renders as it should, including when loading or creating a different world. No anomalies can be found in the logs, they look identical between first and subsequent world loads.
I would expect the ResourceManager (as this seems to be the culprit) to load correctly when launching the game.
Attachments
Comments 17
Turning off/on fullscreen had no effect at all.
F3+T or changing resourcepacks (in the menu) does fix it. F3+T does not have any significant changes in logs compared to launch.
Starting the game with a non-vanilla resourcepack has the same results (black textures)
I see.. I was observing that you have an intel integrated graphics card which sometimes can have drivers compatibility issues and also you are using java 21.0.7 an outdated version of java.
I am no mester but as quick try maybe you should update your java or test if it persists using a different launcher like Prism Launcher just for a verdict…
I hope help you with the problem
Here is what i found:
The final error id=1281... GL_INVALID_VALUE is a generic rendering error. In version 1.21.1, this is frequently caused by:
Outdated Graphics Drivers: Minecraft 1.21+ uses updated rendering techniques that require modern driver support.
UBO Resizing: Your log shows the game constantly "Resizing Chunk Sections UBO." If your GPU runs out of memory (VRAM) during this resizing, the texture atlas fails to bind.
The final error id=1281... GL_INVALID_VALUEis when I closed the game, so while it probably means some failure to properly clean up stuff, it is however not related to this bug.
JVM arugments have 0 effect on this bug, they didn’t cause the bug in previous versions and don’t fix the bug in the reported versions.
My drivers DO NOT have any updates.
Please see if community support can help resolve your issue. Please link to this bug report when asking for help with your issue.
Quick Links:
📓 Bug Tracker Guidelines -- 💬 Community Support -- 📧 Mojang Support (Technical Issues) -- 📧 Microsoft Support (Account Issues) -- 📓 Project Summary -- ✍️ Feedback and Suggestions -- 📖 Game Wiki
Have you tried to change the screen mode to fullscreen and vice versa?