https://bugs.winehq.org/show_bug.cgi?id=40819
Bug ID: 40819 Summary: Metal Gear Solid 2 movies don't play. Product: Wine Version: 1.8.3 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: SolisX007@yahoo.com Distribution: ---
Hello Everyone,
Metal Gear Solid 2 movies do not play in wine-1.8.3. This a regression.
wine-1.4.1 is good. wine-1.6.0 is bad.
BTW: In wine-1.9.12 the movies play fine as well.
https://bugs.winehq.org/show_bug.cgi?id=40819
fjfrackiewicz@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fjfrackiewicz@gmail.com
--- Comment #1 from fjfrackiewicz@gmail.com --- (In reply to Lunknown from comment #0)
Hello Everyone,
Metal Gear Solid 2 movies do not play in wine-1.8.3. This a regression.
wine-1.4.1 is good. wine-1.6.0 is bad.
BTW: In wine-1.9.12 the movies play fine as well.
Could you post the terminal output you receive when the movies are supposed to be played?
https://bugs.winehq.org/show_bug.cgi?id=40819
--- Comment #2 from Lunknown SolisX007@yahoo.com --- Hello fjfrackiewicz@gmail.com,
My system has not changed. The only thing different in my system right now is that i changed for wine-1.9.12 to wine-1.8.2.
This the message i see.
fixme:gstreamer:watch_bus decodebin2137: A MPEG-1 Video decoder plugin is required to play this stream, but not installed. fixme:gstreamer:GST_Connect GStreamer could not find any streams err:gstreamer:push_data_init Obtaining buffer returned: -2 fixme:gstreamer:unknown_type Could not find a filter for caps: video/mpeg, systemstream=(boolean)false, mpegversion=(int)1 fixme:gstreamer:watch_bus decodebin2138: Your GStreamer installation is missing a plug-in.
https://bugs.winehq.org/show_bug.cgi?id=40819
winetest@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |winetest@luukku.com
--- Comment #3 from winetest@luukku.com --- You say that your system hasnt changed, but it's quite odd that you have this line there.
fixme:gstreamer:watch_bus decodebin2137: A MPEG-1 Video decoder plugin is required to play this stream, but not installed.
Do you build yourself your wine?
https://bugs.winehq.org/show_bug.cgi?id=40819
--- Comment #4 from Lunknown SolisX007@yahoo.com --- Hello Winetest,
No i did not build them myself. I used the prebuilt packages found in the download section on www.winehg.org for slackware.
However later on i did compile wine-1.8.3 on my system and the movies still did not play. Unfortunately right i don't have a good internet connection to try to do a regression test.
https://bugs.winehq.org/show_bug.cgi?id=40819
--- Comment #5 from winetest@luukku.com --- (In reply to Lunknown from comment #4)
Unfortunately right i don't have a good internet connection to try to do a regression test.
Regressions testing doesnt need any connection if you have already compiled wine. It uses the files that are already at your computer.
https://bugs.winehq.org/show_bug.cgi?id=40819
--- Comment #6 from Bruno Jesus 00cpxxx@gmail.com --- Is this still an issue in wine 2.0-rc2 or later?
https://bugs.winehq.org/show_bug.cgi?id=40819
--- Comment #7 from Lunknown SolisX007@yahoo.com --- Hello Brunojesus,
I will try to test it on wine-2.0r2 later on today.
https://bugs.winehq.org/show_bug.cgi?id=40819
--- Comment #8 from Lunknown SolisX007@yahoo.com --- Created attachment 56750 --> https://bugs.winehq.org/attachment.cgi?id=56750 mgs2 wine-2.0rc3 crash at intro
Ok i test Metal Gear Solid 2 on wine-2.0rc3. As soon as it goes to the intro scene the game crashes. Here is a backtrace.
https://bugs.winehq.org/show_bug.cgi?id=40819
--- Comment #9 from Lunknown SolisX007@yahoo.com --- This is still an issue in wine-2.0rc5. I will try to do a regression test today.
https://bugs.winehq.org/show_bug.cgi?id=40819
--- Comment #10 from Lunknown SolisX007@yahoo.com --- Hello Everyone,
Ok i tried to do a regression test. I keep getting
parser.y: In function 'rsrcid_to_token': parser.y:2841:15: error: 'YYLEX' undeclared (first use in this function) lookahead = YYLEX; ^ parser.y:2841:15: note: each undeclared identifier is reported only once for each function it appears in Makefile:164: recipe for target 'parser.tab.o' failed make[1]: *** [parser.tab.o] Error 1 make[1]: Leaving directory '/home/user00/wine-git/tools/wrc' Makefile:18991: recipe for target 'tools/wrc' failed make: *** [tools/wrc] Error 2
I have done about 30 git bisect skip. Is there something wrong?
https://bugs.winehq.org/show_bug.cgi?id=40819
--- Comment #11 from Bruno Jesus 00cpxxx@gmail.com --- (In reply to Lunknown from comment #10)
parser.y: In function 'rsrcid_to_token': parser.y:2841:15: error: 'YYLEX' undeclared (first use in this function) lookahead = YYLEX; ...
I have done about 30 git bisect skip. Is there something wrong?
Could be some sort of mutation of bug 42132 ?
https://bugs.winehq.org/show_bug.cgi?id=40819
--- Comment #12 from Lunknown SolisX007@yahoo.com --- Hello Bruno Jesus,
Well if it is i guess i'm stuck. Guess i won't be able to finish the regression test.
BTW: I'm on Slackware 14.2 64bit which is using flex-2.6.0-x86_64-1.
https://bugs.winehq.org/show_bug.cgi?id=40819
--- Comment #13 from winetest@luukku.com --- https://raw.githubusercontent.com/wine-compholio/wine-staging/9c43bb8d2ca3df...
Could help
https://bugs.winehq.org/show_bug.cgi?id=40819
--- Comment #14 from Lunknown SolisX007@yahoo.com --- Hello Winetest,
I'll give the patch a try.
https://bugs.winehq.org/show_bug.cgi?id=40819
--- Comment #15 from Lunknown SolisX007@yahoo.com --- Hello Winetest,
The patch did not seem to work for me. I got the same error as before.
https://bugs.winehq.org/show_bug.cgi?id=40819
--- Comment #16 from Lunknown SolisX007@yahoo.com --- Hello Everyone,
This is now also an issue with wine-2.1. Should i make a new bug report since this is now effecting the developmental version of wine?
https://bugs.winehq.org/show_bug.cgi?id=40819
--- Comment #17 from Lunknown SolisX007@yahoo.com --- Hello Everyone,
I just want say that if i remove the gstreamer package the movies play fine in mgs2. Also i see this error on the terminal on wine-2.4.
(wine:3600): GStreamer-WARNING **: Failed to load plugin '/usr/lib/gstreamer-1.0/libgstbs2b.so': libbs2b.so.0: cannot open shared object file: No such file or directory
(wine:3600): GStreamer-WARNING **: Failed to load plugin '/usr/lib/gstreamer-1.0/libgstneonhttpsrc.so': libproxy.so.1: cannot open shared object file: No such file or directory
(wine:3600): GStreamer-WARNING **: Failed to load plugin '/usr/lib/gstreamer-1.0/libgstopenexr.so': libImath-2_2.so.12: cannot open shared object file: No such file or directory
** (wine:3600): CRITICAL **: gst_base_parse_finish_frame: assertion 'size > 0 || frame->out_buffer' failed
https://bugs.winehq.org/show_bug.cgi?id=40819
Andrew Eikum aeikum@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |aeikum@codeweavers.com
https://bugs.winehq.org/show_bug.cgi?id=40819
--- Comment #18 from Lunknown SolisX007@yahoo.com --- Hello Everyone,
I tested wine-2.8 with metar gear solid 2. I get a black screen when the game goes into a scene. This is the warning message i see on the terminal.
** (wine:9832): WARNING **: can't find typefind element, decodebin will not work
(wine:9832): GStreamer-CRITICAL **: gst_pad_link_full: assertion 'GST_IS_PAD (sinkpad)' failed
(wine:9832): GStreamer-CRITICAL **: gst_pad_unlink: assertion 'GST_IS_PAD (sinkpad)' failed
(wine:9832): GStreamer-CRITICAL **: gst_object_unref: assertion 'object != NULL' failed
Also i like to mention that if i remove the gstreamer-compat32-1.12.0-x86_64-1compat32 package the game works fine.
https://bugs.winehq.org/show_bug.cgi?id=40819
Lunknown SolisX007@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |WORKSFORME
--- Comment #19 from Lunknown SolisX007@yahoo.com --- This issue is fixed in wine-3.0. This appeared to be an issue with slackware and gstreamer.
https://bugs.winehq.org/show_bug.cgi?id=40819
André H. nerv@dawncrow.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |nerv@dawncrow.de Status|RESOLVED |CLOSED
--- Comment #20 from André H. nerv@dawncrow.de --- closing worksforme