-
Notifications
You must be signed in to change notification settings - Fork 147
PSMoveService crash if PSNavi is connected via USB #215
Comments
Can you launch PSMoveService from the command line? If so, what is the error you are getting before the service shuts down? It sounds like you are hitting an exception at start-up (probably related to opening the USB connected controller) and then the service is exiting immediately. |
Hello, i can run in the 'cmd' window but when i enter command psmoveservice.exe another cmd prompt window opens and desapear (close) very fast. |
Are you running psmoveservice.exe in the cmd window? |
@magadan Run cmd as administrator first. |
Now working. Bellow the message (when 'navigation controller' as attached in usb) D:\PSMoveService-v0.9alpha5_0_0\Win64>PSMoveService.exe This is the problem: PSNaviController::open - with EMPTY serial_number[2016-09-29 14:41:43.815]: EXCEPTION |
Oh ha! Yeah that explains it. Thanks for the log by the way. The PSNavi support is half implemented (framework is all in place but not debugged). I though I had the controller iterator disabled for that type of controller, but apparently not. I hadn't tried to test with a Navi controller in quite a while so it wouldn't surprise me if there was a crash with that. I can fix it so that it wont attempt to open a Navi until I have that feature actually working. Thanks for the catch! |
* Disable the PSNavi in the controller iterator
I just checked in a fix for this crash in master. It'll be in the next release. |
This fix is now in the latest release (https://github.com/cboulay/PSMoveService/releases/tag/v0.9-alpha5.3) |
Hello,
Bug found: If 'PS3 Move Motion Left Hand Controller' (Navigation Controller) is connected to USB the PSMoveservice not open on Windows 10 here, just close.
The text was updated successfully, but these errors were encountered: