muchimi / JoystickGremlinEx

Modified version of Joystick Gremlin to add features I wanted to have but were difficult to do as just a plugin, plus I wanted to run this as 64 bit and on a more current version of Python/QT.
GNU General Public License v3.0
26 stars 5 forks source link

Connecting a generic USB Joystick cause an exception #122

Open fjdiazt opened 1 week ago

fjdiazt commented 1 week ago

v3_40_14_m22

Whenever I connect a generic USB Joystick (VKB Gladiator clone) I get this exception, if I unplug it, exception goes away.

image

system.log

Also, that exception is causing the system to overflow and crash if I enable verbose logging.

EDIT: Deleting config.json fixed the issue, but it should be able to self-correct the config values.

muchimi commented 1 week ago

Whoops. That should be fixed in the next patch. Thank you for reporting. You can currently bypass this error by disabling automatic device highlight in options - that will bypass the section of code that causes this exception.