http://bugs.winehq.org/show_bug.cgi?id=13125
Alexander Dorofeyev alexd4@inbox.lv changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |thunderbird2k@gmx.net
--- Comment #19 from Alexander Dorofeyev alexd4@inbox.lv 2008-05-14 11:22:43 --- After some voodoo rites, (I think) I found out more or less reliably the commit that introduces the "crash when start demo in main menu" bug:
commit d44c2956512117f8f03f77b38d35fb0503418962 Author: Roderick Colenbrander thunderbird2k@gmx.net Date: Sun Mar 16 16:37:38 2008 +0000
wined3d: Check the render target capabilities of a resource type.
--
near that time, two other problems were introduced that are a huge interference when regression testing, because they don't allow to get into main menu. I was able to get to the main menu in the above commit and the one prior to it, by backporting fixes from commits 7fd87f10cdf0d9345d909a4b5cc6130855e7ee0a and 0e9d02ded40810272f8cf8dfc429f8d07e9e6fb9. After doing so, I reproduced the "start demo" crash in the commit, but not in the one prior to it. That's why I think this particular problem was introduced by "check render target capabilities" commit.
Will try to check out, but it looks very complicated so I don't really expect to succeed :). CCing author.