fantahund / VoxelMap

22 stars 6 forks source link

Pixel errors when slime chunk display is turned on #20

Closed gbl closed 3 months ago

gbl commented 1 year ago

Some pixels in slime chunks are missing the green tint, and some pixels not in slime chunks are green. See example.

image

TheAlgorithm476 commented 1 year ago

Can you give us a few more details please? We would need the following information to determine what the cause may be:

Once we know this information, we can test and fix this.

gbl commented 1 year ago

Sure! I just created a new instance that has nothing but Fabric and Voxelmap, and it has the same problem.

Here's the latest.log which should contain all version information.

latest.log

This is the content of the mods directory:

-rw-rw-r-- 1 gbl gbl 2034633 Jul 19 12:01 fabric-api-0.86.0+1.20.1.jar
-rw-rw-r-- 1 gbl gbl  736049 Jul 19 11:59 voxelmap-1.20.1-1.12.11.jar

This is on Ubuntu 22.04.

JDK version:

root@natascha:~# /opt/openjdk/jdk-17.0.3/bin/java -version
java version "17.0.3" 2022-04-19 LTS
Java(TM) SE Runtime Environment (build 17.0.3+8-LTS-111)
Java HotSpot(TM) 64-Bit Server VM (build 17.0.3+8-LTS-111, mixed mode, sharing)

video card:

root@natascha:~# lshw -c video
  *-display                 
       description: VGA compatible controller
       product: Navi 23 [Radeon RX 6600/6600 XT/6600M]
       vendor: Advanced Micro Devices, Inc. [AMD/ATI]

gbl@natascha$ lspci | grep VGA
0b:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Navi 23 [Radeon RX 6600/6600 XT/6600M] (rev c1)

If you need any more info, just let me know.

TheAlgorithm476 commented 1 year ago

Thank you. I will look into it when I have the time to do so. Probably later today or tomorrow. I'll keep you updated.

TheAlgorithm476 commented 1 year ago

I have added this problem to our list of bugs. It will be fixed when we figure out why it happens.