Search Issue Tracker
Fixed in 5.5.2
Votes
0
Found in
5.4.2f2
Issue ID
851194
Regression
Yes
[Shaders] Shader compiler errors on Windows with Netop WebFilterLSP64 due to sockets
Looks like this started happening when shader compiler was changed to use local sockets instead of named pipes (around 5.2 or 5.3). Some 3rd party software (e.g. Netop WebFilter can cause Unity to not communicate with the shader compiler (and possibly GI JobProcess) properly.
This issue is fixed in Netop Vision latest version, download it and problem should disappear.
http://www.netop.com/edu/downloads.htm
Reproduction steps (need at least 2 computers):
1. Install Netop Vision, one with teacher version, another with student version.
2. Make sure that Netop Vision on student computer is connected to teacher.
3. From teacher version turn on web filtering.
4. On student computer try to launch Unity project.
Expected result: Unity project will be launched.
Actual result: Unity crashes.
If you can not download latest version, there is severeal workarounds:
-Run the following command in the CMD window with Admin rights:
netsh winsock reset
-Another solution is to turn off Web Filter.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment