ds4drv icon indicating copy to clipboard operation
ds4drv copied to clipboard

DS4 connects, shortly crashes

Open lunarcloud opened this issue 11 years ago • 2 comments

It connected, but ignored my configuration ( in /etc/), then crashed after trying to launch Steam Big Picture.

Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
    self.run()
  File "/usr/lib/python2.7/threading.py", line 763, in run
    self.__target(*self.__args, **self.__kwargs)
  File "build/bdist.linux-x86_64/egg/ds4drv/__main__.py", line 132, in run
    self.loop.run()
  File "build/bdist.linux-x86_64/egg/ds4drv/eventloop.py", line 102, in run
    callback()
  File "build/bdist.linux-x86_64/egg/ds4drv/__main__.py", line 119, in read_report
    report = self.device.read_report()
  File "build/bdist.linux-x86_64/egg/ds4drv/backends/bluetooth.py", line 47, in read_report
    ret = self.int_sock.recv_into(self.buf)
error: [Errno 110] Connection timed out

The joystick device lingered for a bit, and will stay a phantom device if I dont wait for it to dissapear before restarting ds4drv. Upon restart, the controller connects and understands the config.

lunarcloud avatar Mar 01 '14 21:03 lunarcloud

The error should be fixed with 2b65c20b397ccd21a1639a972d0cbca06e9a5546, but it seems like your controller got disconnected for some reason.

About the config, any changes are only read when ds4drv first starts, did you perhaps start it and edited the config after?

chrippa avatar Mar 01 '14 22:03 chrippa

Does this still occur?

Ape avatar Apr 30 '16 12:04 Ape