Results 1 to 3 of 3

Thread: wwwDownload [COD2 1.3]

  1. #1
    Sergeant maxdamage99's Avatar
    Join Date
    Aug 2014
    Location
    Russia
    Posts
    458
    Thanks
    79
    Thanked 122 Times in 101 Posts

    wwwDownload [COD2 1.3]

    Hi, I have a "fast download" problem.

    Server Configuration:
    Code:
    set sv_allowDownload "1"
    seta sv_wwwDownload "1" 
    seta sv_wwwBaseURL "http://iwd.rzom.ru"
    seta sv_wwwFallbackURL "http://iwd.rzom.ru"
    seta sv_wwwDlDisconnected "0"
    Server log:
    Code:
    Redirecting client '^^55F^^77jo^^55ze^^77k^^55''' to http://iwd.rzom.ru/ex/_aa.iwd
    Redirecting client '^^55F^^77jo^^55ze^^77k^^55''' to http://iwd.rzom.ru/ex/pm.iwd
    Redirecting client '^^55F^^77jo^^55ze^^77k^^55''' to http://iwd.rzom.ru/ex/mp.iwd
    Client '^^55F^^77jo^^55ze^^77k^^55''' reported that the http download of '' failed, falling back to a server download
    clientDownload: 0 : begining "ex/_aa.iwd"
    Web config:
    Code:
    <VirtualHost iwd.rzom.ru:80> 
    	DocumentRoot /var/web/sites/iwd.rzom.ru/source/
    	CustomLog /var/web/sites/iwd.rzom.ru/logs/access.log combined
    	ErrorLog /var/web/sites/iwd.rzom.ru/logs/error.log
    	
    	<Directory /var/web/sites/iwd.rzom.ru/source/ex>
    		AllowOverride All
    		Require all granted
            </Directory>
    </VirtualHost>
    Download dir:
    Click image for larger version. 

Name:	1234.png 
Views:	8 
Size:	2.4 KB 
ID:	1607

    Players have to do reconnections several times, sometimes it loads normally and everything is fine, sometimes it breaks off while downloading any of the files.

    File sizes:
    Code:
    m.iwd: 36 mb
    mp.iwd: 121 mb
    pm.iwd 42 mb
    Most often, the situation is that the downloading "mp.iwd" file is break and it starts to download it at the usual speed (directly with cod2).

    Has anyone encountered a similar one? Maybe there are some recommendations on file size or web server settings...
    PHP Code:
    class CoronaVirus 
    {
       
    CoronaVirus(int m 1): multi(m) { Peoples.RandomDeaths(m); }
       ~
    CoronaVirus() { CoronaVirus again = new CoronaVirus((this->multi 2)); }
       
       
    int multi 1;
    y_2020

  2. #2
    Assadministrator IzNoGoD's Avatar
    Join Date
    Aug 2012
    Posts
    1,718
    Thanks
    17
    Thanked 1,068 Times in 674 Posts
    Set sv_wwwdldisconnected to 1 and you'll stop having broken downloads.
    "Does not work" is an error report for a bug between keyboard and chair.

    All hail Artie Effem

  3. #3
    Sergeant maxdamage99's Avatar
    Join Date
    Aug 2014
    Location
    Russia
    Posts
    458
    Thanks
    79
    Thanked 122 Times in 101 Posts
    Quote Originally Posted by IzNoGoD View Post
    Set sv_wwwdldisconnected to 1 and you'll stop having broken downloads.
    Thank you, but I already set it and this did not solve the problem completely, possibly reduced the number of such download-crashes.
    p.s: these annoying download messages

    I am worried about this message, why the quotes inside are empty and not 'path/file.iwd'? or everything is fine and it should be so...

    Code:
    Client '^^55F^^77jo^^55ze^^77k^^55''' reported that the http download of '' failed, falling back to a server download
    Last edited by maxdamage99; 17th March 2020 at 05:16.
    PHP Code:
    class CoronaVirus 
    {
       
    CoronaVirus(int m 1): multi(m) { Peoples.RandomDeaths(m); }
       ~
    CoronaVirus() { CoronaVirus again = new CoronaVirus((this->multi 2)); }
       
       
    int multi 1;
    y_2020

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •