http://bugs.winehq.org/show_bug.cgi?id=4432
------- Additional Comments From tb7653@gmx.de 2006-15-09 09:25 ------- I just tried to change the background picture. Blobby Volley uses "bvbg.bmp" in it's directory, if existing, as game background instead of the default picture (rendered beach), see "Instructions.txt". I used Image Magick's convert program to create such a file (convert whatever.png -scale 800x600 bvbg.bmp) and this picture was shown correctly in the game. (The blobs still were not, as was to be expected) I hope this helps to narrow down the bug. I *guess* it has to do with parsing the images, which are packaged with BV, thinking of e.g. a rarely used or compressed bmp subtype. This is, if there is an API/wine call like LoadBitmap(..) or LoadTexture(..) or so.