-
Bug
-
Resolution: Duplicate
-
None
-
1.20.1
-
None
-
Windows specifications {
Edition: Windows 10 Home;
Version: 22H2;
OS build:19045.2965
}
About Java {
Version: 8;
Update: 371;
build: 1.8.0_371-b11;
}
-
Unconfirmed
-
(Unassigned)
I'm playing the official Minecraft Java Edition version 1.20.1 without any modifications or custom shader packs. When launching the game, I encountered an error related to shader rendering during the startup process. The error message in the game output states: "Shader rendertype_entity_translucent_emissive could not find sampler named Sampler2 in the specified shader program." This issue suggests that the game encounters difficulties rendering a specific entity type with the shader "rendertype_entity_translucent_emissive" because it cannot find the required sampler named "Sampler2" in the shader program during initialization.
- Launch Minecraft Java Edition version 1.20.1.
- Observe the game output during the startup process.
- Note the error message regarding the missing sampler "Sampler2" in the shader program for the "rendertype_entity_translucent_emissive" shader.
Expected Result: The game should initialize without encountering any errors related to missing samplers during shader rendering, even for the "rendertype_entity_translucent_emissive" shader, during the startup process.
- duplicates
-
MC-249414 The "Shader rendertype_entity_translucent_emissive could not find sampler named Sampler2 in the specified shader program." warning is logged in the game output console when launching the game
- Resolved