Lots of weirdness. It's a guess, but I think you most likely pressed ignore during a previous update and it didn't update it properly.
You can try and salvage it with the renpy console. Use:
for xxx in allcharas:
try:
AvailableEvents(xxx)
except:
print "Error on xxx.name"