These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

Issues, Workarounds & Localization

 
  • Topic is locked indefinitely.
 

Alternative way of patching

First post First post First post
Author
Colonel Marshall
#401 - 2013-02-27 12:35:56 UTC
Citricioni wrote:
@Colonel Marshall
I'm online with about 128kBIT/s (~16kBYTE/s) and downloaded the patches from the first post in this thread. Then i added them with the "import patch" from the launcher settings menu and it works.




I can manually download the file but the launcher it self does not show, sometimes it just give me the pop up screen to either start eve or the ok button, so no options button for me, Its fine, tomorrow ill get a new way of internet solution since CCP can do nothing about the launcher thing.
Elliocast Giantfeller
Temple Integrated Security Services
#402 - 2013-02-27 19:33:06 UTC
Colonel Marshall wrote:
I can manually download the file but the launcher it self does not show, sometimes it just give me the pop up screen to either start eve or the ok button, so no options button for me, Its fine, tomorrow ill get a new way of internet solution since CCP can do nothing about the launcher thing.


Same thing going on here. I can't get the launcher to come up to import the patch I have moved over.
CCP Atropos
C C P
C C P Alliance
#403 - 2013-02-28 10:54:04 UTC
Are you able to view the logs it generates? Hopefully there's a clue as the cause in there.
Elliocast Giantfeller
Temple Integrated Security Services
#404 - 2013-03-05 13:37:23 UTC
CCP Atropos wrote:
Are you able to view the logs it generates? Hopefully there's a clue as the cause in there.


Without internet Connection:

2013-03-05 08:24:03,598 - initialization - INFO - ######################################### Logging Started ##########################################
2013-03-05 08:24:03,602 - update - INFO - server address: 'Tranquility'
2013-03-05 08:24:03,602 - info - INFO - Getting Info from http://client.eveonline.com/patches/win_launcherinfoTQ_inc.txt
2013-03-05 08:24:03,604 - urllib2mods - WARNING - Request: ['GET /patches/win_launcherinfoTQ_inc.txt HTTP/1.1', 'Host: client.eveonline.com', 'User-Agent: EVEOnlineLauncher/1.32', 'Connection: close', 'Pragma: no-cache', 'Accept-Encoding: gzip']
2013-03-05 08:24:07,269 - launcher - INFO - Shutting down launcher

With Internet Connection, through proxy (this will span posts, sorry.):
2013-03-05 08:23:49,701 - initialization - INFO - ######################################### Logging Started ##########################################
2013-03-05 08:23:49,706 - update - INFO - server address: 'Tranquility'
2013-03-05 08:23:49,706 - info - INFO - Getting Info from http://client.eveonline.com/patches/win_launcherinfoTQ_inc.txt
2013-03-05 08:23:49,707 - urllib2mods - WARNING - Request: ['GET /patches/win_launcherinfoTQ_inc.txt HTTP/1.1', 'Host: client.eveonline.com', 'User-Agent: EVEOnlineLauncher/1.32', 'Connection: close', 'Pragma: no-cache', 'Accept-Encoding: gzip']
2013-03-05 08:23:49,898 - urllib2mods - INFO - Received None encoded response
2013-03-05 08:23:49,898 - urllib2mods - WARNING - Response: ['Location: http://192.168.2.14:15871/cgi-bin/blockpage.cgi?ws-session=84039016', 'Pragma: no-cache', 'Cache-Control: no-cache']
2013-03-05 08:23:49,901 - launcher - ERROR - 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 74, in InitInfo
File "lib\info.pyc", line 146, in Setup
File "lib\info.pyc", line 138, in Get
File "lib\info.pyc", line 125, in GetLauncherInfoFunc
File "lib\info.pyc", line 113, in GetLauncherInfo
File "lib\info.pyc", line 68, in GetInfoFromUrl
File "download\urllib2Mods.pyc", line 156, in Opener
File "download\urllib2Mods.pyc", line 121, in func
File "urllib2.pyc", line 126, in urlopen
File "urllib2.pyc", line 397, in open
File "urllib2.pyc", line 510, in http_response
File "urllib2.pyc", line 429, in error
File "urllib2.pyc", line 369, in _call_chain
File "urllib2.pyc", line 584, in http_error_302
File "urllib2.pyc", line 554, in redirect_request
TypeError: Request() got an unexpected keyword argument 'origin_req_host'
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 0x0351AAF0>
StartLauncher = <function StartLauncher at 0x038248F0>
__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 0x03402370>
lib = <module 'lib' from 'C:\Program Files\CCP\EVE\launcher\library.zip\lib\__init__.pyc'>
localization = <module 'localization' from 'C:\Program Files\CCP\EVE\launcher\library.zip\localization\__init__.pyc'>
os = <module 'os' from 'C:\Program Files\CCP\EVE\launcher\library.zip\os.pyc'>
socket = <module 'socket' from 'C:\Program Files\CCP\EVE\launcher\library.zip\socket.pyc'>
sys = <module 'sys' (built-in)>
threading = <module 'threading' from 'C:\Program Files\CCP\EVE\launcher\library.zip\threading.pyc'>
urllib2 = <module 'urllib2' from 'C:\Program Files\CCP\EVE\launcher\library.zip\urllib2.pyc'>
wx = <module 'wx' from 'C:\Program Files\CCP\EVE\launcher\library.zip\wx\__init__.pyc'>
zipextimporter = <module 'zipextimporter' from 'C:\Program Files\CCP\EVE\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 0x1ee9100> >
folder = u'C:\\Program Files\\CCP\\EVE'
Frame InitInfo in lib\initialization.pyc at line 74:
cacheDir = u'C:\\Program Files\\CCP\\EVE\\launcher\\cache'
folder = u'C:\\Program Files\\CCP\\EVE'
server = 'TQ'
Frame Setup in lib\info.pyc at line 146:
cachedir = u'C:\\Program Files\\CCP\\EVE\\launcher\\cache'
server = 'TQ'
Frame Get in lib\info.pyc at line 138:
cachedir = u'C:\\Program Files\\CCP\\EVE\\launcher\\cache'
path = ''
server = 'TQ'
Frame GetLauncherInfoFunc in lib\info.pyc at line 125:
cachedir = u'C:\\Program Files\\CCP\\EVE\\launcher\\cache'
server = 'TQ'
Frame GetLauncherInfo in lib\info.pyc at line 113:
cachedir = u'C:\\Program Files\\CCP\\EVE\\launcher\\cache'
infoPath = u'C:\\Program Files\\CCP\\EVE\\launcher\\cache\\win_launcherinfoTQ_inc.txt'
server = 'TQ'
Elliocast Giantfeller
Temple Integrated Security Services
#405 - 2013-03-05 13:38:29 UTC
url = 'http://client.eveonline.com/patches/win_launcherinfoTQ_inc.txt'
Frame GetInfoFromUrl in lib\info.pyc at line 68:
infoPath = u'C:\\Program Files\\CCP\\EVE\\launcher\\cache\\win_launcherinfoTQ_inc.txt'
request = <urllib2.Request instance at 0x07AB0DC8>
url = 'http://client.eveonline.com/patches/win_launcherinfoTQ_inc.txt'
Frame Opener in download\urllib2Mods.pyc at line 156:
_max = 1.0
_min = 1e-20
_urlopen = <function func at 0x0377F9F0>
a = (<urllib2.Request instance at 0x07AB0DC8>,)
clock = [2.8365322663649677e-06]
kw = {}
lock = <thread.lock object at 0x0192CF00>
slp = [1e-20]
throttle = [None]
Frame func in download\urllib2Mods.pyc at line 121:
_urlopen = <function urlopen at 0x033DD930>
a = (<urllib2.Request instance at 0x07AB0DC8>,)
counter = [0]
kw = {}
Frame urlopen in urllib2.pyc at line 126:
data = None
timeout = <object object at 0x00741050>
url = <urllib2.Request instance at 0x07AB0DC8>
Frame open in urllib2.pyc at line 397:
data = None
fullurl = <urllib2.Request instance at 0x07AB0DC8>
meth = <bound method HTTPErrorProcessor.http_response of <urllib2.HTTPErrorProcessor instance at 0x0351CDC8>>
meth_name = 'http_response'
processor = <urllib2.HTTPErrorProcessor instance at 0x0351CDC8>
protocol = 'http'
req = <urllib2.Request instance at 0x07AB0DC8>
response = <addinfourl at 128685160 whose fp = <addinfourl at 128685640 whose fp = <socket._fileobject object at 0x07AB46B0>>>
self = <urllib2.OpenerDirector instance at 0x034C19B8>
self.addheaders = [('User-agent', 'Python-urllib/2.7')]
self.handle_error = {'http': {'default': [<urllib2.HTTPDefaultErrorHandler instance at 0x0351CD78>], 307: [<urllib2.HTTPRedirectHandler instance at 0x0351CDA0>], 301: [<urllib2.HTTPRedirectHandler instance at 0x0351CDA0>], 302: [<urllib2.HTTPRedirectHandler instance at 0x0351CDA0>], 303: [<urllib2.HTTPRedirectHandler instance at 0x0351CDA0>]}}
self.handle_open = {'unknown': [<urllib2.UnknownHandler instance at 0x034F4DC8>], 'http': [<download.urllib2Mods.HttpHandlerWithCompressionSupport instance at 0x0351CF08>], 'https': [<urllib2.HTTPSHandler instance at 0x0351CE90>], 'file': [<urllib2.FileHandler instance at 0x0351CE18>], 'ftp': [<urllib2.FTPHandler instance at 0x0351CDF0>]}
self.handlers = [<urllib2.UnknownHandler instance at 0x034F4DC8>, <urllib2.HTTPDefaultErrorHandler instance at 0x0351CD78>, <urllib2.HTTPRedirectHandler instance at 0x0351CDA0>, <urllib2.FTPHandler instance at 0x0351CDF0>, <urllib2.FileHandler instance at 0x0351CE18>, <urllib2.HTTPSHandler instance at 0x0351CE90>, <download.urllib2Mods.HttpHandlerWithCompressionSupport instance at 0x0351CF08>, <urllib2.HTTPErrorProcessor instance at 0x0351CDC8>]
self.process_request = {'http': [<download.urllib2Mods.HttpHandlerWithCompressionSupport instance at 0x0351CF08>], 'https': [<urllib2.HTTPSHandler instance at 0x0351CE90>]}
self.process_response = {'http': [<urllib2.HTTPErrorProcessor instance at 0x0351CDC8>], 'https': [<urllib2.HTTPErrorProcessor instance at 0x0351CDC8>]}
timeout = <object object at 0x00741050>
Frame http_response in urllib2.pyc at line 510:
code = 302
hdrs = <httplib.HTTPMessage instance at 0x07AB9378>
msg = 'Moved'
request = <urllib2.Request instance at 0x07AB0DC8>
response = <addinfourl at 128685160 whose fp = <addinfourl at 128685640 whose fp = <socket._fileobject object at 0x07AB46B0>>>
self = <urllib2.HTTPErrorProcessor instance at 0x0351CDC8>
self.parent = <urllib2.OpenerDirector instance at 0x034C19B8>
Frame error in urllib2.pyc at line 429:
args = ({'default': [<urllib2.HTTPDefaultErrorHandler instance at 0x0351CD78>], 307: [<urllib2.HTTPRedirectHandler instance at 0x0351CDA0>], 301: [<urllib2.HTTPRedirectHandler instance at 0x0351CDA0>], 302: [<urllib2.HTTPRedirectHandler instance at 0x0351CDA0>], 303: [<urllib2.HTTPRedirectHandler instance at 0x0351CDA0>]}, 302, 'http_error_302', <urllib2.Request instance at 0x07AB0DC8>, <addinfourl at 128685160 whose fp = <addinfourl at 128685640 whose fp = <socket._fileobject object at 0x07AB46B0>>>, 302, 'Moved', <httplib.HTTPMessage instance at 0x07AB9378>)
Elliocast Giantfeller
Temple Integrated Security Services
#406 - 2013-03-05 13:39:00 UTC
dict = {'default': [<urllib2.HTTPDefaultErrorHandler instance at 0x0351CD78>], 307: [<urllib2.HTTPRedirectHandler instance at 0x0351CDA0>], 301: [<urllib2.HTTPRedirectHandler instance at 0x0351CDA0>], 302: [<urllib2.HTTPRedirectHandler instance at 0x0351CDA0>], 303: [<urllib2.HTTPRedirectHandler instance at 0x0351CDA0>]}
http_err = 1
meth_name = 'http_error_302'
orig_args = (<urllib2.Request instance at 0x07AB0DC8>, <addinfourl at 128685160 whose fp = <addinfourl at 128685640 whose fp = <socket._fileobject object at 0x07AB46B0>>>, 302, 'Moved', <httplib.HTTPMessage instance at 0x07AB9378>)
proto = 302
self = <urllib2.OpenerDirector instance at 0x034C19B8>
self.addheaders = [('User-agent', 'Python-urllib/2.7')]
self.handle_error = {'http': {'default': [<urllib2.HTTPDefaultErrorHandler instance at 0x0351CD78>], 307: [<urllib2.HTTPRedirectHandler instance at 0x0351CDA0>], 301: [<urllib2.HTTPRedirectHandler instance at 0x0351CDA0>], 302: [<urllib2.HTTPRedirectHandler instance at 0x0351CDA0>], 303: [<urllib2.HTTPRedirectHandler instance at 0x0351CDA0>]}}
self.handle_open = {'unknown': [<urllib2.UnknownHandler instance at 0x034F4DC8>], 'http': [<download.urllib2Mods.HttpHandlerWithCompressionSupport instance at 0x0351CF08>], 'https': [<urllib2.HTTPSHandler instance at 0x0351CE90>], 'file': [<urllib2.FileHandler instance at 0x0351CE18>], 'ftp': [<urllib2.FTPHandler instance at 0x0351CDF0>]}
self.handlers = [<urllib2.UnknownHandler instance at 0x034F4DC8>, <urllib2.HTTPDefaultErrorHandler instance at 0x0351CD78>, <urllib2.HTTPRedirectHandler instance at 0x0351CDA0>, <urllib2.FTPHandler instance at 0x0351CDF0>, <urllib2.FileHandler instance at 0x0351CE18>, <urllib2.HTTPSHandler instance at 0x0351CE90>, <download.urllib2Mods.HttpHandlerWithCompressionSupport instance at 0x0351CF08>, <urllib2.HTTPErrorProcessor instance at 0x0351CDC8>]
self.process_request = {'http': [<download.urllib2Mods.HttpHandlerWithCompressionSupport instance at 0x0351CF08>], 'https': [<urllib2.HTTPSHandler instance at 0x0351CE90>]}
self.process_response = {'http': [<urllib2.HTTPErrorProcessor instance at 0x0351CDC8>], 'https': [<urllib2.HTTPErrorProcessor instance at 0x0351CDC8>]}
Frame _call_chain in urllib2.pyc at line 369:
args = (<urllib2.Request instance at 0x07AB0DC8>, <addinfourl at 128685160 whose fp = <addinfourl at 128685640 whose fp = <socket._fileobject object at 0x07AB46B0>>>, 302, 'Moved', <httplib.HTTPMessage instance at 0x07AB9378>)
chain = {'default': [<urllib2.HTTPDefaultErrorHandler instance at 0x0351CD78>], 307: [<urllib2.HTTPRedirectHandler instance at 0x0351CDA0>], 301: [<urllib2.HTTPRedirectHandler instance at 0x0351CDA0>], 302: [<urllib2.HTTPRedirectHandler instance at 0x0351CDA0>], 303: [<urllib2.HTTPRedirectHandler instance at 0x0351CDA0>]}
func = <bound method HTTPRedirectHandler.http_error_302 of <urllib2.HTTPRedirectHandler instance at 0x0351CDA0>>
handler = <urllib2.HTTPRedirectHandler instance at 0x0351CDA0>
handlers = [<urllib2.HTTPRedirectHandler instance at 0x0351CDA0>]
kind = 302
meth_name = 'http_error_302'
self = <urllib2.OpenerDirector instance at 0x034C19B8>
self.addheaders = [('User-agent', 'Python-urllib/2.7')]
self.handle_error = {'http': {'default': [<urllib2.HTTPDefaultErrorHandler instance at 0x0351CD78>], 307: [<urllib2.HTTPRedirectHandler instance at 0x0351CDA0>], 301: [<urllib2.HTTPRedirectHandler instance at 0x0351CDA0>], 302: [<urllib2.HTTPRedirectHandler instance at 0x0351CDA0>], 303: [<urllib2.HTTPRedirectHandler instance at 0x0351CDA0>]}}
self.handle_open = {'unknown': [<urllib2.UnknownHandler instance at 0x034F4DC8>], 'http': [<download.urllib2Mods.HttpHandlerWithCompressionSupport instance at 0x0351CF08>], 'https': [<urllib2.HTTPSHandler instance at 0x0351CE90>], 'file': [<urllib2.FileHandler instance at 0x0351CE18>], 'ftp': [<urllib2.FTPHandler instance at 0x0351CDF0>]}
self.handlers = [<urllib2.UnknownHandler instance at 0x034F4DC8>, <urllib2.HTTPDefaultErrorHandler instance at 0x0351CD78>, <urllib2.HTTPRedirectHandler instance at 0x0351CDA0>, <urllib2.FTPHandler instance at 0x0351CDF0>, <urllib2.FileHandler instance at 0x0351CE18>, <urllib2.HTTPSHandler instance at 0x0351CE90>, <download.urllib2Mods.HttpHandlerWithCompressionSupport instance at 0x0351CF08>, <urllib2.HTTPErrorProcessor instance at 0x0351CDC8>]
self.process_request = {'http': [<download.urllib2Mods.HttpHandlerWithCompressionSupport instance at 0x0351CF08>], 'https': [<urllib2.HTTPSHandler instance at 0x0351CE90>]}
self.process_response = {'http': [<urllib2.HTTPErrorProcessor instance at 0x0351CDC8>], 'https': [<urllib2.HTTPErrorProcessor instance at 0x0351CDC8>]}
Frame http_error_302 in urllib2.pyc at line 584:
code = 302
fp = <addinfourl at 128685160 whose fp = <addinfourl at 128685640 whose fp = <socket._fileobject object at 0x07AB46B0>>>
headers = <httplib.HTTPMessage instance at 0x07AB9378>
msg = 'Moved'
newurl = 'http://192.168.2.14:15871/cgi-bin/blockpage.cgi?ws-session=84039016'
req = <urllib2.Request instance at 0x07AB0DC8>
Elliocast Giantfeller
Temple Integrated Security Services
#407 - 2013-03-05 13:40:34 UTC
self = <urllib2.HTTPRedirectHandler instance at 0x0351CDA0>
self.parent = <urllib2.OpenerDirector instance at 0x034C19B8>
urlparts = ParseResult(scheme='http', netloc='192.168.2.14:15871', path='/cgi-bin/blockpage.cgi', params='', query='ws-session=84039016', fragment='')
Frame redirect_request in urllib2.pyc at line 554:
code = 302
fp = <addinfourl at 128685160 whose fp = <addinfourl at 128685640 whose fp = <socket._fileobject object at 0x07AB46B0>>>
headers = <httplib.HTTPMessage instance at 0x07AB9378>
m = 'GET'
msg = 'Moved'
newheaders = {'Accept-encoding': 'gzip', 'Pragma': 'no-cache', 'User-agent': 'EVEOnlineLauncher/1.32'}
newurl = 'http://192.168.2.14:15871/cgi-bin/blockpage.cgi?ws-session=84039016'
req = <urllib2.Request instance at 0x07AB0DC8>
self = <urllib2.HTTPRedirectHandler instance at 0x0351CDA0>
self.parent = <urllib2.OpenerDirector instance at 0x034C19B8>
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 74, in InitInfo
File "lib\info.pyc", line 146, in Setup
File "lib\info.pyc", line 138, in Get
File "lib\info.pyc", line 125, in GetLauncherInfoFunc
File "lib\info.pyc", line 113, in GetLauncherInfo
File "lib\info.pyc", line 68, in GetInfoFromUrl
File "download\urllib2Mods.pyc", line 156, in Opener
File "download\urllib2Mods.pyc", line 121, in func
File "urllib2.pyc", line 126, in urlopen
File "urllib2.pyc", line 397, in open
File "urllib2.pyc", line 510, in http_response
File "urllib2.pyc", line 429, in error
File "urllib2.pyc", line 369, in _call_chain
File "urllib2.pyc", line 584, in http_error_302
File "urllib2.pyc", line 554, in redirect_request
TypeError: Request() got an unexpected keyword argument 'origin_req_host'
2013-03-05 08:23:51,548 - launcher - INFO - Shutting down launcher
CCP Atropos
C C P
C C P Alliance
#408 - 2013-03-05 14:13:10 UTC
It's because you appear to be behind a proxy or firewall that is redirecting your traffic: http://192.168.2.14:15871/cgi-bin/blockpage.cgi?ws-session=84039016

The EVE Launcher is currently unable to handle 302 redirects, which this proxy or firewall appears to be employing. Given the page being referenced in the URL I posted (which I copied from your log), I would guess that it's some form of website block (see: "blockpage.cgi" in the URL).
Elliocast Giantfeller
Temple Integrated Security Services
#409 - 2013-03-05 14:31:21 UTC
Thanks. So even if I export my patch from my home PC and bring it in on a flash drive, I have no way to get it patched on this computer?
CCP Atropos
C C P
C C P Alliance
#410 - 2013-03-05 15:49:42 UTC
It looks like you can't. You might be able to invoke the applypatch.exe directly, to patch with, but you will end up having to do that for every patch we release.
TheButcherPete
KarmaFleet
Goonswarm Federation
#411 - 2013-03-05 19:45:30 UTC
I wish CCP would redo bits of the launcher to redownload corrupted bits instead of choking and dying :(

This makes it nearly impossible for me to patch most days, and with two patches a week sometimes...

well it hurts. Quite a bit.

[b]THE KING OF EVE RADIO

If EVE is real, does that mean all of us are RMTrs?[/b]

3dward Scissorhands
#412 - 2013-03-15 12:50:31 UTC
Imcompatible protocol? manual link ?

i am still having this issue.
I can manually download the file but the launcher it self does not show, sometimes it just give me the pop up screen to either start eve or the ok button, so no options button for me, Its fine, tomorrow ill get a new way of internet solution since CCP can do nothing about the launcher thing.
3dward Scissorhands
#413 - 2013-03-15 14:18:53 UTC
3dward Scissorhands wrote:
Imcompatible protocol? manual link ?

i am still having this issue.
I can manually download the file but the launcher it self does not show, sometimes it just give me the pop up screen to either start eve or the ok button, so no options button for me, Its fine, tomorrow ill get a new way of internet solution since CCP can do nothing about the launcher thing.



There was an unexpected error while retrieving update status:

Unable to download file /500912/evepremiumpatch500912.exe from the server.
Error: [Errno socket error] [Errno 10054] An existing connection was forcibly closed by the remote host: 'recv operation failed'
CCP Atropos
C C P
C C P Alliance
#414 - 2013-03-18 10:22:24 UTC
Do you have a more complete log that we could review?
3dward Scissorhands
#415 - 2013-03-18 11:11:39 UTC
Greetings, i also tried the method in which deleting common.ini to invoke repair tool, but after deleting the file now i get errors. I would love to post the error log in here, but this forum thing keeps displaying that the input may not contain HTML


CCP Atropos
C C P
C C P Alliance
#416 - 2013-03-18 11:22:58 UTC
3dward Scissorhands wrote:
Greetings, i also tried the method in which deleting common.ini to invoke repair tool, but after deleting the file now i get errors. I would love to post the error log in here, but this forum thing keeps displaying that the input may not contain HTML



Try Pastebin
3dward Scissorhands
#417 - 2013-03-18 16:16:11 UTC
Here goes nothing, i hope this is what you needed. This is the repair.xe error

repair log

Here is the launcher error:

lancher error
CCP Atropos
C C P
C C P Alliance
#418 - 2013-03-18 17:24:59 UTC
3dward Scissorhands wrote:
Here goes nothing, i hope this is what you needed. This is the repair.xe error

repair log

Here is the launcher error:

lancher error

Looking at your log, you seem unable to reach our webservers (ie: this file). Are you able to open that link in your usual webbrowser? Are you operating from behind a restricted network or proxy at all?
3dward Scissorhands
#419 - 2013-03-18 18:13:30 UTC
Nope, i am able to open all the links specified in repair and launcher. THe problem is only when the client needs to update. AFAIK, i am not behind any proxy or restricted network as i am able to play ps3 onlien among other games. Also i am able to trace and ping all the link including the ip for the game server 87.237.38.200

repair

patchs

launcher
CCP Atropos
C C P
C C P Alliance
#420 - 2013-03-19 08:33:19 UTC
3dward Scissorhands wrote:
Nope, i am able to open all the links specified in repair and launcher. THe problem is only when the client needs to update. AFAIK, i am not behind any proxy or restricted network as i am able to play ps3 onlien among other games. Also i am able to trace and ping all the link including the ip for the game server 87.237.38.200

repair

patchs

launcher


Just so that I understand you properly, you are unable to access any of the links you provided (repair, patches, launcher)?

If that's the case, then that's the cause for your inability to patch. You need to be able to access the http://client.eveonline.com webserver, and for some reason are unable to. Are you at a university or workplace, where you can ask a handy systems administrator to investigate?