Export to GitHub

fofix - issue #1218

Error loading center lines


Posted on Aug 24, 2010 by Massive Wombat

md@speccy:~/Escritorio/fofix/src$ python FoFiX.py theme.ini loaded Terminating due to unhandled exception:

Traceback (most recent call last): File "FoFiX.py", line 299, in <module> main() File "FoFiX.py", line 254, in main while engine.run(): File "/home/md/Escritorio/fofix/src/GameEngine.py", line 1187, in run return self.mainloop() File "/home/md/Escritorio/fofix/src/GameEngine.py", line 1153, in main self.view.render() File "/home/md/Escritorio/fofix/src/View.py", line 260, in render layer.render(self.visibility[layer], layer == self.layers[-1]) File "/home/md/Escritorio/fofix/src/GuitarScene.py", line 5567, in render Scene.render(self, visibility, topMost) #MFH - I believe this eventually calls the renderGuitar function, which also involves two viewports... may not be easy to move this one... File "/home/md/Escritorio/fofix/src/Scene.py", line 101, in render self.render3D() File "/home/md/Escritorio/fofix/src/GuitarScene.py", line 4131, in render3D self.stage.render(self.visibility) File "/home/md/Escritorio/fofix/src/Stage.py", line 387, in render self.scene.renderGuitar() File "/home/md/Escritorio/fofix/src/GuitarScene.py", line 4150, in renderGuitar self.neckrender[i].render(self.visibility, self.song, self.getSongPosition()) File "/home/md/Escritorio/fofix/src/Neck.py", line 839, in render self.drawTrack(self.ocount, song, pos) File "/home/md/Escritorio/fofix/src/Neck.py", line 606, in drawTrack self.centerLines.texture.bind() AttributeError: 'bool' object has no attribute 'texture'

If you make a bug report about this error, please include the contents of the following log file: /home/md/.fofix/fofix.log The log file already includes the traceback given above. Traceback (most recent call last): File "FoFiX.py", line 299, in <module> main() File "FoFiX.py", line 254, in main while engine.run(): File "/home/md/Escritorio/fofix/src/GameEngine.py", line 1187, in run return self.mainloop() File "/home/md/Escritorio/fofix/src/GameEngine.py", line 1153, in main self.view.render() File "/home/md/Escritorio/fofix/src/View.py", line 260, in render layer.render(self.visibility[layer], layer == self.layers[-1]) File "/home/md/Escritorio/fofix/src/GuitarScene.py", line 5567, in render Scene.render(self, visibility, topMost) #MFH - I believe this eventually calls the renderGuitar function, which also involves two viewports... may not be easy to move this one... File "/home/md/Escritorio/fofix/src/Scene.py", line 101, in render self.render3D() File "/home/md/Escritorio/fofix/src/GuitarScene.py", line 4131, in render3D self.stage.render(self.visibility) File "/home/md/Escritorio/fofix/src/Stage.py", line 387, in render self.scene.renderGuitar() File "/home/md/Escritorio/fofix/src/GuitarScene.py", line 4150, in renderGuitar self.neckrender[i].render(self.visibility, self.song, self.getSongPosition()) File "/home/md/Escritorio/fofix/src/Neck.py", line 839, in render self.drawTrack(self.ocount, song, pos) File "/home/md/Escritorio/fofix/src/Neck.py", line 606, in drawTrack self.centerLines.texture.bind() AttributeError: 'bool' object has no attribute 'texture' md@speccy:~/Escritorio/fofix/src$

Attachments

Comment #1

Posted on Aug 24, 2010 by Grumpy Kangaroo

This is usually the response you get when a required image is missing. Check to see if you have a file named center_lines.png

Seeing that you have that theme.ini loaded debug statement I can tell that you're quite up-to-date. For one, right now only MegaLight V4 (and I think Fuzion's 4x) is working because of folder restructuring that's currently going on. So you have to use one of those themes.

Comment #2

Posted on Aug 24, 2010 by Massive Wombat

With the theme "MegaLight V4" run.

Comment #3

Posted on Aug 24, 2010 by Massive Wombat

Thanks

Comment #4

Posted on Sep 2, 2010 by Happy Lion

(No comment was entered for this change.)

Comment #5

Posted on Jul 19, 2011 by Massive Dog

This issue can be now marked as fixed because i went though and made all of these board images options and are no longer required to run the game.

Status: Fixed

Labels:
Priority-Low Type-MinorDefect