http://bugs.winehq.org/show_bug.cgi?id=21238
Summary: Stranded II: Bitmap loading errors Product: Wine Version: 1.1.35 Platform: x86 URL: http://appdb.winehq.org/objectManager.php?sClass=versi on&iId=10876 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: normandy@web.de
Some bitmaps in Stranded II are messed up with WINE, but work fine in windows. For example, the mouse-cursor and title in main-menu are wrapped wrong. The left part is cut off and added on the right side. Here's an image: http://appdb.winehq.org/appimage.php?iId=17662
I tried around a bit and found something about that. The mousecursor and title bitmaps (in mods/s2/sys/gfx/) are messed up ingame and both non-power-of-two textures. The "shoot"-cursor is 64x64 and looks ok. I resized them to make their width a power-of-two one. The title looks okay and the menu-cursor did too. Then I made the shoot-cursor 63x63 and tested again. It was messed up then.
I will attach the bitmaps I used. You can download the game for free here: http://stranded.unrealsoftware.de/s2_download.php (I suggest zip-download on the bottom of the page)