ViveSoftware / ViveInputUtility-Unity

A toolkit that helps developing/prototyping VR apps.
http://u3d.as/uF7
Other
357 stars 81 forks source link

Device connected with duplicate serialNumber: Rift_CV1 Controller index:2(1) #113

Open wakeup5 opened 5 years ago

wakeup5 commented 5 years ago

Unity 2019.1/Vive Input Utility/Oculus Integration 1.35/ Tracking, Button Functions well, but Haptic does not work at all.

Device connected with duplicate serialNumber: Rift_CV1 Controller index:2(1)
UnityEngine.Debug:LogError(Object)
HTC.UnityPlugin.VRModuleManagement.VRModule:ModuleConnectedDeviceChanged() (at Assets/VR/HTC.UnityPlugin/VRModule/VRModuleManager.cs:394)
HTC.UnityPlugin.VRModuleManagement.ModuleBase:ProcessConnectedDeviceChanged() (at Assets/VR/HTC.UnityPlugin/VRModule/VRModuleBase.cs:101)
HTC.UnityPlugin.VRModuleManagement.OculusVRModule:BeforeRenderUpdate() (at Assets/VR/HTC.UnityPlugin/VRModule/Modules/OculusVRModule.cs:308)
HTC.UnityPlugin.VRModuleManagement.VRModule:BeforeRenderUpdateModule() (at Assets/VR/HTC.UnityPlugin/VRModule/VRModuleManager.cs:305)
Device connected with duplicate serialNumber: Rift_CV1 TrackingReference index:4(3)
UnityEngine.Debug:LogError(Object)
HTC.UnityPlugin.VRModuleManagement.VRModule:ModuleConnectedDeviceChanged() (at Assets/VR/HTC.UnityPlugin/VRModule/VRModuleManager.cs:394)
HTC.UnityPlugin.VRModuleManagement.ModuleBase:ProcessConnectedDeviceChanged() (at Assets/VR/HTC.UnityPlugin/VRModule/VRModuleBase.cs:101)
HTC.UnityPlugin.VRModuleManagement.OculusVRModule:BeforeRenderUpdate() (at Assets/VR/HTC.UnityPlugin/VRModule/Modules/OculusVRModule.cs:308)
HTC.UnityPlugin.VRModuleManagement.VRModule:BeforeRenderUpdateModule() (at Assets/VR/HTC.UnityPlugin/VRModule/VRModuleManager.cs:305)
chengnay commented 5 years ago

@wakeup5 Which version of VIU are you using? If you are not using GitHub's develop branch, would you mind trying and see if your issue still existed. We did fix serial number conflict issue on Feb 19th, but we haven't published to Unity's Asset Store.

chengnay commented 5 years ago

@wakeup5 Can you try the latest VIU (1.10.4) package? Let us know if this issue still exists. Thanks!