sc-controller icon indicating copy to clipboard operation
sc-controller copied to clipboard

Connecting a second controller crashes system by creating many js*

Open mksafavi opened this issue 3 years ago • 1 comments

after connecting a second controller it loops on creating as many emulated gamepads as it could in /dev/input. attached a screenshot below. I'm probably going to use it with one controller but I thought I should report it. using a (probably knockoff) x360 gamepad. on Arch linux.

sc_controller_js_issue

mksafavi avatar May 11 '22 16:05 mksafavi

That looks bit crazy. Is there any chance you were modifying some of these config values or adding anything even remotelly resembling XBox controller as device handled by SCC?

It looks like SCC is detecting its own virtual XBox controller as input device and creating new virtual XBox controller, which is then detected as input device, creating loop you are observing.

kozec avatar Jun 21 '22 06:06 kozec