-
Notifications
You must be signed in to change notification settings - Fork 79
Description
I have a T300RS wheel and I've tried both AppImage and the build from source version, but when I start a test I get this mesasge:
Exception in thread Thread-3 (test1): Traceback (most recent call last): File "/usr/lib64/python3.14/threading.py", line 1081, in _bootstrap_inner self._context.run(self.run) ~~~~~~~~~~~~~~~~~^^^^^^^^^^ File "/usr/lib64/python3.14/threading.py", line 1023, in run self._target(*self._args, **self._kwargs) ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.14/site-packages/oversteer/test.py", line 129, in test1 left_effect = self.create_left_effect(0) File "/usr/local/lib/python3.14/site-packages/oversteer/test.py", line 67, in create_left_effect left_effect.id = self.input_device.upload_effect(left_effect) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^ File "/usr/lib64/python3.14/site-packages/evdev/device.py", line 348, in upload_effect ff_id = _input.upload_effect(self.fd, data) OSError: [Errno 38] Function not implemented
What should I do to fix this