Gamer125 / fofix

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

Error loading center lines #1218

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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$ 

Original issue reported on code.google.com by tres.14159@gmail.com on 24 Aug 2010 at 12:45

Attachments:

GoogleCodeExporter commented 9 years ago
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.

Original comment by n_hyd...@comcast.net on 24 Aug 2010 at 12:55

GoogleCodeExporter commented 9 years ago
With the theme "MegaLight V4" run.

Original comment by tres.14159@gmail.com on 24 Aug 2010 at 1:15

GoogleCodeExporter commented 9 years ago
Thanks

Original comment by tres.14159@gmail.com on 24 Aug 2010 at 1:16

GoogleCodeExporter commented 9 years ago

Original comment by fuzio...@gmail.com on 2 Sep 2010 at 7:36

GoogleCodeExporter commented 9 years ago
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.

Original comment by matthews...@gmail.com on 19 Jul 2011 at 8:16