Since the newer Alphas I'm not getting to the results screens. It's always a black screen.
Running with RB2 continues 1.65 + SVN 23 and GH3 theme, always the same problem. Dunno what wrong.
Anybody encounter the same bug?
Here's the last entry in the log, don't think it's crash related:
Code: Select all
(E) Loading error:Traceback (most recent call last):
File "L:\GuitarHeroClones\FoFiX\src\GameEngine.py", line 858, in main
self.view.render()
File "L:\GuitarHeroClones\FoFiX\src\View.py", line 216, in render
layer.render(self.visibility[layer], layer == self.layers[-1])
File "L:\GuitarHeroClones\FoFiX\src\GameResultsScene.py", line 737, in render
self.renderInitialCoOpScore(visibility, topMost)
File "L:\GuitarHeroClones\FoFiX\src\GameResultsScene.py", line 943, in renderInitialCoOpScore
self.engine.drawStarScore(w, h, float(Theme.result_star[0]), float(Theme.result_star[1]), scoreCard.stars, scale, horiz_spacing = hspacing, space = space)
NameError: global name 'scale' is not defined
Edit: tested SVN till 1024 and it's working fine, all later revisions have a
black screen instead of the results for me... so something have to went wrong in
SVN 1025 and up.