EndlesslyFlowering / ReShade_HDR_shaders

ReShade shaders focused on HDR analysis, (post) processing and (inverse) tone mapping.
GNU General Public License v3.0
172 stars 5 forks source link

ERROR: Only HDR spaces are supported #15

Closed kaimian closed 5 months ago

kaimian commented 5 months ago

Hi, how can i fix this? HDR is enabled on windows and in the game itself, it is working. But the Lilium's shader inside the Reshade tool is with this (ERROR).

BanTheRobot commented 5 months ago

Hi, how can i fix this? HDR is enabled on windows and in the game itself, it is working. But the Lilium's shader inside the Reshade tool is with this (ERROR).

Hello, try this because I ran into the same problem: Settings>Clear Effect Cache. Find the shader you are trying to use and look at "detected back buffer color space" it might say something like "likely HDR10." Scroll down to the bottom of the shaders settings, under CSP_OVERRIDE type "CSP_HDR10" hit enter. Reload reshade.

kaimian commented 5 months ago

Hi, how can i fix this? HDR is enabled on windows and in the game itself, it is working. But the Lilium's shader inside the Reshade tool is with this (ERROR).

Hello, try this because I ran into the same problem: Settings>Clear Effect Cache. Find the shader you are trying to use and look at "detected back buffer color space" it might say something like "likely HDR10." Scroll down to the bottom of the shaders settings, under CSP_OVERRIDE type "CSP_HDR10" hit enter. Reload reshade.

Yeah, seems to be working with "CSP_HDR10". That's it?

BanTheRobot commented 5 months ago

Hi, how can i fix this? HDR is enabled on windows and in the game itself, it is working. But the Lilium's shader inside the Reshade tool is with this (ERROR).

Hello, try this because I ran into the same problem: Settings>Clear Effect Cache. Find the shader you are trying to use and look at "detected back buffer color space" it might say something like "likely HDR10." Scroll down to the bottom of the shaders settings, under CSP_OVERRIDE type "CSP_HDR10" hit enter. Reload reshade.

Yeah, seems to be working with "CSP_HDR10". That's it?

Seems like it, lol. It mentions it in the description page too, I overlooked it.

kaimian commented 5 months ago

Hi, how can i fix this? HDR is enabled on windows and in the game itself, it is working. But the Lilium's shader inside the Reshade tool is with this (ERROR).

Hello, try this because I ran into the same problem: Settings>Clear Effect Cache. Find the shader you are trying to use and look at "detected back buffer color space" it might say something like "likely HDR10." Scroll down to the bottom of the shaders settings, under CSP_OVERRIDE type "CSP_HDR10" hit enter. Reload reshade.

Yeah, seems to be working with "CSP_HDR10". That's it?

Seems like it, lol. It mentions it in the description page too, I overlooked it.

Oh, i didn't see it. Thank you for the reply.

EndlesslyFlowering commented 5 months ago

ReShade's colour space detection was broken with 6.0. I have already reported the issue to crosire (the creator of ReShade) and the issue is already fixed and will be part of the next official release.

The color space detection only breaks for some games. And turning HDR on and off again ingame or changing other display related settings makes it work too. Though that is obviously not ideal...

You have to use manual override for now, sorry 😐

EndlesslyFlowering commented 5 months ago

ReShade 6.0.1 is out which includes the fix :)