Issue 250 in solfege: Program fails at startup

View: New views
4 Messages — Rating Filter:   Alert me  

Issue 250 in solfege: Program fails at startup

by solfege :: Rate this Message:

| View Threaded | Show Only this Message

Status: New
Owner: ----

New issue 250 by raya.shm...@...: Program fails at startup
http://code.google.com/p/solfege/issues/detail?id=250

What steps will reproduce the problem?
1.program fails at start. I am unable to open it at all :(

What is the expected output? What do you see instead?
Expect: program running,
instead: first error window:
"No module named _solfege_c_midi: You should configure sound from the  
preferences window, and try to use an external midi player. Or try to  
recompile the program and check for error messages to see why the module is  
not built."
Next error window: See in attachment.

What version of the product are you using? On what operating system?
on Linux Mint 12 Lisa, solfege (3.19.6-1)

Additional information:
installation log:
The following extra packages will be installed:
   csound csound-data csound-gui csound-manpages csound-utils libcsound64-5.2
   libfltk1.1 libfluidsynth1 liblo7 libportmidi0 libstk0c2a
Suggested packages:
   liblo-dev
The following NEW packages will be installed:
   csound csound-data csound-gui csound-manpages csound-utils libcsound64-5.2
   libfltk1.1 libfluidsynth1 liblo7 libportmidi0 libstk0c2a solfege
0 upgraded, 12 newly installed, 0 to remove and 70 not upgraded.
Need to get 6,752 kB of archives.
After this operation, 23.4 MB of additional disk space will be used.
Do you want to continue [Y/n]? yes
WARNING: The following packages cannot be authenticated!
   libfltk1.1 libfluidsynth1 liblo7 libportmidi0 libstk0c2a csound-data
   libcsound64-5.2 csound solfege csound-gui csound-manpages csound-utils
Install these packages without verification [y/N]? yes

All these programs were installed without errors and warnings. Please,  
reply me about this bug: is it my fault [but as a stupid user I believe  
it's not] and if so what can I do to fix it?

Attachments:
        Screenshot.png  44.2 KB


------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Solfege-devel mailing list
To UNSUBSCRIBE, email to solfege-devel-request@...
with a subject of "unsubscribe", or visit
https://lists.sourceforge.net/lists/listinfo/solfege-devel

Re: Issue 250 in solfege: Program fails at startup

by solfege :: Rate this Message:

| View Threaded | Show Only this Message


Comment #1 on issue 250 by t...@...: Program fails at startup
http://code.google.com/p/solfege/issues/detail?id=250

Linux Mint uses ubuntu that ships a development release with bugs.
It you can, try this later version  
https://launchpad.net/ubuntu/+source/solfege/3.20.3-4

I have filed a bug here: https://bugs.launchpad.net/linuxmint/+bug/926161


------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Solfege-devel mailing list
To UNSUBSCRIBE, email to solfege-devel-request@...
with a subject of "unsubscribe", or visit
https://lists.sourceforge.net/lists/listinfo/solfege-devel

Re: Issue 250 in solfege: Program fails at startup

by solfege :: Rate this Message:

| View Threaded | Show Only this Message


Comment #2 on issue 250 by t...@...: Program fails at startup
http://code.google.com/p/solfege/issues/detail?id=250

If you are able to manually edit a line, you can fix the line yourself. You  
need to run as root, for example using sudo or something. Below is the  
complete patch, but I you don't know what to do with it, find line 125 of  
the file /usr/share/solfege/solfege/esel.py. It looks like this:

             h = gtk.gdk.screen_height() *0.8

And change it to this:

             h = int(gtk.gdk.screen_height() *0.8)

Remember the white space count on the beginning of the line must be  
correct. DONT INDENT THE LINE.


=== modified file 'solfege/esel.py'
--- solfege/esel.py 2011-05-13 07:51:52 +0000
+++ solfege/esel.py 2011-05-14 17:02:46 +0000
@@ -121,7 +121,7 @@
          # ubuntu 10.04 and +4 on MS Windows XP.
          h = self.g_box.size_request()[1] + 4
          if h > gtk.gdk.screen_height() * 0.8:
-            h = gtk.gdk.screen_height() *0.8
+            h = int(gtk.gdk.screen_height() *0.8)
          self.set_size_request(w, h if h > self.m_min_height else  
self.m_min_height)
          # Then we check if we have to move the app window higher up on the
          # screen so that the whole window is visible.



------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Solfege-devel mailing list
To UNSUBSCRIBE, email to solfege-devel-request@...
with a subject of "unsubscribe", or visit
https://lists.sourceforge.net/lists/listinfo/solfege-devel

Re: Issue 250 in solfege: Program fails at startup

by solfege :: Rate this Message:

| View Threaded | Show Only this Message

Updates:
        Status: Fixed
        Labels: fixed_3.19.7

Comment #3 on issue 250 by t...@...: Program fails at startup
http://code.google.com/p/solfege/issues/detail?id=250

(No comment was entered for this change.)


------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Solfege-devel mailing list
To UNSUBSCRIBE, email to solfege-devel-request@...
with a subject of "unsubscribe", or visit
https://lists.sourceforge.net/lists/listinfo/solfege-devel