https://bugs.winehq.org/show_bug.cgi?id=56492
--- Comment #3 from Fell fell@fellr.net --- Actually, the reason `opentrack-wrapper-wine.exe.so` doesn't start is not a segfault, but something weirder.
Opentrack attempts to run a command that looks somewhat like this: OTR_WINE_PROTO=3 WINEESYNC=1 WINEFSYNC=1 wine /usr/libexec/opentrack/opentrack-wrapper-wine.exe.so
Which, in Wine 9.4 results in: (no output, program keeps running)
But in Wine 9.5: Application could not be started, or no application associated with the specified file. ShellExecuteEx failed: File not found.
If I create a symlink like opentrack-wrapper-wine.exe -> opentrack-wrapper-wine.exe.so then the program stays open again, but it doesn't seem to work for tracking.
If I rename other programs from .exe to .exe.so they seem to run fine.
I tried git bisect, but it just told me this: wine: '/home/fell/Games/dcs-world' is a 64-bit installation, it cannot be used with a 32-bit wineserver.
If I try to use a 32-bit prefix, it always prints the "Application could not be started" message, even with wine-9.4
I'm so confused. Does that make sense to anyone?