mdjarv / JoystickVisualizer

Joystick Visualizer software, currently made for the Thrustmaster Warthog
81 stars 28 forks source link

JoystickProxy Not Responding #24

Closed srykho22 closed 6 years ago

srykho22 commented 6 years ago

Hello! Occasionally, when I open JoystickProxy, the window opens, but the values don't change when I move the Joystick. When I click the window, the application doesn't respond, starts responding but no values change, then stops responding less than a second later. This issue has occurred since v0.11.2, and still happens to me with v0.11.4

mdjarv commented 6 years ago

Which was the last working version you used? 0.11.1?

srykho22 commented 6 years ago

The last version that was working was 0.11.3, however the problem occasionally happened before. It is only with 0.11.4 that it always happens

mdjarv commented 6 years ago

I've looked through the changes made and the prime suspect would be that something on your computer is having issues with the Proxy sending UDP packets on port 11028 (the port was switched from 11011 in 0.11.4)

Could it be some local service or application you're running, or possibly a firewall?

mdjarv commented 6 years ago

In 0.11.5 I've changed the UDP port to 11038, so please try it and let me know how it works

https://github.com/mdjarv/JoystickVisualizer/releases/tag/v0.11.5

srykho22 commented 6 years ago

I updated to 0.11.5, and the app is working. Thanks a lot!

mdjarv commented 6 years ago

good to hear... I should probably make the port configurable so it doesn't require a new release if there is a port collision