Page 1 of 1

Redirect broken after installing xc_engine

Posted: Sun Jun 16, 2019 9:19 pm
by nuxx
I've installed Xc engine on my server, no crashes so far.. However the redirect is broken

Image

[XC_IpDrv.XC_TcpNetDriver]
ConnectionLimit=128
LogPortUnreach=False
AllowPlayerPortUnreach=False
DownloadManagers=XC_IpDrv.XC_HTTPDownload
DownloadManagers=IpDrv.HTTPDownload
DownloadManagers=XC_Core.XC_ChannelDownload
MaxDownloadSize=0
AllowDownloads=True
LanServerMaxTickRate=50
NetServerMaxTickRate=65
MaxClientRate=25000
ServerTravelPause=4.000000
SpawnPrioritySeconds=1.000000
RelevantTimeout=6.000000
KeepAliveTime=0.000000
InitialConnectTimeout=25.000000
ConnectionTimeout=10.000000

Original

[IpDrv.HTTPDownload]
RedirectToURL=https://cwfiles3.clanwarz.com/fastfiles ... tFilesOut/
ProxyServerHost=
ProxyServerPort=3128
UseCompression=True

I added the following

[XC_Core.XC_ChannelDownload]
RedirectToURL=https://cwfiles3.clanwarz.com/fastfiles ... tFilesOut/
ProxyServerHost=
ProxyServerPort=3128
UseCompression=True

Didn't fix it however

Re: Redirect broken after installing xc_engine

Posted: Sun Jun 16, 2019 9:41 pm
by Hook
Possibly any spaces in ini file?
Select text and check for spaces. (at end of lines of text etc)

Possible typos?

This kind of stuff causes more errors than people think.

Re: Redirect broken after installing xc_engine

Posted: Sun Jun 16, 2019 10:02 pm
by nuxx
looks all good, even with the .uz files in the redirect folder it's still not working.

-MERGED-

I've turned off redirect for now and it's working fine, server is fast enough.

Re: Redirect broken after installing xc_engine

Posted: Sun Jun 16, 2019 11:31 pm
by papercoffee
It might be that you haven't read my comment in the other thread.
papercoffee wrote: Please avoid double posts within a 24 hour time limit.
If no one other has answered after you please edit your former post to add more informations

Re: Redirect broken after installing xc_engine

Posted: Mon Jun 17, 2019 1:57 am
by Higor
You may:

Remove the following

Code: Select all

DownloadManagers=XC_IpDrv.XC_HTTPDownload
Or add the following

Code: Select all

[XC_IpDrv.XC_HTTPDownload]
RedirectToURL=https://cwfiles3.clanwarz.com/fastfiles/145.239.139.111_7777/UtFilesOut/
ProxyServerHost=
ProxyServerPort=3128
UseCompression=True