[Bug 29078] New: Runtime Error: Wine + Chromium + npactivex
http://bugs.winehq.org/show_bug.cgi?id=29078 Bug #: 29078 Summary: Runtime Error: Wine + Chromium + npactivex Product: Wine Version: 1.3.32 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: fracting(a)gmail.com Classification: Unclassified 1. Download chromium mini_installer from: http://commondatastorage.googleapis.com/chromium-browser-continuous/Win/1098... install Chromium: $ wine Wine/chrome-installer/mini_installer-109801-20111112-02a25d3c293bc836c233e6a12ff57673.exe 2. Install np-activex to Wine chromium: Bug 29075 and Bug 27248 will prevent installing chrome apps directly from app store to Wine chromium. To workaround this, one can use developers mode: * Download np-activex from https://clients2.googleusercontent.com/crx/download/OAAAAK8kxCAvzc4RdlgO-6Fu... * rename extension_1_3_7.crx to extension_1_3_7.zip * unzip extension_1_3_7.zip to a directory (let's name it np-activex/ ) * load np-activex/ with developers mode in 'chrome://extensions' 3. Download and install activex plugin for icbc: $ wget http://www.icbc.com.cn/icbc/html/download/dkq/icbc_netbank_client_controls.e... $ winetricks -q mfc42 $ wine icbc_netbank_client_controls.exe 4. edit option for np-activex to allow ActiveX plugin for https://*.icbc.com.cn/* * go to "chrome://extensions" -> "ActiveX for Chrome" -> "options" * paste "https://*.icbc.com.cn/*" (without '"') into the form 5. open Wine chromium *with --no-sandbox* (to workaround bug 21232) $ cd ~/".wine/drive_c/users/fracting/Local Settings/Application Data/Chromium/Application" $ wine chrome.exe --no-sandbox https://mybank.icbc.com.cn/icbc/enperbank/index.jsp 6. type username, password and verify code into the forms. We don't need real username and password to reproduce this bug: username: 1234 password: 1234 then an error says: " Runtime Error! Program: C:\users\fracting\Loca... This application has requested the Runtime to terminate it in an unusual way. Please contact to the application's support team for more information. " ----- snip ----- * if you have a real username and account, after the above error, you can successfully login to the icbc online bank. But some area will failed to display. Not sure whether there is connection to this bug * replace chromium 109801 to chromium 93041 can avoid this bug -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=29078 --- Comment #1 from fracting <fracting(a)gmail.com> 2011-11-12 17:03:06 CST --- Created attachment 37470 --> http://bugs.winehq.org/attachment.cgi?id=37470 Log: wine chromium runtime error -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=29078 --- Comment #2 from fracting <fracting(a)gmail.com> 2011-11-12 17:06:17 CST --- Created attachment 37471 --> http://bugs.winehq.org/attachment.cgi?id=37471 np-activex plugin for chrome np-activex is open source in MPL, the project is here: http://code.google.com/p/np-activex/ I uploaded the plugin to Wine Bugzilla for conveniently downloading. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=29078 Dmitry Timoshkov <dmitry(a)baikal.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Runtime Error: Wine + |Runtime Error: Chromium + |Chromium + npactivex |npactivex -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=29078 fracting <fracting(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |http://bugs.winehq.org/show | |_bug.cgi?id=29387 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=29078 --- Comment #3 from fracting <fracting(a)gmail.com> 2011-12-20 04:37:57 CST --- Also affects Wine-1.3.35 with Google Chrome sha1sum: ChromeStandaloneSetup-73d5ec5c16951b9ad1582266a54ac799fa378b80-2011-12-20.exe -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=29078 --- Comment #4 from fracting <fracting(a)gmail.com> 2011-12-20 04:41:08 CST --- (In reply to comment #1)
Created attachment 37470 [details] Log: wine chromium runtime error
..\..\third_party\tcmalloc\chromium\src\free_list.cc:115] Memory corruption detected. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=29078 fracting <fracting(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID --- Comment #5 from fracting <fracting(a)gmail.com> 2012-01-06 06:46:05 CST --- Hello, after upgrade npactivex (ActiveX for Chrome) plugin to v1.3.10, there is no nuntime error or crashing anymore. <quote> Qiu Chuan Hi, all Recently I've updated ActiveX for Chrome to 1.3.10. In 1.3.9, it fixed a varity of bugs including plugin crash on ICBC login page(Since Chrome ver 16), cebbank, poco.cn uploading controls. <quote/> According to the developer's note, this plugin crash on Windows as well, so this is not a Wine bug. Sorry for reporting invalid bug :( Resolved as INVALID. Thank you all! Reference: [1]ActiveX for Chrome update&progress report https://groups.google.com/group/non-ie-online-banking/browse_thread/thread/5... [2]url for ActiveX for Chrome v1.3.10 https://clients2.googleusercontent.com/crx/download/OAAAAB0oUXu9c6OBWCUkFWIG... -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=29078 --- Comment #6 from fracting <fracting(a)gmail.com> 2012-01-06 06:47:38 CST --- Created attachment 38280 --> http://bugs.winehq.org/attachment.cgi?id=38280 ActiveX for Chrome v1.3.10 Uploading this plugin to Wine Bugzilla, maybe someday will be useful for regression test... -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=29078 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #7 from Austin English <austinenglish(a)gmail.com> 2012-01-23 18:59:44 CST --- Closing INVALID. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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)
-
wine-bugs@winehq.org