Menu

#30 AttributeError: 'NoneType' ...

open
nobody
None
5
2007-06-23
2007-06-23
No

I was playing Jimi Hendrix - Spanish Castle Magic several times.

One of the times, when I finished I saw some unusual message in the middle of the screen. I could just read "NoneType" because it disappeared quickly. But the game didn't crash. It happened also the next time I finished this song.

When I exited normally, in the console was:

Traceback (most recent call last):
File "src/GameEngine.py", line 346, in run
File "src/GameEngine.py", line 336, in main
File "src/Engine.py", line 142, in run
File "src/Engine.py", line 130, in _runTask
File "src/GuitarScene.py", line 213, in run
File "src/Guitar.py", line 459, in getRequiredNotes
AttributeError: 'NoneType' object has no attribute 'track'

Discussion


Log in to post a comment.