PlaneShift
Support => Technical Help: Problems BEFORE entering the game => Topic started by: Moraudin on April 21, 2003, 02:12:02 pm
-
Whenever I try to run the updater, it times out because it tries to connect to the internet directly on port 80. However, my ISP doesn\'t allow direct connections and requires that all http traffic goes through their proxy, which listens on port 8080. I\'ve noticed a file called updaterconfig.xml which seems to contain the settings needed for a http proxy, but no matter what values I fill into this file, updater.exe seems to ignore them. Is there any way to get the updater to use the proxy? Thanks.
Moraudin
-
At the moment the updater does not support the use of a proxy.
-
i have exactly the same problem (do u use telenet btw?). and it\'s because the updater doesn\'t support proxies yet.
-
:rolleyes: what providers do you guys use ?
I\'ve never heard of a provider not allowing direct internet access...
-
Originally posted by noone
i have exactly the same problem (do u use telenet btw?). and it\'s because the updater doesn\'t support proxies yet.
Yup, the very same.
@ Kundalf: it\'s a belgian provider called telenet, and it\'s not unheard of for a provider to do that, although it\'s not very common practice. It\'s more common in corporate network environments.
Moraudin
-
make a bat script like this, and put it in the planeshift directory
@SET HTTP_PROXY=\"http://your.http.proxy:8080\"
@echo Running the updater
@updater.exe
-
Hiya, I got a nice fix on that updater issue. Use a program called SocksCap on the client computer and launch the updater through that program to make it work.
I have a problem making the game work through SocksCap though. Keeps telling me server is down, when I know it isn\'t really down.
-
Originally posted by tuks
make a bat script like this, and put it in the planeshift directory
@SET HTTP_PROXY=\"http://your.http.proxy:8080\"
@echo Running the updater
@updater.exe
thanx!
it helped