Recent Changes - Search:

Get GNU Solfege at SourceForge.net. Fast, secure and Free Open Source software downloads


NoDescription-WT

STATUS_DONE: Won't fix this since 3.15 will use different code for loading the statistics. Deleting the statistics for the affected lesson file should fix this. I believe the error message that mentions g_new is related to the first exception.

Submitter:
Long desciption: Describe as exactly as you can what you did when this error occurred. If you give no description at all, you make it very difficult to track down this bug. You should replace this text with your description, and also remove the "bug-tag" in the bottom of this text so that this bug is not automatically sorted among the bug reports with no description.

(bug-tag: NO_DESCRIPTION)

Solfege version3.14.2
Bzr revision infobranch_nick: 3.14
revno: 1013
revision_id: tca@gnu.org-20090411142224-qzw25bz4o52fq1cq
clean: False
runtime.use_gtkhtml2False
gtk.pygtk_version(2, 12, 1)
gtk<module 'gtk' from 'C:\Program Files (x86)\GNU Solfege\python\lib\site-packages\gtk-2.0\gtk\__init__.pyc'>
sys.version_info(2, 5, 4, 'final', 0)
sys.version2.5.4 (r254:67916, Dec 23 2008, 15:10:54) [MSC v.1310 32 bit (Intel)]
sys.prefixC:\Program Files (x86)\GNU Solfege\python
sys.platformwin32
windowsversion(5, 2, 3790, 2, 'Service Pack 2')

Message from stderr:

 
Traceback (most recent call last):
  File "C:\Program Files (x86)\GNU Solfege\share\solfege\src\mainwin.py", line 451, in <lambda>
    lambda o, e=lesson_id: self.m_app.practise_lesson_id(e)))
  File "C:\Program Files (x86)\GNU Solfege\share\solfege\src\app.py", line 266, in practise_lesson_id
    module = self._practise_lesson_id(lesson_id)
  File "C:\Program Files (x86)\GNU Solfege\share\solfege\src\app.py", line 258, in _practise_lesson_id
    self.lessonfile_manager.get(lesson_id, 'filename'))
  File "C:\Program Files (x86)\GNU Solfege\share\solfege\src\abstract.py", line 87, in set_lessonfile
    self.m_statistics.lessonfile_changed(self.m_lessonfile)
  File "C:\Program Files (x86)\GNU Solfege\share\solfege\src\statistics.py", line 249, in lessonfile_changed
    self.load_statistics(self.m_savepath)
  File "C:\Program Files (x86)\GNU Solfege\share\solfege\src\statistics.py", line 127, in load_statistics
    lt = time.localtime(t)
ValueError: (22, 'Invalid argument')
Traceback (most recent call last):
  File "C:\Program Files (x86)\GNU Solfege\share\solfege\src\abstract.py", line 61, in remove_timeout
    self.g_view.new_question()
AttributeError: 'Teacher' object has no attribute 'g_view'
Traceback (most recent call last):
  File "C:\Program Files (x86)\GNU Solfege\share\solfege\src\abstract.py", line 61, in remove_timeout
    self.g_view.new_question()
AttributeError: 'Teacher' object has no attribute 'g_view'
Edit - History - Print - Recent Changes - Search
Page last modified on June 09, 2009, at 10:23 AM