no game is starting at all just say "fsync start" and that's it logs are empty, i am with futex2 patched kernel. Even adding WINEFSYNC_FUTEX2=0 is not good.
EDIT: Patch is good. With it all games are playable again.
PR was merged and included in the experimental-5.13-20210125 build. Thanks.
WINEFSYNCx1 2021-01
futex2 with latest experimental hangs at startup and is unusable. This is because at https://github.com/ValveSoftware/wine/blob/experimental_5.13/server/fsync.c#L86
Should be
f = fopen( "/sys/kernel/futex2/wake", "r" )instead, since we're assigning tonr_futex2_wake.