[Bug 26178] New: MS Word 2003 save document with embedded fonts error.
http://bugs.winehq.org/show_bug.cgi?id=26178 Summary: MS Word 2003 save document with embedded fonts error. Product: Wine Version: 1.3.10 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: a287315(a)jnxjn.com Created an attachment (id=33362) --> (http://bugs.winehq.org/attachment.cgi?id=33362) error msg When try to save a document in ms word 2003 with embedded fonts, wine displays error msg and ms word stop responding (must manually kill it). When turn off font embedding everything is OK. -- 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=26178 Rosanne DiMesio <dimesio(a)earthlink.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 --- Comment #1 from Rosanne DiMesio <dimesio(a)earthlink.net> 2011-02-20 07:46:04 CST --- Confirming. -- 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=26178 Rosanne DiMesio <dimesio(a)earthlink.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #33362|0 |1 is obsolete| | --- Comment #2 from Rosanne DiMesio <dimesio(a)earthlink.net> 2011-02-20 07:49:16 CST --- Created an attachment (id=33369) --> (http://bugs.winehq.org/attachment.cgi?id=33369) Crash trying to save a Word 2003 file with embedded fonts Attaching console log. -- 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=26178 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|MS Word 2003 save document |MS Word 2003 save document |with embedded fonts error. |with embedded fonts needs | |t2embed.dll._TTEmbedFont(a)44 | |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=26178 --- Comment #3 from André H. <nerv(a)dawncrow.de> 2011-03-01 15:40:27 CST --- Created an attachment (id=33497) --> (http://bugs.winehq.org/attachment.cgi?id=33497) stub _TTEmbedFont does that patch help? -- 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=26178 André H. <nerv(a)dawncrow.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch CC| |nerv(a)dawncrow.de -- 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=26178 --- Comment #4 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2011-03-01 22:10:16 CST --- (In reply to comment #3)
Created an attachment (id=33497) --> (http://bugs.winehq.org/attachment.cgi?id=33497) [details] stub _TTEmbedFont
does that patch help?
Exported API name should be _TTEmbedFont(a)44 not _TTEmbedFont -- 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=26178 --- Comment #5 from Rosanne DiMesio <dimesio(a)earthlink.net> 2011-03-01 22:27:07 CST --- The patch does prevent the crash. -- 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=26178 Rosanne DiMesio <dimesio(a)earthlink.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dimesio(a)earthlink.net -- 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=26178 --- Comment #6 from André H. <nerv(a)dawncrow.de> 2011-03-02 08:29:27 CST --- thx for testing, just sent a patch -- 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=26178 --- Comment #7 from André H. <nerv(a)dawncrow.de> 2011-03-02 08:30:34 CST --- (In reply to comment #4)
Exported API name should be _TTEmbedFont(a)44 not _TTEmbedFont
Isn't 44 the bytecount of the parameters? e.g. what it takes from stack... -- 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=26178 --- Comment #8 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2011-03-02 08:39:51 CST --- (In reply to comment #7)
Exported API name should be _TTEmbedFont(a)44 not _TTEmbedFont
Isn't 44 the bytecount of the parameters? e.g. what it takes from stack...
If you mean that it should be a stdcall decoration automatically removed by the liker, not in this case. It looks like t2embed.dll has been built with broken linker which left the stdcall decorations in the exported API names. Names in t2embed.spec confirm that along with the original message: wine: Call from 0x7b83aa2b to unimplemented function t2embed.dll._TTEmbedFont(a)44, aborting -- 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=26178 André H. <nerv(a)dawncrow.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #9 from André H. <nerv(a)dawncrow.de> 2011-03-03 12:03:11 CST --- should be fixed now, i hope that Word reacts on the return value and does not believe a font was embedded -- 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=26178 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #10 from Alexandre Julliard <julliard(a)winehq.org> 2011-03-04 12:35:43 CST --- Closing bugs fixed in 1.3.15. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=26178 André H. <nerv(a)dawncrow.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |29d5887b5c4c24b8d52988324fb | |ea65a5dacb696 -- 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