[Bug 29265] New: WebGallery: search throws access violation

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Dec 7 12:20:59 CST 2011


http://bugs.winehq.org/show_bug.cgi?id=29265

             Bug #: 29265
           Summary: WebGallery: search throws access violation
           Product: Wine
           Version: 1.3.34
          Platform: x86-64
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: msxml3
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: alex at stanev.org
    Classification: Unclassified


To reproduce, download WebGallery and create one:
1) click on directory with some jpgs in it;
2) press Input folder button
3) write some metadata below
4) click on Gallery button.  This will create subdir called WebGallery inside
with generated static webgallery
5) press Search button and choose dir from step 1
6) type something to search for and press search
7) crash

Did some investigation, the log shows this:
err:msxml:doparse Document labelled UTF-16 but has UTF-8 content
The problem is that this application sets wrong the encoding in xml to UTF-16.
The file is UTF-8 and if changed with editor the search went OK.

For such ill applications to work, the encoding have to be forced/fallbacked to
UTF-8 but libxml2 does not have such a functionality by design.

Under win7 the app works fine.

-- 
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.



More information about the wine-bugs mailing list