|
|
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: (bug-tag: NO_DESCRIPTION)
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'
|