http://bugs.winehq.org/show_bug.cgi?id=6618
Damjan Jovanovic damjan.jov@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |damjan.jov@gmail.com
--- Comment #46 from Damjan Jovanovic damjan.jov@gmail.com 2008-12-16 09:08:20 --- Wine 1.1.10-325-g0a47e1b, tried Warcraft 3 version 1.14 with both compiz on/off, and with and without -opengl, but movies never play (always skips to game) and I always get the same errors.
There's lots about missing cursor support, one "err:ole:CoCreateInstance apartment not initialised" and some video mode change problems, but the bits relevant to video seem to be here:
fixme:quartz:AVISplitter_InitializeStreams stream 1: frames found: 2172570, frames meant to be found: 2173350 fixme:win:EnumDisplayDevicesW ((null),0,0x33d570,0x00000000), stub! fixme:quartz:AsyncReader_QueryInterface No interface for {56a868b5-0ad4-11ce-b03a-0020af0ba770}! fixme:quartz:Parser_QueryInterface No interface for {56a868b5-0ad4-11ce-b03a-0020af0ba770}! fixme:quartz:AVISplitter_thread_reader Receiving error: 80040227 fixme:quartz:AVISplitter_thread_reader Thread 0 terminated with hr 80040227! err:quartz:PullPin_Thread_Process Processing error: 8004022e (last line repeated hundreds of times) fixme:quartz:AVISplitter_thread_reader Receiving error: 80040227 fixme:quartz:AVISplitter_thread_reader Thread 1 terminated with hr 80040227! dct: 0.000000 ms (0 calls) fixme:xrandr:X11DRV_XRandR_SetCurrentMode Cannot change screen BPP from 32 to 16 fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface
What's what: {56a868b5-0ad4-11ce-b03a-0020af0ba770} = IBasicVideo 0x80040227 = VFW_E_WRONG_STATE 0x8004022e = VFW_E_TIMEOUT
By the way, is bug 12792 a duplicate of this one?