http://bugs.winehq.org/show_bug.cgi?id=24799
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |dank@kegel.com Component|-unknown |directx-ddraw Ever Confirmed|0 |1
--- Comment #2 from Dan Kegel dank@kegel.com 2010-10-18 06:05:36 CDT --- Reproduced here. 'winetricks ie6' doesn't help the crash on exit, though it does get rid of some ole error boxes.
Looks like a deadlock on exit. Killing it gently with the window decoration, then answering 'yes' to the kill question, yields
Backtrace: =>0 0x7dda69de context_validate+0x16() in wined3d (0x0032fbec) 1 0x7ddac489 context_acquire+0x159() in wined3d (0x0032fc3c) 2 0x7dda1a22 basetexture_unload+0x24() in wined3d (0x0032fc5c) 3 0x7dda1a8a basetexture_cleanup+0xf() in wined3d (0x0032fc7c) 4 0x7de3ff86 texture_cleanup+0xe6() in wined3d (0x0032fcac) 5 0x7de405cc IWineD3DTextureImpl_Release+0x5e() in wined3d (0x0032fccc) 6 0x7dee3caa ddraw_surface7_Release+0xe6() in ddraw (0x0032fd0c) 7 0x004071b7 in easyworship (+0x71b6) (0x01586380) 8 0x01677010 (0x00546928) 9 0x00470efc in easyworship (+0x70efb) (0x004756ac) fixme:console:CONSOLE_DefaultHandler Terminating process 8 on event 0
So this feels kind of ddraw-related...?