This (in particular, the “explorer: …” commit) caused a regression for me. In an entirely headless configuration (configured with `--without-x`) on arm32 (probably happens on other architectures too, but that’s where it happened for me), when bootstrapping a new wineprefix (setting `WINEPREFIX` to a new, nonexistent directory, running `wine wineboot`), it can hang, printing errors like these:
``` 0048:err:sync:RtlpWaitForCriticalSection section 7BC8A3F0 "../src/dlls/ntdll /loader.c: loader_section" wait timed out in thread 0048, blocked by 0054, r etrying (60 sec) 0048:err:sync:RtlpWaitForCriticalSection section 7BC8A3F0 "../src/dlls/ntdll /loader.c: loader_section" wait timed out in thread 0048, blocked by 0054, r etrying (60 sec) ```
Does this trigger some race condition when bootstrapping the environment?
(I can report it in bugzilla later, I presume that’s still preferred, I just happened to have better access to gitlab.)