SteamVR

SteamVR

Ice World Mar 11, 2017 @ 5:37pm
Interface Not Found (105)
Our game has just been released, but some players start the game after the Lighthouse doesn't work.

I check the discovery of the error log: Interface Not Found (105)


VR : htc vive

engine : unity

steamvr version : 1.2.1 (new)

Please help me, thank you very much!
< >
Showing 1-7 of 7 comments
Ice World Mar 12, 2017 @ 8:44pm 
No one see?
Ice World Mar 12, 2017 @ 10:53pm 
public static CVRSystem Init(ref EVRInitError peError, EVRApplicationType eApplicationType = EVRApplicationType.VRApplication_Scene)
{
VRToken = InitInternal(ref peError, eApplicationType);
OpenVRInternal_ModuleContext.Clear();

if (peError != EVRInitError.None)
return null;

bool bInterfaceValid = IsInterfaceVersionValid(IVRSystem_Version);
if (!bInterfaceValid)
{
ShutdownInternal();
peError = EVRInitError.Init_InterfaceNotFound;
return null;
}

return OpenVR.System;
}


I find throw an error code, but I don't know why?
thelethalleaf Mar 13, 2017 @ 3:06am 
false positive in end line argument. re compile
Ice World Mar 13, 2017 @ 3:31am 
Is not a compilation problems, I attached is the code for the SDK
Dylan Mar 28, 2017 @ 12:07pm 
I have a log file from a player that shows this "interface not found (105)" error since moving to 1.2.1

Haven't been able to reproduce the problem here though
Ice World Mar 30, 2017 @ 6:34am 
I know why,
Need to update steamvr
thelethalleaf Mar 30, 2017 @ 3:26pm 
nice!
< >
Showing 1-7 of 7 comments
Per page: 1530 50

Date Posted: Mar 11, 2017 @ 5:37pm
Posts: 7