|
You last visited: Today at 06:42
Advertisement
NFS World - Offline Server
Discussion on NFS World - Offline Server within the Need for Speed World forum part of the Other Online Games category.
06/27/2015, 23:39
|
#121
|
elite*gold: 0
Join Date: Jul 2012
Posts: 278
Received Thanks: 104
|
Quote:
Originally Posted by berkay2578
Your setup is corrupt, delete & reinstall python2.7
|
Didn't work. Same error.
|
|
|
06/27/2015, 23:43
|
#122
|
elite*gold: 0
Join Date: Jun 2014
Posts: 178
Received Thanks: 77
|
Quote:
Originally Posted by Supremo7
Didn't work. Same error.
|
Adding some info, tried reinstall different previous python versions till 2.7.9, and running powershell as admin.
|
|
|
06/27/2015, 23:43
|
#123
|
elite*gold: 15
Join Date: Aug 2012
Posts: 3,041
Received Thanks: 6,397
|
Quote:
Originally Posted by Supremo7
Didn't work. Same error.
|
no clue, try to google "python mitmproxy install error". busy with server stuff.
|
|
|
06/27/2015, 23:47
|
#124
|
elite*gold: 0
Join Date: Jun 2015
Posts: 18
Received Thanks: 14
|
Quote:
Originally Posted by berkay2578
NEW VERSION UP. YOU CAN USE YOUR PERSONAS NOW! REDOWNLOAD AND RE-READ README.TXT
Changelog
Release 28.06.2015 00:14GMT+2- Added ServerEditor.
- Server edited to work with ServerEditor.
- Powerups edited to 110.
- Added special effects.(Christmas etc. Use ServerEditor to change.)
- Minor bug fixes.
|
sounds great, thanks man. appreciate your work
|
|
|
06/28/2015, 00:22
|
#125
|
elite*gold: 0
Join Date: Nov 2014
Posts: 47
Received Thanks: 1
|
i have ''out of memory'' error how to find?
|
|
|
06/28/2015, 00:35
|
#126
|
elite*gold: 0
Join Date: Dec 2010
Posts: 72
Received Thanks: 11
|
Quote:
Originally Posted by ablahabal
Are you sure mitmdump is running?
If it's not, you need 'http://localhost:7331/nfsw/Engine.svc' instead of 'http://localhost:1337/nfsw/Engine.svc' in the shortcut, but the game will keep crashing without mitmdump.
I have a problem with mitmdump too btw, couldn't install it. First had the same problem as some others above, then after looking around somehow managed to get through that just to run into another error instead..the problem seems to be with installing netlib, which I tried to install standalone too, failing the same way.
|
I don't think I properly installed mitmdump or whatever it is. İt gives an error when i write pip install mitmproxy on the powershell. Any help? and what is this pip, mitmdump, netlib etc. I don't understand.
|
|
|
06/28/2015, 00:38
|
#127
|
elite*gold: 0
Join Date: Mar 2015
Posts: 159
Received Thanks: 39
|
@berkay:for which version of windows is server editor written?
|
|
|
06/28/2015, 00:42
|
#128
|
elite*gold: 0
Join Date: Nov 2014
Posts: 47
Received Thanks: 1
|
..
Quote:
Originally Posted by Gucimermeri
i have ''out of memory'' error how to find?
|
help pls;
i click nfs.exe shortcut, later ''out of memory'' error.
|
|
|
06/28/2015, 00:46
|
#129
|
elite*gold: 0
Join Date: Jun 2015
Posts: 22
Received Thanks: 70
|
WHAT THIS? I DONT INSTAL mitmproxy
PS C:\Users\new> [Environment]::SetEnvironmentVariable("Path","$env:Path;C:\Pyth
on27\;C:\Python27\Scripts\","User")
PS C:\Users\new> pip install mitmproxy
Collecting mitmproxy
Exception:
Traceback (most recent call last):
File "C:\Python27\lib\site-packages\pip-7.0.3-py2.7.egg\pip\basecommand.py", l
ine 223, in main
status = self.run(options, args)
File "C:\Python27\lib\site-packages\pip-7.0.3-py2.7.egg\pip\commands\install.p
y", line 280, in run
requirement_set.prepare_files(finder)
File "C:\Python27\lib\site-packages\pip-7.0.3-py2.7.egg\pip\req\req_set.py", l
ine 317, in prepare_files
functools.partial(self._prepare_file, finder))
File "C:\Python27\lib\site-packages\pip-7.0.3-py2.7.egg\pip\req\req_set.py", l
ine 304, in _walk_req_to_install
more_reqs = handler(req_to_install)
File "C:\Python27\lib\site-packages\pip-7.0.3-py2.7.egg\pip\req\req_set.py", l
ine 439, in _prepare_file
req_to_install.populate_link(finder, self.upgrade)
File "C:\Python27\lib\site-packages\pip-7.0.3-py2.7.egg\pip\req\req_install.py
", line 244, in populate_link
self.link = finder.find_requirement(self, upgrade)
File "C:\Python27\lib\site-packages\pip-7.0.3-py2.7.egg\pip\index.py", line 48
6, in find_requirement
all_versions = self._find_all_versions(req.name)
File "C:\Python27\lib\site-packages\pip-7.0.3-py2.7.egg\pip\index.py", line 40
4, in _find_all_versions
index_locations = self._get_index_urls_locations(project_name)
File "C:\Python27\lib\site-packages\pip-7.0.3-py2.7.egg\pip\index.py", line 37
8, in _get_index_urls_locations
page = self._get_page(main_index_url)
File "C:\Python27\lib\site-packages\pip-7.0.3-py2.7.egg\pip\index.py", line 81
0, in _get_page
return HTMLPage.get_page(link, session=self.session)
File "C:\Python27\lib\site-packages\pip-7.0.3-py2.7.egg\pip\index.py", line 92
0, in get_page
"Cache-Control": "max-age=600",
File "C:\Python27\lib\site-packages\pip-7.0.3-py2.7.egg\pip\_vendor\requests\s
essions.py", line 477, in get
return self.request('GET', url, **kwargs)
File "C:\Python27\lib\site-packages\pip-7.0.3-py2.7.egg\pip\download.py", line
373, in request
return super(PipSession, self).request(method, url, *args, **kwargs)
File "C:\Python27\lib\site-packages\pip-7.0.3-py2.7.egg\pip\_vendor\requests\s
essions.py", line 465, in request
resp = self.send(prep, **send_kwargs)
File "C:\Python27\lib\site-packages\pip-7.0.3-py2.7.egg\pip\_vendor\requests\s
essions.py", line 605, in send
r.content
File "C:\Python27\lib\site-packages\pip-7.0.3-py2.7.egg\pip\_vendor\requests\m
odels.py", line 750, in content
self._content = bytes().join(self.iter_content(CONTENT_CHUNK_SIZE) ) or bytes
()
File "C:\Python27\lib\site-packages\pip-7.0.3-py2.7.egg\pip\_vendor\requests\m
odels.py", line 673, in generate
for chunk in self.raw.stream(chunk_size, decode_content=True):
File "C:\Python27\lib\site-packages\pip-7.0.3-py2.7.egg\pip\_vendor\requests\p
ackages\urllib3\response.py", line 307, in stream
data = self.read(amt=amt, decode_content=decode_content)
File "C:\Python27\lib\site-packages\pip-7.0.3-py2.7.egg\pip\_vendor\requests\p
ackages\urllib3\response.py", line 243, in read
data = self._fp.read(amt)
File "C:\Python27\lib\site-packages\pip-7.0.3-py2.7.egg\pip\_vendor\cachecontr
ol\filewrapper.py", line 54, in read
self.__callback(self.__buf.getvalue())
File "C:\Python27\lib\site-packages\pip-7.0.3-py2.7.egg\pip\_vendor\cachecontr
ol\controller.py", line 244, in cache_response
self.serializer.dumps(request, response, body=body),
File "C:\Python27\lib\site-packages\pip-7.0.3-py2.7.egg\pip\download.py", line
276, in set
return super(SafeFileCache, self).set(*args, **kwargs)
File "C:\Python27\lib\site-packages\pip-7.0.3-py2.7.egg\pip\_vendor\cachecontr
ol\caches\file_cache.py", line 99, in set
with self.lock_class(name) as lock:
File "C:\Python27\lib\site-packages\pip-7.0.3-py2.7.egg\pip\_vendor\lockfile\m
kdirlockfile.py", line 18, in __init__
LockBase.__init__(self, path, threaded, timeout)
File "C:\Python27\lib\site-packages\pip-7.0.3-py2.7.egg\pip\_vendor\lockfile\_
_init__.py", line 189, in __init__
hash(self.path)))
File "C:\Python27\lib\ntpath.py", line 85, in join
result_path = result_path + p_path
UnicodeDecodeError: 'ascii' codec can't decode byte 0xcf in position 4: ordinal
not in range(128)
|
|
|
06/28/2015, 00:48
|
#130
|
elite*gold: 0
Join Date: Jun 2014
Posts: 30
Received Thanks: 9
|
Quote:
Originally Posted by xxxfx
I don't think I properly installed mitmdump or whatever it is. İt gives an error when i write pip install mitmproxy on the powershell. Any help? and what is this pip, mitmdump, netlib etc. I don't understand.
|
I can't necessarily help, but if you post what error you get exactly, someone could possibly help.
|
|
|
06/28/2015, 00:48
|
#131
|
elite*gold: 0
Join Date: Sep 2012
Posts: 31
Received Thanks: 35
|
Guys you're amazing.I'm not getting even one game crash.Everything works perfect (that needs to be working)-sp events,powerups etc.
BTW you can download my persona username:KEVENFF it has 203 amazing cars,almost all max elite tunned.
Thanks to all people who made this-special thanks to berkay2578 
List of Cars:
PORSCHE 911 GT3 RS
TOYOTA COROLLA GT-S (AE86)
TOYOTA COROLLA GT-S (AE86)
TOYOTA COROLLA GT-S (AE86)
KOENIGSEGG CCX
LAMBORGHINI MURCIELAGO LP 640
LAMBORGHINI MURCIELAGO LP 640
LAMBORGHINI MURCIELAGO LP 640
KOENIGSEGG CCX ELITE
BMW M1 PROCAR (1979)
BMW M1 PROCAR (1979)
LAMBORGHINI REVENTON
CHEVROLET CAMARO ZL1 ELITE
MCLAREN MP4-12C
MCLAREN MP4-12C
MCLAREN MP4-12C
LAMBORGHINI ESTOQUE
LAMBORGHINI MURCIELAGO SV
MITSUBISHI ECLIPSE ELITE
DODGE VIPER SRT10 ACR ELITE
MAZDA MAZDASPEED 3
MAZDA MAZDASPEED 3
MAZDA MAZDASPEED 3
SUBARU IMPREZA WRX STI (HATCHBACK)
CHEVROLET CORVETTE Z06
CHEVROLET CORVETTE Z06
DODGE VIPER SRT10
DODGE VIPER SRT10
CHRYSLER 300C
CHRYSLER 300C
SCION tC
SCION tC
MAZDA RX-8 '09
LEXUS IS300
TOYOTA MR2
LOTUS EXIGE CUP 260
MARUSSIA B2
MITSUBISHI LANCER EVOLUTION X
MITSUBISHI LANCER EVOLUTION X
MITSUBISHI LANCER EVOLUTION X
MAZDA RX-8
PONTIAC GTO '65
PONTIAC GTO '65
TOYOTA SUPRA
TOYOTA SUPRA
TOYOTA SUPRA
TOYOTA SUPRA
NFS BATTLEFIELD 1
NISSAN 240SX (S13)
NISSAN 240SX (S13)
DODGE CHARGER SRT8 SUPER BEE
DODGE CHARGER SRT8 SUPER BEE
AUDI A1 CLUBSPORT QUATTRO
BENTLEY CONTINENTAL SUPERSPORTS COUPE
BENTLEY CONTINENTAL SUPERSPORTS COUPE
PLYMOUTH HEMI CUDA
NISSAN 350Z (Z33)
NISSAN 350Z (Z33)
VOLKSWAGEN SCIROCCO
VOLKSWAGEN SCIROCCO
VOLKSWAGEN SCIROCCO
MAZDA RX-7
INFINITI G35
NISSAN SKYLINE R34 V-SPEC
NISSAN SKYLINE R34 V-SPEC
VOLKSWAGEN GOLF MK1 GTI
VOLKSWAGEN GOLF MK1 GTI
LEXUS IS-F
LEXUS IS-F
BMW 135i COUPE
NISSAN FAIRLADY 240ZG
PORSCHE CAYMAN S
PORSCHE CAYMAN S
PORSCHE CAYMAN S
PONTIAC FIREBIRD FORMULA
MITSUBISHI ECLIPSE
MITSUBISHI ECLIPSE
AUDI R8 4.2 FSI QUATTRO
AUDI R8 4.2 FSI QUATTRO
AUDI R8 4.2 FSI QUATTRO
AUDI R8 4.2 FSI QUATTRO
CHEVROLET CORVETTE Z06 CARBON LIMITED EDITION
JAGUAR XKR
JAGUAR XKR
FORD SHELBY GT500 SUPER SNAKE
FORD SHELBY GT500 SUPER SNAKE
LAMBORGHINI MURCIELAGO LP 650-4 ROADSTER
NISSAN GT-R SpecV (R35)
NISSAN SILVIA (S15)
NISSAN SILVIA (S15)
CHEVROLET CAMARO SS
ASTON MARTIN VANTAGE V12
ASTON MARTIN VANTAGE V12
PORSCHE BOXSTER SPYDER
BMW M3 GTR E46
PONTIAC SOLSTICE GXP
LAMBORGHINI MIURA SV
FORD ESCORT RS COSWORTH
DODGE CHALLENGER CONCEPT
LOTUS EVORA
PORSCHE GT2 (997)
BMW M6 CONVERTIBLE
PORSCHE 911 CARRERA S
NISSAN SKYLINE GT-R (R32)
NISSAN 370Z (Z34)
NISSAN 370Z (Z34)
CHEVROLET CORVETTE STINGRAY
FORD CROWN VICTORIA COP
FORD CROWN VICTORIA COP
FORD CROWN VICTORIA COP
BMW M3 GTS
PORSCHE PANAMERA TURBO
LAMBORGHINI DIABLO SV
PLYMOUTH ROAD RUNNER
LOTUS EUROPA S
RENAULT MEGANE RS 10
PORSCHE 911 TURBO
PORSCHE 911 TURBO
PORSCHE 911 TURBO
AUDI TT RS COUPE
FORD GT40 MK.I
BMW 3.0 CSL
NISSAN 200SX (S14)
FORD SHELBY TERLINGUA
FORD SHELBY TERLINGUA
JEEP GRAND CHEROKEE SRT
SUBARU IMPREZA WRX STI
MERCEDES-BENZ SLR 722 McLaren 722 Edition
MERCEDES-BENZ SLR 722 McLaren 722 Edition
LOTUS ELISE
AUDI QUATTRO 20 V
PORSCHE CARRERA GT
LAMBORGHINI GALLARDO LP 550-2 VALENTINO BALBONI
LAMBORGHINI GALLARDO LP 550-2 VALENTINO BALBONI
FORD CAPRI RS3100
SHELBY COBRA 427 S/C
AUDI A3 3.2 QUATTRO
FORD FOCUS RS
BUGATTI VEYRON 16.4
LAMBORGHINI MIURA CONCEPT
ASTON MARTIN DBS
AUDI S5
BMW Z4 M COUPE
DODGE CHALLENGER R/T
DODGE CHARGER R/T
FORD GT
FORD LOTUS CORTINA
FORD MUSTANG BOSS 302 '12
MITSUBISHI ECLIPSE GT
MITSUBISHI LANCER EVOLUTION IX MR-EDITION
NFS BATTLEFIELD 2
LAMBORGHINI GALLARDO LP560-4
LAMBORGHINI GALLARDO LP 560-4 SPYDER
NISSAN GT-R (R35)
PORSCHE 911 GT2 (996)
PORSCHE 914-6 GT
VOLKSWAGEN R32
FORD Escort MK1 RS1600 FIA Group 2
FORD Escort MK1 RS1600 FIA Group 2
NISSAN 370Z ROADSTER
MAZDA MX-5
MAZDA RX-7 FC3S
CHEVROLET EL CAMINO SS
CHEVROLET EL CAMINO SS
LEXUS IS350
SHELBY COBRA "DAYTONA" COUPE
CADILLAC CTS-V
BMW Z4 GT3
BMW Z4 GT3
AUDI RS 4
AUDI R8 COUPE 5.2 FSI QUATTRO
NISSAN 2000 GT-R
LAMBORGHINI SESTO ELEMENTO
LAMBORGHINI SESTO ELEMENTO
JAGUAR E-TYPE LIGHTWEIGHT
RENAULT SPORT CLIO V6
FORD F-150 SVT RAPTOR
LAMBORGHINI COUNTACH 5000 QUATTROVALVOLE
LANCIA DELTA HF INTEGRALE EVOLUZIONE
CHEVROLET CHEVELLE SS
PORSCHE 959
PORSCHE 911 GT3 RS 4.0
BMW M3 E92
CHEVROLET CORVETTE ZR1
FORD MUSTANG BOSS 302 '69
FORD MUSTANG RTR-X
BMW M3 SPORT EVOLUTION
LEXUS LFA
AUDI R8 LMS ULTRA
CATERHAM R500 SUPERLIGHT
KOENIGSEGG CCXR EDITION
KOENIGSEGG AGERA
LAMBORGHINI AVENTADOR LP700-4
NISSAN NISMO R34GT-R Z-Tune
PAGANI ZONDA CINQUE
PAGANI ZONDA F
HUMMER H1
BENTLEY CONTINENTAL SUPERSPORTS CONVERTIBLE
PORSCHE 911 CARRERA RSR 3.0
FORD INTERCEPTOR
MCLAREN F1 ELITE
ALFA ROMEO 8C COMPETIZIONE
ALFA ROMEO 8C COMPETIZIONE
|
|
|
06/28/2015, 01:04
|
#132
|
elite*gold: 0
Join Date: Dec 2010
Posts: 72
Received Thanks: 11
|
Quote:
Originally Posted by vaserman2
WHAT THIS? I DONT INSTAL mitmproxy
PS C:\Users\new> [Environment]::SetEnvironmentVariable("Path","$env:Path;C:\Pyth
on27\;C:\Python27\Scripts\","User")
PS C:\Users\new> pip install mitmproxy
Collecting mitmproxy
Exception:
Traceback (most recent call last):
File "C:\Python27\lib\site-packages\pip-7.0.3-py2.7.egg\pip\basecommand.py", l
ine 223, in main
status = self.run(options, args)
File "C:\Python27\lib\site-packages\pip-7.0.3-py2.7.egg\pip\commands\install.p
y", line 280, in run
requirement_set.prepare_files(finder)
File "C:\Python27\lib\site-packages\pip-7.0.3-py2.7.egg\pip\req\req_set.py", l
ine 317, in prepare_files
functools.partial(self._prepare_file, finder))
File "C:\Python27\lib\site-packages\pip-7.0.3-py2.7.egg\pip\req\req_set.py", l
ine 304, in _walk_req_to_install
more_reqs = handler(req_to_install)
File "C:\Python27\lib\site-packages\pip-7.0.3-py2.7.egg\pip\req\req_set.py", l
ine 439, in _prepare_file
req_to_install.populate_link(finder, self.upgrade)
File "C:\Python27\lib\site-packages\pip-7.0.3-py2.7.egg\pip\req\req_install.py
", line 244, in populate_link
self.link = finder.find_requirement(self, upgrade)
File "C:\Python27\lib\site-packages\pip-7.0.3-py2.7.egg\pip\index.py", line 48
6, in find_requirement
all_versions = self._find_all_versions(req.name)
File "C:\Python27\lib\site-packages\pip-7.0.3-py2.7.egg\pip\index.py", line 40
4, in _find_all_versions
index_locations = self._get_index_urls_locations(project_name)
File "C:\Python27\lib\site-packages\pip-7.0.3-py2.7.egg\pip\index.py", line 37
8, in _get_index_urls_locations
page = self._get_page(main_index_url)
File "C:\Python27\lib\site-packages\pip-7.0.3-py2.7.egg\pip\index.py", line 81
0, in _get_page
return HTMLPage.get_page(link, session=self.session)
File "C:\Python27\lib\site-packages\pip-7.0.3-py2.7.egg\pip\index.py", line 92
0, in get_page
"Cache-Control": "max-age=600",
File "C:\Python27\lib\site-packages\pip-7.0.3-py2.7.egg\pip\_vendor\requests\s
essions.py", line 477, in get
return self.request('GET', url, **kwargs)
File "C:\Python27\lib\site-packages\pip-7.0.3-py2.7.egg\pip\download.py", line
373, in request
return super(PipSession, self).request(method, url, *args, **kwargs)
File "C:\Python27\lib\site-packages\pip-7.0.3-py2.7.egg\pip\_vendor\requests\s
essions.py", line 465, in request
resp = self.send(prep, **send_kwargs)
File "C:\Python27\lib\site-packages\pip-7.0.3-py2.7.egg\pip\_vendor\requests\s
essions.py", line 605, in send
r.content
File "C:\Python27\lib\site-packages\pip-7.0.3-py2.7.egg\pip\_vendor\requests\m
odels.py", line 750, in content
self._content = bytes().join(self.iter_content(CONTENT_CHUNK_SIZE) ) or bytes
()
File "C:\Python27\lib\site-packages\pip-7.0.3-py2.7.egg\pip\_vendor\requests\m
odels.py", line 673, in generate
for chunk in self.raw.stream(chunk_size, decode_content=True):
File "C:\Python27\lib\site-packages\pip-7.0.3-py2.7.egg\pip\_vendor\requests\p
ackages\urllib3\response.py", line 307, in stream
data = self.read(amt=amt, decode_content=decode_content)
File "C:\Python27\lib\site-packages\pip-7.0.3-py2.7.egg\pip\_vendor\requests\p
ackages\urllib3\response.py", line 243, in read
data = self._fp.read(amt)
File "C:\Python27\lib\site-packages\pip-7.0.3-py2.7.egg\pip\_vendor\cachecontr
ol\filewrapper.py", line 54, in read
self.__callback(self.__buf.getvalue())
File "C:\Python27\lib\site-packages\pip-7.0.3-py2.7.egg\pip\_vendor\cachecontr
ol\controller.py", line 244, in cache_response
self.serializer.dumps(request, response, body=body),
File "C:\Python27\lib\site-packages\pip-7.0.3-py2.7.egg\pip\download.py", line
276, in set
return super(SafeFileCache, self).set(*args, **kwargs)
File "C:\Python27\lib\site-packages\pip-7.0.3-py2.7.egg\pip\_vendor\cachecontr
ol\caches\file_cache.py", line 99, in set
with self.lock_class(name) as lock:
File "C:\Python27\lib\site-packages\pip-7.0.3-py2.7.egg\pip\_vendor\lockfile\m
kdirlockfile.py", line 18, in __init__
LockBase.__init__(self, path, threaded, timeout)
File "C:\Python27\lib\site-packages\pip-7.0.3-py2.7.egg\pip\_vendor\lockfile\_
_init__.py", line 189, in __init__
hash(self.path)))
File "C:\Python27\lib\ntpath.py", line 85, in join
result_path = result_path + p_path
UnicodeDecodeError: 'ascii' codec can't decode byte 0xcf in position 4: ordinal
not in range(128)
|
got the same error.
|
|
|
06/28/2015, 01:08
|
#133
|
elite*gold: 0
Join Date: Jun 2015
Posts: 22
Received Thanks: 70
|
Quote:
Originally Posted by xxxfx
got the same error.
|
You use Windows 7?
|
|
|
06/28/2015, 01:17
|
#134
|
elite*gold: 15
Join Date: Aug 2012
Posts: 3,041
Received Thanks: 6,397
|
Quote:
Originally Posted by mortiisdei
@berkay:for which version of windows is server editor written?
|
the latest one. You can try with old ones, see if it works.
Quote:
Originally Posted by Gucimermeri
help pls;
i click nfs.exe shortcut, later ''out of memory'' error.
|
no idea.
Quote:
Originally Posted by xxxfx
I don't think I properly installed mitmdump or whatever it is. İt gives an error when i write pip install mitmproxy on the powershell. Any help? and what is this pip, mitmdump, netlib etc. I don't understand.
|
what is the error?
|
|
|
06/28/2015, 01:21
|
#135
|
elite*gold: 0
Join Date: Jun 2015
Posts: 22
Received Thanks: 70
|
Quote:
Originally Posted by berkay2578
the latest one. You can try with old ones, see if it works.
no idea.
what is the error?
|
Error:
PS C:\Users\new> [Environment]::SetEnvironmentVariable("Path","$env:Path;C:\Pyth
on27\;C:\Python27\Scripts\","User")
PS C:\Users\new> pip install mitmproxy
Collecting mitmproxy
Exception:
Traceback (most recent call last):
File "C:\Python27\lib\site-packages\pip-7.0.3-py2.7.egg\pip\basecommand.py", l
ine 223, in main
status = self.run(options, args)
File "C:\Python27\lib\site-packages\pip-7.0.3-py2.7.egg\pip\commands\install.p
y", line 280, in run
requirement_set.prepare_files(finder)
File "C:\Python27\lib\site-packages\pip-7.0.3-py2.7.egg\pip\req\req_set.py", l
ine 317, in prepare_files
functools.partial(self._prepare_file, finder))
File "C:\Python27\lib\site-packages\pip-7.0.3-py2.7.egg\pip\req\req_set.py", l
ine 304, in _walk_req_to_install
more_reqs = handler(req_to_install)
File "C:\Python27\lib\site-packages\pip-7.0.3-py2.7.egg\pip\req\req_set.py", l
ine 439, in _prepare_file
req_to_install.populate_link(finder, self.upgrade)
File "C:\Python27\lib\site-packages\pip-7.0.3-py2.7.egg\pip\req\req_install.py
", line 244, in populate_link
self.link = finder.find_requirement(self, upgrade)
File "C:\Python27\lib\site-packages\pip-7.0.3-py2.7.egg\pip\index.py", line 48
6, in find_requirement
all_versions = self._find_all_versions(req.name)
File "C:\Python27\lib\site-packages\pip-7.0.3-py2.7.egg\pip\index.py", line 40
4, in _find_all_versions
index_locations = self._get_index_urls_locations(project_name)
File "C:\Python27\lib\site-packages\pip-7.0.3-py2.7.egg\pip\index.py", line 37
8, in _get_index_urls_locations
page = self._get_page(main_index_url)
File "C:\Python27\lib\site-packages\pip-7.0.3-py2.7.egg\pip\index.py", line 81
0, in _get_page
return HTMLPage.get_page(link, session=self.session)
File "C:\Python27\lib\site-packages\pip-7.0.3-py2.7.egg\pip\index.py", line 92
0, in get_page
"Cache-Control": "max-age=600",
File "C:\Python27\lib\site-packages\pip-7.0.3-py2.7.egg\pip\_vendor\requests\s
essions.py", line 477, in get
return self.request('GET', url, **kwargs)
File "C:\Python27\lib\site-packages\pip-7.0.3-py2.7.egg\pip\download.py", line
373, in request
return super(PipSession, self).request(method, url, *args, **kwargs)
File "C:\Python27\lib\site-packages\pip-7.0.3-py2.7.egg\pip\_vendor\requests\s
essions.py", line 465, in request
resp = self.send(prep, **send_kwargs)
File "C:\Python27\lib\site-packages\pip-7.0.3-py2.7.egg\pip\_vendor\requests\s
essions.py", line 605, in send
r.content
File "C:\Python27\lib\site-packages\pip-7.0.3-py2.7.egg\pip\_vendor\requests\m
odels.py", line 750, in content
self._content = bytes().join(self.iter_content(CONTENT_CHUNK_SIZE) ) or bytes
()
File "C:\Python27\lib\site-packages\pip-7.0.3-py2.7.egg\pip\_vendor\requests\m
odels.py", line 673, in generate
for chunk in self.raw.stream(chunk_size, decode_content=True):
File "C:\Python27\lib\site-packages\pip-7.0.3-py2.7.egg\pip\_vendor\requests\p
ackages\urllib3\response.py", line 307, in stream
data = self.read(amt=amt, decode_content=decode_content)
File "C:\Python27\lib\site-packages\pip-7.0.3-py2.7.egg\pip\_vendor\requests\p
ackages\urllib3\response.py", line 243, in read
data = self._fp.read(amt)
File "C:\Python27\lib\site-packages\pip-7.0.3-py2.7.egg\pip\_vendor\cachecontr
ol\filewrapper.py", line 54, in read
self.__callback(self.__buf.getvalue())
File "C:\Python27\lib\site-packages\pip-7.0.3-py2.7.egg\pip\_vendor\cachecontr
ol\controller.py", line 244, in cache_response
self.serializer.dumps(request, response, body=body),
File "C:\Python27\lib\site-packages\pip-7.0.3-py2.7.egg\pip\download.py", line
276, in set
return super(SafeFileCache, self).set(*args, **kwargs)
File "C:\Python27\lib\site-packages\pip-7.0.3-py2.7.egg\pip\_vendor\cachecontr
ol\caches\file_cache.py", line 99, in set
with self.lock_class(name) as lock:
File "C:\Python27\lib\site-packages\pip-7.0.3-py2.7.egg\pip\_vendor\lockfile\m
kdirlockfile.py", line 18, in __init__
LockBase.__init__(self, path, threaded, timeout)
File "C:\Python27\lib\site-packages\pip-7.0.3-py2.7.egg\pip\_vendor\lockfile\_
_init__.py", line 189, in __init__
hash(self.path)))
File "C:\Python27\lib\ntpath.py", line 85, in join
result_path = result_path + p_path
UnicodeDecodeError: 'ascii' codec can't decode byte 0xcf in position 4: ordinal
not in range(128)
|
|
|
 |
|
Similar Threads
|
World Server Offline
08/16/2013 - Metin2 Private Server - 2 Replies
Hallo,
Ich bräuchte mal eure Hilfe....
Ich habe den Server "Root" aufgesetz fast alles fertig bearbeitet,nun kommt beim Starten folgender Fehler :
http://i.epvpimg.com/bspab.png
Wenn er dann fertig gestartet hat beginnt eine endlose schlange mit "Connection Refused"
Ich habe das gesamte forum nach diesen Fehler abgesucht,doch nicht´s gefunden,die Syserr spuckt nur SYSERR: Aug 16 14:56:22 :: socket_connect: HOST ***.**.***.****:*****, could not connect.
|
Offline World in Server Einfügen???
10/07/2012 - Minecraft - 4 Replies
Hey Ho :)
Ich würde gerne mit einem Kumpel auf einer gemeinsamen Karte spielen. Er spielt schon länger und hat eine richtige coole Welt erwicht.
Nun ist meine Frage ob ich dessen save-files irgendwo zu meinem Server adden kann, damit direkt diese Welt und nicht irgendeine geladen wird.
Benutze die ganz normale Minecraft-Server.exe , die man auf Minecraft.net downloaden kann.
Danke schon einmal für jegliche Hilfe
|
World-Server online, Channel1,2 offline..
04/08/2012 - Metin2 Private Server - 4 Replies
was kann ich tun :/
/ROOT- Server!/
|
World Server offline?
07/31/2010 - Metin2 Private Server - 2 Replies
Hi,
bei meinem P Server funzt eig alles, bis auf das wenn man die Map betretet (egal welche) das man rausgehauen wird.
Also ich komme ja hin, aber meine Fruende kommen nicht rein.
Hoffe ihr könnt mir helfen, jede Helfe wird mit nem THX belohnt =3
mfg
|
XYLongju - World Server Offline?"
11/07/2009 - Metin2 Private Server - 9 Replies
Hey ich wollte mal fragen, ob ihr auch nimma in Xylongju rein könnt? Komme nur bis zu Charakter auswahl aber danach kriege ich einen kici.. bin ich der einzigste bei dem es so ist oder ist es bei mehreren so?!
lg,
|
All times are GMT +1. The time now is 06:42.
|
|