Hi,
I tried to debug one issue with Wine + Debian bullesys in kvm guest. When I tried to run the wine with:
% strace -f -o wine.trace wine64 winecfg
to capture the syscall info, the winecfg UI can't be shown.
If no strace like:
% wine64 winecfg
everything is fine.
The only difference I could tell is the timing could be impacted by strace. So my question is that:
Does wine has strict timing requirement?
BTW, 32 bit wine also has the same behavior. Thanks.
Regards