http://bugs.winehq.org/show_bug.cgi?id=16955
Jeff Zaroyko jeffz@jeffz.name changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #11 from Jeff Zaroyko jeffz@jeffz.name 2009-11-29 23:44:10 --- (In reply to comment #10)
(In reply to comment #6)
does the demo have the same problem? http://www.gamershell.com/download_17064.shtml
Hi Jeff, no such problem in trial version. I would say, it runs fine. Two things are needed:
- is "winetricks ie6", but this should be relevant to trial only, because when
trial is run, it displays HTML page which is nearly empty. With ie6 there are options like "continue trial", "buy full version", "enter reg code". I choosed trial and game shows intro movie and then you can start and play new game.
We could probably have a separate bug for that. If the game itself works, let's mark this fixed if it launches fine, there has been no recent response from the original reporter.
- is d3dx9_36.dll which i put into the game directory. Otherwise i got: "wine:
Call from 0x7b84548f to unimplemented function d3dx9_36.dll.D3DXCreateTexture, aborting"
PS: Should i fill new bug report for D3DXCreateTexture? Because for example bug 13297 is about bit different function (D3DXCreateTextureFromFileA)
Well, I think that function and others is already known to be unimplemented and Tony Wasserka has a git branch that implements some of those functions http://repo.or.cz/w/wine/d3dx9TW.git - the later functions probably depend on D3DXCreateTexture, so once that bug gets fixed, D3DXCreateTexture will be in git already.