http://bugs.winehq.org/show_bug.cgi?id=30986
--- Comment #1 from James Eder jimportal@gmail.com 2012-06-25 13:09:51 CDT --- This looks similar to Bug 30538 in that the cause seems to be that wined3d_swapchain_get_display_mode is just too slow.
The patch suggested there (also on wine patches http://source.winehq.org/patches/data/87522) avoids using wined3d_swapchain_get_display_mode. I don't know if it would be better to improve wined3d_swapchain_get_display_mode or to avoid it where speed is an issue.