http://bugs.winehq.org/show_bug.cgi?id=1201
------- Additional Comments From ivanleo@gmail.com 2005-17-12 00:25 ------- It apparently crashes when calling Main_DirectDrawSurface_QueryInterface with a NULL riid, however the game doesn't call it directly because it's a VB game, so I'm not sure where the bug is. Getting Main_DirectDrawSurface_QueryInterface to return E_NOINTERFACE on a NULL riid does get it past this point but it crashes later. I did hope to test this on windows but I'm having problems getting directx stuff to build with mingw.