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
- Texture Import Warnings are obscured by other Terrain Layer options in the Inspector
- Active Targets section text in Graph Inspector is truncated despite available space
- Burst Inspector middle divider is jittering when resized with the Burst Inspector window docked
- Shader Graph Node information is briefly displayed in Graph Inspector when clicking on Category in the Blackboard
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
Add comment