Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Traceback (most recent call last):
- File "launcher.py", line 44, in <module>
- File "lib\initialization.pyc", line 138, in StartLauncher
- File "lib\initialization.pyc", line 70, in InitInfo
- File "lib\update.pyc", line 1068, in GetUpdateServer
- File "lib\update.pyc", line 1106, in GetServerBuildNumber
- File "lib\getServerStatusHack.pyc", line 53, in GetServerBuildnumber
- File "lib\getServerStatusHack.pyc", line 11, in GetServerResp
- File "socket.pyc", line 222, in meth
- error: [Errno 10013] An attempt was made to access a socket in a way forbidden by its access permissions
- Locals by frame, innermost last:
- Frame <module> in launcher.py at line 56:
- NoInternetError = <class 'lib.exceptions.NoInternetError'>
- ServerUnreachableException = <class 'lib.exceptions.ServerUnreachableException'>
- Shutdown = <function Shutdown at 0x03DC1BB0>
- StartLauncher = <function StartLauncher at 0x040E89B0>
- __builtins__ = <module '__builtin__' (built-in)>
- __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'
- __name__ = '__main__'
- __package__ = None
- exc_plus = <function exc_plus at 0x03CA1430>
- lib = <module 'lib' from 'F:\Program Files (x86)\CCP\EVE-Singularity\launcher\library.zip\lib\__init__.pyc'>
- localization = <module 'localization' from 'F:\Program Files (x86)\CCP\EVE-Singularity\launcher\library.zip\localization\__init__.pyc'>
- os = <module 'os' from 'F:\Program Files (x86)\CCP\EVE-Singularity\launcher\library.zip\os.pyc'>
- socket = <module 'socket' from 'F:\Program Files (x86)\CCP\EVE-Singularity\launcher\library.zip\socket.pyc'>
- sys = <module 'sys' (built-in)>
- threading = <module 'threading' from 'F:\Program Files (x86)\CCP\EVE-Singularity\launcher\library.zip\threading.pyc'>
- urllib2 = <module 'urllib2' from 'F:\Program Files (x86)\CCP\EVE-Singularity\launcher\library.zip\urllib2.pyc'>
- wx = <module 'wx' from 'F:\Program Files (x86)\CCP\EVE-Singularity\launcher\library.zip\wx\__init__.pyc'>
- zipextimporter = <module 'zipextimporter' from 'F:\Program Files (x86)\CCP\EVE-Singularity\launcher\library.zip\zipextimporter.pyc'>
- Frame StartLauncher in lib\initialization.pyc at line 141:
- app = <wx._core.App; proxy of <Swig Object of type 'wxPyApp *' at 0x1fe6c70> >
- folder = u'F:\\Program Files (x86)\\CCP\\EVE-Singularity'
- Frame InitInfo in lib\initialization.pyc at line 70:
- cacheDir = u'F:\\Program Files (x86)\\CCP\\EVE-Singularity\\launcher\\cache'
- folder = u'F:\\Program Files (x86)\\CCP\\EVE-Singularity'
- Frame GetUpdateServer in lib\update.pyc at line 1068:
- 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'}
- folder = u'F:\\Program Files (x86)\\CCP\\EVE-Singularity'
- server = '87.237.38.69'
- Frame GetServerBuildNumber in lib\update.pyc at line 1106:
- address = '87.237.38.69'
- Frame GetServerBuildnumber in lib\getServerStatusHack.pyc at line 53:
- ip = '87.237.38.69'
- Frame GetServerResp in lib\getServerStatusHack.pyc at line 16:
- ip = '87.237.38.69'
- s = <socket._socketobject object at 0x04325650>
- Frame meth in socket.pyc at line 222:
- args = (('87.237.38.69', 26000),)
- name = 'connect'
- self = <socket._socketobject object at 0x04325650>
Advertisement
Add Comment
Please, Sign In to add comment