http://bugs.winehq.org/show_bug.cgi?id=15177
Andrew Fenn andrewfenn@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Assassin's Creed 1.2 crashes|Unimplemented functions |wine |needed for Assassin's Creed
--- Comment #5 from Andrew Fenn andrewfenn@gmail.com 2008-09-11 08:05:41 --- (In reply to comment #4)
Did you or did you not try native d3dx9_36.dll?
Yes, native works.
If you want this bug to be about missing function in that above dll, that's fine. You should clearly say so in the summary.
Sorry for the misunderstanding, my intention in filing this as a bug was in fixing the missing functions rather then getting the game to work. I'll change the title to better reflect the problem.
Where do you see that file? It's not part of the Wine source tree.
I saw it in my working copy but since you can not see it I am guessing it is because I had applied a patch.
The patch I am referencing is this one.
http://www.winehq.org/pipermail/wine-patches/2008-April/053547.html
and also required to get the game working without the native dll is an implementation of D3DXGetShaderConstantTable and D3DXGetShaderConstantTableEx which I got using a patch by Luis Busquets (attached).