[Bug 8515] New: Critical patch to start the game ?

Wine Bugs wine-bugs at winehq.org
Sun May 27 09:48:43 CDT 2007


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 at winehq.org
        ReportedBy: cylianna at 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

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list