Exception in thread Agents:
Traceback (most recent call last):
File "/usr/lib/python2.5/threading.py", line 486, in __bootstrap_inner
self.run()
File "/usr/lib/python2.5/threading.py", line 446, in run
self.__target(*self.__args, **self.__kwargs)
File "/home/edgar/ouroborus/worldish/sequence_threaded.py", line 304, in agentsLoop
elif self.currentEntry.fatum["voice"].ate == 1:
AttributeError: 'NoneType' object has no attribute 'fatum'
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It seems that agents are now compiling, I'm assigning this bug to Erno because in the latest traceback his files seem to be implicated. It may or may not be the same bug.
Erno, I have no idea how to help you reproduce it. I did a clean install and it still seems to be happening. Try a clean install, if that doesn't do it, maybe some of the previous installation is still affecting things, or maybe there's a system or hardware difference between our machines.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm sorry, but I could not reproduce the bug. I did make a clean install, but the simulation runs swiftly (as does my old one). Can you reproduce the bug in another machine? Have you tried both the debug and the curses views? Do they behave equally?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Bug report
Exception in thread Agents:
Traceback (most recent call last):
File "/usr/lib/python2.5/threading.py", line 486, in __bootstrap_inner
self.run()
File "/usr/lib/python2.5/threading.py", line 446, in run
self.__target(*self.__args, **self.__kwargs)
File "/home/edgar/ouroborus/worldish/sequence_threaded.py", line 304, in agentsLoop
elif self.currentEntry.fatum["voice"].ate == 1:
AttributeError: 'NoneType' object has no attribute 'fatum'
It seems that agents are now compiling, I'm assigning this bug to Erno because in the latest traceback his files seem to be implicated. It may or may not be the same bug.
Erno, I have no idea how to help you reproduce it. I did a clean install and it still seems to be happening. Try a clean install, if that doesn't do it, maybe some of the previous installation is still affecting things, or maybe there's a system or hardware difference between our machines.
I'm sorry, but I could not reproduce the bug. I did make a clean install, but the simulation runs swiftly (as does my old one). Can you reproduce the bug in another machine? Have you tried both the debug and the curses views? Do they behave equally?
P.S. What where the changes made that spoiled the simulation? That would be important to know.