yoyz / amsynth

Automatically exported from code.google.com/p/amsynth
GNU General Public License v2.0
1 stars 0 forks source link

cannot find skin '/usr/local/share/amSynth/skins/default' #41

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. use ubuntu
2. compile code with default settings (no LASH)
3. run amSynth

What is the expected output? What do you see instead?
- Expect: visual screen with knobs with blue background
- Result: plain window without any knobs

What version of the product are you using? On what operating system?
- ?? empty changelog file. I guess: amSynth-1.3.2.tar.gz

Please provide any additional information below.
- Terminal says:

youri@youri-pc:~/Audio/amsynth$ amSynth 
amSynth svn
Copyright 2001-2012 Nick Dowell and others.
amSynth comes with ABSOLUTELY NO WARRANTY
This is free software, and you are welcome to redistribute it
under certain conditions; see the file COPYING for details
snd_pcm_mmap_begin error

(amSynth:30254): Gtk-WARNING **: Error loading icon from file 
'/usr/local/share/pixmaps/amsynth.png':
    Failed to open file '/usr/local/share/pixmaps/amsynth.png': Not a directory

** (amSynth:30254): CRITICAL **: cannot find skin 
'/usr/local/share/amSynth/skins/default'

(amSynth:30254): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_height: assertion 
`GDK_IS_PIXBUF (pixbuf)' failed

(amSynth:30254): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_width: assertion 
`GDK_IS_PIXBUF (pixbuf)' failed

(amSynth:30254): Gdk-CRITICAL **: IA__gdk_draw_pixbuf: assertion `GDK_IS_PIXBUF 
(pixbuf)' failed

(amSynth:30254): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that 
doesn't believe we're it's parent.

(amSynth:30254): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that 
doesn't believe we're it's parent.

(amSynth:30254): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that 
doesn't believe we're it's parent.

(amSynth:30254): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that 
doesn't believe we're it's parent.

(amSynth:30254): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that 
doesn't believe we're it's parent.

Original issue reported on code.google.com by y.hoogst...@gmail.com on 3 Oct 2012 at 8:13

Attachments:

GoogleCodeExporter commented 9 years ago
Did you do a 'make install' ?

If not, it would explain why amsynth can't find the resources it needs (which 
are installed to /usr/local/share/amSynth)

Original comment by nickdowell on 3 Oct 2012 at 9:12

GoogleCodeExporter commented 9 years ago
Yes I did. I even copied the file to that directory and it still gave the 
error. 

If you look carefully you will notice that it assumes the image to be a 
directory:
Failed to open file '/usr/local/share/pixmaps/amsynth.png': Not a directory

I'll try to checkout it again tonight and recompile it. See what happens.

Original comment by y.hoogst...@gmail.com on 4 Oct 2012 at 6:54

GoogleCodeExporter commented 9 years ago
It seemed I had a file with the name "/usr/local/share/pixmaps", after removing 
this, make clean and recompile everything works. Excuse me.

Original comment by y.hoogst...@gmail.com on 4 Oct 2012 at 6:36

GoogleCodeExporter commented 9 years ago

Original comment by nickdowell on 4 Oct 2012 at 8:13