Search Issue Tracker
By Design
Votes
0
Found in
2018.4.10f1
2019.3.0b3
Issue ID
1185195
Regression
Yes
Launching Cluster Demo project freezes or crashes when launched as a Cluster
Reproduction steps:
1. Open the attached project named Case_1185195
2. Build the project
3. Launch the build using the attached .bat file named "Start Cluster"
Expected result: Cluster starts without any issues
Actual result: Cluster either freezes or straight-up crashes
Reproducible with: 2018.4.10f1, 2018.4.11f1, 2019.3.0b3, 2019.3.0b6, 2020.1.0a7
Not reproducible with: 2017.4.33f1, 2018.4.9f1, 2019.1.0a1, 2019.2.8f1, 2019.3.0b2
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
- URP Cascaded Shadows do not have a falloff in Player when the Player is built not in Development Mode
- Grid in animation preview window is rendered on top of the object
- WebGPU Graphics.RenderPrimitives fails on MeshTopology.Quads with Validation errors when exceeding 64k vertices
- Task status is "WaitingForActivation" when awaiting a faulted task inside that task
- 0 is returned when any output from Split Node is input into the Lerp Node
Resolution Note:
The issue is caused by a change in the Cluster launch commands which was introduced in Unity 2018.4.10f1, 2019.3.0b3 and 2020.1.0a3. Here is the example of the current launch commands:
start ClusterDemo.exe -server 4 127.0.0.1:9000 -logFile server.txt
start ClusterDemo.exe -client 0 127.0.0.1:9000 -logFile client1.txt
start ClusterDemo.exe -client 1 127.0.0.1:9000 -logFile client2.txt
start ClusterDemo.exe -client 2 127.0.0.1:9000 -logFile client3.txt
start ClusterDemo.exe -client 3 127.0.0.1:9000 -logFile client4.txt