https://bugs.winehq.org/show_bug.cgi?id=45269
Bug ID: 45269 Summary: FL Studio 20.0.0.445: Odd problem possibly indicative of WINE file-descriptor problem Product: Wine Version: 3.9 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: iam@mcnster.com Distribution: ---
Howdy folks,
I have install FL Studio 20 in a 64-bit wineprefix.
When I run:
$ wine64 .wine/drive_c/Program\ Files\ (x86)/Image-Line/FL\ Studio\ 20/FL64.exe
... I receive the following diagnostics which repeats the last line every 60 seconds, forever:
0009:fixme:explorerframe:taskbar_list_SetProgressState iface 0x37bc620, hwnd 0x20126, flags 2 stub! 003e:err:ntdll:RtlpWaitForCriticalSection section 0x1c6d470 "?" wait timed out in thread 003e, blocked by 0009, retrying (60 sec) 003e:err:ntdll:RtlpWaitForCriticalSection section 0x1c6d470 "?" wait timed out in thread 003e, blocked by 0009, retrying (60 sec)
YET!
When I run:
$ wine64 [path-to-FL64.exe] 2>&1 | tee run.log
... the program runs as expected with no errors or hang.
Weird, huh?
Two facts to consider, unfortunately: 1) FL Studio 19 worked flawlessly under wine-staging-3.7, and I don't remember if FL Studio 19 or 20 worked under wine-staging-3.8, but one of them DIDN'T.
Any help would be appreciated.