https://bugs.winehq.org/show_bug.cgi?id=39474
--- Comment #1 from Bruno Jesus 00cpxxx@gmail.com --- Created attachment 54096 --> https://bugs.winehq.org/attachment.cgi?id=54096 hack
The game uses OleLoadPicture to attempt to load many tga and bmp files. But actually all tga files fail since tga is not supported in OleLoadPicture (not in Windows too) and the game seems to expect that the bmp attempts fail too but wine succeeds.
The attached hack makes bmp loading fail and the game starts. I can't explain this...