http://bugs.winehq.org/show_bug.cgi?id=8887
Summary: attempted to read 0x0 in wined3d (suspect D3DCB_DefaultDestroySurface()) Product: Wine Version: 0.9.40. Platform: Other OS/Version: other Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-directx-d3d AssignedTo: wine-bugs@winehq.org ReportedBy: sibaz@sibaz.com
Wine running Rome: Total War (NoCD1.5 version), under ubuntu - feistey (with wine hq packages in list of sources), crashes and gives a backtrace.
Bug is highly reproducible on my system, but without symbols, the best I can infer from interpreting the backtrace, is that its within 2 calls of D3DCB_DefaultDestroySurface+0x78() in wined3d
Immediately before the call, I can see a fixme: report that D3D8CB_CreateSurface failed, so I'm guessing the called didn't check the return value for an error, and just called D3DCB_DefaultDestroySurface with whatever value it got back (although that is a guess, having not seen the code)
(I'll now attempt to attach the backtrace)