http://bugs.winehq.org/show_bug.cgi?id=15625
Summary: Fujiprint/Rossmann: msxml:domelem_setAttributeNode not implemented Product: Wine Version: 1.1.6 Platform: PC-x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: msxml3 AssignedTo: wine-bugs@winehq.org ReportedBy: cweiske@cweiske.de
The Fujiprint based german photobook creation software "Rossmann Fotoservice" fails to save its books as a file, displaying a message box:
Error (Code 2): OLE-Error 80004001 [EOleException] @Base_PhotoBook_2_0.TPhotoBookBase.SavePhotoBookAs.
The command line shows the following lines: fixme:commdlg:GetFileName95 Flags 0x00800000 not yet implemented err:ole:CoGetClassObject class {88d969c0-f192-11d4-a65f-0040963251e5} not registered err:ole:create_server class {88d969c0-f192-11d4-a65f-0040963251e5} not registered err:ole:CoGetClassObject no class object {88d969c0-f192-11d4-a65f-0040963251e5} could be created for context 0x5 fixme:msxml:domelem_setAttributeNode
It seems as if the msxml domelement::setAttributeNode is not implemented.
http://bugs.winehq.org/show_bug.cgi?id=15625
Hans Leidekker hans@meelstraat.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|msxml3 |-unknown Summary|Fujiprint/Rossmann: |Fujiprint/Rossmann fails to |msxml:domelem_setAttributeNo|save its books as a file |de not implemented |
--- Comment #1 from Hans Leidekker hans@meelstraat.net 2008-10-15 03:50:25 ---
fixme:msxml:domelem_setAttributeNode
It seems as if the msxml domelement::setAttributeNode is not implemented.
True, but you need to confirm that this is the cause of the problem. Try this:
$ wget http://kegel.com/wine/winetricks && sh winetricks msxml3
And run the app again.
http://bugs.winehq.org/show_bug.cgi?id=15625
--- Comment #2 from Christian Weiske cweiske@cweiske.de 2008-10-15 04:39:08 --- It does indeed work with the official msxml3. I can save and load the files, even burn the iso!
http://bugs.winehq.org/show_bug.cgi?id=15625
--- Comment #3 from Christian Weiske cweiske@cweiske.de 2008-10-15 04:40:07 --- s/burn/save/
http://bugs.winehq.org/show_bug.cgi?id=15625
Hans Leidekker hans@meelstraat.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |msxml3
--- Comment #4 from Hans Leidekker hans@meelstraat.net 2008-10-15 04:58:29 --- Setting category to msxml3.
http://bugs.winehq.org/show_bug.cgi?id=15625
Christian Weiske cweiske@cweiske.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #5 from Christian Weiske cweiske@cweiske.de 2008-12-18 02:46:14 --- *** This bug has been confirmed by popular vote. ***
http://bugs.winehq.org/show_bug.cgi?id=15625
--- Comment #6 from Austin English austinenglish@gmail.com 2009-06-30 11:15:17 --- Still present.
http://bugs.winehq.org/show_bug.cgi?id=15625
--- Comment #7 from Austin English austinenglish@gmail.com 2010-01-04 13:29:08 --- Still unimplemented: http://source.winehq.org/git/wine.git/?a=blob;f=dlls/msxml3/element.c#l647
http://bugs.winehq.org/show_bug.cgi?id=15625
--- Comment #8 from Nikolay Sivov bunglehead@gmail.com 2010-10-16 17:50:33 CDT --- Try a patch from another bug http://bugs.winehq.org/attachment.cgi?id=31316.
http://bugs.winehq.org/show_bug.cgi?id=15625
--- Comment #9 from Nikolay Sivov bunglehead@gmail.com 2010-10-21 13:03:28 CDT --- Please retest with today wine-1.3.5-168-gd4e8f30. It has this method partially implemented. If it still doesn't work attach +tid,+msxml.
http://bugs.winehq.org/show_bug.cgi?id=15625
Christian Weiske cweiske@cweiske.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #10 from Christian Weiske cweiske@cweiske.de 2010-11-01 16:07:55 CDT --- I tried it with wine 1.3.6 and get a different error now - a crash "EAccessViolation" in gdiplus.dll.
That new error does not vanish when I use a winetricks installed msxml; so I suppose the original problem is solved.
http://bugs.winehq.org/show_bug.cgi?id=15625
--- Comment #11 from Andrew Nguyen arethusa26@gmail.com 2010-11-01 16:11:14 CDT --- (In reply to comment #10)
I tried it with wine 1.3.6 and get a different error now - a crash "EAccessViolation" in gdiplus.dll.
Does that go away with gdiplus from winetricks?
That new error does not vanish when I use a winetricks installed msxml; so I suppose the original problem is solved.
You should probably open a new bug for the gdiplus issue.
http://bugs.winehq.org/show_bug.cgi?id=15625
--- Comment #12 from Christian Weiske cweiske@cweiske.de 2010-11-01 16:48:34 CDT --- When using gdiplus from winetricks and the wine msxml3, the program does not crash and saving finishes without any error.
Opening does not work, though :)
http://bugs.winehq.org/show_bug.cgi?id=15625
--- Comment #13 from Nikolay Sivov bunglehead@gmail.com 2010-11-01 16:57:02 CDT --- Please open new bug for gdiplus crash then, and link as a dependent of this one.
http://bugs.winehq.org/show_bug.cgi?id=15625
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #14 from Alexandre Julliard julliard@winehq.org 2010-11-12 13:33:51 CST --- Closing bugs fixed in 1.3.7.