How to fix CS:GO "missing map" error

How to fix CS:GO "missing map" error - Brown Letter Tiles on White Surface

I have a CS:GO server with surf_ski_2_go as the main map. Every time a player joins, the server kicks them, and in the middle of the screen there is a messesage with the text : "Missing map"

I can join the server without any problems. cl_downloadfiltr doesn't work.



Best Answer

When this happens it means the game can't find the map on the client computer. The easiest way to fix this is to have the client manually download the map (it must be the exact same identical map) from the steam workshop (or any other source).




Pictures about "How to fix CS:GO "missing map" error"

How to fix CS:GO "missing map" error - Pink and White Wooden Signage
How to fix CS:GO "missing map" error - Free stock photo of action, adult, auto
How to fix CS:GO "missing map" error - Free stock photo of baptism, baptist, belief



How do I fix missing map error CS:GO?

How to Fix CS:GO Failed to Connect to Match
  • What Causes CS:GO Failed to Connect to Match?
  • Solution 1: Verify the Integrity of Game Cache.
  • Solution 2: Disable Windows Firewall.
  • Solution 3: Change Your DNS Address.


  • How do you fix CS:GO failed to connect to match?

    Improper workshop folders \u2013 If you installed some workshop maps manually, chances are you are seeing this error code due to the fact that they were improperly installed. In this case, you should be able to fix the problem by deleting the improper workshop maps from the dedicated folder.



    CSGO: Fix 'Missing Map' error on custom \u0026 official servers




    More answers regarding how to fix CS:GO "missing map" error

    Answer 2

    A full console dump would be useful for troubleshooting this issue, but I think what the clients are experiencing is due to either a misconfigured fast download server, or it being not in sync with the game server. Normally there are two server variables that are set to 1 by default:

    sv_allowdownload 1
    sv_allowupload 1
    

    I assume they are at their default values, and I suggest you to check the server.cfg and the relevant gamemode config files that reside under the cfg folder of your server installation. You'll probaby need to connect to the server via an FTP client. The relevant config files should look something like this:

    server.cfg
    gamemode_casual.cfg
    gamemode_casual_server.cfg
    gamemode_custom.cfg
    gamemode_custom_server.cfg
    ...
    ...
    

    You should check each of these files (whichever exist) for the sv_downloadurl server variable. It should be set at the lowest level possible, ie. server.cfg and you also need to make sure it isn't being overwritten in a higher level config file. What I mean is, it could be set correctly in server.cfg but then overwritten in gamemode_casual_server.cfg etc. It should point to your fast download server where the map files are stored in bzip format. It should look something like:

    sv_downloadurl "http://download.server.com/csgo"
    

    After making sure this variable is set, you should upload all the map files compressed with bzip2. The files will have an extension bz2 after you compress them, such as:

    surf_ski_2_go.bsp.bz2
    surf_ski_2_go.jpg.bz2
    surf_ski_2_go.txt.bz2
    

    However, if you're using a game hosting provider, there probably is an easy to use synchronization tool in their control panel that will provide you with the option of compressing and uploading the newly added map files over to the fast download server, so I suggest you check the control panel for this option first.

    Once your fast download server is in sync with your game server (it contains all the map files that the game server is running), the clients should be able to download any map they don't have locally from your fast download server as soon as they connect.

    Answer 3

    I am unsure why this happens, but (for me at least) it only happens with certain servers and certain maps.

    The only way I have found to fix this is to:

    • find the map on the Steam Workshop (your map)
    • find the map online (google the exact map name) and download it, then put it in your /steamapps/common/Counter-Strike Global Offensive/csgo/maps/ folder (your map)

    Sources: Stack Exchange - This article follows the attribution requirements of Stack Exchange and is licensed under CC BY-SA 3.0.

    Images: Brett Jordan, Erik Mclean, cottonbro, Tara Winstead