[Bug 50100] New: Unable to log in to the Bentley CONNECTION client
https://bugs.winehq.org/show_bug.cgi?id=50100 Bug ID: 50100 Summary: Unable to log in to the Bentley CONNECTION client Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: mshtml Assignee: wine-bugs(a)winehq.org Reporter: mira.rielynd(a)yandex.ru Distribution: --- Created attachment 68582 --> https://bugs.winehq.org/attachment.cgi?id=68582 Console output of running the CONNECT Client As I'm trying to log into the Bentley CONNECTION Client it does absolutely nothing after entering username and password. However, after looking at the terminal output, there is one specific fixme/error which comes up every time I'm interacting with buttons (which comes up twice): 0024:fixme:mshtml:ActiveScriptSite_OnScriptError ([xxx])->([xxx]) (See the full log of it. Every single time I'm moving my mouse above the screen I get bombarded with 'fixme:msctf:InputProcessorProfileMgr_GetActiveProfile' and 'TSFStaticSink::EnsureInitActiveLanguageProfile(), FAILED to get active TIP keyboard' messages) I tried it with the native mshtml as well, and there's the exact same message (somehow). Is there something I can try out myself for an fixing attempt/ Do you need any other info? I'm running Gentoo with the default/linux/amd64/17.1/desktop/plasma/systemd profile, and wine-vanilla-5.20. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=50100 --- Comment #1 from mira.rielynd(a)yandex.ru --- Created attachment 68583 --> https://bugs.winehq.org/attachment.cgi?id=68583 System Info -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=50100 mira.rielynd(a)yandex.ru changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |5.20 Distribution|--- |Gentoo -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=50100 mira.rielynd(a)yandex.ru changed: What |Removed |Added ---------------------------------------------------------------------------- Version|5.20 |5.21 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=50100 Jacek Caban <jacek(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jacek(a)codeweavers.com --- Comment #2 from Jacek Caban <jacek(a)codeweavers.com> --- Please attach +ieframe,+mshtml,+jscript logs. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=50100 --- Comment #3 from mira.rielynd(a)yandex.ru --- Created attachment 68945 --> https://bugs.winehq.org/attachment.cgi?id=68945 Runtime log with WINEDEBUG=+ieframe,+mshtml,+jscript There it is. In the meantime I upgraded to Wine 5.22 I ran it with: WINEDEBUG=+ieframe,+mshtml,+jscript wine64 ~/.wine/drive_c/Program\ Files/Common\ Files/Bentley\ Shared/CONNECTION\ Client/Bentley.Connect.Client.exe -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=50100 mira.rielynd(a)yandex.ru changed: What |Removed |Added ---------------------------------------------------------------------------- Version|5.21 |5.22 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=50100 --- Comment #4 from mira.rielynd(a)yandex.ru --- Created attachment 68946 --> https://bugs.winehq.org/attachment.cgi?id=68946 Visual glitch at runtime -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=50100 --- Comment #5 from mira.rielynd(a)yandex.ru --- My current DLL-overrides: native,builtin: api-ms-win-crt-conio-l1-1-0 api-ms-win-crt-heap-l1-1-0 api-ms-win-crt-locale-l1-1-0 api-ms-win-crt-math-l1-1-0 api-ms-win-crt-private-l1-1-0 api-ms-win-crt-runtime-l1-1-0 api-ms-win-crt-stdio-l1-1-0 api-ms-win-crt-time-l1-1-0 atl140 concrt140 msvcp140 msvcr140 riched20 ucrtbase vcomp140 vcruntime140 native: mscoree -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=50100 Jacek Caban <jacek(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #68582|0 |1 is obsolete| | Attachment #68583|0 |1 is obsolete| | Attachment #68946|0 |1 is obsolete| | --- Comment #6 from Jacek Caban <jacek(a)codeweavers.com> --- Created attachment 68947 --> https://bugs.winehq.org/attachment.cgi?id=68947 hack The problem is that script used by login page uses JavaScript 'let' statement, which is not yet supported by out mshtml/jscript. The attached hack may help (but it's likely that there will be more problems). -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=50100 Jacek Caban <jacek(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Unable to log in to the |Unable to log in to the |Bentley CONNECTION client |Bentley CONNECTION client | |(needs 'let' statements | |support) -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=50100 mira.rielynd(a)yandex.ru changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #68945|0 |1 is obsolete| | --- Comment #7 from mira.rielynd(a)yandex.ru --- Created attachment 68949 --> https://bugs.winehq.org/attachment.cgi?id=68949 Runtime log with WINEDEBUG=+ieframe,+mshtml,+jscript with Hack Thanks for the answer. I tried it with the hack, still couldn't log in. However the buttons now work, which is a plus. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=50100 --- Comment #8 from mira.rielynd(a)yandex.ru --- As a little update, the behavior of the app is the exact same with Wine 6.0 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=50100 Vijay Kamuju <infyquest(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |infyquest(a)gmail.com --- Comment #9 from Vijay Kamuju <infyquest(a)gmail.com> --- Can you please test with latest git as the support for 'let' is now in place. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=50100 Jacek Caban <jacek(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED Fixed by SHA1| |b3569629979e7fae612adc407ba | |37c292c7dffd1 --- Comment #10 from Jacek Caban <jacek(a)codeweavers.com> --- The original problem is fixed in git. Please report a separated bug if there are more problems. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=50100 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #11 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 7.0-rc5. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
WineHQ Bugzilla