Stanislaw Halik
Stanislaw Halik
Correct me if I'm wrong, but won't Flatpak sandboxing break Wine output?
You have this enabled, disable it.
We're not changing appid to double.
An **int64_t** spinbox could be implemented using [QAbstractSpinbox](https://doc.qt.io/qt-6/qabstractspinbox.html). If you can implement one cleanly, it could be the solution.
Please add copyright information to [gui/qlonglongspinbox.h](https://github.com/opentrack/opentrack/pull/2104/files#diff-5a96ee6496733d07f6e089b584dbcab923c4ab00a1b20bf1f150b6131fb093e1).
There shouldn't be any opentrack freezes at all. See if you can send a process minidump using Task Manager on `opentrack.exe` once it's hung. Then send it here along with...
The table can be extracted using the [game_data](https://github.com/opentrack/opentrack/tree/master/contrib-noinst/important-stuff) code. Once in the text format, you pass it together with the existing .csv to [make-csv.pl](https://github.com/opentrack/opentrack/blob/master/contrib-noinst/make-csv.pl), which makes a merged .csv. Most...
> what is the input file to game_data.exe `sgl.dat` from TrackIR software. When run from the Windows console you can redirect it to a file: `game_data sgl.dat > sgl.txt`. >...
There's something wrong with your `libproc2`. This is a public API function, see: https://gitlab.com/procps-ng/procps/-/blob/master/library/include/pids.h#L247 ```c #define PIDS_VAL( relative_enum, type, stack ) stack -> head [ relative_enum ] . result ....
Should be fixed in the newest revision. Ping me otherwise.