http://bugs.winehq.org/show_bug.cgi?id=20014
Summary: program crashes possibly related to XML Product: Wine Version: 1.1.29 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: cnbiz850@sohu.com
A program that I have been using for years with Wine on Ubuntu starts to crash lately. Wine has been automatically updated along the way. The causes of the crashes seem to be related to various XML data files provided by the program. The reason I say this is that at time of the crash if I remove/empty some xml files then the program runs OK. These XML files have been updated by the program lately. I don't know what they were like before, but a current one that seems to cause the crash is attached here. Also a debug message of the crash is attached.
http://bugs.winehq.org/show_bug.cgi?id=20014
--- Comment #1 from cnbiz850@sohu.com 2009-09-11 02:56:26 --- Created an attachment (id=23553) --> (http://bugs.winehq.org/attachment.cgi?id=23553) crash log
http://bugs.winehq.org/show_bug.cgi?id=20014
--- Comment #2 from cnbiz850@sohu.com 2009-09-11 02:59:39 --- Created an attachment (id=23554) --> (http://bugs.winehq.org/attachment.cgi?id=23554) an example problematic XML file
http://bugs.winehq.org/show_bug.cgi?id=20014
--- Comment #3 from Jeff Zaroyko jeffz@jeffz.name 2009-09-11 03:46:28 --- please post the results of your regression test - http://wiki.winehq.org/RegressionTesting
http://bugs.winehq.org/show_bug.cgi?id=20014
--- Comment #4 from cnbiz850@sohu.com 2009-09-11 04:24:34 --- The problem may have something to do with the Chinese characters in the XML file provided. If I replace the Chinese characters in the file with some English letters, the the program runs OK. I have been using zh_CN.UTF-8 as my locale all the time. The program is Chinese based and has been handling Chinese. I wonder what is changed recently that causes the program to crash.
http://bugs.winehq.org/show_bug.cgi?id=20014
--- Comment #5 from cnbiz850@sohu.com 2009-09-11 04:35:34 --- I back-tested with 1.1.17 which was a quite stable version and didn't seem any such crashes back then. It now also crashes with the XML file having Chinese in it.
http://bugs.winehq.org/show_bug.cgi?id=20014
--- Comment #6 from Alistair Leslie-Hughes leslie_alistair@hotmail.com 2009-09-11 04:48:15 --- Try
wget http://kegel.com/wine/winetricks sh winetricks msxml4
http://bugs.winehq.org/show_bug.cgi?id=20014
cnbiz850@sohu.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #7 from cnbiz850@sohu.com 2009-09-11 05:02:34 --- Wow! That solves it. Thanks so much! Sorry I didn't know that trick.
http://bugs.winehq.org/show_bug.cgi?id=20014
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |UNCONFIRMED Component|-unknown |msxml3 Resolution|FIXED |
--- Comment #8 from Nikolay Sivov bunglehead@gmail.com 2009-09-11 05:10:56 --- (In reply to comment #7)
Wow! That solves it. Thanks so much! Sorry I didn't know that trick.
Not fixed. It's just a native override.
Still waiting for regression test results.
http://bugs.winehq.org/show_bug.cgi?id=20014
--- Comment #9 from Alistair Leslie-Hughes leslie_alistair@hotmail.com 2009-09-11 05:39:05 --- There is no need to do a regression test since there is no builtin msxml4.dll. At some point msxml4 has been installed, and is properly now in a fresh .wine directory.
http://bugs.winehq.org/show_bug.cgi?id=20014
--- Comment #10 from cnbiz850@sohu.com 2009-09-29 06:39:52 --- Actually adding msxml4 does not eliminate the entire problem. It just made symptoms disappear, but other symptoms are still there. For instance, this attached xml file which was generated at some time by the program causes the program to crash at next startup. the crash log is also attached.
http://bugs.winehq.org/show_bug.cgi?id=20014
--- Comment #11 from cnbiz850@sohu.com 2009-09-29 06:41:55 --- Created an attachment (id=23827) --> (http://bugs.winehq.org/attachment.cgi?id=23827) the problem xml file even with msxml4 added
http://bugs.winehq.org/show_bug.cgi?id=20014
--- Comment #12 from cnbiz850@sohu.com 2009-09-29 06:43:46 --- Created an attachment (id=23828) --> (http://bugs.winehq.org/attachment.cgi?id=23828) the crash log after adding msxml4
http://bugs.winehq.org/show_bug.cgi?id=20014
--- Comment #13 from Austin English austinenglish@gmail.com 2009-09-29 11:47:53 --- (In reply to comment #12)
Created an attachment (id=23828)
--> (http://bugs.winehq.org/attachment.cgi?id=23828) [details]
the crash log after adding msxml4
Try native shdocvw (winetricks ie6).
http://bugs.winehq.org/show_bug.cgi?id=20014
--- Comment #14 from cnbiz850@sohu.com 2010-04-23 02:28:52 --- 'winetricks ie6' seems to have removed the problem.
http://bugs.winehq.org/show_bug.cgi?id=20014
--- Comment #15 from Jeff Zaroyko jeffz@jeffz.name 2010-04-23 02:31:02 --- What is the name of this program?
http://bugs.winehq.org/show_bug.cgi?id=20014
--- Comment #16 from cnbiz850@sohu.com 2010-04-23 04:38:15 --- Chinese stock analysis program called DaZhiHui Level-2 (dzh2.exe). Website for download: http://product.gw.com.cn/level2.html
http://bugs.winehq.org/show_bug.cgi?id=20014
Jeff Zaroyko jeffz@jeffz.name changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://product.gw.com.cn/le | |vel2.html Summary|program crashes possibly |DaZhiHui Level-2 crashes |related to XML |
http://bugs.winehq.org/show_bug.cgi?id=20014
--- Comment #17 from Nikolay Sivov bunglehead@gmail.com 2010-05-24 17:19:55 --- Try with 1.2-rc1 please. Initial problem creating DOMDocument40 should be solved. Attach new log too.
http://bugs.winehq.org/show_bug.cgi?id=20014
--- Comment #18 from Nikolay Sivov bunglehead@gmail.com 2010-10-04 16:01:15 CDT --- Try with Wine 1.3.4 please.
http://bugs.winehq.org/show_bug.cgi?id=20014
cnbiz850@sohu.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |WORKSFORME
--- Comment #19 from cnbiz850@sohu.com 2010-10-17 18:02:59 CDT --- 'winetricks ie6' seems to have removed the problem.
http://bugs.winehq.org/show_bug.cgi?id=20014
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |UNCONFIRMED Resolution|WORKSFORME |
--- Comment #20 from Nikolay Sivov bunglehead@gmail.com 2010-10-17 18:05:54 CDT --- That's not a solution. Attach plain output as a text file without any native modules (starting with clean .wine).
http://bugs.winehq.org/show_bug.cgi?id=20014
--- Comment #21 from Nikolay Sivov bunglehead@gmail.com 2010-10-21 15:43:48 CDT --- Could you provide a direct download link? I don't speak Chinese.
http://bugs.winehq.org/show_bug.cgi?id=20014
joaopa jeremielapuree@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree@yahoo.fr
--- Comment #22 from joaopa jeremielapuree@yahoo.fr 2013-04-17 12:09:01 CDT --- No answer since more 2 years. This bug can be closed as ABANDONED
http://bugs.winehq.org/show_bug.cgi?id=20014
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fracting@gmail.com
--- Comment #23 from Austin English austinenglish@gmail.com 2013-04-17 14:43:19 CDT --- There's a download..Qian, would you mind checking on this / giving a better link, if you can find one?
http://bugs.winehq.org/show_bug.cgi?id=20014
--- Comment #24 from Qian Hong fracting@gmail.com 2013-04-17 15:42:45 CDT --- (In reply to comment #23)
There's a download..Qian, would you mind checking on this / giving a better link, if you can find one?
Thanks a lot for Cc-ing me.
I've download the latest version of dzh2.exe, there are too variant:
Classical version: http://downfile.gw.com.cn/pub/Setup_JDB_GW_20130416.exe Profession version: http://downfile.gw.com.cn/pub/Setup_ZYB_GW_20130416.exe
Unfortunately non of them display correctly on Wine with any workaround I tried ( winetricks -q ie7 / msxml? / gdiplus / etc ), Jactry had reported a bug for it: http://bugs.winehq.org/show_bug.cgi?id=31897
I think the current version of dzh2.exe is much different to the one reported in 2009, unless we can found a download for the original version, this bug may sadly be closed as ABANDON.
I've wrote to the original reporter too see if he still want to help on this bug, if no reply in one week or if he can't provide any help, I'll come bank and resolve it as ABONDON. Please wait for a week, thanks!
Thanks for CC-ing me on any Chinese software in the future!
http://bugs.winehq.org/show_bug.cgi?id=20014
Qian Hong fracting@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |ABANDONED
--- Comment #25 from Qian Hong fracting@gmail.com 2013-04-30 12:41:03 CDT --- No reply from original reporter, let's resolve it as abandoned.
http://bugs.winehq.org/show_bug.cgi?id=20014
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #26 from Bruno Jesus 00cpxxx@gmail.com 2013-05-06 09:14:20 CDT --- Closing abandoned.