Guest User

Untitled

a guest
Oct 26th, 2011
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.36 KB | None | 0 0
  1. Here's my output starting a new game. (I always get the error messages about jack because I have it installed, but I don't run it usually)
  2.  
  3. From stderr/out:
  4. Cannot connect to server socket err = No such file or directory
  5. Cannot connect to server socket
  6. jack server is not running or cannot be started
  7. Cannot connect to server socket err = No such file or directory
  8. Cannot connect to server socket
  9. jack server is not running or cannot be started
  10. Cannot connect to server socket err = No such file or directory
  11. Cannot connect to server socket
  12. jack server is not running or cannot be started
  13. FreeOrion server waiting for network events
  14. Traceback (most recent call last):
  15. File "<string>", line 2, in <module>
  16. ImportError: No module named freeOrionLogger
  17. Traceback (most recent call last):
  18. File "<string>", line 2, in <module>
  19. ImportError: No module named freeOrionLogger
  20. Traceback (most recent call last):
  21. File "<string>", line 2, in <module>
  22. ImportError: No module named freeOrionLogger
  23. AttributeError: 'NoneType' object has no attribute 'startNewGame'
  24. AttributeError: 'NoneType' object has no attribute 'startNewGame'
  25. AttributeError: 'NoneType' object has no attribute 'startNewGame'
  26. AttributeError: 'NoneType' object has no attribute 'generateOrders'
  27. AttributeError: 'NoneType' object has no attribute 'generateOrders'
  28. AttributeError: 'NoneType' object has no attribute 'prepareForSave'
  29. AttributeError: 'NoneType' object has no attribute 'prepareForSave'
  30. AttributeError: 'NoneType' object has no attribute 'generateOrders'
  31. AttributeError: 'NoneType' object has no attribute 'prepareForSave'
  32.  
  33.  
  34.  
  35. From the log file:
  36. 2011-10-26 02:43:24,004 DEBUG AI : AI_1 logger initialized.
  37. 2011-10-26 02:43:24,004 DEBUG AI : AIClientApp and logging initialized. Running app.
  38. 2011-10-26 02:43:24,004 DEBUG AI : PythonAI::PythonAI()
  39. 2011-10-26 02:43:24,059 DEBUG AI : Python initialized
  40. 2011-10-26 02:43:24,059 DEBUG AI : Python version: 3.2.2 (default, Sep 18 2011, 05:30:47)
  41. [GCC 4.4.5]
  42. 2011-10-26 02:43:24,059 DEBUG AI : Python prefix: /usr
  43. 2011-10-26 02:43:24,059 DEBUG AI : Python module search path: /usr/lib64/python32.zip:/usr/lib64/python3.2/:/usr/lib64/python3.2/plat-linux2:/usr/lib64/python3.2/lib-dynload
  44. 2011-10-26 02:43:24,059 DEBUG AI : Initializing C++ interfaces for Python
  45. 2011-10-26 02:43:24,115 ERROR AI : Unable to redirect Python stdout and stderr.
  46. (snipped)
  47.  
Advertisement
Add Comment
Please, Sign In to add comment