[fofix-gcode-issuetracker] Issue 1218 in fofix: Error loading center lines
fofix at googlecode.com
fofix at googlecode.com
Tue Aug 24 00:46:05 UTC 2010
Status: New
Owner: ----
Labels: Priority-Low
New issue 1218 by tres.14159: Error loading center lines
http://code.google.com/p/fofix/issues/detail?id=1218
md at 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 at speccy:~/Escritorio/fofix/src$
Attachments:
fofix.log 9.5 KB
More information about the fofix-gcode-issuetracker
mailing list