http://bugs.winehq.org/show_bug.cgi?id=19474
Summary: Team Fortress 2 crashes on startup with an assertion failure Product: Wine Version: 1.1.26 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: directx-d3d AssignedTo: wine-bugs@winehq.org ReportedBy: arethusa26@gmail.com CC: hverbeet@gmail.com
Created an attachment (id=22636) --> (http://bugs.winehq.org/attachment.cgi?id=22636) Team Fortress 2 standard error log
With wine-1.1.26-231-gfe9d360 and NVIDIA driver version 185.18.14, launching Team Fortress 2 leads to its immediate termination with:
err:d3d_surface:IWineD3DSurfaceImpl_ModifyLocation 0x1a0308: Surface does not have any up to date location err:d3d_surface:IWineD3DSurfaceImpl_ModifyLocation 0x1a0308: Surface does not have any up to date location utlmemory.h (322) : Assertion Failed: IsIdxValid(i)
Mysteriously, the utlmemory.h assertion message does not appear when redirecting standard error to file. A regression test showed that the bad commit was:
fb77678e9f1bc5e1baa20f241d2fc00a718496e3 is first bad commit commit fb77678e9f1bc5e1baa20f241d2fc00a718496e3 Author: Henri Verbeet hverbeet@codeweavers.com Date: Fri Jul 24 10:44:14 2009 +0200
wined3d: Manage event queries in the context.
:040000 040000 0584e071412e6c4f9a1bfdf479e8692d42da4bdf 8f2af876abed8a743a03be7ba8a3e9114144e389 M dlls
Team Fortress 2 does not crash with Wine from a prior commit.