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@winehq.org ReportedBy: alex@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.