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
- [macOS] Editor crashes after entering Play mode with overlapping GameObjects with Cloth Component and Cloth Inter-Collision enabled
- Look Dev constantly regenerates the default Volume Profile when set to "None" instead of using the default one
- Look Dev errors are spammed when opening a new HDRP project when Look Dev was added to the layout in the previous project
- URP Scene Templates are not editable when first opened from the New Scene dialog
- Look Dev window flickers when resizing the window after docking it
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.