http://bugs.winehq.org/show_bug.cgi?id=6143
Summary: CreateDIBSection fails with a height of zero Product: Wine Version: CVS Platform: PC URL: http://www.helixgamesinc.com/games/JumperTwo.zip OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-directx-d3d AssignedTo: wine-bugs@winehq.org ReportedBy: galeru@gmail.com
Under the game Jumper 2, attempting to open the game causes a message box to appear due to an unexpected error.
Reproducing the bug: This error occurs under it's normal opening sequence.
Logging the bug: use WINEDEBUG=+ddraw,+d3d_surface,+bitmap. It's the only err's in the entire log.
Specific point of failure: The VirtualAlloc in CreateDIBSection returns a NULL pointer.