https://bugs.winehq.org/show_bug.cgi?id=49043
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |e5a9c256ce08868f65ed730c00c | |f016a97369ce3 Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #1 from Anastasius Focht focht@gmx.net --- Hello folks,
this looks fixed by commit https://source.winehq.org/git/wine.git/commitdiff/e5a9c256ce08868f65ed730c00... ("server: Don't try to synchronize system registers on not initialized threads in get_thread_context request.")
Thanks Jacek
Since the service is auto-start service, 'wineboot' can be used.
--- snip --- $ wineserver -k
$ for i in {1..100} ; do echo "try $i" ; WINEDEBUG=+server wineboot 2>&1 | grep "get_thread_context() = ACCESS_DENIED" ; wineserver -w ; done --- snip ---
No failures to fetch thread context after the commit. There is still crash in the service but that's a different issue.
$ wine --version wine-5.7-97-g7ccc45f754
Regards