http://bugs.winehq.org/show_bug.cgi?id=23990
Summary: Skip unsupported MPEG streams in quartz instead of waiting Product: Wine Version: 1.2 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: quartz AssignedTo: wine-bugs@winehq.org ReportedBy: b7.10110111@gmail.com
There are some games, namely GTA(III, VC, SA) which show MPEG movies at startup which need to be skipped by pressing a key, otherwise these games won't continue startup. Every time this message appears:
fixme:quartz:MPEGSplitter_query_accept MPEG-1 system streams not yet supported.
Why not just skip these movies (reporting EOF to the app) instead of waiting for something (a key press in this case)? It would improve usability of the above named games and some other ones. Current behaviour could make the games unplayable if there were no in-game way of skipping the movies.