http://bugs.winehq.org/show_bug.cgi?id=8767
------- Additional Comments From the3dfxdude@gmail.com 2007-21-06 21:39 ------- Created an attachment (id=6836) --> (http://bugs.winehq.org/attachment.cgi?id=6836&action=view) Backtrace
The backtrace kind of shows the issue with the race. CreateCompatibleDC starts loading winex11, which also in turn causes winecrt to load, and starts calling CreateDC which starts calls winex11 gdi driver funcs, but winex11 isn't finished loading.
This problem can be worked-around, but it is annoying. Maybe somebody can sort this out so hopefully it doesn't show up elsewhere.