1.19.3 Sodium - missing block textures
NotAShelf opened this issue ยท 6 comments
Version information
sodium 0.4.9+build.23
Expected Behavior
The textures are rendered as usual.
Actual Behavior
The world is fully blank
Reproduction Steps
Load up Minecraft 1.19.3 with Fabric Loader 0.14.21 and Sodium sodium 0.4.9
Generate a world and load in, the world will be blank.
Java version
Java 17.0.6 64 Bit
CPU
AMD Ryzen 5 3600x
GPU
AMD RX 6700 XT
Additional information
According to this issue, the problem is rooted from another mod. I, however, am able to reproduce with only Sodium and Fabric API installed.
Client Logs
https://p.frzn.dev/71v
[22:46:02] [Render thread/INFO]: OpenGL Vendor: Mesa
[22:46:02] [Render thread/INFO]: OpenGL Renderer: llvmpipe (LLVM 15.0.7, 256 bits)
[22:46:02] [Render thread/INFO]: OpenGL Version: 4.5 (Core Profile) Mesa 23.1.1
๐
[22:46:02] [Render thread/INFO]: OpenGL Vendor: Mesa [22:46:02] [Render thread/INFO]: OpenGL Renderer: llvmpipe (LLVM 15.0.7, 256 bits) [22:46:02] [Render thread/INFO]: OpenGL Version: 4.5 (Core Profile) Mesa 23.1.1
To my knowledge, AMDGPU is a part of the driver stack on modern Linux distributions. Am I missing something here?
[22:46:02] [Render thread/INFO]: OpenGL Vendor: Mesa [22:46:02] [Render thread/INFO]: OpenGL Renderer: llvmpipe (LLVM 15.0.7, 256 bits) [22:46:02] [Render thread/INFO]: OpenGL Version: 4.5 (Core Profile) Mesa 23.1.1
To my knowledge, AMDGPU is a part of the driver stack on modern Linux distributions. Am I missing something here?
The game is not using your GPU, it's using software rendering.
Would that be something I can change in launcher settings, or does that mean my graphics stack is misconfigured?