http://bugs.winehq.org/show_bug.cgi?id=32123
Bug #: 32123 Summary: Outlook 2010 crashes in versions newer than 1.5.14 Product: Wine Version: 1.5.16 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: jrittenh@nd.edu Classification: Unclassified
Outlook 2010 runs fine under 1.5.14 (with some quirks). When updating to 1.5.15, and now 1.5.16, it becomes unstable. Reverting to 1.5.14 fixes the issue. Outlook appears to think it's an issue with the reading pane, as it disables it after a few crashes (unless that's just standard "I crashed a few times" behavior). I've attached the output log from 1.5.16, which includes a couple of crashes/restarts of the app.
http://bugs.winehq.org/show_bug.cgi?id=32123
--- Comment #1 from Justin R jrittenh@nd.edu 2012-11-02 10:48:44 CDT --- Created attachment 42373 --> http://bugs.winehq.org/attachment.cgi?id=42373 Outlook 2010 log
http://bugs.winehq.org/show_bug.cgi?id=32123
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression
--- Comment #2 from Austin English austinenglish@gmail.com 2012-11-02 12:36:15 CDT --- Please run a regression test.
http://bugs.winehq.org/show_bug.cgi?id=32123
--- Comment #3 from Justin R jrittenh@nd.edu 2012-11-05 09:23:03 CST --- I've completed the regression testing and (if I did it right) this is the faulty commit:
61f894c5764e724287db0ea84d204c6c6098a9f0 is the first bad commit commit 61f894c5764e724287db0ea84d204c6c6098a9f0 Author: Francois Gouget fgouget@codeweavers.com Date: Fri Oct 5 10:47:09 2012 +0200
shell32/tests: Greatly expand the test_argify() tests.
:040000 040000 bc87563be25d1c1af9b4003dc912166b89b0b180 c16c33f19e6b2bfdc5233ac19ec7a9d9921e0289 M dlls
Is there a way for me to tell git to compile later code without this commit to confirm?
http://bugs.winehq.org/show_bug.cgi?id=32123
joaopa jeremielapuree@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree@yahoo.fr
--- Comment #4 from joaopa jeremielapuree@yahoo.fr 2012-11-05 11:05:56 CST --- This test regression is wrong. This patch can not be the cause of the problem (it is about testing the implementation of Wine).
Please perform a new regression test.
http://bugs.winehq.org/show_bug.cgi?id=32123
--- Comment #5 from Justin R jrittenh@nd.edu 2012-11-16 13:41:10 CST --- Let's try this again...I stepped through another regression test and came up with this:
fb5dbd608fbe09f1e3b09745b47233c8ed051446 is the first bad commit commit fb5dbd608fbe09f1e3b09745b47233c8ed051446 Author: Aric Stewart aric@codeweavers.com Date: Wed Oct 3 07:12:44 2012 -0500
imm32: Explicitly handle all WM_IME_XXX messages in the IME class.
:040000 040000 829903f0cffbf97e65310dc37797e7c5e89049f1 e35b456dfbfbd9a3448a178e8ea26cfa2a1fb606 M dlls
I double-checked by moving to that commit (git reset --hard fb5dbd608fbe09f1e3b09745b47233c8ed051446), compiling, running into an issue, stepping back one commit (git reset --hard HEAD~1), and not having an issue. I then stepped back to the commit above (git reset --hard ORIG_HEAD) and once again had issues.
http://bugs.winehq.org/show_bug.cgi?id=32123
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |aric@codeweavers.com Regression SHA1| |fb5dbd608fbe09f1e3b09745b47 | |233c8ed051446
http://bugs.winehq.org/show_bug.cgi?id=32123
--- Comment #6 from Aric Stewart aric@codeweavers.com 2012-11-19 14:37:30 CST --- Created attachment 42557 --> http://bugs.winehq.org/attachment.cgi?id=42557 Test patch
Just out of curiosity could you see if the attached patch fixes your issue or not?
thanks! -aric
http://bugs.winehq.org/show_bug.cgi?id=32123
Justin R jrittenh@nd.edu changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #7 from Justin R jrittenh@nd.edu 2013-01-24 09:25:13 CST --- Sorry, I haven't been able to test for some time. I tested the patch, and it appears to fix the issue. I also see that it has been implemented. I've updated my regression testing "bottle" to 1.5.22, which appears to be stable.
http://bugs.winehq.org/show_bug.cgi?id=32123
Justin R jrittenh@nd.edu changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |98985b30a1b9109f26950cda93e | |c2e1c857b7bfa
http://bugs.winehq.org/show_bug.cgi?id=32123
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #8 from Alexandre Julliard julliard@winehq.org 2013-02-01 04:56:06 CST --- Closing bugs fixed in 1.5.23.
https://bugs.winehq.org/show_bug.cgi?id=32123
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1|98985b30a1b9109f26950cda93e |ad6272486ba56fd609af537213f |c2e1c857b7bfa |30affb7c6463b CC| |focht@gmx.net Component|-unknown |imm32