From the logs, I see two problems. The main issue looks like the same Python library issue as before. Can you verify that this is occurring in Vezzra's builds as well? Edit: And could you determine if there's a specific build where this started happening? I don't think anything has changed in the relevant code, so hopefully it's just a matter of how night vs how Vezzra are making the builds... /Edit
Code:
2012-01-27 10:29:00,999 DEBUG AI : Initializing C++ interfaces for Python
2012-01-27 10:29:01,157 DEBUG AI : Python stdout and stderr redirected
2012-01-27 10:29:01,160 ERROR AI : Traceback (most recent call last):
2012-01-27 10:29:01,160 ERROR AI : File "/Users/jbjerk/Desktop/FreeOrion.app/Contents/Resources/default/AI/FreeOrionAI.py", line 2, in <module>
2012-01-27 10:29:01,160 ERROR AI : import pickle # Python object serialization library
2012-01-27 10:29:01,160 ERROR AI : File "/Users/jbjerk/Desktop/FreeOrion.app/Contents/Frameworks/Python.framework/Versions/Current/lib/python2.7/pickle.py", line 34, in <module>
2012-01-27 10:29:01,160 ERROR AI : import struct
2012-01-27 10:29:01,160 ERROR AI : File "/Users/jbjerk/Desktop/FreeOrion.app/Contents/Frameworks/Python.framework/Versions/Current/lib/python2.7/struct.py", line 1, in <module>
2012-01-27 10:29:01,160 ERROR AI : from _struct import *
2012-01-27 10:29:01,160 ERROR AI : ImportError: No module named _struct
Also, it looks like there were more broken effectsgroups from your recent commenting out of krill spawning messages. I fixed one, but apparently there were more that I missed since I was only looking for issues with the krill 1 which I observed in game. The closing comment is before the closing brace of the parameters list, but should be after to comment out the whole effect. For example:
Code:
/*
GenerateSitRepMessage
message = "EFFECT_MONSTER_SPAWNING"
parameters = [
tag = "predefinedshipdesign" data = "SM_KRILL_3"
tag = "system" data = Source.SystemID
*/ <----- here
]
In the logs, this is causing errors such as
Code:
2012-01-27 10:29:08,495 ERROR AI : /Users/jbjerk/Desktop/FreeOrion.app/Contents/Resources/default/ship_hulls.txt:1931:12: Parse error. Expected string here:
scope = And [
^