[Bug 37192] New: Some Chinese displayed as garbage in DushuBus everytime updating bookmarks
https://bugs.winehq.org/show_bug.cgi?id=37192 Bug ID: 37192 Summary: Some Chinese displayed as garbage in DushuBus everytime updating bookmarks Product: Wine Version: unspecified Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs(a)winehq.org Reporter: penghao(a)linuxdeepin.com DushuBus is an online book reader. Download DushuBus from http://www.dushubus.com/down/book_setup_12.4.exe Install Dushbus and dependencies: winetricks -q mdac28 jet40. Step 0.Start DushuBus from C:/Program Files/读书巴士/Book.exe Step 1. Click the 网站设置 (Network settings) item from the dropdown menu in the right top corner of DushuBus: Step 2. Click 小说正文标识设置 (Bookmarks settings) Step 3. Click 在线更新 (online update) Step 4. Click 确定 (ok) See: dushubus_code.png for screenshot Some Chinese characters display in garbage. === 未完待续,欲知后事如何,请登录新浪原创┰母嗾陆凇VС肿髡撸С终妗?lt;/p><p>新浪原创:http://vip.book.sina.com.cn === -- 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=37192 Hao Peng <penghao(a)linuxdeepin.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fracting(a)gmail.com -- 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=37192 --- Comment #1 from Hao Peng <penghao(a)linuxdeepin.com> --- Created attachment 49436 --> https://bugs.winehq.org/attachment.cgi?id=49436 steps to producce the bug -- 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=37192 Hao Peng <penghao(a)linuxdeepin.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://www.dushubus.com/dow | |n/book_setup_12.4.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=37192 --- Comment #2 from Hao Peng <penghao(a)linuxdeepin.com> --- --- snip --- 0040:trace:msxml:XMLHTTPRequest_open (0x1216f618)->(L"GET" L"http://www.mybook66.com/down/sitesign.xml?temp7afd=19.75169" 0x32e1a0 {VT_BOOL: ffffffff}) --- snip -- This application downloads an xml file called sitesign.xml from http://www.mybook66.com/down/sitesign.xml?temp7afd=19.75169. The xml file contains the bookmarks data. The xml file downloaded by the application is broken, if we copy the file from C:/users/XXX/Local Settings/Temporary Internet Files/Content.IE5/XXX/sitesign[0] on Wine to C:/drive_c/Program Files/读书巴士/safesign.xml on Windows, then we can 'reproduce' the garbage on Windows as well. Md5sum check also confirm the downloaded file is broken. -- 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=37192 --- Comment #3 from Nikolay Sivov <bunglehead(a)gmail.com> --- Could you attach both broken and valid files here (if it's not a copyright issue of course)? Also please try with native msxml3,msxml4. -- 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=37192 --- Comment #4 from Hao Peng <penghao(a)linuxdeepin.com> --- The following environment could help us reproduce a similar bug: 1. Download sitesign.xml from http://www.mybook66.com/down/sitesign.xml?temp7afd=19.75169 2. Write a html file called test.html like below, host in a local server: <html> <head> <script type="text/javascript" > var xmlhttp = new ActiveXObject("Msxml2.XMLHTTP.3.0"); xmlhttp.open("GET","sitesign.xml", false); xmlhttp.send(); var book = xmlhttp.responseXML; document.write(book.text); document.write(book.xml); </script> </head> <body> </body> </html> 3. Using Wine builtin IE to browse http://localhost/test.html, the xml file fails to load, with the following error messages: fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20 encoding error : input conversion failed due to input error, bytes 0xFA 0xD8 0x26 0x00 encoding error : input conversion failed due to input error, bytes 0xFA 0xD8 0x26 0x00 I/O error : encoder error err:msxml:doparse Premature end of data in tag ListStart line 3 err:msxml:doparse Premature end of data in tag SiteSign line 3 err:msxml:doparse Premature end of data in tag MESSAGE line 2 -- 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=37192 --- Comment #5 from Hao Peng <penghao(a)linuxdeepin.com> --- Created attachment 49437 --> https://bugs.winehq.org/attachment.cgi?id=49437 broken sitesign.xml from IE cookies -- 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=37192 --- Comment #6 from Hao Peng <penghao(a)linuxdeepin.com> --- Created attachment 49438 --> https://bugs.winehq.org/attachment.cgi?id=49438 original sitesign download from http://www.mybook66.com/down/sitesign.xml?temp7afd=19.75169 by wget -- 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=37192 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #49437|text/xml |text/plain mime type| | -- 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=37192 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #49438|text/xml |text/plain mime type| | -- 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=37192 --- Comment #7 from Nikolay Sivov <bunglehead(a)gmail.com> --- (In reply to Hao Peng from comment #5)
Created attachment 49437 [details] broken sitesign.xml from IE cookies
(In reply to Hao Peng from comment #6)
Created attachment 49438 [details] original sitesign download from http://www.mybook66.com/down/sitesign.xml?temp7afd=19.75169 by wget
These two files are identical. -- 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=37192 --- Comment #8 from Hao Peng <penghao(a)linuxdeepin.com> --- Strangely, there are multiple cached sitesign in cookies, some of them are identical with the original file, some of them are not. I'll upload two real broken file -- 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=37192 --- Comment #9 from Hao Peng <penghao(a)linuxdeepin.com> --- Created attachment 49439 --> https://bugs.winehq.org/attachment.cgi?id=49439 Broken sitesign.xml, version 1 6d6be4fb284190a67cd06b74cd72b14ed4f270d3, 397784 Bytes. -- 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=37192 Hao Peng <penghao(a)linuxdeepin.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #49437|0 |1 is obsolete| | --- Comment #10 from Hao Peng <penghao(a)linuxdeepin.com> --- Created attachment 49440 --> https://bugs.winehq.org/attachment.cgi?id=49440 Broken sitesign.xml, version 2 sha1sum: 3b2fe69521a470ad9d7b6801bd67fcaeac2c91ba size: 43632 bites -- 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=37192 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #49439|text/xml |text/plain mime type| | -- 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=37192 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #49440|text/xml |text/plain mime type| | -- 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=37192 --- Comment #11 from Ken Sharp <imwellcushtymelike(a)gmail.com> --- What version of Wine? http://wiki.winehq.org/Bugs -- 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=37192 Ken Sharp <imwellcushtymelike(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |ABANDONED --- Comment #12 from Ken Sharp <imwellcushtymelike(a)gmail.com> --- No answer -- 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=37192 Zeb Figura <z.figura12(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- URL|http://www.dushubus.com/dow | |n/book_setup_12.4.exe | Keywords|download | CC| |z.figura12(a)gmail.com --- Comment #13 from Zeb Figura <z.figura12(a)gmail.com> --- (In reply to Ken Sharp from comment #12)
No answer
That's not really a good reason to mark this ABANDONED. There's complete reproduction steps right there. A better reason is the fact that the site is gone, and I can't find anywhere to download the program anymore. -- 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=37192 --- Comment #14 from Ken Sharp <imwellcushtymelike(a)gmail.com> --- Which went without saying. -- 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=37192 --- Comment #15 from Zeb Figura <z.figura12(a)gmail.com> --- (In reply to Ken Sharp from comment #14)
Which went without saying.
Saying "no answer" and resolving the bug ABANDONED looks like you're resolving it ABANDONED only because there was no answer. I don't think that's reasonable here. -- 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