AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Source Servers (SRCDS) (https://forums.alliedmods.net/forumdisplay.php?f=130)
-   -   CSGO server crash at mapchange (https://forums.alliedmods.net/showthread.php?t=304083)

Nexd 01-03-2018 14:18

CSGO server crash at mapchange
 
Hello guys!
Errorlog ends with:
Code:

L 01/03/2018 - 20:07:07: [mapchooser_extended.smx] Unable to create a valid map list.
L 01/03/2018 - 20:07:07: [nextmap.smx] FATAL: Cannot load map cycle. Nextmap not loaded.
L 01/03/2018 - 20:07:07: [SM] Exception reported: Mapcycle Not Found
L 01/03/2018 - 20:07:07: [SM] Blaming: nextmap.smx
L 01/03/2018 - 20:07:07: [SM] Call stack trace:
L 01/03/2018 - 20:07:07: [SM]  [0] SetFailState
L 01/03/2018 - 20:07:07: [SM]  [1] Line 142, /home/builds/sourcemod/linux-1.8/build/plugins/nextmap.sp::FindAndSetNextMap
L 01/03/2018 - 20:07:07: [SM]  [2] Line 112, /home/builds/sourcemod/linux-1.8/build/plugins/nextmap.sp::OnConfigsExecuted

maplist.ini:

Code:

"MapLists"
{
        /**
        * Default requests go right to the mapcyclefile.
        */
        "default"
        {
                "file"                "mapcyclefile"
        }
       
        /* Admin menu, map menu */
        "sm_map menu"
        {
                "file"                        "addons/sourcemod/configs/adminmenu_maplist.ini"
        }
       
        /* Admin menu, map voting menu */
        "sm_votemap menu"
        {
                "file"                        "addons/sourcemod/configs/adminmenu_maplist.ini"
        }
       
        /* For the "mapchooser" plugin */
        "mapchooser_extended"
        {
                "target"                "default"
        }
       
        /* For the "nominations" plugin */
        "nominations_extended"
        {
                "target"                "default"
        }
}


After vote, the plugin say what is the next map, but almost always crashing, and going back to de_cache(default map)

Edit1: Fixed: https://forums.alliedmods.net/showthread.php?t=303249

mR_SMoking 01-03-2018 16:09

Re: CSGO server crash at mapchange
 
haave u already tried this??
https://forums.alliedmods.net/showthread.php?t=303249

Nexd 01-03-2018 16:34

Re: CSGO server crash at mapchange
 
I try it

Nexd 01-04-2018 10:01

Re: CSGO server crash at mapchange
 
Quote:

Originally Posted by mR_SMoking (Post 2569564)

I dont know the connection between the mapchange and the gotv but its seems like fixed, so thank you^^


All times are GMT -4. The time now is 00:57.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.