My notebook has only GMA950 IGP and for now I cannot play Heroes of Newerth Beta on Linux, it works only on windows because the card misses support for implementation of some GLSL classes. On windows Heroes of newerth uses combined DirectX + OpenGL and the game works. Additionally some users reports that game works better on wine then natively on non nvidia cards. That's why I'm trying to launch the game this way.
First of all i used winetricks to install d3dx9 and vcrun2005 as recommended for this game by appdb.
I'd like to know how can i overcome those errors:
Code:
fixme:d3d_caps:wined3d_guess_card No card selector available for GL vendor 3 and card vendor 8086.
fixme:win:EnumDisplayDevicesW ((null),0,0x32eba0,0x00000000), stub!
fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface
fixme:d3d:debug_d3dformat Unrecognized 1280070990 (as fourcc: NULL) WINED3DFORMAT!
fixme:d3d:getFormatDescEntry Can't find format unrecognized(1280070990) in the format lookup table
fixme:d3d:debug_d3dformat Unrecognized 909200449 (as fourcc: AL16) WINED3DFORMAT!
fixme:d3d:getFormatDescEntry Can't find format unrecognized(909200449) in the format lookup table
fixme:d3d:debug_d3dformat Unrecognized 909201952 (as fourcc: R16) WINED3DFORMAT!
fixme:d3d:getFormatDescEntry Can't find format unrecognized(909201952) in the format lookup table
i915_program_error: Bad inst->DstReg.Index: 2
Those are the errors showing continuously when the game runs. It works but frame rate is about one frame per 10 second. Additionally it have problems with textures on buttons. If someone could help I would really appreciate that.