Hello, When running an application developed in Windows, the following error occurs. Any thoughts? Does it have something to do with directx support for wine? fixme:d3d:IWineD3DImpl_CreateDevice (0x7ff41940) Incomplete stub for d3d8 fixme:d3d_caps:IDirect3D8Impl_FillGLCaps found GL_VERSION ("1.2 (1.5 Mesa 6.2.1)")->(0x00000009) fixme:d3d_caps:IDirect3D8Impl_FillGLCaps found GL_RENDERER ("Mesa GLX Indirect")->(0x0000) fixme:d3d:IDirect3DDevice8Impl_SetRenderState (0x7ff422a0)->(40,0) not handled yet fixme:d3d:IDirect3DDevice8Impl_SetRenderState (0x7ff422a0)->(128,0) not handled yet fixme:d3d:IDirect3DDevice8Impl_SetRenderState (0x7ff422a0)->(129,0) not handled yet fixme:d3d:IDirect3DDevice8Impl_SetRenderState (0x7ff422a0)->(130,0) not handled yet -- regards, Ashok. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.winehq.org/pipermail/wine-users/attachments/20051117/890b2ab9/attachment.htm
DirectX support in Wine is not fully implemented (but getting better for certain) so you'll find unimplemented functions and stubs that can cause problems for certain programs. 3 questions. What version of wine are you running. What application are you trying to run. and why on god's green earth are you using mesa? Randall Walls ashok Kumar wrote:> Hello, > > When running an application developed in Windows, the > following error occurs. Any thoughts? Does it have something to do > with directx support for wine? > > fixme:d3d:IWineD3DImpl_CreateDevice (0x7ff41940) Incomplete stub for d3d8 > fixme:d3d_caps:IDirect3D8Impl_FillGLCaps found GL_VERSION ("1.2 (1.5 > Mesa 6.2.1)")->(0x00000009) > fixme:d3d_caps:IDirect3D8Impl_FillGLCaps found GL_RENDERER ("Mesa GLX > Indirect")->(0x0000) > fixme:d3d:IDirect3DDevice8Impl_SetRenderState (0x7ff422a0)->(40,0) not > handled yet > fixme:d3d:IDirect3DDevice8Impl_SetRenderState (0x7ff422a0)->(128,0) > not handled yet > fixme:d3d:IDirect3DDevice8Impl_SetRenderState (0x7ff422a0)->(129,0) > not handled yet > fixme:d3d:IDirect3DDevice8Impl_SetRenderState (0x7ff422a0)->(130,0) > not handled yet > > > -- > regards, > Ashok. > >------------------------------------------------------------------------ > >_______________________________________________ >wine-users mailing list >wine-users@winehq.org >http://www.winehq.org/mailman/listinfo/wine-users > >
Hello, Thanks for the info. I am using Wine 0.9. The windows application that i am trying to run was custom built (in VC++ i think), actually by another person. It does some multimedia presentations and plays some flash files. Regarding, mesa, oops ! no idea. -- regards, Ashok. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.winehq.org/pipermail/wine-users/attachments/20051118/edbc947c/attachment.htm
normally the use of mesa for rendering indices that there is no other "better" graphics-driver installed or availlable. i.e. no nvidia or ATI graphics card, no 3D-enabled driver installed. or for debian users, sometimes dist-upgrade kicks out the custom drivers so mesa gets used again. greetings, Chris Am Freitag, den 18.11.2005, 15:50 +0530 schrieb ashok Kumar:> Hello, > > Thanks for the info. I am using Wine 0.9. The windows > application that i am trying to run was custom built (in VC++ i > think), actually by another person. It does some multimedia > presentations and plays some flash files. Regarding, mesa, oops ! no > idea. > > -- > regards, > Ashok. > _______________________________________________ > wine-users mailing list > wine-users@winehq.org > http://www.winehq.org/mailman/listinfo/wine-users