http://bugs.winehq.org/show_bug.cgi?id=18338
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Alias|msvideo-trace-crash | Severity|minor |normal Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Keywords| |source
--- Comment #2 from Dmitry Timoshkov dmitry@codeweavers.com 2009-05-04 01:52:08 --- There is no video because Wine doesn't have a builtin IV32 (Intel Indeo?) codec, you need to install it.
The crash with +msvideo turned on is caused by a bug in dlls/msvfw32/msvideo_main.c,ICDecompress(). For some reason it tries to print lpBits[0] in the trace, and lpBits is NULL. That 2 TRACE() calls should be removed.