Hi!
I have been working in a multi-server and multi-screen application with a very basic configuration (just one big video rendered in three PCs with three fHD screen each one) in UE4.27.2. These PCs are quite a beast (latest Xeon + Nvidia RTX A400) but the smoothness is quite horrible, producing noticeable jumps and desyncronization between each PC.
All of this with the sync policy set to Ethernet so I’m now trying to work using the Quadro Sync II set in the machines. The problem is that I have tryed to follow the configuration shown in the documentation but when launching the app, it shows one frame (with the nvidia’s configure driver utility info in the botton-left corner) and it crashes.
This is what the switchboard says (but until now I have no clue of what might be failing):
[17:23:08][I]: Node_02: Program with id f003de9f-2dda-43fc-8e92-97ed6eda4166 exited with returncode -1073740791
[17:23:08][D]: Ended unreal f003de9f-2dda-43fc-8e92-97ed6eda4166
[17:23:08][I]: Node_00: Program with id 2ac5f097-f16d-4d73-9865-cfca8196a231 exited with returncode 0
[17:23:08][D]: Ended unreal 2ac5f097-f16d-4d73-9865-cfca8196a231
[17:23:08][I]: Node_00: retrieve_log with id 0fe313f3-536c-4ccc-ba79-213efa7fadb0 was successfully started
[17:23:08][I]: Node_01: Program with id bd6aa182-30c1-4873-9730-290670d3ccb2 exited with returncode 0
[17:23:08][D]: Ended unreal bd6aa182-30c1-4873-9730-290670d3ccb2
[17:23:08][I]: Node_00: Program with id 0fe313f3-536c-4ccc-ba79-213efa7fadb0 exited with returncode 5
[17:23:08][D]: Ended retrieve_log 0fe313f3-536c-4ccc-ba79-213efa7fadb0
[17:23:08][I]: RsyncServer.monitor: [log] 2023/05/09 17:23:08 [61] connect from DESKTOP-8MM85P7 (192.168.1.237)
[17:23:08][D]: Node_00: device status change: CLOSED
[17:23:08][I]: RsyncServer.monitor: [log] 2023/05/09 17:23:08 [61] rsync allowed access on module device_logs from DESKTOP-8MM85P7 (192.168.1.237)
[17:23:08][I]: RsyncServer.monitor: [log] 2023/05/09 17:23:08 [61] No path specified for module device_logs
[17:23:08][I]: Node_02: retrieve_log with id d50b3158-63c7-4103-aca8-5138decb2e66 was successfully started
[17:23:08][I]: RsyncServer.monitor: [log] 2023/05/09 17:23:08 [62] connect from DESKTOP-OUB37OE (192.168.1.236)
[17:23:08][I]: RsyncServer.monitor: [log] 2023/05/09 17:23:08 [62] rsync allowed access on module device_logs from DESKTOP-OUB37OE (192.168.1.236)
[17:23:08][I]: RsyncServer.monitor: [log] 2023/05/09 17:23:08 [62] No path specified for module device_logs
[17:23:08][I]: Node_02: Program with id d50b3158-63c7-4103-aca8-5138decb2e66 exited with returncode 5
[17:23:08][D]: Ended retrieve_log d50b3158-63c7-4103-aca8-5138decb2e66
[17:23:08][D]: Node_02: device status change: CLOSED
[17:23:08][I]: Node_01: retrieve_log with id 2f8e4d37-a832-4afa-8619-f08cf41ec6f1 was successfully started
[17:23:08][I]: RsyncServer.monitor: [log] 2023/05/09 17:23:08 [63] connect from DESKTOP-CDMO9BA (192.168.1.235)
[17:23:08][I]: Node_01: Program with id 2f8e4d37-a832-4afa-8619-f08cf41ec6f1 exited with returncode 5
[17:23:08][D]: Ended retrieve_log 2f8e4d37-a832-4afa-8619-f08cf41ec6f1
[17:23:08][D]: Node_01: device status change: CLOSED
[17:23:08][I]: RsyncServer.monitor: [log] 2023/05/09 17:23:08 [63] rsync allowed access on module device_logs from DESKTOP-CDMO9BA (192.168.1.235)
[17:23:08][I]: RsyncServer.monitor: [log] 2023/05/09 17:23:08 [63] No path specified for module device_logs
Any coment or help would be welcome, thanks in advance!