https://bugs.winehq.org/show_bug.cgi?id=53484
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1| |546638a8751feb0956c7b7705b4 | |865ad2484d287 Keywords| |regression
--- Comment #1 from François Gouget fgouget@codeweavers.com --- A bisect shows that the commit below causes the dxgi:dxgi run time to go from 70 to ~150 seconds on debiant; thus causing the timeout. This is probably because registry access is too slow.
commit 546638a8751feb0956c7b7705b4865ad2484d287 Author: Rémi Bernon rbernon@codeweavers.com Date: Fri Jul 1 06:56:54 2022 +0200
win32u: Read and cache adapter modes from the registry.
dlls/win32u/sysparams.c | 30 ++++++++++++++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-)