"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

Server Access Exception on UWP/HoloLens

Crossposting from the Unity forum: https://forum.unity.com/threads/exception-when-launching-on-hololens.546418/

I continually get the following exception when deploying to HoloLens:

Exception thrown at 0x7771C7D2 in DCS_Demo.exe: Microsoft C++ exception: Platform::COMException ^ at memory location 0x00D9F6D0. HRESULT:0x80072EE7 The text associated with this error code could not be found. WinRT information: The server name or address could not be resolved

Here's the call stack:

> KernelBase.dll!7771c7d2() Unknown   [Frames below may be incorrect and/or missing, no symbols loaded for KernelBase.dll]   [External Code]   Vuforia.dll!57e847db() Unknown   Vuforia.dll!57e8551e() Unknown   Vuforia.dll!57e7fb3c() Unknown   Vuforia.dll!57e8395c() Unknown   Vuforia.dll!57e80531() Unknown   Vuforia.dll!57e7ff44() Unknown   Vuforia.dll!57e839fc() Unknown   Vuforia.dll!57e804a4() Unknown   Vuforia.dll!57e8294b() Unknown   Vuforia.dll!57e88f21() Unknown   Vuforia.dll!57e84817() Unknown   Vuforia.dll!57e81d48() Unknown   [External Code]

The app doesn't crash but it affects performance on my app because it's taking up a lot of time on the comm thread seemingly.

the app is not connected to the internet and as I understand it does not have to be.

So why is Vuforia constantly trying to talk to a server and how can I stop it?

Thanks!

 

 

 

 

 

 

Hello,

Vuforia Engine SDK is designed to run *without* an Internet connection. However, in our Vuforia HoloLens sample (free on the Asset Store) we have the capability enabled:

manishabalani9

Thu, 08/08/2019 - 12:52

Hello,

 

 

I had this enabled while running my program,

 

I tried to download the core sample from assests it shows the attached errors. https://assetstore.unity.com/packages/templates/packs/vuforia-core-samples-99026

 

manishabalani9

Thu, 08/08/2019 - 13:16

Hello ,

 

I tried to run with the core sample the same issue continues to remain,

 

medabit

Thu, 08/08/2019 - 15:56

In reply to by manishabalani9

Hello,

We haven't tested Vuforia 8.3.8 with Unity 2018.3 as this is not a supported configuration: https://library.vuforia.com/articles/Solution/Vuforia-Supported-Versions

Thanks,

Vuforia Engine Support