"Failed to compile" error messages after 5.9.0 update
- baghnakh
- Topic Author
Less
More
1 year 5 months ago - 1 year 5 months ago #1
by baghnakh
"Failed to compile" error messages after 5.9.0 update was created by baghnakh
These error messages started to show after updating from 5.8.0 to 5.9.0:
[Glaymire_Fast_Effects.fx] failed to compile
Glaymire_Fast_Effects.fx (1134, 1): error X3004: unrecognized property 'AddressU'
Glaymire_Fast_Effects.fx (1143, 1): error X3004: unrecognized property 'AddressU'
Glaymire_Fast_Effects.fx (1134, 1): error X3004: unrecognized property 'AddressU'
Glaymire_Fast_Effects.fx (1143, 1): error X3004: unrecognized property 'AddressU'
[qUINT_ssr.fx] failed to compile
qUINT_ssr.fx (114, 71): error X3004: unrecognized property 'AddressU'
qUINT_ssr.fx (114, 71): error X3004: unrecognized property 'AddressU'
[Glaymire_Fast_Effects.fx] failed to compile
Glaymire_Fast_Effects.fx (1134, 1): error X3004: unrecognized property 'AddressU'
Glaymire_Fast_Effects.fx (1143, 1): error X3004: unrecognized property 'AddressU'
Glaymire_Fast_Effects.fx (1134, 1): error X3004: unrecognized property 'AddressU'
Glaymire_Fast_Effects.fx (1143, 1): error X3004: unrecognized property 'AddressU'
[qUINT_ssr.fx] failed to compile
qUINT_ssr.fx (114, 71): error X3004: unrecognized property 'AddressU'
qUINT_ssr.fx (114, 71): error X3004: unrecognized property 'AddressU'
Last edit: 1 year 5 months ago by baghnakh.
The following user(s) said Thank You: GhostOfOnyx07
Please Log in or Create an account to join the conversation.
- crosire
Less
More
1 year 5 months ago - 1 year 5 months ago #2
by crosire
Replied by crosire on topic "Failed to compile" error messages after 5.9.0 update
They are caused by bugs in those effects that 5.9.0 now catches (5.8.0 silently ignored them, which could cause other issues down the line). qUINT_ssr.fx was already fixed, you can update it through the setup tool or manually download the latest version here:
raw.githubusercontent.com/martymcmodding...Shaders/qUINT_ssr.fx
Glaymire_Fast_Effects.fx needs to be fixed by its author.
Glaymire_Fast_Effects.fx needs to be fixed by its author.
Last edit: 1 year 5 months ago by crosire.
The following user(s) said Thank You: baghnakh, GhostOfOnyx07
Please Log in or Create an account to join the conversation.
- baghnakh
- Topic Author
Less
More
1 year 5 months ago #3
by baghnakh
Replied by baghnakh on topic "Failed to compile" error messages after 5.9.0 update
Thank you very much for your help!
I had to re-install all of the "qUINT" files and the error messages went away.
Personally I don't know how ReShade works so I'm still confused as if these errors are base ReShade functionality errors or stuff that wasn't affecting me at all, because I know that ReShade installs things by default so I don't know if I'm actually fixing something that was (or could) affect me or not.
I only installed ReShade and on top of it I installed a couple of presets so I was worried (and confused) if I would have to re-install ReShade, the whole game, the preset or even if these error messages were something to be worried about.
Anyway, thank you very much for your help! I guess I'll have to wait until the other files get updated so I can get rid of the remaining error messages.
I had to re-install all of the "qUINT" files and the error messages went away.
Personally I don't know how ReShade works so I'm still confused as if these errors are base ReShade functionality errors or stuff that wasn't affecting me at all, because I know that ReShade installs things by default so I don't know if I'm actually fixing something that was (or could) affect me or not.
I only installed ReShade and on top of it I installed a couple of presets so I was worried (and confused) if I would have to re-install ReShade, the whole game, the preset or even if these error messages were something to be worried about.
Anyway, thank you very much for your help! I guess I'll have to wait until the other files get updated so I can get rid of the remaining error messages.
Please Log in or Create an account to join the conversation.
- crosire
Less
More
1 year 5 months ago #4
by crosire
Replied by crosire on topic "Failed to compile" error messages after 5.9.0 update
Or can just delete the offending fx files if you are not using them anway.
Please Log in or Create an account to join the conversation.
- GrooveBold
Less
More
4 months 1 week ago - 4 months 1 week ago #5
by GrooveBold
Replied by GrooveBold on topic "Failed to compile" error messages after 5.9.0 update
For the qUINT_ssr I was able to just comment out the AddressU-bit like so:That way it wil compile in Reshade 5.9 and later. The effect still works.
Seems like AddressU is some kind of constant that is not there anymore. Maybe Reshade did replace it with something else.
/*AddressU = MIRROR;*/
Seems like AddressU is some kind of constant that is not there anymore. Maybe Reshade did replace it with something else.
Last edit: 4 months 1 week ago by GrooveBold.
Please Log in or Create an account to join the conversation.