http://bugs.winehq.org/show_bug.cgi?id=21993
--- Comment #6 from David Rogers ezekiel000@lavabit.com 2010-03-10 08:06:24 --- (In reply to comment #3)
Does using 1.1.40 but reverting solely this patch (git revert) work like it did before?
When I tried to revert this patch I got an error: ezekiel@alice:~/Games/Lemmings Paintball/wine-git$ git show a34831df13a9609566fe3983f5439a7c76890f60 | patch -p1 -R patching file dlls/mciavi32/mciavi.c Hunk #3 FAILED at 676. Hunk #4 FAILED at 718. Hunk #5 succeeded at 743 (offset 6 lines). Hunk #6 FAILED at 786. Hunk #7 succeeded at 825 (offset 26 lines). Hunk #8 succeeded at 846 (offset 28 lines). Hunk #9 succeeded at 865 (offset 28 lines). Hunk #10 succeeded at 884 (offset 28 lines). Hunk #11 succeeded at 903 (offset 28 lines). 3 out of 11 hunks FAILED -- saving rejects to file dlls/mciavi32/mciavi.c.rej
I wasn't sure what to do as I'm just following the wiki instructions. But I tried to build it anyway and the error message (see below) still appears but I am able to skip the video without the game freezing.
What happens if you do not click or press the space bar. Does the app proceed to the main menu, i.e. is there a regression only when skipping the video?
The regression is only when skipping the video, if you let it play the video finishes and the game goes into the main menu. Also before the video plays an error box comes up saying MCI ERROR: Unable to set MCI Draw procedure.
Do you have an idea what causes the following (probably unrelated) error on your console? err:iccvid:decode_cinepak CVID: corruption 230400 (QT/AVI) != 0 (CV)
I think this is a problem with the cinepak decoder as it happens on another game that uses cinepak (Starship Titanic) but the videos look fine in Lemmings Paintball (Starship Titanic has loads of problems some videos play others leave a black square on the screen where they should be others play but without sound)
Did you skip the intro video because it would not display correctly (that would be a distinct bug) or simply to reach the main menu fast?
I just skipped it as it's a long intro video with the game credits the video plays fine.
Can you identify the file that the SW wants played? What does "file xyz.avi" report as format?
intro.avi: RIFF (little-endian) data, AVI, 320 x 240, ~15 fps, video: Cinepak, audio: uncompressed PCM (stereo, 11025 Hz)
Please append a WINEDEBUG=+mci,+mciavi,+driver log.
See two attached files. I wasn't sure if you wanted the log from skipping the video or letting it play through.