https://bugs.winehq.org/show_bug.cgi?id=39997
Bug ID: 39997 Summary: Some documents with images are correctly opened by word 2007, but word crashes when it needs to display the pages with graphics. Product: Wine Version: 1.8 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: gdi32 Assignee: wine-bugs@winehq.org Reporter: vfrederix@gmail.com Distribution: ---
Created attachment 53440 --> https://bugs.winehq.org/attachment.cgi?id=53440 Log file, sample docx file, screenshot
Hello,
With some documents containing images, displaying some images causes Word 2007 to crash. However, opening the document works correctly until I navigate to the page containing the image.
When Word start to hang, this line is immediately appended to the log:
fixme:dc:GdiIsMetaPrintDC 0x3e0150
Searching on the internet for similar messages seems to yield only results related to the use of 2007 office products and it seems that this could be related to gdi32.
I tested Word 2007 with and without dll overrides. The results are the same.
Full log, sample .docx file and screenshot of the crash are attached to this bug report.
Word complains ogl.dll is crashing. I also tried to update ogl.dll but results are the same.
Thank you for your time.
Best regards.
https://bugs.winehq.org/show_bug.cgi?id=39997
vfrederix@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Some documents with images |Some documents with images |are correctly opened by |are correctly opened by |word 2007, but word crashes |word 2007, but word crashes |when it needs to display |when it needs to display |the pages with graphics. |the pages containing these | |images.
https://bugs.winehq.org/show_bug.cgi?id=39997
--- Comment #1 from Rosanne DiMesio dimesio@earthlink.net --- The sample.docx file does not crash on my system. Tested in 1.9.1, Word 2007 version 12.0.6612.1000.
I also get the fixme:dc:GdiIsMetaPrintDC line, so I doubt that's the cause of your crash.
Office's crash handler is intercepting the backtrace on your system. Disable dw20.exe in winecfg, reproduce the crash, and attach the backtrace.
You should also upgrade Wine to the current development release.
https://bugs.winehq.org/show_bug.cgi?id=39997
--- Comment #2 from vfrederix@gmail.com --- Created attachment 53444 --> https://bugs.winehq.org/attachment.cgi?id=53444 Backtrace 1/2
This is a multipart 7z archive
https://bugs.winehq.org/show_bug.cgi?id=39997
--- Comment #3 from vfrederix@gmail.com --- Created attachment 53445 --> https://bugs.winehq.org/attachment.cgi?id=53445 Backtrace 2/2
https://bugs.winehq.org/show_bug.cgi?id=39997
--- Comment #4 from vfrederix@gmail.com --- Hello,
I ran a backtrace issuing this command:
WINEDEBUG=+relay,+seh,+tid wine C:\windows\command\start.exe /Unix /home/frd/.wine/dosdevices/c:/users/frd/Start\ Menu/Programs/Microsoft\ Office/Microsoft\ Office\ Word\ 2007.lnk >> /tmp/output.txt 2>&1
Please tell me if you need other debug channels.
Thank you.
Best regards.
https://bugs.winehq.org/show_bug.cgi?id=39997
--- Comment #5 from vfrederix@gmail.com --- Hello,
Did you have time to take a look at the traces?
Thank you again.
Bet regards.
https://bugs.winehq.org/show_bug.cgi?id=39997
--- Comment #6 from Rosanne DiMesio dimesio@earthlink.net --- Please don't set any debug channels unless asked to. Post ordinary terminal output.
https://bugs.winehq.org/show_bug.cgi?id=39997
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|gdi32 |-unknown
--- Comment #7 from Nikolay Sivov bunglehead@gmail.com --- Works with Word 2010 for me. Mentioned fixme is printed with it too, let's reset component for now.