http://bugs.winehq.org/show_bug.cgi?id=5024
------- Additional Comments From Eabin@gmx.com 2007-12-05 08:20 ------- adding a check for null, i am able to play the game! in dlls/wined3d/device.c in line 4533 add:
if ( pIB == NULL ) return WINED3D_OK;
there are still problems with menu fonts not displayed, but if you guess the correct places to click, you can start the training mission :)