Search Issue Tracker
Won't Fix
Votes
0
Found in
2018.4
2019.3
2019.3.1f1
2020.1
2020.2
Issue ID
1250058
Regression
No
[FXC Crash] Shader Compiler internal error thrown when reimporting shader using Centroid Interpolator
Reproduction steps:
1. Open attached project "1250058"
2. In the Project folder, right-click on "case_1250058-ffCrash" and reimport it.
Expected result: No errors are thrown
Actual result: 3 errors are thrown
Reproducible with: 2018.4.23f1, 2019.3.15f1, 2020.1.0b10, 2020.2.0a13
Errors thrown:
Shader Compiler Socket Exception: Terminating shader compiler process
Shader compiler: Compile ffShader/ffWire - <Unnamed Pass>, Fragment Program: Internal error communicating with the shader compiler process. Please report a bug including this shader and the editor log.
Shader error in 'ffShader/ffWire': Internal error communicating with the shader compiler process. Please report a bug including this shader and the editor log.
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Resolution Note (2020.2.X):
Changing "float3 Normal : TEXCOORD1_centroid;" to a proper HLSL construct "noperspective centroid float3 Normal : TEXCOORD1;" or "linear centroid float3 Normal : TEXCOORD1;" makes the crash go away.
The crash happens in FXC, so there's nothing we can do about it.