[Mplayer-dev-eng] GUI bugreport

Attila Kinali kinali at gmx.net
Mon Sep 10 21:20:18 CEST 2001


Hey there...

As the GUI isnt anounced yet, the bugreport commes here...

First the file opening problem:
When i try to open a file trought browsing
the filsystem I get an error that the file type
isnt recognized. Selecting the same file again
in the File dialog solves it.
As you can see below gmplayer tries to open
the directory.

here the output of gmplayer:
---schnipp---
attila at pc-attila:~/src/mplayer/main# ./gmplayer 


MPlayer CVS-010910-17:11(C) 2000-2001 Arpad Gereoffy (see DOCS/AUTHORS)

vo: X11 running at 800x600 with depth 24 and 32 bits/pixel (":0.0" => local display)
Reading /home/attila/.mplayer/codecs.conf: 15 audio & 33 video codecs
Font /home/attila/.mplayer/font/font.desc loaded successfully! (140 chars)
SKIN dir 1: '/home/attila/.mplayer/Skin'
SKIN dir 2: '/usr/local/share/mplayer/Skin'
[font] font imagefile: /home/attila/.mplayer/Skin/default/symbols
[font]  char: '0' params: 0,0 9x13
[font]  char: '1' params: 9,0 9x13
[font]  char: '2' params: 18,0 9x13
[font]  char: '3' params: 27,0 9x13
[font]  char: '4' params: 36,0 9x13

[....]

[font]  char: '>' params: 126,33 7x11
[font]  char: '?' params: 133,33 7x11
[font]  char: ' ' params: 175,33 7x11
[ws] Display name: :0.0 => local display.
[ws] Screen depth: 32
[ws] red mask: 0xff0000
[ws] green mask: 0xff00
[ws] blue mask: 0xff
[ws] XShm version is 1.1
[ws] XShape version is 1.0
[ws] atomname: _VIDEO_REMOTE
[ws] window is created. ( ViDEO ).
[ws] atomname: _MPLAYER_REMOTE
[ws] window is created. ( MPlayer ).
[ws] atomname: _MPLAYER_MENU_REMOTE
[ws] window is created. ( MPlayer menu ).
[menu.h] menu: 0x3a00012
[main] Depth on screen: 32
[main] parent: 0x3a0000a
[main] sub: 0x3a00004
@@@ evLoad @@@
[gtk-fs] fsSelectedFile: Rurouni Kenshin - TV - Episode - 21.avi
----gtk---> filname: Rurouni Kenshin - TV - Episode - 21.avi
%%%% Playing file: /home/attila/napster/High Quality/
@@@ evPlay->Pause @@@
@@@ evPlay @@@
Playing /home/attila/napster/High Quality/
============= Sorry, this file format not recognized/supported ===============
=== If this file is an AVI, ASF or MPEG stream, please contact the author! ===
@@@ evLoad @@@
[gtk-fs] fsSelectedFile: Rurouni Kenshin - TV - Episode - 21.avi
----gtk---> filname: Rurouni Kenshin - TV - Episode - 21.avi
%%%% Playing file: /home/attila/napster/High Quality/Rurouni Kenshin - TV - Episode - 21.avi
@@@ evPlay->Pause @@@
@@@ evPlay @@@
Playing /home/attila/napster/High Quality/Rurouni Kenshin - TV - Episode - 21.avi
Detected AVI file format!
MainAVIHeader.dwFlags: (272) HAS_INDEX IS_INTERLEAVED
VIDEO:  [DIV3]  384x288  24bpp  29.97 fps  1189.2 kbps (145.2 kbyte/s)
---schnapp---


Second, there is a deadlock:
Play any file, press "pause" then
"p" for the playlist dialog, there click
on "cancel". And gmplayer doesnt react anyomre.

---schnipp---
Reading /home/attila/.mplayer/codecs.conf: 15 audio & 33 video codecs
Font /home/attila/.mplayer/font/font.desc loaded successfully! (140 chars)
SKIN dir 1: '/home/attila/.mplayer/Skin'
SKIN dir 2: '/usr/local/share/mplayer/Skin'
[font] font imagefile: /home/attila/.mplayer/Skin/default/symbols
[font]  char: '0' params: 0,0 9x13
[font]  char: '1' params: 9,0 9x13
[font]  char: '2' params: 18,0 9x13

[...]

[font]  char: '?' params: 133,33 7x11
[font]  char: ' ' params: 175,33 7x11
[ws] Display name: :0.0 => local display.
[ws] Screen depth: 32
[ws] red mask: 0xff0000
[ws] green mask: 0xff00
[ws] blue mask: 0xff
[ws] XShm version is 1.1
[ws] XShape version is 1.0
[ws] atomname: _VIDEO_REMOTE
[ws] window is created. ( ViDEO ).
[ws] atomname: _MPLAYER_REMOTE
[ws] window is created. ( MPlayer ).
[ws] atomname: _MPLAYER_MENU_REMOTE
[ws] window is created. ( MPlayer menu ).
[menu.h] menu: 0x3a00012
[main] Depth on screen: 32
[main] parent: 0x3a0000a
[main] sub: 0x3a00004
@@@ evPlay->Pause @@@
@@@ evPlay @@@
@@@ evLoad @@@
[gtk-fs] fsSelectedFile: Nadesico - Episode 09.avi
----gtk---> filname: Nadesico - Episode 09.avi
%%%% Playing file: /home/attila/napster/Anime/
@@@ evLoad @@@
[gtk-fs] fsSelectedFile: Nadesico - Episode 09.avi
----gtk---> filname: Nadesico - Episode 09.avi
%%%% Playing file: /home/attila/napster/Anime/Nadesico - Episode 09.avi
@@@ evPlay->Pause @@@
@@@ evPlay @@@
Playing /home/attila/napster/Anime/Nadesico - Episode 09.avi
Detected AVI file format!
MainAVIHeader.dwFlags: (272) HAS_INDEX IS_INTERLEAVED

[...]

Start playing...
[xmga] dcx: 106 dcy: 177 dx: 0 dy: 0 dw: 480 dh: 320
@@@ evPause @@@.3 A-V: -0.000 ct:  0.046   56/ 56  41%  4%  3.6% 0 0
A:   2.4 V:   2.4 A-V: -0.004 ct:  0.045   58/ 58  41%  4%  3.6% 0 0
@@@ evPlayList @@@---

MPlayer interrupted by signal 2 in module: unknown 
vo: uninit!
[mplayer] exit.
gtk killed...
---schnapp---


Hope that's enough to fix them, if not pleas drop me a mail.


			Attila Kinali
-- 
Man who sink into womans arms soon have arms in womans sink.

_______________________________________________
Mplayer-dev-eng mailing list
Mplayer-dev-eng at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mplayer-dev-eng



More information about the MPlayer-dev-eng mailing list