axet
axet
@motohiko-sato Apps need to implement different options for user to choose of IP configurations, even that RFC saying here should be no additional configuration based on ipv4/6. For example here...
libtorrent 2.0.11-1
Having O_DIRECT (or any other way skip read buffering) has allows to play modern games and torrenting at the same time. Modern games using a lot of IO, if game...
Booth 'REAL_internal_gamemode_request_start' and 'REAL_internal_gamemode_request_end' are failing.
That part of the code: ``` if (res == -1 && dbus_error_is_set(&err)) log_error("D-Bus error: %s", err.message); ``` Simplifying the check, showing error d-bus error with no text message ``` if...
Same. No error message and -1 as res.
No. I just applied the code you posted. I did not check if it is a same code :)
This is my full log of running wine app under gamemode. Notice different amount of "start" (22) and "stop" (14) commands. Some "start" commands were successful. D-bus error line only...
gamemode-simulate-game works fine. no errors reported.
Maybe due to different ABI? x32 / x64? I'm using wine64, but who knows...