http://bugs.winehq.org/show_bug.cgi?id=8576
Summary: Make Runaway2 Runs Product: Wine Version: 0.9.38. Platform: Other OS/Version: other Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-directx-d3d AssignedTo: wine-bugs@winehq.org ReportedBy: thedukeforever2005@gmail.com
When starting Runaway 2, it throws an exception (problem with DDraw), it doesn't return a valid pixelformat, so, this little patch could fix this: under "src/dlls/ddraw/utils.c" --> function: PixelFormat_DD2WineD3D --> case:16 --> add:"if( (DDPixelFormat->u2.dwRBitMask == 0xF800) && (DDPixelFormat->u3.dwGBitMask == 0x001F) && (DDPixelFormat->u4.dwBBitMask == 0x0) ) { return WINED3DFMT_R5G6B5; }" Note: I'm not the one how made this patch, i think it's an ubuntu user, he didn't commit it, so i did.