Search Unity

Error code 11 when using Holographic Remoting (Unity 2019.3.15)

Discussion in 'VR' started by CGTA, Jun 29, 2020.

  1. CGTA

    CGTA

    Joined:
    Mar 17, 2020
    Posts:
    9
    Hi Guys,

    Anyone in here got a solution to getting the "Error Code 11" when trying to use Holographic Remoting in Unity?

    Im in the same WLAN, I have WSA Holographic Remoting enabled, Holographic Remoting APP is running on the HoloLens 2 but I simply cant connect to it anymore?
     
  2. LusyAmazing

    LusyAmazing

    Joined:
    Aug 7, 2019
    Posts:
    4
    did you fix it?
     
  3. CGTA

    CGTA

    Joined:
    Mar 17, 2020
    Posts:
    9
    Not yet, It seems that its something with the project itself, because on a newly generated project it works fine.
     
  4. JasonCostanza

    JasonCostanza

    Unity Technologies

    Joined:
    May 23, 2017
    Posts:
    404
    Hello,

    Error code 11 coincides with
    TransportUnreachable
    which ultimately could mean several things
    1. Device is not on the same local network
    2. Firewalls may be blocking
    3. Somehow the device is using a different port
    4. other... (would require more investigating)
    Start with those and see if that can lead you to a resolution
     
  5. CGTA

    CGTA

    Joined:
    Mar 17, 2020
    Posts:
    9
    Thanks for your reply. Given the fact that the Holographic Remoting is working in a fresh new or another project, I have the weird feeling that there is an issue in my main project.
    Any other suggestions?