Open Glog78 opened 1 year ago
Just another note. Uplay/Ubisoft also need a mtu fix on "kernel net level".
Enable it temporarily with:
sudo sysctl -w net.ipv4.tcp_mtu_probing=1
And to make it permanently, run:
echo "net.ipv4.tcp_mtu_probing=1" | sudo tee /etc/sysctl.d/90-custom-mtu-probing.conf
Was that enough? Even using Valve wine just timeouts. I found that this happened because of Uplay updates, older versions work fine.
081c:err:sync:RtlpWaitForCriticalSection section 7BC6D440 "dlls/ntdll/loader.c: loader_section" wait timed out in thread 081c, blocked by 07f4, retrying (60 sec)
07f0:err:sync:RtlpWaitForCriticalSection section 7BC6D440 "dlls/ntdll/loader.c: loader_section" wait timed out in thread 07f0, blocked by 07f4, retrying (60 sec)
03c8:err:sync:RtlpWaitForCriticalSection section 7BC6D440 "dlls/ntdll/loader.c: loader_section" wait timed out in thread 03c8, blocked by 07f4, retrying (60 sec)
0134:err:sync:RtlpWaitForCriticalSection section 7BC6D440 "dlls/ntdll/loader.c: loader_section
Seems like a race on loading/unloading DLLs (similar to the DAO Awakening installer deadlock). Try if loading with schedtool -a 0 can workaround it
Wine-GE-Proton8-2 claims to have fixed the newest uplay issue. Though tkg
doesn't even seem to have the last patch applied yet...
I rebased the patch for tkg-valve (stable) here: https://build.opensuse.org/package/view_file/home:Thaodan:emulators/wine/uplay-fsync-proton-wine-hotfix.patch?expand=1
What did you install to make it work? For me the patch isn't enough.
next wine-ge is out and it actually fixes the bug fr this time
I does actually I wonder which patches are missing in tkg that fix the issue.
can https://github.com/ValveSoftware/wine/compare/f5f6309e45bf35e8ec163a0b335eca127b6fe71b...f497ac98efbb3c924a7ab9630963b88e20385ca4#diff-634c336627100f055dd7eaaf8cab9a71c59bf7f748db33f0b24eba21cf93026c get incoporated ?
I guess this is the fix for uplay not working currently.