http://bugs.winehq.org/show_bug.cgi?id=3125
Summary: Deadlock when opening file in Powerpoint 2000 using File-Open-dialog Product: Wine Version: 20050628 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: wine-binary AssignedTo: wine-bugs@winehq.org ReportedBy: t.serries@lvm.de
When trying to open a Powerpoint document using the file-open-dialog (in Powerpoint2000 SR-1) wine is running into a deadlock:
... err:syslevel:_CheckNotSysLevel Holding lock 0x2a3a92e0 level 3 err:syslevel:_EnterSysLevel (0x41e94c40, level 2): Holding 0x2a3a92e0, level 3. Expect deadlock! err:syslevel:_EnterSysLevel (0x41e94c40, level 2): Holding 0x2a3a92e0, level 3. Expect deadlock! ...
Earlier wine-versions are producing similar messages but are worse: They run into the deadlock prior to clicking on the open-button (tested with 20040719, 20041019 and 20050524).
As there are no problems opening documents in Word and Excel I supposed a problem with the preview of the file-open-dialog in Powerpoint. But in wine-20050628 the preview is working fine.
Opening Powerpoint documents by submitting the filename by command line parameter is also working fine (for all wine versions).