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
14 stars 2 forks source link

Error checking axes or buttons in Input Viewer #1

Closed Jawada74 closed 11 months ago

Jawada74 commented 11 months ago

I get the the following error message when I check the follwoing Screenshot 2023-06-21 215635

This does not happenwith the original jostick gremlin. Any ideas? Regards

muchimi commented 11 months ago

Hi, I'll look at this shortly. Thank you for reporting it.

Jawada74 commented 11 months ago

Take your time ! Thanks for your effort

I see you in the verse.

muchimi commented 11 months ago

13.39 update issued. This was a part of the code I didn't look very much into assuming it was working as before. However the QT6 framework deprecated some older features of the QT API and caused two problems I could find. One was an exception related to the use of flags and incorrect type casting. The other was the selected inputs were never active also because of a change in QT.

Please give it a whirl and I'll re-open the issue if the problem persists. The screenshot helped a lot, thanks.

Jawada74 commented 11 months ago

It works now as intended !!! THX. image