Jump to content

SRWorks Demos on Unity


Recommended Posts

Hi, 

I'm currently developing a mixed reality app for engineerging design review. The main ideia consists on projecting an interactive 3D model onto the passthrough image using the SRWorks SDK, much like what is presented in the SRWorks overview page. Nonetheless I've run into some problems when trying to run the samples provided in the SDK's download page for the Unity Engine.

When I try to run the samples inside the Unity Editor it becomes totally irresponsive and I need to kill it's processes. The same occours with the binary built sample.

My current settings are:

- Processor: I9 12900K

- GPU: NVIDIA RTX 2060

- HMD: HTC Vive Pro 2

- SteamVR v1.25

- Unity v2019..31f1


The log files seems to point a problem with the StaemVR compositor.

vrclient_vrstartup

Wed Apr 19 2023 16:15:25.904 - //==============================================================================================
Wed Apr 19 2023 16:15:25.904 - ================================================================================================
Wed Apr 19 2023 16:15:25.904 - ================================================================================================
Wed Apr 19 2023 16:15:25.904 - vrstartup.exe 1.24.7 startup with PID=5504, config=C:\Program Files (x86)\Steam\config, runtime=C:\Program Files (x86)\Steam\steamapps\common\SteamVR
Wed Apr 19 2023 16:15:25.904 - vrclient type=VRApplication_Bootstrapper
Wed Apr 19 2023 16:15:25.906 - Skipping duplicate external driver path "C:\Program Files (x86)\Steam\steamapps\common\VIVEDriver\App\ViveVRRuntime\ViveVR_openvr_driver\ViveVR"
Wed Apr 19 2023 16:15:25.906 - [Settings] Load Default Json Settings from C:\Program Files (x86)\Steam\steamapps\common\SteamVR\drivers\00vrinputemulator\resources\settings\default.vrsettings
Wed Apr 19 2023 16:15:25.907 - [Settings] Load Default Json Settings from C:\Program Files (x86)\Steam\steamapps\common\SteamVR\drivers\htc\resources\settings\default.vrsettings
Wed Apr 19 2023 16:15:25.907 - [Settings] Load Default Json Settings from C:\Program Files (x86)\Steam\steamapps\common\SteamVR\drivers\lighthouse\resources\settings\default.vrsettings
Wed Apr 19 2023 16:15:25.907 - [Settings] Load Default Json Settings from C:\Program Files (x86)\Steam\steamapps\common\SteamVR\drivers\null\resources\settings\default.vrsettings
Wed Apr 19 2023 16:15:25.907 - [Settings] Load Default Json Settings from C:\Users\Arthur\AppData\Local\HTC\Viveport\SteamVR\htc_rr\resources\settings\default.vrsettings
Wed Apr 19 2023 16:15:25.907 - [Settings] Load Default Json Settings from C:\Program Files (x86)\Steam\steamapps\common\VIVEDriver\App\ViveVRRuntime\ViveVR_openvr_driver\ViveVR\resources\settings\default.vrsettings
Wed Apr 19 2023 16:15:25.907 - [Settings] Load Default Json Settings from C:\Program Files (x86)\Steam\steamapps\common\VIVEDriver\App\openvr_driver\vive_eyes\resources\settings\default.vrsettings
Wed Apr 19 2023 16:15:25.907 - [Settings] Load Default Json Settings from C:\Program Files (x86)\Steam\steamapps\common\SteamVR\resources\settings\default.vrsettings
Wed Apr 19 2023 16:15:25.908 - [Settings] Load Json Settings from C:\Program Files (x86)\Steam\config\steamvr.vrsettings
Wed Apr 19 2023 16:15:25.910 - WaitNamedPipe SteamVR_Namespace failed because no one is listening at that name.
Wed Apr 19 2023 16:15:25.910 - Starting vrserver process: C:\Program Files (x86)\Steam\steamapps\common\SteamVR\bin\win64\vrserver.exe
Wed Apr 19 2023 16:15:25.912 - WaitNamedPipe SteamVR_Namespace failed because no one is listening at that name.
Wed Apr 19 2023 16:15:25.912 - CSharedResourceNamespaceClient::Init(): failed connect
Wed Apr 19 2023 16:15:25.912 - CSharedResourceNamespaceClient::Init(): still waiting for vrserver to reply with namespace data
Wed Apr 19 2023 16:15:26.013 - Client (SteamVR_Namespace) app container state: 1
Wed Apr 19 2023 16:15:26.029 - Closing pipe SteamVR_Namespace because it was broken from the other end
Wed Apr 19 2023 16:15:26.029 - CSharedResourceNamespaceClient::Init(): received namespace data 1540
Wed Apr 19 2023 16:15:26.029 - WaitNamedPipe VR_ServerPipe_1540 failed because no one is listening at that name.
Wed Apr 19 2023 16:15:26.137 - Client (VR_ServerPipe_1540) app container state: 1
Wed Apr 19 2023 16:15:33.287 - Received success response from vrserver connect
Wed Apr 19 2023 16:15:35.575 - Timed out waiting for a good app key
Wed Apr 19 2023 16:15:35.575 - App key after connect message:steam.overlay.250820
Wed Apr 19 2023 16:15:35.578 - WaitNamedPipe VR_CompositorPipe_1540 failed because no one is listening at that name.
Wed Apr 19 2023 16:15:35.581 - Starting vrcompositor process: C:\Program Files (x86)\Steam\steamapps\common\SteamVR\bin\win64\vrcompositor.exe 
Wed Apr 19 2023 16:15:35.583 - WaitNamedPipe VR_CompositorPipe_1540 failed because no one is listening at that name.
Wed Apr 19 2023 16:15:35.698 - Client (VR_CompositorPipe_1540) app container state: 1
Wed Apr 19 2023 16:15:36.674 - Received success response from vrcompositor connect
Wed Apr 19 2023 16:15:36.674 - Initializing the limited version of CVRCompositorClient
Wed Apr 19 2023 16:15:36.678 - Started C:\Program Files (x86)\Steam\steamapps\common\SteamVR\bin\win64\vrdashboard.exe with pid 464
Wed Apr 19 2023 16:15:36.683 - Started C:\Program Files (x86)\Steam\steamapps\common\SteamVR\bin\vrwebhelper\win64\vrwebhelper.exe with pid 20364
Wed Apr 19 2023 16:15:36.688 - Started C:\Program Files (x86)\Steam\steamapps\common\SteamVR\bin\win64\vrmonitor.exe with pid 9980
Wed Apr 19 2023 16:15:36.690 - Determined this is a legacy app.

vrcompositor

Wed Apr 05 2023 15:48:29.713 - //==============================================================================================
Wed Apr 05 2023 15:48:29.713 - ================================================================================================
Wed Apr 05 2023 15:48:29.713 - ================================================================================================
Wed Apr 05 2023 15:48:29.713 - vrcompositor.exe 1.24.7 startup with PID=7064, config=C:\Program Files (x86)\Steam\config, runtime=C:\Program Files (x86)\Steam\steamapps\common\SteamVR
Wed Apr 05 2023 15:48:29.713 - VR compositor 1.24.7 (v1671750570) Mixed starting up
Wed Apr 05 2023 15:48:29.743 - Client (SteamVR_Namespace) app container state: 1
Wed Apr 05 2023 15:48:29.744 - CSharedResourceNamespaceClient::Init(): received namespace data 11332
Wed Apr 05 2023 15:48:29.744 - Forcing debug mode for null driver because of Prop_DisplayDebugMode_Bool.
Wed Apr 05 2023 15:48:29.747 - Skipping duplicate external driver path "C:\Program Files (x86)\Steam\steamapps\common\VIVEDriver\App\ViveVRRuntime\ViveVR_openvr_driver\ViveVR"
Wed Apr 05 2023 15:48:29.747 - [Settings] Load Default Json Settings from C:\Program Files (x86)\Steam\steamapps\common\SteamVR\drivers\00vrinputemulator\resources\settings\default.vrsettings
Wed Apr 05 2023 15:48:29.747 - [Settings] Load Default Json Settings from C:\Program Files (x86)\Steam\steamapps\common\SteamVR\drivers\htc\resources\settings\default.vrsettings
Wed Apr 05 2023 15:48:29.747 - [Settings] Load Default Json Settings from C:\Program Files (x86)\Steam\steamapps\common\SteamVR\drivers\lighthouse\resources\settings\default.vrsettings
Wed Apr 05 2023 15:48:29.747 - [Settings] Load Default Json Settings from C:\Program Files (x86)\Steam\steamapps\common\SteamVR\drivers\null\resources\settings\default.vrsettings
Wed Apr 05 2023 15:48:29.747 - [Settings] Load Default Json Settings from C:\Users\Arthur\AppData\Local\HTC\Viveport\SteamVR\htc_rr\resources\settings\default.vrsettings
Wed Apr 05 2023 15:48:29.747 - [Settings] Load Default Json Settings from C:\Program Files (x86)\Steam\steamapps\common\VIVEDriver\App\ViveVRRuntime\ViveVR_openvr_driver\ViveVR\resources\settings\default.vrsettings
Wed Apr 05 2023 15:48:29.747 - [Settings] Load Default Json Settings from C:\Program Files (x86)\Steam\steamapps\common\VIVEDriver\App\openvr_driver\vive_eyes\resources\settings\default.vrsettings
Wed Apr 05 2023 15:48:29.748 - [Settings] Load Default Json Settings from C:\Program Files (x86)\Steam\steamapps\common\SteamVR\resources\settings\default.vrsettings
Wed Apr 05 2023 15:48:29.748 - [Settings] Load Json Settings from C:\Program Files (x86)\Steam\config\steamvr.vrsettings
Wed Apr 05 2023 15:48:29.749 - Events created
Wed Apr 05 2023 15:48:29.753 - Found bad mirror window settings: 
Wed Apr 05 2023 15:48:29.821 - CGraphicsDevice Init...
Wed Apr 05 2023 15:48:29.822 - Headset is using driver direct mode
Wed Apr 05 2023 15:48:29.905 - Updated HMD Prop_DisplayFrequency_Float to 90.000000
Wed Apr 05 2023 15:48:29.905 - Adding 0.000000ms latency to predicted poses for display redirect 'ViveLH'.
Wed Apr 05 2023 15:48:29.905 - ****************************************** Begin GPU speed ******************************************
Wed Apr 05 2023 15:48:29.936 - GPU Vendor: "NVIDIA GeForce RTX 2060" GPU Driver: "531.14"
Wed Apr 05 2023 15:48:30.340 - MeasureGpuMegaPixelsPerSecond(12): Returning 783 MP/sec. Total CPU time 0.40 seconds.
Wed Apr 05 2023 15:48:30.340 - GPU speed from average of 5 median samples: 832
Wed Apr 05 2023 15:48:30.340 - ******************************************* End GPU speed *******************************************
Wed Apr 05 2023 15:48:30.341 - HMD driver recommended: 1920x1060 90.0Hz HiddenArea(9.71%) = 330 MP/sec
Wed Apr 05 2023 15:48:30.341 - Raw ideal render target scale = 2.52
Wed Apr 05 2023 15:48:30.341 - Clamping render target scale to 1.5x
Wed Apr 05 2023 15:48:30.341 - New result of GetRecommendedRenderTargetSize for current app: 2352x1296
Wed Apr 05 2023 15:48:30.341 - Loading fonts/debug.spritefont
Wed Apr 05 2023 15:48:30.341 - Creating samplers
Wed Apr 05 2023 15:48:30.341 - Creating util resources
Wed Apr 05 2023 15:48:30.341 - Creating/Updating distortion surfaces (mesh resolution 49)
Wed Apr 05 2023 15:48:30.427 - Warp mesh (left eye) covers 90.60% of its viewport (shrink wrap saved 1.24%)
Wed Apr 05 2023 15:48:30.515 - Warp mesh (right eye) covers 89.83% of its viewport (shrink wrap saved 1.45%)
Wed Apr 05 2023 15:48:30.535 - Creating constant buffers
Wed Apr 05 2023 15:48:30.536 - Creating systemlayer textures (w=2352,h=1296)
Wed Apr 05 2023 15:48:30.537 - Failed to create system layer
Wed Apr 05 2023 15:48:30.537 - Failed to init graphics device
Wed Apr 05 2023 15:48:31.678 - Failed to initialize compositor
Wed Apr 05 2023 15:48:31.678 - Failed to start compositor: VRInitError_Compositor_CreateDriverDirectModeResolveTextures

vrclient_Unity

Wed Apr 19 2023 15:49:05.688 - //==============================================================================================
Wed Apr 19 2023 15:49:05.688 - ================================================================================================
Wed Apr 19 2023 15:49:05.688 - ================================================================================================
Wed Apr 19 2023 15:49:05.688 - Unity.exe 1.24.7 startup with PID=1944, config=C:\Program Files (x86)\Steam\config, runtime=C:\Program Files (x86)\Steam\steamapps\common\SteamVR
Wed Apr 19 2023 15:49:05.688 - vrclient type=VRApplication_Scene
Wed Apr 19 2023 15:49:05.690 - Skipping duplicate external driver path "C:\Program Files (x86)\Steam\steamapps\common\VIVEDriver\App\ViveVRRuntime\ViveVR_openvr_driver\ViveVR"
Wed Apr 19 2023 15:49:05.690 - [Settings] Load Default Json Settings from C:\Program Files (x86)\Steam\steamapps\common\SteamVR\drivers\00vrinputemulator\resources\settings\default.vrsettings
Wed Apr 19 2023 15:49:05.691 - [Settings] Load Default Json Settings from C:\Program Files (x86)\Steam\steamapps\common\SteamVR\drivers\htc\resources\settings\default.vrsettings
Wed Apr 19 2023 15:49:05.691 - [Settings] Load Default Json Settings from C:\Program Files (x86)\Steam\steamapps\common\SteamVR\drivers\lighthouse\resources\settings\default.vrsettings
Wed Apr 19 2023 15:49:05.691 - [Settings] Load Default Json Settings from C:\Program Files (x86)\Steam\steamapps\common\SteamVR\drivers\null\resources\settings\default.vrsettings
Wed Apr 19 2023 15:49:05.691 - [Settings] Load Default Json Settings from C:\Users\Arthur\AppData\Local\HTC\Viveport\SteamVR\htc_rr\resources\settings\default.vrsettings
Wed Apr 19 2023 15:49:05.691 - [Settings] Load Default Json Settings from C:\Program Files (x86)\Steam\steamapps\common\VIVEDriver\App\ViveVRRuntime\ViveVR_openvr_driver\ViveVR\resources\settings\default.vrsettings
Wed Apr 19 2023 15:49:05.691 - [Settings] Load Default Json Settings from C:\Program Files (x86)\Steam\steamapps\common\VIVEDriver\App\openvr_driver\vive_eyes\resources\settings\default.vrsettings
Wed Apr 19 2023 15:49:05.691 - [Settings] Load Default Json Settings from C:\Program Files (x86)\Steam\steamapps\common\SteamVR\resources\settings\default.vrsettings
Wed Apr 19 2023 15:49:05.692 - [Settings] Load Json Settings from C:\Program Files (x86)\Steam\config\steamvr.vrsettings
Wed Apr 19 2023 15:49:05.695 - Client (SteamVR_Namespace) app container state: 1
Wed Apr 19 2023 15:49:05.705 - CSharedResourceNamespaceClient::Init(): received namespace data 6140
Wed Apr 19 2023 15:49:05.705 - Client (VR_ServerPipe_6140) app container state: 1
Wed Apr 19 2023 15:49:05.721 - Received success response from vrserver connect
Wed Apr 19 2023 15:49:05.722 - Not looking for a good app key because Steam didn't start this app
Wed Apr 19 2023 15:49:05.722 - App key after connect message:system.generated.unity.exe
Wed Apr 19 2023 15:49:05.726 - Client (VR_CompositorPipe_6140) app container state: 1
Wed Apr 19 2023 15:49:05.736 - Received success response from vrcompositor connect
Wed Apr 19 2023 15:49:05.736 - Initializing the limited version of CVRCompositorClient
Wed Apr 19 2023 15:49:05.736 - Attempting to load initial input config
Wed Apr 19 2023 15:49:05.737 - No controllers detected. Not waiting for config.
Wed Apr 19 2023 15:49:05.737 - /user/hand/left is FFFFFFFF
Wed Apr 19 2023 15:49:05.737 - /user/hand/right is FFFFFFFF
Wed Apr 19 2023 15:49:05.738 - TrackedControllerRole_LeftHand (FFFFFFFF)-> 
Wed Apr 19 2023 15:49:05.738 - Skipping role TrackedControllerRole_LeftHand because the device is invalid
Wed Apr 19 2023 15:49:05.738 - TrackedControllerRole_RightHand (FFFFFFFF)-> 
Wed Apr 19 2023 15:49:05.738 - Skipping role TrackedControllerRole_RightHand because the device is invalid
Wed Apr 19 2023 15:49:05.738 - TrackedControllerRole_Invalid (0)-> 
Wed Apr 19 2023 15:49:05.743 - VR Dashboard executable already running.
Wed Apr 19 2023 15:49:05.749 - Capturing Scene Focus
Wed Apr 19 2023 15:49:06.715 - Action Manifest Path set to C:/Users/Arthur/Downloads/ViveSRWorksHand-master/ViveSRWorksHand-master/Testes/Assets/StreamingAssets\SteamVR\actions.json
Wed Apr 19 2023 15:49:06.715 - Failed to load binding file. We'll wait and try again when CRC or load count changes( computed CRC=0, old CRC=0, shared CRC=0, load count=1, shared load count=3 [app: application.generated.unity.testes.exe]
Wed Apr 19 2023 15:49:06.736 - Screenshot: Hook Screenshot called with types:
Wed Apr 19 2023 15:49:06.736 -  5
Wed Apr 19 2023 15:49:06.736 - 

vrclient_Vive_SRWorks_Demo

Wed Apr 05 2023 15:48:54.616 - //==============================================================================================
Wed Apr 05 2023 15:48:54.616 - ================================================================================================
Wed Apr 05 2023 15:48:54.616 - ================================================================================================
Wed Apr 05 2023 15:48:54.616 - Vive_SRWorks_Demo.exe 1.24.7 startup with PID=10972, config=C:\Program Files (x86)\Steam\config, runtime=C:\Program Files (x86)\Steam\steamapps\common\SteamVR
Wed Apr 05 2023 15:48:54.617 - vrclient type=VRApplication_Scene
Wed Apr 05 2023 15:48:54.619 - Skipping duplicate external driver path "C:\Program Files (x86)\Steam\steamapps\common\VIVEDriver\App\ViveVRRuntime\ViveVR_openvr_driver\ViveVR"
Wed Apr 05 2023 15:48:54.619 - [Settings] Load Default Json Settings from C:\Program Files (x86)\Steam\steamapps\common\SteamVR\drivers\00vrinputemulator\resources\settings\default.vrsettings
Wed Apr 05 2023 15:48:54.620 - [Settings] Load Default Json Settings from C:\Program Files (x86)\Steam\steamapps\common\SteamVR\drivers\htc\resources\settings\default.vrsettings
Wed Apr 05 2023 15:48:54.620 - [Settings] Load Default Json Settings from C:\Program Files (x86)\Steam\steamapps\common\SteamVR\drivers\lighthouse\resources\settings\default.vrsettings
Wed Apr 05 2023 15:48:54.620 - [Settings] Load Default Json Settings from C:\Program Files (x86)\Steam\steamapps\common\SteamVR\drivers\null\resources\settings\default.vrsettings
Wed Apr 05 2023 15:48:54.620 - [Settings] Load Default Json Settings from C:\Users\Arthur\AppData\Local\HTC\Viveport\SteamVR\htc_rr\resources\settings\default.vrsettings
Wed Apr 05 2023 15:48:54.620 - [Settings] Load Default Json Settings from C:\Program Files (x86)\Steam\steamapps\common\VIVEDriver\App\ViveVRRuntime\ViveVR_openvr_driver\ViveVR\resources\settings\default.vrsettings
Wed Apr 05 2023 15:48:54.620 - [Settings] Load Default Json Settings from C:\Program Files (x86)\Steam\steamapps\common\VIVEDriver\App\openvr_driver\vive_eyes\resources\settings\default.vrsettings
Wed Apr 05 2023 15:48:54.620 - [Settings] Load Default Json Settings from C:\Program Files (x86)\Steam\steamapps\common\SteamVR\resources\settings\default.vrsettings
Wed Apr 05 2023 15:48:54.620 - [Settings] Load Json Settings from C:\Program Files (x86)\Steam\config\steamvr.vrsettings
Wed Apr 05 2023 15:48:54.623 - Client (SteamVR_Namespace) app container state: 1
Wed Apr 05 2023 15:48:54.629 - Closing pipe SteamVR_Namespace because it was broken from the other end
Wed Apr 05 2023 15:48:54.629 - CSharedResourceNamespaceClient::Init(): received namespace data 11332
Wed Apr 05 2023 15:48:54.629 - Client (VR_ServerPipe_11332) app container state: 1
Wed Apr 05 2023 15:48:54.644 - Received success response from vrserver connect
Wed Apr 05 2023 15:48:54.645 - Not looking for a good app key because Steam didn't start this app
Wed Apr 05 2023 15:48:54.645 - App key after connect message:system.generated.vive_srworks_demo.exe
Wed Apr 05 2023 15:48:54.648 - WaitNamedPipe VR_CompositorPipe_11332 failed because no one is listening at that name.
Wed Apr 05 2023 15:48:54.649 - Starting vrcompositor process: C:\Program Files (x86)\Steam\steamapps\common\SteamVR\bin\win64\vrcompositor.exe 
Wed Apr 05 2023 15:48:54.652 - WaitNamedPipe VR_CompositorPipe_11332 failed because no one is listening at that name.
Wed Apr 05 2023 15:48:54.754 - Client (VR_CompositorPipe_11332) app container state: 1
Wed Apr 05 2023 15:48:56.843 - Unable to read pid from pipe VR_CompositorPipe_11332 after connecting because O pipe foi finalizado.

 (109)
Wed Apr 05 2023 15:48:56.952 - WaitNamedPipe VR_CompositorPipe_11332 failed because no one is listening at that name.
Wed Apr 05 2023 15:48:57.061 - WaitNamedPipe VR_CompositorPipe_11332 failed because no one is listening at that name.
Wed Apr 05 2023 15:48:57.172 - WaitNamedPipe VR_CompositorPipe_11332 failed because no one is listening at that name.
Wed Apr 05 2023 15:48:57.282 - WaitNamedPipe VR_CompositorPipe_11332 failed because no one is listening at that name.
Wed Apr 05 2023 15:48:57.392 - WaitNamedPipe VR_CompositorPipe_11332 failed because no one is listening at that name.
Wed Apr 05 2023 15:48:57.503 - WaitNamedPipe VR_CompositorPipe_11332 failed because no one is listening at that name.
Wed Apr 05 2023 15:48:57.612 - WaitNamedPipe VR_CompositorPipe_11332 failed because no one is listening at that name.
Wed Apr 05 2023 15:48:57.722 - WaitNamedPipe VR_CompositorPipe_11332 failed because no one is listening at that name.
Wed Apr 05 2023 15:48:57.827 - WaitNamedPipe VR_CompositorPipe_11332 failed because no one is listening at that name.
Wed Apr 05 2023 15:48:57.937 - WaitNamedPipe VR_CompositorPipe_11332 failed because no one is listening at that name.
Wed Apr 05 2023 15:48:58.047 - WaitNamedPipe VR_CompositorPipe_11332 failed because no one is listening at that name.
Wed Apr 05 2023 15:48:58.155 - WaitNamedPipe VR_CompositorPipe_11332 failed because no one is listening at that name.
Wed Apr 05 2023 15:48:58.265 - WaitNamedPipe VR_CompositorPipe_11332 failed because no one is listening at that name.
Wed Apr 05 2023 15:48:58.375 - WaitNamedPipe VR_CompositorPipe_11332 failed because no one is listening at that name.
Wed Apr 05 2023 15:48:58.484 - WaitNamedPipe VR_CompositorPipe_11332 failed because no one is listening at that name.
Wed Apr 05 2023 15:48:58.595 - WaitNamedPipe VR_CompositorPipe_11332 failed because no one is listening at that name.
Wed Apr 05 2023 15:48:58.705 - WaitNamedPipe VR_CompositorPipe_11332 failed because no one is listening at that name.
Wed Apr 05 2023 15:48:58.816 - WaitNamedPipe VR_CompositorPipe_11332 failed because no one is listening at that name.
Wed Apr 05 2023 15:48:58.925 - WaitNamedPipe VR_CompositorPipe_11332 failed because no one is listening at that name.
Wed Apr 05 2023 15:48:59.034 - WaitNamedPipe VR_CompositorPipe_11332 failed because no one is listening at that name.
Wed Apr 05 2023 15:48:59.142 - WaitNamedPipe VR_CompositorPipe_11332 failed because no one is listening at that name.
Wed Apr 05 2023 15:48:59.248 - WaitNamedPipe VR_CompositorPipe_11332 failed because no one is listening at that name.
Wed Apr 05 2023 15:48:59.359 - WaitNamedPipe VR_CompositorPipe_11332 failed because no one is listening at that name.
Wed Apr 05 2023 15:48:59.469 - WaitNamedPipe VR_CompositorPipe_11332 failed because no one is listening at that name.
Wed Apr 05 2023 15:48:59.577 - WaitNamedPipe VR_CompositorPipe_11332 failed because no one is listening at that name.
Wed Apr 05 2023 15:48:59.686 - WaitNamedPipe VR_CompositorPipe_11332 failed because no one is listening at that name.
Wed Apr 05 2023 15:48:59.795 - WaitNamedPipe VR_CompositorPipe_11332 failed because no one is listening at that name.
Wed Apr 05 2023 15:48:59.906 - WaitNamedPipe VR_CompositorPipe_11332 failed because no one is listening at that name.
Wed Apr 05 2023 15:49:00.016 - WaitNamedPipe VR_CompositorPipe_11332 failed because no one is listening at that name.
Wed Apr 05 2023 15:49:00.126 - WaitNamedPipe VR_CompositorPipe_11332 failed because no one is listening at that name.
Wed Apr 05 2023 15:49:00.234 - WaitNamedPipe VR_CompositorPipe_11332 failed because no one is listening at that name.
Wed Apr 05 2023 15:49:00.344 - WaitNamedPipe VR_CompositorPipe_11332 failed because no one is listening at that name.
Wed Apr 05 2023 15:49:00.452 - WaitNamedPipe VR_CompositorPipe_11332 failed because no one is listening at that name.
Wed Apr 05 2023 15:49:00.564 - WaitNamedPipe VR_CompositorPipe_11332 failed because no one is listening at that name.
Wed Apr 05 2023 15:49:00.672 - WaitNamedPipe VR_CompositorPipe_11332 failed because no one is listening at that name.
Wed Apr 05 2023 15:49:00.781 - WaitNamedPipe VR_CompositorPipe_11332 failed because no one is listening at that name.
Wed Apr 05 2023 15:49:00.893 - WaitNamedPipe VR_CompositorPipe_11332 failed because no one is listening at that name.
Wed Apr 05 2023 15:49:01.003 - WaitNamedPipe VR_CompositorPipe_11332 failed because no one is listening at that name.
Wed Apr 05 2023 15:49:01.114 - WaitNamedPipe VR_CompositorPipe_11332 failed because no one is listening at that name.
Wed Apr 05 2023 15:49:01.224 - WaitNamedPipe VR_CompositorPipe_11332 failed because no one is listening at that name.
Wed Apr 05 2023 15:49:01.332 - WaitNamedPipe VR_CompositorPipe_11332 failed because no one is listening at that name.
Wed Apr 05 2023 15:49:01.442 - WaitNamedPipe VR_CompositorPipe_11332 failed because no one is listening at that name.
Wed Apr 05 2023 15:49:01.551 - WaitNamedPipe VR_CompositorPipe_11332 failed because no one is listening at that name.
Wed Apr 05 2023 15:49:01.660 - WaitNamedPipe VR_CompositorPipe_11332 failed because no one is listening at that name.
Wed Apr 05 2023 15:49:01.771 - WaitNamedPipe VR_CompositorPipe_11332 failed because no one is listening at that name.
Wed Apr 05 2023 15:49:01.881 - WaitNamedPipe VR_CompositorPipe_11332 failed because no one is listening at that name.
Wed Apr 05 2023 15:49:01.993 - WaitNamedPipe VR_CompositorPipe_11332 failed because no one is listening at that name.
Wed Apr 05 2023 15:49:02.101 - WaitNamedPipe VR_CompositorPipe_11332 failed because no one is listening at that name.
Wed Apr 05 2023 15:49:02.101 - Giving up compositor connection after 50 attempts
Wed Apr 05 2023 15:49:02.101 - Attempting to load initial input config
Wed Apr 05 2023 15:49:02.102 - Determined this is a legacy app.
Wed Apr 05 2023 15:49:02.103 - No controllers detected. Not waiting for config.
Wed Apr 05 2023 15:49:02.103 - /user/hand/left is FFFFFFFF
Wed Apr 05 2023 15:49:02.103 - /user/hand/right is FFFFFFFF
Wed Apr 05 2023 15:49:02.103 - TrackedControllerRole_LeftHand (FFFFFFFF)-> 
Wed Apr 05 2023 15:49:02.103 - Skipping role TrackedControllerRole_LeftHand because the device is invalid
Wed Apr 05 2023 15:49:02.103 - TrackedControllerRole_RightHand (FFFFFFFF)-> 
Wed Apr 05 2023 15:49:02.103 - Skipping role TrackedControllerRole_RightHand because the device is invalid
Wed Apr 05 2023 15:49:02.103 - TrackedControllerRole_Invalid (0)-> 

vrclient_SRWorksEULA

Wed Apr 19 2023 15:49:07.191 - //==============================================================================================
Wed Apr 19 2023 15:49:07.191 - ================================================================================================
Wed Apr 19 2023 15:49:07.191 - ================================================================================================
Wed Apr 19 2023 15:49:07.191 - SRWorksEULA.exe 1.24.7 startup with PID=24024, config=C:\Program Files (x86)\Steam\config, runtime=C:\Program Files (x86)\Steam\steamapps\common\SteamVR
Wed Apr 19 2023 15:49:07.191 - vrclient type=VRApplication_Overlay
Wed Apr 19 2023 15:49:07.193 - Skipping duplicate external driver path "C:\Program Files (x86)\Steam\steamapps\common\VIVEDriver\App\ViveVRRuntime\ViveVR_openvr_driver\ViveVR"
Wed Apr 19 2023 15:49:07.193 - [Settings] Load Default Json Settings from C:\Program Files (x86)\Steam\steamapps\common\SteamVR\drivers\00vrinputemulator\resources\settings\default.vrsettings
Wed Apr 19 2023 15:49:07.193 - [Settings] Load Default Json Settings from C:\Program Files (x86)\Steam\steamapps\common\SteamVR\drivers\htc\resources\settings\default.vrsettings
Wed Apr 19 2023 15:49:07.193 - [Settings] Load Default Json Settings from C:\Program Files (x86)\Steam\steamapps\common\SteamVR\drivers\lighthouse\resources\settings\default.vrsettings
Wed Apr 19 2023 15:49:07.194 - [Settings] Load Default Json Settings from C:\Program Files (x86)\Steam\steamapps\common\SteamVR\drivers\null\resources\settings\default.vrsettings
Wed Apr 19 2023 15:49:07.194 - [Settings] Load Default Json Settings from C:\Users\Arthur\AppData\Local\HTC\Viveport\SteamVR\htc_rr\resources\settings\default.vrsettings
Wed Apr 19 2023 15:49:07.194 - [Settings] Load Default Json Settings from C:\Program Files (x86)\Steam\steamapps\common\VIVEDriver\App\ViveVRRuntime\ViveVR_openvr_driver\ViveVR\resources\settings\default.vrsettings
Wed Apr 19 2023 15:49:07.194 - [Settings] Load Default Json Settings from C:\Program Files (x86)\Steam\steamapps\common\VIVEDriver\App\openvr_driver\vive_eyes\resources\settings\default.vrsettings
Wed Apr 19 2023 15:49:07.194 - [Settings] Load Default Json Settings from C:\Program Files (x86)\Steam\steamapps\common\SteamVR\resources\settings\default.vrsettings
Wed Apr 19 2023 15:49:07.194 - [Settings] Load Json Settings from C:\Program Files (x86)\Steam\config\steamvr.vrsettings
Wed Apr 19 2023 15:49:07.198 - Client (SteamVR_Namespace) app container state: 1
Wed Apr 19 2023 15:49:07.200 - CSharedResourceNamespaceClient::Init(): received namespace data 6140
Wed Apr 19 2023 15:49:07.200 - Client (VR_ServerPipe_6140) app container state: 1
Wed Apr 19 2023 15:49:07.216 - Received success response from vrserver connect
Wed Apr 19 2023 15:49:07.217 - Not looking for a good app key because Steam didn't start this app
Wed Apr 19 2023 15:49:07.217 - App key after connect message:system.generated.srworkseula.exe
Wed Apr 19 2023 15:49:07.221 - Client (VR_CompositorPipe_6140) app container state: 1
Wed Apr 19 2023 15:49:07.231 - Received success response from vrcompositor connect
Wed Apr 19 2023 15:49:07.231 - Initializing the limited version of CVRCompositorClient
Wed Apr 19 2023 15:49:07.234 - VR Dashboard executable already running.
Wed Apr 19 2023 15:49:07.259 - Found Windows 10 or newer, so enable advanced image processing of scene textures.
Wed Apr 19 2023 15:49:07.259 - Created shared texture 'Scene create D3D11, -1' 2048x2048 (1 mips)
Wed Apr 19 2023 15:49:07.343 - Created shared texture 'Scene create D3D11, -1' 920x590 (1 mips)
Wed Apr 19 2023 15:49:07.345 - Determined this is a legacy app.

With kind regards,
Arthur

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...