[Bug 29148] New: ecitic bank HelpmateSetup launcher endless loop while trying to start inner installers
http://bugs.winehq.org/show_bug.cgi?id=29148 Bug #: 29148 Summary: ecitic bank HelpmateSetup launcher endless loop while trying to start inner installers Product: Wine Version: 1.3.33 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 the outer installer $ wget https://e.bank.ecitic.com/perbank5/download/helpmate/HelpmateSetup.exe --no-check-certificate 2. Start the outer installer $ wine HelpmateSetup.exe after that, .wine/drive_c/"Program Files"/CNCB/PerCiticMate/Launcher.exe will auto start. 3. Waiting for downloading $ pwd /home/fracting/.wine/drive_c/Program Files/CNCB/PerCiticMate/PerDownLoad $ ls CITICpibankcersafebox.exe CNCBGuard.exe CNCBSecPkg.exe citic_SimpChinese.exe CNCBPayCtl.exe 4. Launcher.exe fall into a endless loop, never start the inner installers. Expect Result: Launcher.exe will start the installers in CNCB/PerCiticMate/PerDownLoad/ How reproduced: 100% -- 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=29148 --- Comment #1 from fracting <fracting(a)gmail.com> 2011-11-23 05:25:45 CST --- wine-1.3.33-104-g63e6dbc while endless looping, log is as below: fixme:wininet:URLCache_FindFirstFreeEntry Grow file err:wininet:CommitUrlCacheEntryInternal no free entries fixme:wininet:URLCache_FindFirstFreeEntry Grow file err:wininet:CommitUrlCacheEntryInternal no free entries fixme:wininet:CommitUrlCacheEntryInternal entry already in cache - don't know what to do! fixme:wininet:URLCache_FindFirstFreeEntry Grow file err:wininet:CommitUrlCacheEntryInternal no free entries fixme:wininet:URLCache_FindFirstFreeEntry Grow file err:wininet:CommitUrlCacheEntryInternal no free entries fixme:wininet:CommitUrlCacheEntryInternal entry already in cache - don't know what to do! fixme:wininet:URLCache_FindFirstFreeEntry Grow file err:wininet:CommitUrlCacheEntryInternal no free entries fixme:wininet:URLCache_FindFirstFreeEntry Grow file err:wininet:CommitUrlCacheEntryInternal no free entries fixme:wininet:CommitUrlCacheEntryInternal entry already in cache - don't know what to do! -- 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=29148 --- Comment #2 from fracting <fracting(a)gmail.com> 2011-11-23 05:27:19 CST --- Created attachment 37591 --> http://bugs.winehq.org/attachment.cgi?id=37591 Log: Launcher.exe endless looping -- 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=29148 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| | | |https://e.bank.ecitic.com/p | |erbank5/download/helpmate/H | |elpmateSetup.exe --- Comment #3 from Austin English <austinenglish(a)gmail.com> 2011-11-23 15:23:24 CST --- Does native wininet help? -- 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=29148 --- Comment #4 from fracting <fracting(a)gmail.com> 2011-11-23 23:18:02 CST --- winetricks wininet can't work around, since it cause another problem, Launcher.exe complains "The network is disconnect, fail to detect the server" ("网络不通,连接服务器失败“). This error prevent Laucher.exe to start the inner installers. With native wininet.dll, below messages are endless looping: fixme:secur32:schan_imp_create_session Using hardcoded "NORMAL" priority fixme:ras:RasEnumEntriesA ((nil),(null),0x7e9be8,0x7ea3a4,0x7ea3a0),stub! fixme:crypt:CRYPT_RegControl CERT_STORE_CTRL_AUTO_RESYNC: stub fixme:crypt:CRYPT_RegControl CERT_STORE_CTRL_AUTO_RESYNC: stub fixme:secur32:schan_imp_create_session Using hardcoded "NORMAL" priority fixme:crypt:CRYPT_RegControl CERT_STORE_CTRL_AUTO_RESYNC: stub fixme:crypt:CRYPT_RegControl CERT_STORE_CTRL_AUTO_RESYNC: stub fixme:secur32:schan_imp_create_session Using hardcoded "NORMAL" priority fixme:crypt:CRYPT_RegControl CERT_STORE_CTRL_AUTO_RESYNC: stub fixme:crypt:CRYPT_RegControl CERT_STORE_CTRL_AUTO_RESYNC: stub fixme:secur32:schan_imp_create_session Using hardcoded "NORMAL" priority -- 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=29148 --- Comment #5 from Austin English <austinenglish(a)gmail.com> 2011-11-25 19:36:14 CST --- You can try `winetricks crypt32 secur32`. -- 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=29148 --- Comment #6 from fracting <fracting(a)gmail.com> 2011-11-27 22:20:42 CST --- (In reply to comment #5)
You can try `winetricks crypt32 secur32`.
Thanks for suggestion. winetricks crypt32 secur32 doesn't work, Launcher.exe complains "The network is disconnect, fail to detect the server" ("网络不通,连接服务器失败“)again. endless output: fixme:ras:RasEnumEntriesA ((nil),(null),0x7e9be8,0x7ea3a4,0x7ea3a0),stub! fixme:ras:RasEnumEntriesA ((nil),(null),0x7e9be8,0x7ea3a4,0x7ea3a0),stub! fixme:service:EnumServicesStatusW resume handle not supported fixme:ras:RasEnumEntriesA ((nil),(null),0x7e9be8,0x7ea3a4,0x7ea3a0),stub! fixme:ras:RasEnumEntriesA ((nil),(null),0x7e9be8,0x7ea3a4,0x7ea3a0),stub! fixme:ras:RasEnumEntriesA ((nil),(null),0x7e9be8,0x7ea3a4,0x7ea3a0),stub! fixme:ras:RasEnumEntriesA ((nil),(null),0x7e9be8,0x7ea3a4,0x7ea3a0),stub! -- 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=29148 --- Comment #7 from fracting <fracting(a)gmail.com> 2011-11-27 22:23:17 CST --- (In reply to comment #6)
fixme:ras:RasEnumEntriesA ((nil),(null),0x7e9be8,0x7ea3a4,0x7ea3a0),stub!
RasEnumEntriesA is export from Rasapi32.dll, however, native Rasapi32.dll depends on native advapi32. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=29148 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Installer URL| |https://e.bank.ecitic.com/p |https://e.bank.ecitic.com/p |erbank5/download/helpmate/H |erbank5/download/helpmate/H |elpmateSetup.exe |elpmateSetup.exe | --- Comment #8 from Austin English <austinenglish(a)gmail.com> --- I'm not sure if this is still in wine-1.7.11-306-g8f289c8 or not (I don't read Mandarin). The installer completes, but running Launcher.exe after ward exits with status 1, then prints 'h/n' to my console. Qian, could you please retry this? -- 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=29148 --- Comment #9 from Qian Hong <fracting(a)gmail.com> --- (In reply to comment #8)
I'm not sure if this is still in wine-1.7.11-306-g8f289c8 or not (I don't read Mandarin). The installer completes, but running Launcher.exe after ward exits with status 1, then prints 'h/n' to my console.
Qian, could you please retry this?
Hi Austin, thanks for reminder :) Still present, I have no time to investigate more right now, maybe will come back later. -- 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=29148 joaopa <jeremielapuree(a)yahoo.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree(a)yahoo.fr --- Comment #10 from joaopa <jeremielapuree(a)yahoo.fr> --- Don't know if the bug still occurs with wine-5.21 received this message "wine HelpmateSetup.exe 0178:err:process:exec_process L"Z:\\home\\winetester\\HelpmateSetup.exe" not supported on this system" -- 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=29148 Ken Sharp <imwellcushtymelike(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|download | URL|https://e.bank.ecitic.com/p | |erbank5/download/helpmate/H | |elpmateSetup.exe | --- Comment #11 from Ken Sharp <imwellcushtymelike(a)gmail.com> --- URL is 404. Do you still have a copy of the application? -- 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 (2)
-
wine-bugs@winehq.org -
WineHQ Bugzilla