http://bugs.winehq.org/show_bug.cgi?id=24517
--- Comment #15 from John Yani vanuan@gmail.com 2013-01-20 16:08:23 CST ---
AC3 is a d3dx11 game. d3d10 is not completly implemented in Wine so you can
still wait to play at AC3 with Wine :)
Maybe CreateDXGIFactory1 implementation is a good start?
As far as I see it, the proposed patch doesn't implement the function properly: http://msdn.microsoft.com/en-us/library/windows/desktop/ff471318(v=vs.85).as...
CreateDXGIFactory1 should return IDXGIFactory1 object, which has two additional methods: EnumAdapters1 and IsCurrent http://msdn.microsoft.com/en-us/library/windows/desktop/ff471335(v=vs.85).as...
Probably the game tries to call one of these methods and crashes: http://bugs.winehq.org/attachment.cgi?id=42666