On Fri, May 17, 2019 at 11:07:23PM +0200, zerous wrote:
On Thu, May 16, 2019 at 02:24:33PM +0200, André Hentschel wrote:
Am 15.05.19 um 10:29 schrieb zerous:
And I did git bisect and found that this commit is the first commit which caused the black window issue. commit hash: a52d09198d3264c9c712a70de57446e6183957dd winex11: Run a single clipboard manager thread per window station, inside the explorer process
Do you think there could be something in the commit that particularly caused this?
I tried to backtrace the issue and found that pthread_create in dlls/ntdll/thread.c is blocking. Additionally, I tried disabling the clipboard and recompiling wine which worked fine. I no longer get the black window with clipboard disabled. However, I am not able to use winedbg to debug the issue as it seems to get stuck when I attach the thread.
On a different note, Christos has written a patch for heimdal support on wine. He would like to know if upstream would be interested in this.