Category: Technical support
If you have tried running Rivals of Aether on a REALLY old GPU (generally pre-2009), you might be getting this kind of error one going anywhere past main menu:
FATAL ERROR in Fragment Shader compilation ShaderName: shColorReplaceBlendExt Pixel shader not compatible with this device
which, well, means that your GPU’s feature support is so limited that it fails to assemble the game’s (fairly straightforward) palette swap shader. Some of these GPUs formally only support DirectX 9, so it’s impressive that they can run the game (which uses DirectX 11) at all!
If you have already tried updating DirectX and the GPU drivers and that didn’t a change, it might seem like a dead end… well, perhaps the game could be made to disregard the fact that shaders failed to compile. Which I did.
This very tiny hook application runs the game and rewrites a little bit of logic in the shader loading so that it doesn’t end up throwing an error and simply doesn’t apply the shader instead. As result, the game will run, but you will not see character skin colors – everyone will appear as the default skin (sometimes with a few colors off if they were tweaked at some point for the default palette).
Follow this link to download a ZIP file to allow Rivals to ignore failing shaders.
Frozen Menu
Updated: 08.04.2021
If you’re finding an issue with your game menu freezing with only audio playing (like this), don’t fear! This has actually been an ..
Steam says “Preparing to start Rivals of Aether” but then the game doesn’t start.
Updated: 08.04.2021
There could be several reasons for this issue. A few possible fixes to try: Exit and restart steam. Uninstall and re-install Rivals of Aether ..
Is the Switch Version the same as the PC Version?
Updated: 09.04.2021
While both version are generally kept to the same balance patches, the Steam Version of Rivals of Aether generally receives more frequent bug ..