http://bugs.winehq.org/show_bug.cgi?id=13100
Summary: Sanitarium - D3D fails to create DIB section and page fault Product: Wine Version: 0.9.61. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P3 Component: directx-d3d AssignedTo: wine-bugs@winehq.org ReportedBy: duck@duckcorp.org
Created an attachment (id=12879) --> (http://bugs.winehq.org/attachment.cgi?id=12879) console backtrace
During Sanitarium testing, when switching from loading screen to level 2 scene rendering, a D3D error occurs, then a page fault, leading to game crash:
[...] fixme:ddraw:IDirectDrawImpl_WaitForVerticalBlank (0x13f090)->(1,(nil)): Stub fixme:ddraw:IDirectDrawImpl_WaitForVerticalBlank (0x13f090)->(1,(nil)): Stub err:d3d_surface:IWineD3DBaseSurfaceImpl_CreateDIBSection CreateDIBSection failed! err:d3d_surface:IWineD3DBaseSurfaceImpl_CreateDIBSection CreateDIBSection failed! wine: Unhandled page fault on write access to 0x00000000 at address 0x433fed (thread 0027), starting debugger...
The game was launched in the console, see the backtrace in attachment.
This bug is not the same as #6828.