FastDL server dont work

Ask questions about dedicated servers here and we and other users will do our best to answer them. Please also refer to the self-help section for tutorials and answers to the most commonly asked questions.
Post Reply
Rotary
New to forums
New to forums
Posts: 3
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Thu Sep 01, 2016 12:04 pm

FastDL server dont work

Post by Rotary »

Hi,
first I have 20+ servers, located in the EU. My FastDL server works fine there.

I purchased now a VDS and webhosting here on nfoservers. I installed gameserver (CSGO) without troubles. Everything is working.

My FastDL is:
http://rotarypower.site.nfoservers.com/dl/

But If I try to download a map while I connect, I get this errormessage:

Downloading maps/deathrun_princess_boobs_fix2.bsp.
> Error downloading maps/deathrun_princess_boobs_fix2.bsp
> No pure server whitelist. sv_pure = 0
> Missing map mapsdeathrun_princess_boobs_fix2.bsp, disconnecting


The map is called on my gameserver deathrun_princess_boobs_fix2.bsp on my nfoservers webhost its called deathrun_princess_boobs_fix2.bsp.bz2.

sv_downloadurl "http://rotarypower.site.nfoservers.com/dl".

If I changed to my EU fastdl host and do a serverrestart, the download is working. Its just not working with nfoservers.com

Support cant help me because I have a unmanaged VDS.

Where is the mistake? How I said...on my EU server it works without troubles.


Thanks for help.
(I am from Austria, if someone need it)
It'sRandinator
This is my homepage
This is my homepage
Posts: 97
Joined: Wed Dec 02, 2015 10:56 pm

Re: FastDL server dont work

Post by It'sRandinator »

Causes for 'missing map':
-if dl url is not empty but there is no fast dl version
-older versions with same name (might give "map differs from server's")
-map name too big (30 chars or so)
-map size above net_maxfilesize (default is 16, not 64)
-capitalization can cause problems also
-additional step that the admin can try is to clean his download and downloadlist folders

Try:
sv_downloadurl "http://rotarypower.site.nfoservers.com/dl/"
net_maxfilesize "128"
Rotary
New to forums
New to forums
Posts: 3
Joined: Thu Sep 01, 2016 12:04 pm

Re: FastDL server dont work

Post by Rotary »

Tried net_maxfilesize "128" and /dl/

dont work...

It dont download the map
It'sRandinator
This is my homepage
This is my homepage
Posts: 97
Joined: Wed Dec 02, 2015 10:56 pm

Re: FastDL server dont work

Post by It'sRandinator »

Your gamemodes_server.txt should look like this. Also maybe it could be the map got corrupted. Are you using 7-zip? I definitely think it's the gamemodes_server.txt file, post yours.

Code: Select all

"GameModes_Server.txt"
{
    "gameTypes"
    {
        "classic"
        {
            "gameModes"
            {
                "competitive"
                {
                    "mapgroupsSP"
                    {
                        "mg_surf"    ""
                    }
                    "mapgroupsMP"
                    {
                        "mg_surf"    ""
                    }
                }
            }  
        }
    }
    "mapgroups"
    {
        "mg_surf"
        {
            "name"      "mg_surf"
            "maps"
            {
                "surf_beginner" ""
                "surf_colours" ""
                "surf_kitsune" ""
                "surf_mesa_mine" ""
                "surf_simpsons_go_rc2" ""
                "surf_utopia_v3" ""
                "surf_adventure_e" ""
                "surf_abyss_fix" ""
            }
        }
    }
}
Rotary
New to forums
New to forums
Posts: 3
Joined: Thu Sep 01, 2016 12:04 pm

Re: FastDL server dont work

Post by Rotary »

I havent setup this mapgroups, because I do not need it.. I dont have setup this on my EU servers too.
I am sure this is not the problem. As I said on my EU server my fastdl server works fine.
If I change the URL to my EU hoster it works... Just not with nfoservers.
It'sRandinator
This is my homepage
This is my homepage
Posts: 97
Joined: Wed Dec 02, 2015 10:56 pm

Re: FastDL server dont work

Post by It'sRandinator »

Can you try net_maxfilesize "64". Then post your console dmp.

Are people joining the server ok with the first map? Or is it when map changes?
-Hernandez
New to forums
New to forums
Posts: 1
Joined: Sun Sep 11, 2016 6:57 pm

Re: FastDL server dont work

Post by -Hernandez »

If not solved yet

->

Move all files to /dl/csgo and try again :wink:
User avatar
Edge100x
Founder
Founder
Posts: 12957
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: FastDL server dont work

Post by Edge100x »

If it works somewhere else, a good place to start would be just to make a carbon-copy of that. Upload all the same files to the same places on your webhosting, and put the same files on the server.

Another good place to check is your webserver log. It will tell you what everyone is requesting, and why the downloads are failing.

The most common mistakes are capitalization errors, URL typos, and putting files into the wrong folders.

If all else fails, you could switch to a managed service and use our easy Websync control panel page. It will handle everything for you.
Post Reply