http://bugs.winehq.org/show_bug.cgi?id=18338
Summary: Parkan IC: No video shown and tracing crashes wine into ICDecompress Product: Wine Version: 1.1.20 Platform: PC-x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: msvfw32 AssignedTo: wine-bugs@winehq.org ReportedBy: NightNord@gmail.com
Created an attachment (id=20882) --> (http://bugs.winehq.org/attachment.cgi?id=20882) parkan.exe-without-trace.log
While running parkan.exe normally, as wine parkan.exe, or with WINEDEBUG=-all, it produce attached log, and there is no video, just black screen, but sound working. Skiping movie works flawlessly.
Movies are some strange .nav files, very similar to AVI with IV32 codec (and tracing shows that), but not recognised by any players - looks like as double compressed.
http://bugs.winehq.org/show_bug.cgi?id=18338
--- Comment #1 from Night Nord NightNord@gmail.com 2009-05-03 08:20:13 --- Created an attachment (id=20883) --> (http://bugs.winehq.org/attachment.cgi?id=20883) parkan.exe-with-trace.log
This is trace log, resulting into crash, produced by WINEDEBUG=-all,trace+msvideo wine parkan.exe
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.
http://bugs.winehq.org/show_bug.cgi?id=18338
--- Comment #3 from Dmitry Timoshkov dmitry@codeweavers.com 2009-05-04 02:03:17 --- I sent a patch: http://www.winehq.org/pipermail/wine-patches/2009-May/072575.html
http://bugs.winehq.org/show_bug.cgi?id=18338
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|msvfw32 |-unknown Summary|Parkan IC: No video shown |Parkan IC: No video shown |and tracing crashes wine | |into ICDecompress |
--- Comment #4 from Dmitry Timoshkov dmitry@codeweavers.com 2009-05-04 23:40:20 --- The patch which fixes a crash when tracing has been committed.
http://bugs.winehq.org/show_bug.cgi?id=18338
Night Nord NightNord@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #5 from Night Nord NightNord@gmail.com 2009-05-05 16:01:10 --- Thank you, now trace works well.
Yes, IV32 - is Intel Indeo. I've tried to install ffdshow codecs before posting with IV32 support, but they seems to be to new. I've googled a bit (must have done it before, sorry) and found codec (Ligos Indeo Codec) with old format support, and it works.
Thanks again.
http://bugs.winehq.org/show_bug.cgi?id=18338
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #6 from Alexandre Julliard julliard@winehq.org 2009-05-08 12:53:51 --- Closing bugs fixed in 1.1.21.