http://bugs.winehq.org/show_bug.cgi?id=17791
Summary: SetPixelFormat error running NetTV Product: Wine Version: 1.1.17 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: directx-ddraw AssignedTo: wine-bugs@winehq.org ReportedBy: tf@noto.de
Created an attachment (id=20018) --> (http://bugs.winehq.org/attachment.cgi?id=20018) Wine output
Hello Wine-Team,
I try to use "netTV" program that belongs to 7LINKS IPTV (device like slingbox) http://www.pearl.de/a-PX4265-1601.shtml Program can be downloaded here: ftp://ftp.pearl.de/treiber/PX4265_12_77216.zip
I'm running latest Wine 1.1.17 on Ubuntu 8.10. System has a onboard Intel chipset (24 bpp). Additionally I used winetricks to install directx9, vcrun2005, gdiplus and wmp10
I can successfully install the program, it's starting afterwards, but when trying to open a *.mp4 file I receive message, that file type is not supported. (Example *.mp4 file is available here: http://rapidshare.com/files/148370589/mp4-Datei.rar )
There are several error messages indicating a problem with SetPixelFormat: ----------------------- err:wgl:internal_SetPixelFormat Invalid operation on root_window err:d3d:CreateContext SetPixelFormat failed on HDC=0x1e0c for iPixelFormat=8 err:d3d:IWineD3DDeviceImpl_CreateSwapChain Failed to create a new context fixme:d3d:IWineD3DDeviceImpl_CreateSwapChain (0x1738d0) Something's still holding the front buffer fixme:d3d9:IDirect3DDevice9Impl_CreateAdditionalSwapChain (0x169f40) call to IWineD3DDevice_CreateSwapChain failed err:d3d9:device_parent_CreateSwapChain (0x169f44) CreateAdditionalSwapChain failed, returning 0x8876086a [...] err:ddraw:PixelFormat_DD2WineD3D Invalid dwRGBBitCount in Pixelformat structure err:ddraw:IDirectDrawImpl_CreateNewSurface Unsupported / Unknown pixelformat err:ddraw:IDirectDrawImpl_CreateSurface IDirectDrawImpl_CreateNewSurface failed with 88760091 -----------------------
Also error about missing interface: err:ddraw:IDirectDrawImpl_QueryInterface (0x152c28)->({aca12120-3356-11d1-8fcf-00c04fc29b4e}, 0x1946b4): No interface found err:ddraw:IDirectDrawImpl_QueryInterface (0x152c28)->({aca12120-3356-11d1-8fcf-00c04fc29b4e}, 0x1946b4): No interface found err:ddraw:IDirectDrawImpl_QueryInterface (0x152c28)->({aca12120-3356-11d1-8fcf-00c04fc29b4e}, 0x1946b4): No interface found err:ddraw:IDirectDrawImpl_QueryInterface (0x152c28)->({aca12120-3356-11d1-8fcf-00c04fc29b4e}, 0x1946b4): No interface found err:ddraw:IDirectDrawImpl_QueryInterface (0x152c28)->({aca12120-3356-11d1-8fcf-00c04fc29b4e}, 0x1946b4): No interface found
-------------------------
I checked google and old bugs here, but could not find the root-cause. I also tried to different settings (like virtual screen). I notice winetricks installs some of the directx libs as "build in". If I change to native, then wine is crashing.
Additionally I changed from opengl to GDI rendering in users.reg that removed one of the errors about problem with OpenGL, but didn't resolve error.
Direct Rendering is (glxinfo) is activated. I can use compiz fusion without problem (but I run this tests without compiz!)
I attached the complete output. As I run out of ideas what I can do, I'm thankful for any feedback.
Best regards, Thomas