Troubleshooting
Collaboration is not working
- Be sure the workstations can communicate together (same network, VPN, ...).
- Your firewall must authorize UDP connexion through port 7777 (or your custom port, see below).
- If your firewall is strict and blocks everything by default, you can add the Skyreal VR executable as an exception:
\Skyreal VR\Binaries\Win64\Skyreal VR-Win64-Shipping.exe
. - Check that the port 7777 is not used by another service using the following command line:
FOR /F "usebackq tokens=4 delims= " %i IN (`netstat -ano ^|find "7777"`) DO @tasklist /fi "pid eq %i" | find "%i"
The expected result is Skyreal VR-Win64-Shipping
. If you get another value you have to change the port used to communicate:
To do so add the following lines at the end of the Skyreal VR\Config\DefaultEngine.ini
[URL]
Port=your_port