[Bug 15625] New: Fujiprint/Rossmann: msxml:domelem_setAttributeNode not implemented
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(a)winehq.org ReportedBy: cweiske(a)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. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=15625 Hans Leidekker <hans(a)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(a)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. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=15625 --- Comment #2 from Christian Weiske <cweiske(a)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! -- 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.
http://bugs.winehq.org/show_bug.cgi?id=15625 --- Comment #3 from Christian Weiske <cweiske(a)cweiske.de> 2008-10-15 04:40:07 --- s/burn/save/ -- 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.
http://bugs.winehq.org/show_bug.cgi?id=15625 Hans Leidekker <hans(a)meelstraat.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |msxml3 --- Comment #4 from Hans Leidekker <hans(a)meelstraat.net> 2008-10-15 04:58:29 --- Setting category to msxml3. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=15625 Christian Weiske <cweiske(a)cweiske.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 --- Comment #5 from Christian Weiske <cweiske(a)cweiske.de> 2008-12-18 02:46:14 --- *** This bug has been confirmed by popular vote. *** -- 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.
http://bugs.winehq.org/show_bug.cgi?id=15625 --- Comment #6 from Austin English <austinenglish(a)gmail.com> 2009-06-30 11:15:17 --- Still present. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=15625 --- Comment #7 from Austin English <austinenglish(a)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 -- 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.
http://bugs.winehq.org/show_bug.cgi?id=15625 --- Comment #8 from Nikolay Sivov <bunglehead(a)gmail.com> 2010-10-16 17:50:33 CDT --- Try a patch from another bug http://bugs.winehq.org/attachment.cgi?id=31316. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=15625 --- Comment #9 from Nikolay Sivov <bunglehead(a)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. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=15625 Christian Weiske <cweiske(a)cweiske.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #10 from Christian Weiske <cweiske(a)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. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=15625 --- Comment #11 from Andrew Nguyen <arethusa26(a)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. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=15625 --- Comment #12 from Christian Weiske <cweiske(a)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 :) -- 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.
http://bugs.winehq.org/show_bug.cgi?id=15625 --- Comment #13 from Nikolay Sivov <bunglehead(a)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. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=15625 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #14 from Alexandre Julliard <julliard(a)winehq.org> 2010-11-12 13:33:51 CST --- Closing bugs fixed in 1.3.7. -- 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.
participants (1)
-
wine-bugs@winehq.org