http://bugs.winehq.org/show_bug.cgi?id=17464
Summary: Word 2007 can not save any documents and symbol input crashes Word Product: Wine Version: unspecified Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: steven@sjdsoft.hk
Can not save in Word 2007. Excel OK. Also, insert symbol does not work in word (crashes and restarts the program) but ok in Excel. (I have installed the symbol font.)
http://bugs.winehq.org/show_bug.cgi?id=17464
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|major |normal
--- Comment #1 from Dmitry Timoshkov dmitry@codeweavers.com 2009-02-18 21:52:47 --- http://bugs.winehq.org/page.cgi?id=fields.html#bug_severity
http://bugs.winehq.org/show_bug.cgi?id=17464
Rosanne DiMesio dimesio@earthlink.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dimesio@earthlink.net
--- Comment #2 from Rosanne DiMesio dimesio@earthlink.net 2009-03-02 16:29:10 --- Not a problem here in 1.1.16.
What Wine version, and is this a fresh install to a clean wineprefix (no overrides, nothing else installed)?
http://bugs.winehq.org/show_bug.cgi?id=17464
Benjamin Xiao ben.r.xiao@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |ben.r.xiao@gmail.com
--- Comment #3 from Benjamin Xiao ben.r.xiao@gmail.com 2009-06-28 17:11:09 --- I can confirm this bug with version 1.1.24. Activating the symbol menu crashes Word with an "Exception raised" dialog. I am, however, able to save documents.
http://bugs.winehq.org/show_bug.cgi?id=17464
Thibault Boustany mortalkastor@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mortalkastor@gmail.com
--- Comment #4 from Thibault Boustany mortalkastor@gmail.com 2009-10-27 21:30:44 --- Word 2007 was crashing on saving, or opening. Every-time the file selection dialog appeared. I tested several 1.1.x versions of wine. I was using a fresh wine install and a fresh office install + the Microsoft official PDF and XPS extension for office 2007. I deleted ~/.wine started over without installing the PDF and XPS entension, and now it works great !
Ubuntu 9.10 (Karmic) RC Wine 1.1.31 Office 2007 (french) w/o any SP Crash on file selection dialog after installing official "SaveAsPDFandXPS.exe" Works great w/o it
Didn't test the symbol bug
http://bugs.winehq.org/show_bug.cgi?id=17464
Jeff Zaroyko jeffz@jeffz.name changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |1.1.24
--- Comment #5 from Jeff Zaroyko jeffz@jeffz.name 2009-10-27 22:09:37 --- If there is a crash, someone needs to attach a backtrace: http://wiki.winehq.org/Backtraces
http://bugs.winehq.org/show_bug.cgi?id=17464
--- Comment #6 from shiruken@gmail.com 2009-11-19 15:44:37 --- Created an attachment (id=24842) --> (http://bugs.winehq.org/attachment.cgi?id=24842) backtrace
http://bugs.winehq.org/show_bug.cgi?id=17464
shiruken@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |shiruken@gmail.com
--- Comment #7 from shiruken@gmail.com 2009-11-19 15:46:40 --- 1.1.31 and 1.1.33 on a clean install also crashed Word when saving. Excel saves just fine.
http://bugs.winehq.org/show_bug.cgi?id=17464
Jaime Rave jaimerave@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jaimerave@gmail.com
--- Comment #8 from Jaime Rave jaimerave@gmail.com 2009-11-19 15:52:39 --- There are not debug symbols in the backtrace, please install them or compile Wine from source.
http://wiki.winehq.org/FAQ#head-7ed3c3163e2b932ee2030a48f9c5e553dc41817b
http://bugs.winehq.org/show_bug.cgi?id=17464
--- Comment #9 from shiruken@gmail.com 2009-11-25 13:01:15 --- Created an attachment (id=24951) --> (http://bugs.winehq.org/attachment.cgi?id=24951) Backtrace for Word 2007 crash on save/save as
http://bugs.winehq.org/show_bug.cgi?id=17464
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #24951|application/octet-stream |text/plain mime type| |
http://bugs.winehq.org/show_bug.cgi?id=17464
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #24842|application/octet-stream |text/plain mime type| |
http://bugs.winehq.org/show_bug.cgi?id=17464
--- Comment #10 from Jaime Rave jaimerave@gmail.com 2009-11-25 13:10:22 --- There is an unimplemplented function:
Unhandled exception: unimplemented function t2embed.dll.TTIsEmbeddingEnabled called in 32-bit code (0x7b843962).
http://bugs.winehq.org/show_bug.cgi?id=17464
--- Comment #11 from Nikolay Sivov bunglehead@gmail.com 2009-11-25 13:18:23 --- Created an attachment (id=24952) --> (http://bugs.winehq.org/attachment.cgi?id=24952) TTIsEmbeddingEnabled stub
Try this patch.
http://bugs.winehq.org/show_bug.cgi?id=17464
--- Comment #12 from shiruken@gmail.com 2009-11-26 18:16:47 --- (In reply to comment #11)
Created an attachment (id=24952)
--> (http://bugs.winehq.org/attachment.cgi?id=24952) [details]
TTIsEmbeddingEnabled stub
Try this patch.
AWESOME! Thank you so much! I can finally save in Word. A couple of things:
1) This bug also happened when I installed from source 2) If I applied the patch and tried to install Office 2007, it would crash.
How I worked around the last one, was by installing WINE from repositories, then applying the patch to the source and installing the source on top.
If you guys need anything, feel free to let me know.
Happy thanksgiving! :)
http://bugs.winehq.org/show_bug.cgi?id=17464
--- Comment #13 from Jaime Rave jaimerave@gmail.com 2009-12-17 15:59:24 --- (In reply to comment #11)
Created an attachment (id=24952)
--> (http://bugs.winehq.org/attachment.cgi?id=24952) [details]
TTIsEmbeddingEnabled stub
Try this patch.
Was this patch ever sent?
http://bugs.winehq.org/show_bug.cgi?id=17464
--- Comment #14 from Nikolay Sivov bunglehead@gmail.com 2009-12-17 16:08:19 --- (In reply to comment #13)
(In reply to comment #11)
Created an attachment (id=24952)
--> (http://bugs.winehq.org/attachment.cgi?id=24952) [details] [details]
TTIsEmbeddingEnabled stub
Try this patch.
Was this patch ever sent?
No, I think. Feel free to do it, I'm quite busy now.
http://bugs.winehq.org/show_bug.cgi?id=17464
leighman leighmanthegreat@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |leighmanthegreat@hotmail.co | |m
--- Comment #15 from leighman leighmanthegreat@hotmail.com 2010-03-24 18:05:59 --- Any chance we could get this patch submitted, if it seems to work?
http://bugs.winehq.org/show_bug.cgi?id=17464
--- Comment #16 from leighman leighmanthegreat@hotmail.com 2010-04-27 12:56:17 --- Created an attachment (id=27579) --> (http://bugs.winehq.org/attachment.cgi?id=27579) Trying to save after enabling embedding fonts
I've also had this unimplemented stub error when enabling font embedding. Log attached. Have not yet tried with patch applied.
http://bugs.winehq.org/show_bug.cgi?id=17464
leighman leighmanthegreat@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |bunglehead@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=17464
--- Comment #17 from leighman leighmanthegreat@hotmail.com 2010-04-27 13:32:08 --- Okay. Patch doesn't apply correctly to t2embed.spec in latest git but changing the relevant line manually and compiling means that saving with font embedding enabled no longer crashes. The font does not appear to be actually embedded but I could be wrong/presume that's not what the patch is designed to fix.
http://bugs.winehq.org/show_bug.cgi?id=17464
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC|bunglehead@gmail.com |
--- Comment #18 from Nikolay Sivov bunglehead@gmail.com 2010-04-27 13:40:54 --- (In reply to comment #17)
The font does not appear to be actually embedded but I could be wrong/presume that's not what the patch is designed to fix.
Of course font won't be embedded.
http://bugs.winehq.org/show_bug.cgi?id=17464
--- Comment #19 from leighman leighmanthegreat@hotmail.com 2010-04-27 13:56:49 --- (In reply to comment #18)
(In reply to comment #17)
The font does not appear to be actually embedded but I could be wrong/presume that's not what the patch is designed to fix.
Of course font won't be embedded.
Then the patch can be submitted and the bug CLOSED FIXED
http://bugs.winehq.org/show_bug.cgi?id=17464
--- Comment #20 from leighman leighmanthegreat@hotmail.com 2010-04-27 13:58:16 --- (In reply to comment #18)
(In reply to comment #17)
The font does not appear to be actually embedded but I could be wrong/presume that's not what the patch is designed to fix.
Of course font won't be embedded.
/an updated diff, which is beyond my talents.
http://bugs.winehq.org/show_bug.cgi?id=17464
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #21 from Nikolay Sivov bunglehead@gmail.com 2010-04-27 17:05:13 --- Should be fixed by b9391933a66dfdbf231fc9383e3d9dc6ee155e6e.
http://bugs.winehq.org/show_bug.cgi?id=17464
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #22 from Alexandre Julliard julliard@winehq.org 2010-05-07 13:29:21 --- Closing bugs fixed in 1.1.44.
http://bugs.winehq.org/show_bug.cgi?id=17464
Ryan RSEdwards.99@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |RSEdwards.99@gmail.com