PDA

View Full Version : No Map is Loaded on the Server


highone
09-01-2007, 06:47 PM
****FIXED****FIXED****

Read post after this for what I did to fix this issue.

****FIXED****FIXED****


I get this error whenever I connect to my server after I start it up and try to connect to it via "connect xxx.xxx.xxx.xxx" form my client.

No map is loaded on the server.

Redhat Enterprise 4 server trying to run the lite server for Linux.

I do have the:

set m0 "set g_nextMap $m0;spawnServer campaign_openbeta2"
vstr m0

at the end of the server.cfg that's located in the /base folder.

One thing i've noticed are these messages in the log file during server startup...

********************
ERROR: couldn't load maps/campaign_openbeta2.entities
********************
----- idRenderModelManagerLocal::EndLevelLoad -----
0 purged from previous
3 kept from previous
0 new loaded
all models loaded in 0.0 seconds
---------------------------------------------------
execing 'server.cfg'
Server spawned on port 27733.
--------- Map Initialization ---------
Map: maps/campaign_openbeta2.entities
idRenderWorldLocal::InitFromMap: maps/campaign_openbeta2.proc not found
0x36072c0
[0x082cbcc1]
[0x0818f1f9]
[0x081eea31]
[0x08214626]
[0x08214cba]
[0x082075e0]
[0x08185032]
[0x081852ce]
[0x081cbb93]
[0x0818a6e6]
[0x082cee9d]
[0x00229dec]
[0x0804bc21]
********************
ERROR: couldn't load maps/campaign_openbeta2.entities
********************

Does anyone know what I'm doing wrong here?

Here is the server config file in it's entirety.

// Etqw server config created at http://www.infinity-gamehosting.net
// Date created: 08-15-2007 (mm-dd-yyyy)
// Original script location: http://www.infinity-gamehosting.net/config/etqw

// Public and contact options
seta si_adminname "Vox Lupus Admins"
seta si_website "voxlupus.com"
seta si_email "highone@tehpalace.net"
seta si_irc "#voxlupus"

// General options
seta si_name "^1V^7ox ^1L^7upus ^1B^7eta 2"
seta net_serverPunkbusterEnabled "1"
seta net_LANServer "0"
seta si_maxPlayers "24"
seta si_privateClients "0"

// Passwords
seta si_needpass ""
seta g_password ""
seta g_privatePassword ""
seta net_serverRemoteConsolePassword "*********"

// Game options
seta si_minPlayers "4"
seta si_readyPercent "20"
seta g_warmup "0.5"
seta g_allowLateJoin "1"
seta g_warmupDamage "1"

// Voting options
seta si_disableVoting "0"
seta g_votePassPercentage "51%"
seta g_voteWait "1"

// Message of the Day (motd)
seta si_motd_1 "Hosted by the ^1V^7ox ^1L^7upus ET:QW Clan"
seta si_motd_2 "^6www.voxlupus.com ^1| ^7#^6voxlupus ^7@ ^6gamesurge^7.^6net"
seta si_motd_3 "Douchebags & Nubcakes Beware"
seta si_motd_4 "If you don't know what your doing please /uninstall now..."

// Other options
seta si_spectators "1"
seta g_muteSpecs "0"
seta g_maxSpectateTime "10"
seta g_kickBanLength "5"
seta g_teamSwitchDelay "5"
seta g_teamSwitchDelay "5"
seta si_teamForceBalance "1"
seta si_teamDamage ""
seta si_xpSave "0"
seta g_gameReviewPause "0.50"
seta g_gameReviewReadyWait "0"
seta g_execMapConfigs "0"
seta si_adminStart "0"

//Complaint System Settings
seta g_allowComplaint_charge "1"
seta g_allowComplaint_explosives "0"
seta g_allowComplaint_firesupport "0"
seta g_allowComplaint_vehicles "0"

// Set campaign for the Beta2 and start the server
set m0 "set g_nextMap $m0;spawnServer campaign_openbeta2"
vstr m0


Does anyone know what kind of modifications to files I need to make... like should I make the pk4's any different than they were after install?

Should I make the server.cfg file executable? Im sure I don't have to but just an example of what I mean.

I'm not sure what to do here...

Here is the startup script:

./run.sh +set net_serverDedicated 1 +set in_tty 0 +set net_ip 75.126.81.144 +set net_port 27733 +set net_serverPunkbusterEnabled 1 +exec server.cfg

Does anyone know how to set the campaign in the start script instead of the server.cfg?

Thanks for any help.

highone
09-01-2007, 10:26 PM
If your getting " No map is loaded on the server "

This what fixed it for us...

seta si_rules

This server side cvar needs to be defined in your config. It was missing in mine and whenever I put it in there it was up and running without issue with all those other settings the way they are.

seta si_rules "sdGameRulesCampaign"

This is the way it's set in our config.

Hopefully this will help someone in the future.

EvilJohn
09-02-2007, 12:27 AM
seta si_motd_4 "If you don't know what your doing please /uninstall now..."

Haaa. Maybe you should take your own advice next time :p

highone
09-02-2007, 05:52 PM
I fixed my own problem.

eat me