RS117 / RLHD

BSD 2-Clause "Simplified" License
150 stars 62 forks source link

Everything is mono-fog colored #342

Open Lindenk opened 1 year ago

Lindenk commented 1 year ago

Describe the bug When enabling the plugin, its as if fog is 100% opacity, or everything is shaded to fog color. Disabling fog (or any other settings) doesn't seem to be a fix. Overriding sky color and flipping between the settings does in fact change the color (both runelight and old school black are, well, black). I can make out the outline of my player only because I have the tile marked where I'm standing (and another tile while playing around with what the problem might be):

_ocr_GLAXxSLX

This has only been an issue starting about a week ago

To Reproduce Steps to reproduce the behavior:

  1. Enable 117 HD, likely with my hardware and driver set up

Expected behavior Fog that isn't pea soup

Screenshots See above

Environment (please complete the following information):

Running an AMD Radeon RX 6750 XT

Additional context Logs: client.log It looks like the only rs117 related thing is this when enabling the plugin:

2023-05-06 22:08:45 EDT [Client] INFO  rs117.hd.HdPlugin - Using device: AMD Radeon RX 6750 XT (navi22, LLVM 15.0.7, DRM 3.49, 6.2.13-arch1-1)
2023-05-06 22:08:45 EDT [Client] INFO  rs117.hd.HdPlugin - Using driver: 4.6 (Compatibility Profile) Mesa 23.0.3
2023-05-06 22:08:45 EDT [Client] INFO  rs117.hd.HdPlugin - Client is 64-bit
Teascade commented 1 year ago

Seems to be broken in the same way for me. Also ArchLinux. Here are some relevant bits from my client logs:

2023-05-07 15:47:01 EEST [main] INFO  net.runelite.client.RuneLite - RuneLite 1.9.15.3 (launcher version 2.6.3) starting up, args: none
...
2023-05-07 15:47:06 EEST [main] INFO  n.r.c.e.ExternalPluginManager - Loading external plugin "117hd" version "1.2.7" commit "fd4b70ac3e3d9434f1713e3ecc97225b04c1c4e3"
...
2023-05-07 15:48:19 EEST [Client] INFO  rs117.hd.HdPlugin - Using device: AMD Radeon RX 7900 XTX (gfx1100, LLVM 15.0.7, DRM 3.49, 6.2.13-arch1-1)
2023-05-07 15:48:19 EEST [Client] INFO  rs117.hd.HdPlugin - Using driver: 4.6 (Compatibility Profile) Mesa 23.0.3
2023-05-07 15:48:19 EEST [Client] INFO  rs117.hd.HdPlugin - Client is 64-bit

And the rest: client.log

No errors for me

aHooder commented 1 year ago

We don't use this repository anymore. Feel free to post it again on our current repo: https://github.com/117HD/RLHD

I believe this is a Mesa 23 bug though. Downgrading or possibly building the latest git version might fix it.