Strict timing required by Wine?

Questions about Wine on Linux
Locked
nh26223
Newbie
Newbie
Posts: 1
Joined: Tue Jan 25, 2022 9:46 pm

Strict timing required by Wine?

Post by nh26223 »

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
Locked