http://bugs.winehq.org/show_bug.cgi?id=8515
Summary: Critical patch to start the game ? Product: Wine Version: 0.9.37. Platform: PC URL: http://www.runaway-thegame.com/ OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: wine-directx-d3d AssignedTo: wine-bugs@winehq.org ReportedBy: cylianna@no-log.org
The game won't start if src/dlls/ddraw/utils.c hasn't been patched with:
if( (DDPixelFormat->u2.dwRBitMask == 0xF800) && (DDPixelFormat->u3.dwGBitMask == 0x001F) && (DDPixelFormat->u4.dwBBitMask == 0x0) ) { return WINED3DFMT_R5G6B5; }
after last "if" of "case 16. Thanks to whoever found this. Original link: http://doc.ubuntu-fr.org/runaway2