Hello,
Thanks for the trick 😊
1-I did reverse builtin & native for msvcr100, no change (Error R6034)
2-Then reverse as well for msvcr90, 80, 71, 70, all the one i could find.
3-Launch eve.exe throught Crossover gives this:
Traceback (most recent call last):
File "launcher.py", line 36, in <module>
File "lib\initialization.pyc", line 125, in StartLauncher
File "lib\initialization.pyc", line 59, in InitInfo
File "lib\info.pyc", line 136, in Setup
File "lib\info.pyc", line 128, in Get
File "lib\info.pyc", line 115, in GetLauncherInfoFunc
File "lib\info.pyc", line 103, in GetLauncherInfo
File "lib\info.pyc", line 71, in GetInfoFromUrl
File "lib\info.pyc", line 53, in ParseHttpHeaderDate
File "_strptime.pyc", line 454, in _strptime_time
File "_strptime.pyc", line 325, in _strptime
ValueError: time data 'Wed, 14 Mar 2012 01:40:21 GMT' does not match format '%a, %d %b %Y %H:%M:%S %Z'
Locals by frame, innermost last:
Frame <module> in launcher.py at line 47:
NoInternetError = <class 'lib.exceptions.NoInternetError'>
ServerUnreachableException = <class 'lib.exceptions.ServerUnreachableException'>
Shutdown = <function Shutdown at 0x01EA4970>
StartLauncher = <function StartLauncher at 0x02209330>
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 0x01B62730>
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)>
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 128:
app = <wx._core.App; proxy of <Swig Object of type 'wxPyApp *' at 0x6bc208> >
folder = 'C:\Program Files\CCP\EVE'
Frame InitInfo in lib\initialization.pyc at line 59:
cacheDir = u'C:\Program Files\CCP\EVE\launcher\cache'
folder = 'C:\Program Files\CCP\EVE'
server = 'TQ'
Frame Setup in lib\info.pyc at line 136:
cachedir = u'C:\Program Files\CCP\EVE\launcher\cache'
server = 'TQ'
Frame Get in lib\info.pyc at line 128:
cachedir = u'C:\Program Files\CCP\EVE\launcher\cache'
path = ''
server = 'TQ'
Frame GetLauncherInfoFunc in lib\info.pyc at line 115:
cachedir = u'C:\Program Files\CCP\EVE\launcher\cache'
server = 'TQ'
Frame GetLauncherInfo in lib\info.pyc at line 103:
cachedir = u'C:\Program Files\CCP\EVE\launcher\cache'
infoPath = u'C:\Program Files\CCP\EVE\launcher\cache\win_launcherinfoTQ_inc.txt'
server = 'TQ'
url = 'http://client.eveonline.com/patches/win_launcherinfoTQ_inc.txt'
Frame GetInfoFromUrl in lib\info.pyc at line 71:
http_socket = <addinfourl at 38111912 whose fp = <socket._fileobject object at 0x024590B0>>
infoDir = u'C:\Program Files\CCP\EVE\launcher\cache'
infoPath = u'C:\Program Files\CCP\EVE\launcher\cache\win_launcherinfoTQ_inc.txt'
lastModHeader = 'Wed, 14 Mar 2012 01:40:21 GMT'
url = 'http://client.eveonline.com/patches/win_launcherinfoTQ_inc.txt'
Frame ParseHttpHeaderDate in lib\info.pyc at line 53:
dateText = 'Wed, 14 Mar 2012 01:40:21 GMT'
Frame _strptime_time in _strptime.pyc at line 454:
data_string = 'Wed, 14 Mar 2012 01:40:21 GMT'
format = '%a, %d %b %Y %H:%M:%S %Z'
Frame _strptime in _strptime.pyc at line 325:
data_string = 'Wed, 14 Mar 2012 01:40:21 GMT'
format = '%a, %d %b %Y %H:%M:%S %Z'
format_regex = <_sre.SRE_Pattern object at 0x024A8010>
found = None
locale_time = <_strptime.LocaleTime object at 0x02456A50>
4-Launch repair.exe (throught Crossover) crash it during initialisation
5-Launch /bin/ExeFile.exe (with Crossover) crash it without the error message
6-Launch the launcher.exe (with Crossover):
Traceback (most recent call last):
File "launcher.py", line 36, in <module>
File "lib\initialization.pyc", line 125, in StartLauncher
File "lib\initialization.pyc", line 59, in InitInfo
File "lib\info.pyc", line 136, in Setup
File "lib\info.pyc", line 128, in Get
File "lib\info.pyc", line 115, in GetLauncherInfoFunc
File "lib\info.pyc", line 103, in GetLauncherInfo
File "lib\info.pyc", line 71, in GetInfoFromUrl
File "lib\info.pyc", line 53, in ParseHttpHeaderDate
File "_strptime.pyc", line 454, in _strptime_time
File "_strptime.pyc", line 325, in _strptime
ValueError: time data 'Wed, 14 Mar 2012 01:40:21 GMT' does not match format '%a, %d %b %Y %H:%M:%S %Z'
Locals by frame, innermost last:
Frame <module> in launcher.py at line 47:
NoInternetError = <class 'lib.exceptions.NoInternetError'>
ServerUnreachableException = <class 'lib.exceptions.ServerUnreachableException'>
Shutdown = <function Shutdown at 0x01EA5970>
StartLauncher = <function StartLauncher at 0x02209330>
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 0x01B62730>
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)>
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 128:
app = <wx._core.App; proxy of <Swig Object of type 'wxPyApp *' at 0x6742f8> >
folder = 'C:\Program Files\CCP\EVE'
Frame InitInfo in lib\initialization.pyc at line 59:
cacheDir = u'C:\Program Files\CCP\EVE\launcher\cache'
folder = 'C:\Program Files\CCP\EVE'
server = 'TQ'
Frame Setup in lib\info.pyc at line 136:
cachedir = u'C:\Program Files\CCP\EVE\launcher\cache'
server = 'TQ'
Frame Get in lib\info.pyc at line 128:
cachedir = u'C:\Program Files\CCP\EVE\launcher\cache'
path = ''
server = 'TQ'
Frame GetLauncherInfoFunc in lib\info.pyc at line 115:
cachedir = u'C:\Program Files\CCP\EVE\launcher\cache'
server = 'TQ'
Frame GetLauncherInfo in lib\info.pyc at line 103:
cachedir = u'C:\Program Files\CCP\EVE\launcher\cache'
infoPath = u'C:\Program Files\CCP\EVE\launcher\cache\win_launcherinfoTQ_inc.txt'
server = 'TQ'
url = 'http://client.eveonline.com/patches/win_launcherinfoTQ_inc.txt'
Frame GetInfoFromUrl in lib\info.pyc at line 71:
http_socket = <addinfourl at 38111912 whose fp = <socket._fileobject object at 0x024590B0>>
infoDir = u'C:\Program Files\CCP\EVE\launcher\cache'
infoPath = u'C:\Program Files\CCP\EVE\launcher\cache\win_launcherinfoTQ_inc.txt'
lastModHeader = 'Wed, 14 Mar 2012 01:40:21 GMT'
url = 'http://client.eveonline.com/patches/win_launcherinfoTQ_inc.txt'
Frame ParseHttpHeaderDate in lib\info.pyc at line 53:
dateText = 'Wed, 14 Mar 2012 01:40:21 GMT'
Frame _strptime_time in _strptime.pyc at line 454:
data_string = 'Wed, 14 Mar 2012 01:40:21 GMT'
format = '%a, %d %b %Y %H:%M:%S %Z'
Frame _strptime in _strptime.pyc at line 325:
data_string = 'Wed, 14 Mar 2012 01:40:21 GMT'
format = '%a, %d %b %Y %H:%M:%S %Z'
format_regex = <_sre.SRE_Pattern object at 0x024A82D0>
found = None
locale_time = <_strptime.LocaleTime object at 0x02456A50>
So now i feel a bit better cause this looks like the same issues everyone have on the forums :D
Time format ?
Python thing ?
/me go back to read some new tricks