I'm running a Goldeneye: Source server on Linux. I'm using Sourcemod to manage map voting. I keep getting weird issues where the server seems to "forget" where the map files are. Sometimes the map will end and the map will never change, leaving players forced to stand still until the server restarts. Here's some of my server console:
CHANGE LEVEL: ge_archives
CModelLoader::Map_IsValid: No such map 'maps/ge_stack_classic.bsp'
CModelLoader::Map_IsValid: No such map 'maps/ge_archives.bsp'
changelevel failed: ge_archives not found
CModelLoader::Map_IsValid: No such map 'maps/ge_control.bsp'
The ge_stack_classic and ge_archives attempts were automatic; the ge_control attempt was me attempting a changelevel via rcon.
Any idea what might be causing this?