LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 03-22-2007, 04:28 AM   #1
black_cat
LQ Newbie
 
Registered: Mar 2007
Posts: 4

Rep: Reputation: 0
Exclamation Problem when build MPlayer with GUI


I try to build MPlayer with GUI support.
Code:
 [root@pc201 MPlayer-1.0rc1]# ./configure --enable-gui --enable-menu
During building,installing don't have any problem. Althought, when i enter command from terminal:
Code:
 [root@pc201 bin] mplayer <video_file>
then it's work well.
But, when i using gmplayer:
Code:
 [root@pc201 bin] gmplayer
it's issue a error message:

Code:
MPlayer 1.0rc1-4.1.1 (C) 2000-2006 MPlayer Team
 CPU: Intel(R) Pentium(R) 4 CPU 2.80GHz (Family: 15, Model: 3, Stepping: 4)
 CPUflags:  MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1 
 Compiled for x86 CPU with extensions: MMX MMX2 SSE SSE2

 (<unknown>:27952): Gdk-CRITICAL **: gdk_drawable_get_depth: assertion `GDK_IS_DRAWABLE (drawable)' failed

(<unknown>:27952): Gtk-CRITICAL **: gtk_pixmap_set: assertion `gdk_colormap_get_visual (gtk_widget_get_colormap (GTK_WIDGET (pixmap)))->depth == gdk_drawable_get_depth (GDK_DRAWABLE (val))' failed

(<unknown>:27952): Gdk-CRITICAL **: gdk_drawable_get_depth: assertion `GDK_IS_DRAWABLE (drawable)' failed

(<unknown>:27952): Gtk-CRITICAL **: gtk_pixmap_set: assertion `gdk_colormap_get_visual (gtk_widget_get_colormap (GTK_WIDGET (pixmap)))->depth == gdk_drawable_get_depth (GDK_DRAWABLE (val))' failed
[skin] file ( /usr/local/share/mplayer/skins/default/skin ) not readable.
Skin not found (default).
I don't know what happen, althought i have put skin in directory :
/usr/local/share/mplayer/skins/default/skin
and
~/.mplayer/skin

Note: I using Fedora Core 5

Please help me solve that this problem
 
Old 03-22-2007, 09:14 PM   #2
mjmwired
Member
 
Registered: Apr 2004
Distribution: CentOS6, CentOS5, F16, F15, Ubuntu, OpenSuse
Posts: 620

Rep: Reputation: 39
So does the file '/usr/local/share/mplayer/skins/default/skin' exist?

What is the output of the following:

# ls -la /usr/local/share/mplayer/skins/default/skin

# ls -la /usr/local/share/mplayer/skins
 
Old 03-27-2007, 09:35 PM   #3
black_cat
LQ Newbie
 
Registered: Mar 2007
Posts: 4

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by mjmwired
So does the file '/usr/local/share/mplayer/skins/default/skin' exist?

What is the output of the following:

# ls -la /usr/local/share/mplayer/skins/default/skin

# ls -la /usr/local/share/mplayer/skins
OK, i have overcomed the first error :

Code:
MPlayer 1.0rc1-4.1.1 (C) 2000-2006 MPlayer Team
 CPU: Intel(R) Pentium(R) 4 CPU 2.80GHz (Family: 15, Model: 3, Stepping: 4)
 CPUflags:  MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1 
 Compiled for x86 CPU with extensions: MMX MMX2 SSE SSE2

 (<unknown>:27952): Gdk-CRITICAL **: gdk_drawable_get_depth: assertion `GDK_IS_DRAWABLE (drawable)' failed

(<unknown>:27952): Gtk-CRITICAL **: gtk_pixmap_set: assertion `gdk_colormap_get_visual (gtk_widget_get_colormap (GTK_WIDGET (pixmap)))->depth == gdk_drawable_get_depth (GDK_DRAWABLE (val))' failed

(<unknown>:27952): Gdk-CRITICAL **: gdk_drawable_get_depth: assertion `GDK_IS_DRAWABLE (drawable)' failed

(<unknown>:27952): Gtk-CRITICAL **: gtk_pixmap_set: assertion `gdk_colormap_get_visual (gtk_widget_get_colormap (GTK_WIDGET (pixmap)))->depth == gdk_drawable_get_depth (GDK_DRAWABLE (val))' failed
so i still get problem with second error:

Code:
[skin] file ( /usr/local/share/mplayer/skins/default/skin ) not readable.
Skin not found (default).
I have downloaded skins from http://www.mplayerhq.hu/design7/dload.html and extracted it to:
/usr/local/share/mplayer/skins/default/skin
but 'gmplayer' command not work.

Please help me, it's is a impotantant part of my thesis.
Thank you !!!
 
Old 03-27-2007, 10:21 PM   #4
hasitha9
LQ Newbie
 
Registered: Aug 2006
Location: Sri Lanka
Distribution: FC 13
Posts: 5

Rep: Reputation: 0
Quote:
Originally Posted by black_cat
OK, i have overcomed the first error :

Code:
MPlayer 1.0rc1-4.1.1 (C) 2000-2006 MPlayer Team
 CPU: Intel(R) Pentium(R) 4 CPU 2.80GHz (Family: 15, Model: 3, Stepping: 4)
 CPUflags:  MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1 
 Compiled for x86 CPU with extensions: MMX MMX2 SSE SSE2

 (<unknown>:27952): Gdk-CRITICAL **: gdk_drawable_get_depth: assertion `GDK_IS_DRAWABLE (drawable)' failed

(<unknown>:27952): Gtk-CRITICAL **: gtk_pixmap_set: assertion `gdk_colormap_get_visual (gtk_widget_get_colormap (GTK_WIDGET (pixmap)))->depth == gdk_drawable_get_depth (GDK_DRAWABLE (val))' failed

(<unknown>:27952): Gdk-CRITICAL **: gdk_drawable_get_depth: assertion `GDK_IS_DRAWABLE (drawable)' failed

(<unknown>:27952): Gtk-CRITICAL **: gtk_pixmap_set: assertion `gdk_colormap_get_visual (gtk_widget_get_colormap (GTK_WIDGET (pixmap)))->depth == gdk_drawable_get_depth (GDK_DRAWABLE (val))' failed
so i still get problem with second error:

Code:
[skin] file ( /usr/local/share/mplayer/skins/default/skin ) not readable.
Skin not found (default).
I have downloaded skins from http://www.mplayerhq.hu/design7/dload.html and extracted it to:
/usr/local/share/mplayer/skins/default/skin
but 'gmplayer' command not work.

Please help me, it's is a impotantant part of my thesis.
Thank you !!!

I also had the same problem. After putting a skin in the /usr/local/share/mplayer/skins/default/skin directory it says that skin is not readable.
Just check $/.mplayer directory whether it has got the necessary files (like gui.conf etc) which need to load the gui. It if hasn't compile it again with using "./configure --enable-gui" only.
Hope this'll work for you.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
mplayer GUI problem xiongnu Debian 3 01-21-2005 10:34 AM
Problem with MPlayer gui KTLiberty Linux - Software 10 07-06-2004 02:55 AM
mplayer-gui installing problem..... avols143 Linux - Software 2 02-16-2004 03:14 PM
Mplayer Gui Problem!!!!!! bluedude2288 Linux - Software 4 11-04-2003 12:54 PM
Problem with gmplayer (GUI of Mplayer) Killah Linux - Newbie 1 09-14-2003 11:51 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 10:28 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration