http://bugs.winehq.org/show_bug.cgi?id=59958 zlice <zlice@crtdrift.us> changed: What |Removed |Added ---------------------------------------------------------------------------- Distribution|--- |Other Regression SHA1| |7bb835b3482de5e66515b5a0bd8 | |dce8dc9844c93 Version|11.12 |10.15 --- Comment #9 from zlice <zlice@crtdrift.us> --- i'm not sure if there's 2 bugs going on but this bisect was for bad / corrupt saves (even from known good saves) not loading and being deleted. since the game does this with corrupt saves you basically lose progress and start deleting saves if you quick-load. commit 7bb835b3482de5e66515b5a0bd8dce8dc9844c93 Author: Elizabeth Figura <zfigura@codeweavers.com> Date: Fri Sep 19 18:14:15 2025 +0200 ntdll: Use in-process synchronization objects. dlls/ntdll/unix/sync.c | 234 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------- dlls/ntdll/unix/unix_private.h | 1 + server/event.c | 3 +++ server/inproc_sync.c | 89 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ server/mutex.c | 4 +++ server/object.h | 4 +++ server/semaphore.c | 2 ++ 7 files changed, 328 insertions(+), 9 deletions(-) some commits would freeze, but i don't know if that's related or chance or would be fixed by the corrupt saves being fixed. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.