-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error running Test with Logitech Wingman Formula Force #213
Comments
It could be that some other application is using the device. Are you sure it wasn't being used when you tried the test? The Flatpak version has just been released and I couldn't completely test it since I don't have my wheel with me. @jo5huajohn, did you try running the tests? |
I tested it initially when I was working on the flatpak, but haven't since. I tested it now and I believe #197 is affecting the application with with newer versions of matplotlib. Changing |
I think that's a separate issue. Isn't matplotlib packaged in the Flatpak? |
It is, but matplotlib deprecated the window parameter in 3.6, so systems with versions above that are affected. The tests work, but it fails to generate the chart due to the issue. Regarding the current issue, it doesn't seem to be an issue with tests, but one of these two lines: if os.access(self.dev_name, os.R_OK):
self.input_device = InputDevice(self.dev_name) in |
Tried a reboot and closing any apps like steam or sunshine that might be using the wheel. Same result. I couldn't get the version of oversteer in the opensuse build service to run at all, so next might try following the install instructions on the readme and see if that gets me anywhere. For now I've just set the auto-centering strength to 30% as that's already a huge improvement compared to nothing. I'll keep looking into how to get FF working in Model 2 emu with Wine. Thank you! |
I've tried the Flatpak version and the test works. I haven't run it fully but it starts. If the FFB doesn't work anywhere, it's probably because there's some issue in your system. Are you using new-lg4ff? Are there any messages related to the wheel in dmesg? |
Tried running POP_OS on another machine and got what looks like there same error when running the test. This happens after the prompt asking me to push a button on the wheel and wait to feel force feedback.
|
Happy to see the red Logitech WingMan Formula Force (non-GP) is detected and auto centering works well.
Hoping to get force feedback working in the Model 2 emulator like it does in Windows.
In my efforts, I noticed that the 'test' option does nothing. Looking at the logs I noticed this.
No clue what this means so thought I'd post it here. Is the test even necessary for getting Force Feedback to work in games or is that outside the scope of Oversteer altogether? Apologies if I've misunderstood
Currently running Opensuse 15.5 and using the flatpak version of Oversteer.
The text was updated successfully, but these errors were encountered: