Open 1312rene opened 7 months ago
Hello, as for the original problem, can you check inside of the proton prefix, looking for the Linuxtrack directory (probably in the Program Files (x86) directory) and see if there is TirViews.dll and the mfc42u.dll ? Also the binaries of the Game - do you know if they are 32 or 64 bit? I had Linuxtrack running in the IL-2 1946 (under Wine), which was 32 bit and it did work...
As for the second problem - the configure can't find the makensis; it is a part of the nsis package. Try installing it and it should allow the Wine plugin to be built.
Kind regards,
Michal
I tried running the binaries (from linuxtrack-0.99.19hid), but I ended up with unresolved opencv dependency. The ltr_gui did work, found my device and the tests there worked. However, after installing
linuxtrack-wine.exe
in my proton prefix and running it before my game (I use steamtinkerlaunch), the camera does show 2 green leds and the server app opens, but the game doesn't recognize trackIR. I tried this with various games running in proton (Elite Dangerous, IL2 BOS, Tiny Combat Arena, ROF United).Seeing that several PRs were made to address various compatibility issues (e.g. qt5), I decided to build https://github.com/exuvo/linuxtrack from source. However, when building (mostly follow the steps from here), I run into a problem where whatever I do, configure seems to find all the wine-related packages but still doesn't pass the Wine plugin check.
Output from
./configure --with-wine-libs=-L/usr/lib/wine
:If I just go ahead and make/make install and re-use the linuxtrack-0.99.19hid controller-wine plugin, I have the same problem as with the prebuilt linuxtrack-0.99.19hid binaries: ltr_gui shows my TrackIR just fine (although installing the wine bridge is greyed out), the controller.exe opens, lights are green, but the games simply ignore any and all input from TrackIR.
I am unsure what is the problem. I would assume I need to use the controller-wine.exe from my own build and get the wine plugin to be enabled, but I can't get it to build it because of the above. On the other hand, I am unsure if the openCV compatibility issue is maybe still present or not. I am a bit lost on how to further troubleshoot, and if it even makes sense to continue looking at anything until the wine plugin issue fixes itself.
For what it's worth, I am building and running on a steam deck, so basically Arch.