http://bugs.winehq.org/show_bug.cgi?id=19187
--- Comment #5 from Laissus Yoann yoann.laissus@gmail.com 2009-07-09 09:45:23 --- In fact there are two bugs.
The first is that I mentioned in my previous comment so I will open a new bug. (appears in wine 1.1.21)
The second is exactly the same that Lauri Niskanen. (appears in wine 1.1.25)
For the second : the regression test
commit 40565211fb70bff4b1622570a6b11edd646c00bd Author: Henri Verbeet hverbeet@codeweavers.com Date: Mon Jun 29 10:11:23 2009 +0200
wined3d: Prevent GL calls from DestroyContext() if we failed to make the GL context current.
This can happen if the window is destroyed before the device is released.
So this bug should be a duplicated of http://bugs.winehq.org/show_bug.cgi?id=19218
I will test if the patch of Henri solves this bug.