Guest User

Untitled

a guest
Jan 19th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "C:\Python27\lib\logging\__init__.py", line 842, in emit
  3. msg = self.format(record)
  4. File "C:\Python27\lib\logging\__init__.py", line 719, in format
  5. return fmt.format(record)
  6. File "C:\Python27\lib\logging\__init__.py", line 464, in format
  7. record.message = record.getMessage()
  8. File "C:\Python27\lib\logging\__init__.py", line 328, in getMessage
  9. msg = msg % self.args
  10. File "D:\UnknownHorizons\unknown-horizons\unknown-horizons\horizons\ai\aiplaye
  11. r\resourcemanager.py", line 303, in __str__
  12. result = 'ResourceManager(%s, %d)' % (self.settlement_manager.settlement.nam
  13. e, self.worldid)
  14. AttributeError: 'ResourceManager' object has no attribute 'settlement_manager'
  15. Logged from file worldobject.py, line 71
  16. Traceback (most recent call last):
  17. File "C:\Python27\lib\logging\__init__.py", line 842, in emit
  18. msg = self.format(record)
  19. File "C:\Python27\lib\logging\__init__.py", line 719, in format
  20. return fmt.format(record)
  21. File "C:\Python27\lib\logging\__init__.py", line 464, in format
  22. record.message = record.getMessage()
  23. File "C:\Python27\lib\logging\__init__.py", line 328, in getMessage
  24. msg = msg % self.args
  25. File "D:\UnknownHorizons\unknown-horizons\unknown-horizons\horizons\ai\aiplaye
  26. r\resourcemanager.py", line 303, in __str__
  27. result = 'ResourceManager(%s, %d)' % (self.settlement_manager.settlement.nam
  28. e, self.worldid)
  29. AttributeError: 'ResourceManager' object has no attribute 'settlement_manager'
  30. Logged from file worldobject.py, line 71
  31. terminate called after throwing an instance of 'gcn::Exception'
  32.  
  33. This application has requested the Runtime to terminate it in an unusual way.
  34. Please contact the application's support team for more information.
  35. Press any key to continue . . .
Add Comment
Please, Sign In to add comment