Viper245 Posted May 21, 2002 Share Posted May 21, 2002 Ok I have installed v 1.03a of the win32 jkiided. I placed the assests in the proper folder and have done everything else according to the installation manual. The problem is that when I run the server and execute my server.cfg file, the server loads all of the variables but then crashes after the Game Initilization and InitGame phase. I get no error, it just closes. Oh yeh, I checked the game logs and there is nothing in them. Abit bp6 2x 550 192 m ram linksys nic 20g fireball Win 2k sp2 heres my cfg file //Server info seta g_motd "may da force be wit ya..." seta sv_hostname "Viper's Snakepit" seta Administrator "Viper" seta Email "marklipham@hotmail.com" seta url "none" seta Location "USA" //Server Config seta g_needpass "0" seta sv_privatePassword "" seta rconpassword "qwer" seta sv_maxclients "8" seta sv_minclients "0" seta sv_privateClients "0" seta sv_maxRate "6000" seta sv_maxping "700" seta g_ghostRespawn "3" seta g_forcerespawn "0" seta g_inactivity "0" seta g_warmup "20" seta sv_pure "1" seta sv_master5 "" seta sv_master4 "" seta sv_master3 "" seta sv_master2 "master.gamespy.com:27900" seta g_allowvote "0" seta cl_allowDownload "1" seta g_friendlyfire "0" seta g_teamForceBalance "1" seta g_teamAutoJoin "1" seta sv_floodProtect "1" // Ip banning set g_filterban 1 //seta g_gravity 800 //Game Settings seta fraglimit "0" seta timelimit "20" seta capturelimit "8" seta g_quadfactor "4" seta g_knockback "500" seta g_weaponrespawn "0" seta g_adaptrespawn "1" seta cg_forceModel "0" seta cl_run "1" seta cg_autoswitch "0" seta cl_noprint "0" seta cg_drawCrosshairNames "1" seta cg_footsteps "0" seta cg_drawFPS "0" seta cg_drawTimer "0" seta cg_thirdPerson "0" seta sv_cheats "0" seta g_logSync 0 "1" seta g_log "logs\games.log" //Bots seta bot_nochat "0" seta bot_fastchat "0" seta bot_grapple "0" seta bot_minplayers "6" seta bot_thinktime "100" seta g_spSkill "1" //Modes seta g_gametype "0" map ffa_bespin Any Ideas? Thanks, Mark Link to comment Share on other sites More sharing options...
DMK Posted May 21, 2002 Share Posted May 21, 2002 Try running the server in the command propmt and then you can see where it stalls. Post what you find in here. Link to comment Share on other sites More sharing options...
MatrixCPA Posted May 21, 2002 Share Posted May 21, 2002 I'd be curious to see the command line you use to start the server and most definately the console startup spam. There's usually a good clue regarding the problem in all that mess. Although probably not a problem, all the cvars starting with cg_ and cl_ are useless for a server. You'd be just as well to delete them. Also, I noticed you have the following line in the config: seta g_logSync 0 "1" The cvar only takes the first value. If you want it on, delete the 0 and if you want it off, delete the "1". Although this doesn't hurt anything, it may confuse you (or someone else who gets a copy of your config) in the future. The quotes are optional for number and words with no spaces, but I like to use them on everything for consistency. After you post the startup spam, we should have a better bead on the problem. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.