Guest User

Untitled

a guest
Dec 11th, 2012
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.17 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\update.pyc", line 1068, in GetUpdateServer
  6. File "lib\update.pyc", line 1106, in GetServerBuildNumber
  7. File "lib\getServerStatusHack.pyc", line 53, in GetServerBuildnumber
  8. File "lib\getServerStatusHack.pyc", line 11, in GetServerResp
  9. File "socket.pyc", line 222, in meth
  10. error: [Errno 10013] An attempt was made to access a socket in a way forbidden by its access permissions
  11. Locals by frame, innermost last:
  12. Frame <module> in launcher.py at line 56:
  13. NoInternetError = <class 'lib.exceptions.NoInternetError'>
  14. ServerUnreachableException = <class 'lib.exceptions.ServerUnreachableException'>
  15. Shutdown = <function Shutdown at 0x03DC1BB0>
  16. StartLauncher = <function StartLauncher at 0x040E89B0>
  17. __builtins__ = <module '__builtin__' (built-in)>
  18. __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'
  19. __name__ = '__main__'
  20. __package__ = None
  21. exc_plus = <function exc_plus at 0x03CA1430>
  22. lib = <module 'lib' from 'F:\Program Files (x86)\CCP\EVE-Singularity\launcher\library.zip\lib\__init__.pyc'>
  23. localization = <module 'localization' from 'F:\Program Files (x86)\CCP\EVE-Singularity\launcher\library.zip\localization\__init__.pyc'>
  24. os = <module 'os' from 'F:\Program Files (x86)\CCP\EVE-Singularity\launcher\library.zip\os.pyc'>
  25. socket = <module 'socket' from 'F:\Program Files (x86)\CCP\EVE-Singularity\launcher\library.zip\socket.pyc'>
  26. sys = <module 'sys' (built-in)>
  27. threading = <module 'threading' from 'F:\Program Files (x86)\CCP\EVE-Singularity\launcher\library.zip\threading.pyc'>
  28. urllib2 = <module 'urllib2' from 'F:\Program Files (x86)\CCP\EVE-Singularity\launcher\library.zip\urllib2.pyc'>
  29. wx = <module 'wx' from 'F:\Program Files (x86)\CCP\EVE-Singularity\launcher\library.zip\wx\__init__.pyc'>
  30. zipextimporter = <module 'zipextimporter' from 'F:\Program Files (x86)\CCP\EVE-Singularity\launcher\library.zip\zipextimporter.pyc'>
  31. Frame StartLauncher in lib\initialization.pyc at line 141:
  32. app = <wx._core.App; proxy of <Swig Object of type 'wxPyApp *' at 0x1fe6c70> >
  33. folder = u'F:\\Program Files (x86)\\CCP\\EVE-Singularity'
  34. Frame InitInfo in lib\initialization.pyc at line 70:
  35. cacheDir = u'F:\\Program Files (x86)\\CCP\\EVE-Singularity\\launcher\\cache'
  36. folder = u'F:\\Program Files (x86)\\CCP\\EVE-Singularity'
  37. Frame GetUpdateServer in lib\update.pyc at line 1068:
  38. clientInfo = {'usescriptindexfiles': '1', 'appname': 'EVE', 'region': 'ccp', 'socketio': 'iocp', 'sync': '458913', 'server': '87.237.38.69', 'edition': 'premium', 'version': '8.20', 'role': 'client', 'build': '458913', 'branch': '//depot/games/branches/release/EVE-TRANQUILITY/eve', 'aid': '0', 'codename': 'EVE-EVE-TRANQUILITY', 'port': '26000', 'cryptopack': 'CryptoAPI'}
  39. folder = u'F:\\Program Files (x86)\\CCP\\EVE-Singularity'
  40. server = '87.237.38.69'
  41. Frame GetServerBuildNumber in lib\update.pyc at line 1106:
  42. address = '87.237.38.69'
  43. Frame GetServerBuildnumber in lib\getServerStatusHack.pyc at line 53:
  44. ip = '87.237.38.69'
  45. Frame GetServerResp in lib\getServerStatusHack.pyc at line 16:
  46. ip = '87.237.38.69'
  47. s = <socket._socketobject object at 0x04325650>
  48. Frame meth in socket.pyc at line 222:
  49. args = (('87.237.38.69', 26000),)
  50. name = 'connect'
  51. self = <socket._socketobject object at 0x04325650>
Advertisement
Add Comment
Please, Sign In to add comment