Gamer125 / fofix

Automatically exported from code.google.com/p/fofix
0 stars 0 forks source link

Game locks up when changing from stage to song list directly #517

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Play a song
2. Fail/go to pause
3. Try to go back to the setlist screen

What is the expected output? What do you see instead?
Expect setlist. Instead get a lock up. Menu remains in foreground.

What version of the product are you using? On what operating system?
Latest rev, Vista

Please provide any additional information below.

Log message.
(E) Loading error:Traceback (most recent call last):
  File "C:\FoFiXSVN\src\GameEngine.py", line 781, in main
    done = Engine.run(self)
  File "C:\FoFiXSVN\src\Engine.py", line 132, in run
    self._runTask(task)
  File "C:\FoFiXSVN\src\Engine.py", line 123, in _runTask
    task.run(ticks)
  File "C:\FoFiXSVN\src\Input.py", line 349, in run
    self.broadcastEvent(self.keyListeners, "keyPressed", id, u'\x00')
  File "C:\FoFiXSVN\src\Input.py", line 258, in broadcastEvent
    if getattr(l, function)(*args):
  File "C:\FoFiXSVN\src\Menu.py", line 234, in keyPressed
    choice.trigger(self.engine)
  File "C:\FoFiXSVN\src\Menu.py", line 68, in trigger
    nextMenu = self.callback()
  File "C:\FoFiXSVN\src\GuitarScene.py", line 2163, in changeAfterFail
    self.freeResources()
  File "C:\FoFiXSVN\src\GuitarScene.py", line 1889, in freeResources
    self.song.tracks = None
AttributeError: 'NoneType' object has no attribute 'tracks'

Original issue reported on code.google.com by evilbobt...@gmail.com on 1 Feb 2009 at 9:32

GoogleCodeExporter commented 9 years ago
Fixing...

Original comment by chris.paiano@gmail.com on 1 Feb 2009 at 9:51

GoogleCodeExporter commented 9 years ago
Should be fixed in r895.

Original comment by chris.paiano@gmail.com on 1 Feb 2009 at 9:58

GoogleCodeExporter commented 9 years ago
er, r896.

Original comment by chris.paiano@gmail.com on 1 Feb 2009 at 10:12