Shimmer

Shimmer

6.6k Downloads

Supplementaries wall lanterns render incorrectly

WenXin20 opened this issue · 15 comments

commented

Minecraft Version

v1.18.2

Shimmer version

v0.4

Modpack info or mod list

https://gist.github.com/WenXin20/c00fd3ee04cf9acbb1f053bb72ff7e82

The latest.log file

https://gist.github.com/WenXin20/e25eb98622f7a32159a697345ad95769

Mod Versions

Rubidium v0.5.2a
Flywheel v0.6.2
Supplementaries v1.4.2
Selene v1.17.4

Issue description

  • When a lantern is placed on the wall, it renders completely black.
  • Supplementaries adds the ability for lanterns to be placed on walls.
  • A temporary workaround is to set fast_mode to true in the supplementaries_client config.

Steps to reproduce

  1. Grab a lantern
  2. Place on a wall

Other information

image

commented

tested with
Rubidium 0.5.2a
flywheel 1.18-0.6.2.66
Selence 1.18.2-1.17.4
Supplementaries 1.18.2-1.4.2
image
maybe it is other mod's fault
can you provide more information or discuss at discord ?

commented

Oh weird, I'll do more testing to see if another mod is involved

commented

I tested it with only Selene, Supplementaries, & Shimmer and had the same issue
2022-06-11_00 29 33
And at the same time I found another bug where the bloom everywhere actually only happens if rubidium is not installed.

commented

2022-06-11_00 53 36

commented

can you find anything like OpenGL debug message: id=1282, source=API, type=ERROR, severity=HIGH, message='GL_INVALID_OPERATION error generated.' in the game console output?
can you update the latest.log again only with Selene, Supplementaries, & Shimmer installed
please make sure to update the latest.log after the render incorrectly happened

commented

Here it is:
https://gist.github.com/WenXin20/ccadb8001ff8a301871bb5988406be40#file-latest-log-L85
I didn't see anything like that, but I did notice something else related to Shimmer.
And line 90 can be ignored, I created the world before Rubidium was added and still had the bloom bug.

commented

@WenXin20 whats your gpu?

commented

@WenXin20 whats your gpu?

commented

It is AMD Ryzen 5 5500U Radeon Graphics

commented

thanks, we almost sure this is an AMD GPU compatibility issue.
Shimmer-forge-1.18.2-0.0.6.jar.zip
I have no amd graphics, so i build a new version for test.
Could you use this one load the game once, and update the config file shimmer-client.toml that "Block Bloom Effect" = false.
Restart the game and see what happens with the bloom effect?
This is not a fix, but it will help us locate the error we made.

commented

Ok, I'll give it a try tonight after work :)

commented

tyvm

commented

I tested it with only Selene, Supplementaries, & Shimmer and had the same issue 2022-06-11_00 29 33 And at the same time I found another bug where the bloom everywhere actually only happens if rubidium is not installed.

besides, whether the bloom effect works well when the rb installed? like, whether the redstone dust get the bloom properly?

commented

use the latest version (v0.1.0),modify shimmer-client.toml configuration ("MRT Reversed" = true).

commented

Thanks!