annolinux / gnome-mplayer

Automatically exported from code.google.com/p/gnome-mplayer
0 stars 0 forks source link

White Screen when opening playlist files #187

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Save an .asx file to your computer (I attatched an example of one of mine)
2. Open it with gnome-mplayer
3. You probably need a trident cyberblade XP card to reproduce this as my
other PC with an NVidia card doesn't have this issue.

What is the expected output? What do you see instead?
I expect to see the video, instead I get a white screen in the video
window, however I hear the audio just fine. Also, if I just open the direct
url to the stream the video shows up just fine. It only occurs if I use the
.asx file to open it. It happens with any .asx file

What version of the product are you using? On what operating system?
gnome-mplayer 0.9.4
Ubuntu 9.04
mplayer SVN-r29139-4.3.3 (I'm using the SVN since Ubuntu uses a highly
outdated version and their maintainer flat out refuses to recompile with
the SVN version that features countless bug fixes, but I also experienced
the issue with the default outdated one from the Medibuntu repository)

Please provide any additional information below.
I can see the video just fine when I use mplayer to open the playlist. It
only happens with gnome-mplayer. I tried switching to other outputs like
X11, but I still experience the issue. Prior to upgrading to Ubuntu 9.04,
the video would play fine, it began after I upgraded to the latest version.

If I open gnome-mplayer with the verbose debugging I get errors like this
when I experience the issue:
ERROR: [swscaler @ 0xa449020]No accelerated colorspace conversion found.
VO: [xv] 480x360 => 480x360 Planar YV12 
Resizing to 480 x 360 
ERROR: [swscaler @ 0xa449020]using unscaled yuv420p -> rgb24 special converter
Changing window size to 480 x 360 
ERROR: X11 error: BadDrawable (invalid Pixmap or Window parameter)
ERROR: X11 error: BadWindow (invalid Window parameter)
ERROR: X11 error: BadWindow (invalid Window parameter)
ERROR: X11 error: BadDrawable (invalid Pixmap or Window parameter)
ERROR: X11 error: BadWindow (invalid Window parameter)
...
Starting playback...
ERROR: Failed to get value of property 'sub_demux'.
ERROR: X11 error: BadGC (invalid GC parameter)
ERROR: X11 error: BadDrawable (invalid Pixmap or Window parameter)
[Mixer] No hardware mixing, inserting volume filter.
ERROR: X11 error: BadDrawable (invalid Pixmap or Window parameter)
ERROR: X11 error: BadDrawable (invalid Pixmap or Window parameter)
ERROR: X11 error: BadDrawable (invalid Pixmap or Window parameter)
ERROR: X11 error: BadDrawable (invalid Pixmap or Window parameter)
ID_AUDIO_TRACK=2
ERROR: X11 error: BadDrawable (invalid Pixmap or Window parameter)
ERROR: X11 error: BadDrawable (invalid Pixmap or Window parameter)
ERROR: X11 error: BadDrawable (invalid Pixmap or Window parameter)
ERROR: X11 error: BadDrawable (invalid Pixmap or Window parameter)
ERROR: X Error of failed request:  BadWindow (invalid Window parameter)
ERROR:   Major opcode of failed request:  2 (X_ChangeWindowAttributes)
ERROR:   Resource id in failed request:  0x3600c85
ERROR:   Serial number of failed request:  79
ERROR:   Current serial number in output stream:  83

Original issue reported on code.google.com by kyl...@gmail.com on 2 Jun 2009 at 5:59

GoogleCodeExporter commented 8 years ago
Corrected this problem in SVN, this problem was due to the playlist not having 
any
video information early, the code was corrected to work around this issue.

Original comment by kdeko...@gmail.com on 2 Jun 2009 at 6:52

GoogleCodeExporter commented 8 years ago
Thanks. BTW, is there a list of needed libraries to compile from svn?

Original comment by kyl...@gmail.com on 2 Jun 2009 at 7:02

GoogleCodeExporter commented 8 years ago
From the .spec file in the tarball

BuildRequires: gcc-c++, pkgconfig, gettext, glib2-devel gtk2-devel GConf2-devel 
dbus-devel dbus-glib-devel alsa-lib-devel libnotify-devel libmusicbrainz3-devel 
libcurl-devel

Original comment by kdeko...@gmail.com on 2 Jun 2009 at 7:26

GoogleCodeExporter commented 8 years ago
Thanks, got it compiled and it's working fine now, but for some reason under
preferences the section that says "Default Mixer" is greyed out.

Original comment by kyl...@gmail.com on 2 Jun 2009 at 10:02

GoogleCodeExporter commented 8 years ago
That option is only enabled when alsa or oss(maybe) is selected. Doesn't make 
much
sense in other situations.

Original comment by kdeko...@gmail.com on 2 Jun 2009 at 10:12