
fofix - issue #1217
Python Error in GuitarScene.py, Line 6705, in render bigFont.render(text, (self.countdownPosX - w / 2, self.countdownPosY - h / 2), scale = scale) TypeError: unsupported operand type(s) for -: 'str' and 'float'
When loading a song to play on guitar, it reaches Loading Graphics, then crashes.
File "/home/charlie/fofix/src/GameEngine.py", line 1153, in main self.view.render() File "/home/charlie/fofix/src/View.py", line 260, in render layer.render(self.visibility[layer], layer == self.layers[-1]) File "/home/charlie/fofix/src/GuitarScene.py", line 6705, in render bigFont.render(text, (self.countdownPosX - w / 2, self.countdownPosY - h / 2), scale = scale) TypeError: unsupported operand type(s) for -: 'str' and 'float'
Running Ubuntu Lucid, Python 2.6.5, Built FoFiX from git source about 2 hours ago.
- fofix.log 8.37KB
Comment #1
Posted on Sep 1, 2010 by Happy Lionhttp://github.com/stump/fofix/commit/3d24f4855fecdeb2989aa6cd8e5434887d94f7f8
Status: Fixed
Labels:
Priority-Low