You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 3, 2021. It is now read-only.
I am trying to connect my new PS Move controllers but I keep running into this issue where everytime I run the PSMoveServiceAdmin.exe it will initiate and then close the window afterwards.
My log shows the following:
[2018-10-23 06:22:43.54]: main - Starting PSMoveService v0.9-alpha 9.0.0 (protocol v0.9-alpha 9.0.0)
[2018-10-23 06:22:43.70]: USBAsyncRequestManager::startup - Requested LibUSBApi
[2018-10-23 06:22:43.71]: USBAsyncRequestManager::startup - Creating LibUSBApi
[2018-10-23 06:22:43.75]: USBAsyncRequestManager::startup - Initialized USB API
[2018-10-23 06:22:43.83]: DeviceManager::startup - Platform Hotplug API is ENABLED
[2018-10-23 06:22:43.144]: bluetooth_get_host_address - Found a bluetooth radio
[2018-10-23 06:22:43.146]: bluetooth_get_host_address - Retrieved radio info
[2018-10-23 06:22:43.315]: PSMoveController::open - Opening PSMoveController(\?\hid#vid_054c&pid_0c5e&col01#6&8b884fc&0&0000#{4d1e55b2-f16f-11cf-88cb-001111000030})
[2018-10-23 06:22:43.320]: PSMoveController::open - with EMPTY serial_number
[2018-10-23 06:22:43.328]: WorkerThread::start - Starting worker thread: PSMoveSensorProcessor
[2018-10-23 06:22:43.333]: DeviceTypeManager::update_connected_devices - Device device_id 0 (PSMove) opened
[2018-10-23 06:22:43.337]: PSNaviController::open - Opening PSNaviController(gamepad_1)
[2018-10-23 06:22:43.338]: PSNaviController::open - Successfully opened gamepad: XInput Controller 1 #1
[2018-10-23 06:22:43.347]: DeviceTypeManager::update_connected_devices - Device device_id 1 (PSNavi) opened
[2018-10-23 06:22:43.358]: TrackerDeviceEnumerator - Skipping device (USB\VID_1415&PID_2000\b3_p9.4.2) - Operation not supported or unimplemented on this platform
[2018-10-23 06:22:43.361]: PS3EyeTracker::open - Opening PS3EyeTracker(USB\VID_1415&PID_2000\b3_p9.4.2, camera_index=0)
[2018-10-23 06:22:43.627]: SharedMemory::initialize() - Allocating shared memory: tracker_view_0
[2018-10-23 06:22:43.949]: DeviceTypeManager::update_connected_devices - Device device_id 0 (PSEYE) opened
Any ideas what may be causing the issue? I would really like to promote what you have done here but I can't until I get it working myself lol.
Hey there,
I am trying to connect my new PS Move controllers but I keep running into this issue where everytime I run the PSMoveServiceAdmin.exe it will initiate and then close the window afterwards.
My log shows the following:
[2018-10-23 06:22:43.54]: main - Starting PSMoveService v0.9-alpha 9.0.0 (protocol v0.9-alpha 9.0.0)
[2018-10-23 06:22:43.70]: USBAsyncRequestManager::startup - Requested LibUSBApi
[2018-10-23 06:22:43.71]: USBAsyncRequestManager::startup - Creating LibUSBApi
[2018-10-23 06:22:43.75]: USBAsyncRequestManager::startup - Initialized USB API
[2018-10-23 06:22:43.83]: DeviceManager::startup - Platform Hotplug API is ENABLED
[2018-10-23 06:22:43.144]: bluetooth_get_host_address - Found a bluetooth radio
[2018-10-23 06:22:43.146]: bluetooth_get_host_address - Retrieved radio info
[2018-10-23 06:22:43.315]: PSMoveController::open - Opening PSMoveController(\?\hid#vid_054c&pid_0c5e&col01#6&8b884fc&0&0000#{4d1e55b2-f16f-11cf-88cb-001111000030})
[2018-10-23 06:22:43.320]: PSMoveController::open - with EMPTY serial_number
[2018-10-23 06:22:43.328]: WorkerThread::start - Starting worker thread: PSMoveSensorProcessor
[2018-10-23 06:22:43.333]: DeviceTypeManager::update_connected_devices - Device device_id 0 (PSMove) opened
[2018-10-23 06:22:43.337]: PSNaviController::open - Opening PSNaviController(gamepad_1)
[2018-10-23 06:22:43.338]: PSNaviController::open - Successfully opened gamepad: XInput Controller 1 #1
[2018-10-23 06:22:43.347]: DeviceTypeManager::update_connected_devices - Device device_id 1 (PSNavi) opened
[2018-10-23 06:22:43.358]: TrackerDeviceEnumerator - Skipping device (USB\VID_1415&PID_2000\b3_p9.4.2) - Operation not supported or unimplemented on this platform
[2018-10-23 06:22:43.361]: PS3EyeTracker::open - Opening PS3EyeTracker(USB\VID_1415&PID_2000\b3_p9.4.2, camera_index=0)
[2018-10-23 06:22:43.627]: SharedMemory::initialize() - Allocating shared memory: tracker_view_0
[2018-10-23 06:22:43.949]: DeviceTypeManager::update_connected_devices - Device device_id 0 (PSEYE) opened
Any ideas what may be causing the issue? I would really like to promote what you have done here but I can't until I get it working myself lol.
Thanks,
James.