Advertisement
Guest User

Bucky error

a guest
Sep 12th, 2012
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.21 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "launcher.py", line 44, in <module>
  3. File "lib\initialization.pyc", line 138, in StartLauncher
  4. File "lib\initialization.pyc", line 70, in InitInfo
  5. File "lib\info.pyc", line 150, in GetUpdateServer
  6. NameError: global name 'GetServerBuildNumber' is not defined
  7. Locals by frame, innermost last:
  8. Frame <module> in launcher.py at line 56:
  9. NoInternetError = <class 'lib.exceptions.NoInternetError'>
  10. ServerUnreachableException = <class 'lib.exceptions.ServerUnreachableException'>
  11. Shutdown = <function Shutdown at 0x03FF9AF0>
  12. StartLauncher = <function StartLauncher at 0x04310BF0>
  13. __builtins__ = <module '__builtin__' (built-in)>
  14. __doc__ = '\n This is the entry point into the launcher, it handles setting up the working\n directory, logging and finally importing and starting the laucher within a\n log-proof try/exeception clause so we can catch almost any exception and display\n an error message.\n'
  15. __name__ = '__main__'
  16. __package__ = None
  17. exc_plus = <function exc_plus at 0x03EDA370>
  18. lib = <module 'lib' from 'C:\Program Files (x86)\CCP\Buckingham\launcher\library.zip\lib\__init__.pyc'>
  19. localization = <module 'localization' from 'C:\Program Files (x86)\CCP\Buckingham\launcher\library.zip\localization\__init__.pyc'>
  20. os = <module 'os' from 'C:\Program Files (x86)\CCP\Buckingham\launcher\library.zip\os.pyc'>
  21. socket = <module 'socket' from 'C:\Program Files (x86)\CCP\Buckingham\launcher\library.zip\socket.pyc'>
  22. sys = <module 'sys' (built-in)>
  23. threading = <module 'threading' from 'C:\Program Files (x86)\CCP\Buckingham\launcher\library.zip\threading.pyc'>
  24. urllib2 = <module 'urllib2' from 'C:\Program Files (x86)\CCP\Buckingham\launcher\library.zip\urllib2.pyc'>
  25. wx = <module 'wx' from 'C:\Program Files (x86)\CCP\Buckingham\launcher\library.zip\wx\__init__.pyc'>
  26. zipextimporter = <module 'zipextimporter' from 'C:\Program Files (x86)\CCP\Buckingham\launcher\library.zip\zipextimporter.pyc'>
  27. Frame StartLauncher in lib\initialization.pyc at line 141:
  28. app = <wx._core.App; proxy of <Swig Object of type 'wxPyApp *' at 0x45b4e20> >
  29. folder = u'C:\\Program Files (x86)\\CCP\\Buckingham'
  30. Frame InitInfo in lib\initialization.pyc at line 70:
  31. cacheDir = u'C:\\Program Files (x86)\\CCP\\Buckingham\\launcher\\cache'
  32. folder = u'C:\\Program Files (x86)\\CCP\\Buckingham'
  33. Frame GetUpdateServer in lib\info.pyc at line 150:
  34. clientInfo = {'usescriptindexfiles': '1', 'appname': 'EVE', 'region': 'ccp', 'socketio': 'iocp', 'sync': '412710', 'server': '87.237.38.69', 'edition': 'premium', 'version': '7.43', 'role': 'client', 'build': '412710', 'branch': '//depot/games/branches/release/EVE-TRANQUILITY/eve', 'aid': '0', 'codename': 'EVE-EVE-TRANQUILITY', 'port': '26000', 'cryptopack': 'CryptoAPI'}
  35. folder = u'C:\\Program Files (x86)\\CCP\\Buckingham'
  36. server = '87.237.38.69'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement