Skip to content

Instantly share code, notes, and snippets.

@Oshuma
Created December 30, 2013 03:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Oshuma/8177440 to your computer and use it in GitHub Desktop.
Save Oshuma/8177440 to your computer and use it in GitHub Desktop.
2013-12-29 21:53:24,532 DEBUG AI : AI_1 logger initialized.
2013-12-29 21:53:24,532 DEBUG AI : AIClientApp and logging initialized. Running app.
2013-12-29 21:53:24,532 DEBUG AI : PythonAI::PythonAI()
2013-12-29 21:53:24,546 DEBUG AI : Python initialized
2013-12-29 21:53:24,546 DEBUG AI : Python version: 2.7.5 (default, May 12 2013, 12:27:12)
[GCC 4.8.0 20130502 (prerelease)]
2013-12-29 21:53:24,546 DEBUG AI : Python prefix: /usr
2013-12-29 21:53:24,546 DEBUG AI : Python module search path: /usr/local/freeorion/lib/python2.7:/usr/local/freeorion/lib/python2.7/lib-dynload:/usr/lib/python27.zip:/usr/lib/python2.7/:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload
2013-12-29 21:53:24,546 DEBUG AI : Initializing C++ interfaces for Python
2013-12-29 21:53:24,645 DEBUG AI : Python stdout and stderr redirected
2013-12-29 21:53:24,650 ERROR AI : Traceback (most recent call last):
2013-12-29 21:53:24,650 ERROR AI : File "/usr/local/freeorion/share/freeorion/default/AI/FreeOrionAI.py", line 2, in <module>
2013-12-29 21:53:24,650 ERROR AI : import pickle # Python object serialization library
2013-12-29 21:53:24,650 ERROR AI : File "/usr/lib/python2.7/pickle.py", line 34, in <module>
2013-12-29 21:53:24,650 ERROR AI : import struct
2013-12-29 21:53:24,650 ERROR AI : File "/usr/lib/python2.7/struct.py", line 1, in <module>
2013-12-29 21:53:24,650 ERROR AI : from _struct import *
2013-12-29 21:53:24,650 ERROR AI : ImportError: No module named _struct
2013-12-29 21:53:24,650 DEBUG AI : Attempting to contact server
2013-12-29 21:53:24,650 DEBUG AI : ClientNetworking::ConnectToServer : attempting to connect to server at 127.0.0.1
2013-12-29 21:53:24,651 DEBUG AI : tcp::resolver::iterator host_name: 127.0.0.1 address: 127.0.0.1 port: 12346
2013-12-29 21:53:24,651 DEBUG AI : ClientNetworking::ConnectToServer : connected to server
2013-12-29 21:53:24,651 DEBUG AI : ClientNetworking::ConnectToServer : starting networking thread
2013-12-29 21:53:27,652 DEBUG AI : AIClientApp::HandleMessage : Received JOIN_GAME acknowledgement
2013-12-29 21:53:27,652 DEBUG AI : ClientNetworking::SetPlayerID: player id set to: 2
2013-12-29 21:53:28,653 DEBUG AI : AIClientApp::HandleMessage : Received GAME_START message; starting AI turn...
2013-12-29 21:53:29,794 DEBUG AI : Initializing AlignmentManager
2013-12-29 21:53:29,798 DEBUG AI : ExtractMessage empire deserialization time 0
2013-12-29 21:53:29,798 DEBUG AI : Universe::serialize : (de)serializing universe width
2013-12-29 21:53:29,798 DEBUG AI : Universe::serialize : (de)serializing ship designs
2013-12-29 21:53:30,073 DEBUG AI : Universe::serialize : (de)serializing empire object visibility
2013-12-29 21:53:30,073 DEBUG AI : Universe::serialize : (de)serializing actual objects
2013-12-29 21:53:30,073 DEBUG AI : Universe::serialize : (de)serializing empre known objects
2013-12-29 21:53:30,073 DEBUG AI : Universe::serialize : (de)serializing last allocated ids
2013-12-29 21:53:30,073 DEBUG AI : Universe::serialize : (de)serializing done
2013-12-29 21:53:30,073 DEBUG AI : Universe::serialize : Swapping old/new data
2013-12-29 21:53:30,074 DEBUG AI : ExtractMessage universe deserialization time 140
2013-12-29 21:53:30,074 DEBUG AI : Extracted GameStart message for turn: 1 with empire: 2
2013-12-29 21:53:30,074 DEBUG AI : Message::GAME_START loaded_game_data: 0
2013-12-29 21:53:30,074 DEBUG AI : Message::GAME_START Starting New Game!
2013-12-29 21:53:30,074 DEBUG AI : Message::GAME_START getting AI aggression, max is 0
2013-12-29 21:53:30,074 DEBUG AI : Message::GAME_START starting new game with AI aggression set to 0 from int(0+0+1)/2
2013-12-29 21:53:30,075 ERROR AI : AttributeError: 'NoneType' object has no attribute 'startNewGame'
2013-12-29 21:53:30,075 DEBUG AI : PythonAI::GenerateOrders : initializing turn
2013-12-29 21:53:30,075 DEBUG AI : Universe::InitMeterEstimatesAndDiscrepancies
2013-12-29 21:53:30,075 DEBUG AI : Universe::GetEffectsAndTargets
2013-12-29 21:53:30,169 DEBUG AI : Type times: planet species: 0 ship species: 0 specials: 0 techs: 0 buildings: 40 hulls/parts: 0 fields: 0
2013-12-29 21:53:30,170 DEBUG AI : Universe::UpdateMeterEstimatesImpl on 19 objects time: 40
2013-12-29 21:53:30,170 DEBUG AI : Universe::GetEffectsAndTargets
2013-12-29 21:53:30,174 DEBUG AI : Type times: planet species: 0 ship species: 0 specials: 0 techs: 0 buildings: 0 hulls/parts: 0 fields: 0
2013-12-29 21:53:30,176 DEBUG AI : ========= Production Update for empire: 1 ========
2013-12-29 21:53:30,177 DEBUG AI : ========= Production Update for empire: 2 ========
2013-12-29 21:53:30,178 DEBUG AI : ========= Production Update for empire: 3 ========
2013-12-29 21:53:30,179 DEBUG AI : ========= Production Update for empire: 4 ========
2013-12-29 21:53:30,179 DEBUG AI : AIInterface::InitTurn time: 40
2013-12-29 21:53:30,179 ERROR AI : AttributeError: 'NoneType' object has no attribute 'generateOrders'
2013-12-29 21:53:30,179 DEBUG AI : AIInterface::DoneTurn()
2013-12-29 21:53:30,179 DEBUG AI : PythonAI::GenerateOrders order generating time: 0
2013-12-29 21:53:30,179 ERROR AI : AttributeError: 'NoneType' object has no attribute 'prepareForSave'
2013-12-29 21:53:34,430 DEBUG AI : Message::END_GAME : Exiting
2013-12-29 21:53:34,431 FATAL AI : Initiating Exit (code 0 - normal termination)
2013-12-29 21:53:25,533 DEBUG AI : AI_2 logger initialized.
2013-12-29 21:53:25,533 DEBUG AI : AIClientApp and logging initialized. Running app.
2013-12-29 21:53:25,533 DEBUG AI : PythonAI::PythonAI()
2013-12-29 21:53:25,547 DEBUG AI : Python initialized
2013-12-29 21:53:25,547 DEBUG AI : Python version: 2.7.5 (default, May 12 2013, 12:27:12)
[GCC 4.8.0 20130502 (prerelease)]
2013-12-29 21:53:25,547 DEBUG AI : Python prefix: /usr
2013-12-29 21:53:25,547 DEBUG AI : Python module search path: /usr/local/freeorion/lib/python2.7:/usr/local/freeorion/lib/python2.7/lib-dynload:/usr/lib/python27.zip:/usr/lib/python2.7/:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload
2013-12-29 21:53:25,547 DEBUG AI : Initializing C++ interfaces for Python
2013-12-29 21:53:25,646 DEBUG AI : Python stdout and stderr redirected
2013-12-29 21:53:25,652 ERROR AI : Traceback (most recent call last):
2013-12-29 21:53:25,652 ERROR AI : File "/usr/local/freeorion/share/freeorion/default/AI/FreeOrionAI.py", line 2, in <module>
2013-12-29 21:53:25,652 ERROR AI : import pickle # Python object serialization library
2013-12-29 21:53:25,652 ERROR AI : File "/usr/lib/python2.7/pickle.py", line 34, in <module>
2013-12-29 21:53:25,652 ERROR AI : import struct
2013-12-29 21:53:25,652 ERROR AI : File "/usr/lib/python2.7/struct.py", line 1, in <module>
2013-12-29 21:53:25,652 ERROR AI : from _struct import *
2013-12-29 21:53:25,652 ERROR AI : ImportError: No module named _struct
2013-12-29 21:53:25,652 DEBUG AI : Attempting to contact server
2013-12-29 21:53:25,652 DEBUG AI : ClientNetworking::ConnectToServer : attempting to connect to server at 127.0.0.1
2013-12-29 21:53:25,652 DEBUG AI : tcp::resolver::iterator host_name: 127.0.0.1 address: 127.0.0.1 port: 12346
2013-12-29 21:53:25,652 DEBUG AI : ClientNetworking::ConnectToServer : connected to server
2013-12-29 21:53:25,652 DEBUG AI : ClientNetworking::ConnectToServer : starting networking thread
2013-12-29 21:53:27,653 DEBUG AI : AIClientApp::HandleMessage : Received JOIN_GAME acknowledgement
2013-12-29 21:53:27,653 DEBUG AI : ClientNetworking::SetPlayerID: player id set to: 3
2013-12-29 21:53:28,658 DEBUG AI : AIClientApp::HandleMessage : Received GAME_START message; starting AI turn...
2013-12-29 21:53:29,964 DEBUG AI : Initializing AlignmentManager
2013-12-29 21:53:29,968 DEBUG AI : ExtractMessage empire deserialization time 0
2013-12-29 21:53:29,968 DEBUG AI : Universe::serialize : (de)serializing universe width
2013-12-29 21:53:29,968 DEBUG AI : Universe::serialize : (de)serializing ship designs
2013-12-29 21:53:30,212 DEBUG AI : Universe::serialize : (de)serializing empire object visibility
2013-12-29 21:53:30,212 DEBUG AI : Universe::serialize : (de)serializing actual objects
2013-12-29 21:53:30,213 DEBUG AI : Universe::serialize : (de)serializing empre known objects
2013-12-29 21:53:30,213 DEBUG AI : Universe::serialize : (de)serializing last allocated ids
2013-12-29 21:53:30,213 DEBUG AI : Universe::serialize : (de)serializing done
2013-12-29 21:53:30,213 DEBUG AI : Universe::serialize : Swapping old/new data
2013-12-29 21:53:30,213 DEBUG AI : ExtractMessage universe deserialization time 140
2013-12-29 21:53:30,213 DEBUG AI : Extracted GameStart message for turn: 1 with empire: 3
2013-12-29 21:53:30,213 DEBUG AI : Message::GAME_START loaded_game_data: 0
2013-12-29 21:53:30,213 DEBUG AI : Message::GAME_START Starting New Game!
2013-12-29 21:53:30,213 DEBUG AI : Message::GAME_START getting AI aggression, max is 0
2013-12-29 21:53:30,213 DEBUG AI : Message::GAME_START starting new game with AI aggression set to 0 from int(0+0+1)/2
2013-12-29 21:53:30,213 ERROR AI : AttributeError: 'NoneType' object has no attribute 'startNewGame'
2013-12-29 21:53:30,213 DEBUG AI : PythonAI::GenerateOrders : initializing turn
2013-12-29 21:53:30,213 DEBUG AI : Universe::InitMeterEstimatesAndDiscrepancies
2013-12-29 21:53:30,214 DEBUG AI : Universe::GetEffectsAndTargets
2013-12-29 21:53:30,264 DEBUG AI : Type times: planet species: 0 ship species: 0 specials: 0 techs: 0 buildings: 40 hulls/parts: 0 fields: 0
2013-12-29 21:53:30,265 DEBUG AI : Universe::UpdateMeterEstimatesImpl on 20 objects time: 40
2013-12-29 21:53:30,265 DEBUG AI : Universe::GetEffectsAndTargets
2013-12-29 21:53:30,267 DEBUG AI : Type times: planet species: 0 ship species: 0 specials: 0 techs: 0 buildings: 0 hulls/parts: 0 fields: 0
2013-12-29 21:53:30,267 DEBUG AI : ========= Production Update for empire: 1 ========
2013-12-29 21:53:30,268 DEBUG AI : ========= Production Update for empire: 2 ========
2013-12-29 21:53:30,268 DEBUG AI : ========= Production Update for empire: 3 ========
2013-12-29 21:53:30,268 DEBUG AI : ========= Production Update for empire: 4 ========
2013-12-29 21:53:30,268 DEBUG AI : AIInterface::InitTurn time: 40
2013-12-29 21:53:30,269 ERROR AI : AttributeError: 'NoneType' object has no attribute 'generateOrders'
2013-12-29 21:53:30,269 DEBUG AI : AIInterface::DoneTurn()
2013-12-29 21:53:30,269 DEBUG AI : PythonAI::GenerateOrders order generating time: 0
2013-12-29 21:53:30,269 ERROR AI : AttributeError: 'NoneType' object has no attribute 'prepareForSave'
2013-12-29 21:53:34,270 DEBUG AI : Message::END_GAME : Exiting
2013-12-29 21:53:34,270 FATAL AI : Initiating Exit (code 0 - normal termination)
2013-12-29 21:53:26,533 DEBUG AI : AI_3 logger initialized.
2013-12-29 21:53:26,533 DEBUG AI : AIClientApp and logging initialized. Running app.
2013-12-29 21:53:26,533 DEBUG AI : PythonAI::PythonAI()
2013-12-29 21:53:26,547 DEBUG AI : Python initialized
2013-12-29 21:53:26,547 DEBUG AI : Python version: 2.7.5 (default, May 12 2013, 12:27:12)
[GCC 4.8.0 20130502 (prerelease)]
2013-12-29 21:53:26,547 DEBUG AI : Python prefix: /usr
2013-12-29 21:53:26,547 DEBUG AI : Python module search path: /usr/local/freeorion/lib/python2.7:/usr/local/freeorion/lib/python2.7/lib-dynload:/usr/lib/python27.zip:/usr/lib/python2.7/:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload
2013-12-29 21:53:26,547 DEBUG AI : Initializing C++ interfaces for Python
2013-12-29 21:53:26,646 DEBUG AI : Python stdout and stderr redirected
2013-12-29 21:53:26,651 ERROR AI : Traceback (most recent call last):
2013-12-29 21:53:26,651 ERROR AI : File "/usr/local/freeorion/share/freeorion/default/AI/FreeOrionAI.py", line 2, in <module>
2013-12-29 21:53:26,652 ERROR AI : import pickle # Python object serialization library
2013-12-29 21:53:26,652 ERROR AI : File "/usr/lib/python2.7/pickle.py", line 34, in <module>
2013-12-29 21:53:26,652 ERROR AI : import struct
2013-12-29 21:53:26,652 ERROR AI : File "/usr/lib/python2.7/struct.py", line 1, in <module>
2013-12-29 21:53:26,652 ERROR AI : from _struct import *
2013-12-29 21:53:26,652 ERROR AI : ImportError: No module named _struct
2013-12-29 21:53:26,652 DEBUG AI : Attempting to contact server
2013-12-29 21:53:26,652 DEBUG AI : ClientNetworking::ConnectToServer : attempting to connect to server at 127.0.0.1
2013-12-29 21:53:26,652 DEBUG AI : tcp::resolver::iterator host_name: 127.0.0.1 address: 127.0.0.1 port: 12346
2013-12-29 21:53:26,652 DEBUG AI : ClientNetworking::ConnectToServer : connected to server
2013-12-29 21:53:26,652 DEBUG AI : ClientNetworking::ConnectToServer : starting networking thread
2013-12-29 21:53:27,653 DEBUG AI : AIClientApp::HandleMessage : Received JOIN_GAME acknowledgement
2013-12-29 21:53:27,653 DEBUG AI : ClientNetworking::SetPlayerID: player id set to: 4
2013-12-29 21:53:28,654 DEBUG AI : AIClientApp::HandleMessage : Received GAME_START message; starting AI turn...
2013-12-29 21:53:29,915 DEBUG AI : Initializing AlignmentManager
2013-12-29 21:53:29,927 DEBUG AI : ExtractMessage empire deserialization time 0
2013-12-29 21:53:29,927 DEBUG AI : Universe::serialize : (de)serializing universe width
2013-12-29 21:53:29,927 DEBUG AI : Universe::serialize : (de)serializing ship designs
2013-12-29 21:53:30,239 DEBUG AI : Universe::serialize : (de)serializing empire object visibility
2013-12-29 21:53:30,240 DEBUG AI : Universe::serialize : (de)serializing actual objects
2013-12-29 21:53:30,240 DEBUG AI : Universe::serialize : (de)serializing empre known objects
2013-12-29 21:53:30,240 DEBUG AI : Universe::serialize : (de)serializing last allocated ids
2013-12-29 21:53:30,240 DEBUG AI : Universe::serialize : (de)serializing done
2013-12-29 21:53:30,240 DEBUG AI : Universe::serialize : Swapping old/new data
2013-12-29 21:53:30,240 DEBUG AI : ExtractMessage universe deserialization time 120
2013-12-29 21:53:30,240 DEBUG AI : Extracted GameStart message for turn: 1 with empire: 4
2013-12-29 21:53:30,241 DEBUG AI : Message::GAME_START loaded_game_data: 0
2013-12-29 21:53:30,241 DEBUG AI : Message::GAME_START Starting New Game!
2013-12-29 21:53:30,241 DEBUG AI : Message::GAME_START getting AI aggression, max is 0
2013-12-29 21:53:30,241 DEBUG AI : Message::GAME_START starting new game with AI aggression set to 0 from int(0+0+1)/2
2013-12-29 21:53:30,241 ERROR AI : AttributeError: 'NoneType' object has no attribute 'startNewGame'
2013-12-29 21:53:30,241 DEBUG AI : PythonAI::GenerateOrders : initializing turn
2013-12-29 21:53:30,241 DEBUG AI : Universe::InitMeterEstimatesAndDiscrepancies
2013-12-29 21:53:30,241 DEBUG AI : Universe::GetEffectsAndTargets
2013-12-29 21:53:30,344 DEBUG AI : Type times: planet species: 60 ship species: 0 specials: 40 techs: 0 buildings: 0 hulls/parts: 0 fields: 0
2013-12-29 21:53:30,345 DEBUG AI : Universe::UpdateMeterEstimatesImpl on 34 objects time: 100
2013-12-29 21:53:30,345 DEBUG AI : Universe::GetEffectsAndTargets
2013-12-29 21:53:30,347 DEBUG AI : Type times: planet species: 0 ship species: 0 specials: 0 techs: 0 buildings: 0 hulls/parts: 0 fields: 0
2013-12-29 21:53:30,348 DEBUG AI : ========= Production Update for empire: 1 ========
2013-12-29 21:53:30,348 DEBUG AI : ========= Production Update for empire: 2 ========
2013-12-29 21:53:30,348 DEBUG AI : ========= Production Update for empire: 3 ========
2013-12-29 21:53:30,349 DEBUG AI : ========= Production Update for empire: 4 ========
2013-12-29 21:53:30,349 DEBUG AI : AIInterface::InitTurn time: 100
2013-12-29 21:53:30,349 ERROR AI : AttributeError: 'NoneType' object has no attribute 'generateOrders'
2013-12-29 21:53:30,349 DEBUG AI : AIInterface::DoneTurn()
2013-12-29 21:53:30,349 DEBUG AI : PythonAI::GenerateOrders order generating time: 0
2013-12-29 21:53:30,349 ERROR AI : AttributeError: 'NoneType' object has no attribute 'prepareForSave'
2013-12-29 21:53:34,359 DEBUG AI : Message::END_GAME : Exiting
2013-12-29 21:53:34,359 FATAL AI : Initiating Exit (code 0 - normal termination)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment