You are not logged in.

#1 2009-10-30 20:21:24

daemonicus
Member
Registered: 2008-02-18
Posts: 3

Solfege won't start .

That's my output when i try to run it. All dependencies are ok.

Traceback (most recent call last):
  File "/usr/bin/solfege", line 83, in <module>
    solfege.mainwin.start_app(os.path.join(prefix, "share", "solfege"))
  File "/usr/share/solfege/solfege/mainwin.py", line 1134, in start_app
    solfege.win = w = MainWin(options, datadir, lessonfile_manager)
  File "/usr/share/solfege/solfege/mainwin.py", line 529, in __init__
    self.on_learning_tree_changed()
  File "/usr/share/solfege/solfege/mainwin.py", line 597, in on_learning_tree_changed
    self.display_frontpage()
  File "/usr/share/solfege/solfege/mainwin.py", line 1041, in display_frontpage
    self.get_view().display_data(data)
  File "/usr/share/solfege/solfege/mainwin.py", line 434, in display_data
    self._display_data(data, display_only_tests)
  File "/usr/share/solfege/solfege/mainwin.py", line 334, in _display_data
    label = gu.ClickableLabel(_no_xgettext(link.m_name))
  File "/usr/share/solfege/solfege/gu.py", line 829, in __init__
    self.get_children()[0].set_alignment(0.0, 0.5)
IndexError: list index out of range

Offline

#2 2009-11-05 20:26:53

lardon
Member
Registered: 2008-05-31
Posts: 264
Website

Re: Solfege won't start .

I have the exact same error, any idea?


Autojump, the fastest way to navigate your filesystem from the command line!

Offline

#3 2009-11-12 13:33:48

ljshap
Member
From: Ossining, NY
Registered: 2008-01-23
Posts: 160

Re: Solfege won't start .

daemonicus wrote:

That's my output when i try to run it. All dependencies are ok.

I had the same problem even though solfege worked in the past.

I wound up installing it from source code from the solfege web site without creating a package build, which means I won't be able to use pacman or yaourt to either update or remove the package.  Going the configure, make and make install route is not recommended so you might want to try installing it from ABS or creating a package build.  I believe I had the same or a different problem going the ABS route, but its worth a try since it will be easy to uninstall if it doesn't work, which is the beauty of a package manager.

You also have to install timidity and a soundfont to finish the job.  The wiki on timidity is excellent and goes thru the process one step at a time.

Solfege is working now, but I'll see what happens when I reboot.

Now I want to see what I can do with tuxguitar which also stopped working.

Good Luck

EDIT  ---  Using ABS instead of the above
===========================

This worked for me, but do it at your OWN Risk;

Copy the solfege directory in ABS to another location lke you normally do with ABS and edit the PKGBUILD file and change the depends on line to:
      depends=('desktop-file-utils')

It appears that one of the other dependencies may have caused the problem, especially the gnome-python, since most of the error messages had a .py extension.

Then follow the timidity wiki.


This seemed to work for me, but like I said, Do at your OWN RISK.

Last edited by ljshap (2009-11-12 16:22:52)


Live Free or Die !

Offline

#4 2009-11-12 16:25:55

ljshap
Member
From: Ossining, NY
Registered: 2008-01-23
Posts: 160

Re: Solfege won't start .

See edit of prior post if anybody is having problems.


Live Free or Die !

Offline

#5 2009-11-12 19:36:45

lardon
Member
Registered: 2008-05-31
Posts: 264
Website

Re: Solfege won't start .

Note that the solfege devs are aware of the problem, they should make a new dev release in the next few days and it should fix the problem.


Autojump, the fastest way to navigate your filesystem from the command line!

Offline

#6 2009-11-14 20:46:45

daemonicus
Member
Registered: 2008-02-18
Posts: 3

Re: Solfege won't start .

Thanx , I 'll give it  a try this way, else i am going to w8 for a new release.

Offline

Board footer

Powered by FluxBB