Search Unity

Exception when launching on HoloLens

Discussion in 'Vuforia' started by MrMatthias, Aug 22, 2018.

  1. MrMatthias

    MrMatthias

    Joined:
    Sep 18, 2012
    Posts:
    191
    Unity Version: 2018.2.0f2
    Vuforia: v7.2.24 (also tested with v7.1.35)

    Code (CSharp):
    1. Exception thrown at 0x7742C7D2 in Test.exe: Microsoft C++ exception: Platform::COMException ^ at memory location 0x00BCF710. HRESULT:0x80072EE7 The text associated with this error code could not be found.
    2. WinRT information: The server name or address could not be resolved
    3. occurred
    Stacktrace:
    Code (CSharp):
    1. KernelBase.dll!7742c7d2()
    2. [Frames below may be incorrect and/or missing, no symbols loaded for KernelBase.dll]
    3. msvcp140_app.dll!6399dca2()
    4. Vuforia.dll!531f47db()
    5. Vuforia.dll!531f551e()
    6. Vuforia.dll!531efb3c()
    7. Vuforia.dll!531f395c()
    8. Vuforia.dll!531f0531()
    9. Vuforia.dll!531eff44()
    10. Vuforia.dll!531f39fc()
    11. Vuforia.dll!531f04a4()
    12. Vuforia.dll!531f294b()
    13. Vuforia.dll!531f8f21()
    14. Vuforia.dll!531f4817()
    15. Vuforia.dll!531f1d48()
    16. msvcp140_app.dll!639aa2a5()
    17. ntdll.dll!776d6b63()
    18. ntdll.dll!776d7c68()
    19. ntdll.dll!7770175d()
    20. ntdll.dll!77701722()
    21.  
     
  2. GodzillaSpider

    GodzillaSpider

    Joined:
    Feb 21, 2018
    Posts:
    11
    Same issue. I think it's taking a lot of time on the communication thread and affecting my application. It keeps trying to talk to this server that cannot be reached. Please help
     
  3. Achondrite

    Achondrite

    Joined:
    Sep 23, 2015
    Posts:
    8
    Did you guys find a solution for this?
     
  4. MiriamTschanen

    MiriamTschanen

    Joined:
    May 20, 2019
    Posts:
    4
    Also having this issue. Anyone know what to do please?
     
  5. LuckyLuke1976

    LuckyLuke1976

    Joined:
    May 24, 2018
    Posts:
    2
    Same problem, has anyone found a solution?