https://bugs.winehq.org/show_bug.cgi?id=44165
Bug ID: 44165 Summary: Adobe Connect fails to open meeting room Product: Wine Version: unspecified Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: mshtml Assignee: wine-bugs@winehq.org Reporter: robert.munteanu@gmail.com Distribution: ---
Created attachment 59926 --> https://bugs.winehq.org/attachment.cgi?id=59926 Terminal output
With standalone installer from https://helpx.adobe.com/adobe-connect/connect-downloads-updates.html
$ sha1sum ConnectAppSetup.exe 51e2d42c72293012c28d65b7a3456ec5d5a3e797 ConnectAppSetup.exe
tried on a fresh wineprefix, no overrides, win32.
The app installs, can be launched, but when trying to select a room nothing happens.
There are lots of repeated messages on the console:
fixme:mshtml:OleInPlaceActiveObject_TranslateAccelerator (0x1b1b10)->(0x33fd64)
when filtering that out, the only one that stands out is
err:mshtml:ElementSelector_querySelectorAll QuerySelectorAll failed: 8053000c
Given that AFAICT this is an embedded web app it is a reasonable suspect. I'll also attach the console log wit the OleInPlace stuff filtered out.