Stanislaw Halik
Stanislaw Halik
The real solution is to build Wine on your own because the official Ubuntu version is badly packaged with respect to winegcc.
> Should I build Wine directly? Yes. Just install it to `/opt/wine` and not `/usr/local` which is the default.
> /bin/sh: 1: wineg++: not found It has to be in PATH. So add `/opt/wine/bin` to `PATH`.
> Haven't figured out how to use the included PS3 open driver though. Use Zadig software to install the libusbK driver onto the camera's `interface 0`, after uninstalling the CL-Eye...
opentrack should never be doing this. Something is horribly wrong here.
I'm using Clang 15, GCC 12.2 and MSVC 17.5 on Windows, and GCC 12.2 on Linux. It works when either changing the internal data type to float or dividing as...
I've had difficulty finding the file that caused the crash. But here's the next best thing. Change the first one's height from 120 to 122 to make `736 287 64...
Hey, We talked with @hoover67 about head tracking on Linux so let me barge in. From opentrack's code, the proper maximum value for position output in `NPClient{,64}.dll` is about `16383...
@uglyDwarf just drop a note if you need any assistance. The opentrack project has working code in [this directory](https://github.com/opentrack/opentrack/tree/unstable/proto-wine). The files linked with libwine have the `.cxx` extension, resulting in...