Note: LucasForums Archive Project
The content here was reconstructed by scraping the Wayback Machine in an effort to restore some of what was lost when LF went down. The LucasForums Archive Project claims no ownership over the content or assets that were archived on archive.org.

This project is meant for research purposes only.

Linux Server doesn't run with patch - help?

Page: 1 of 1
 Sirene
05-13-2002, 3:35 AM
#1
Ok, every time I run the jk2ded, it cores out:

JK2MP: v1.03 linux-i386 Apr 30 2002
Initialising zone memory .....
----- FS_Startup -----
Current search path:
/home/jk2/.jkii/base
/home/jk2/base/assets1.pk3 (8011 files)
/home/jk2/base/assets0.pk3 (6674 files)
/home/jk2/base
./jk2ded/base

----------------------
14685 files in pk3 files
execing mpdefault.cfg
couldn't exec jk2mpserver.cfg
couldn't exec autoexec.cfg
Hunk_Clear: reset the hunk ok
--- Common Initialization Complete ---
Opening IP socket: localhost:28070
Hostname: confusion.ca
IP: 205.150.136.11
execing server.cfg
g_needpass is read only.
------ Server Initialization ------
Server: ffa_bespin
Hunk_Clear: reset the hunk ok
----- FS_Startup -----
Current search path:
/home/jk2/.jkii/base
/home/jk2/base/assets1.pk3 (8011 files)
/home/jk2/base/assets0.pk3 (6674 files)
/home/jk2/base
./jk2ded/base

----------------------
29370 files in pk3 files
Loading vm file vm/jk2mpgame.qvm.
VM file jk2mpgame compiled to 1926381 bytes of code
jk2mpgame loaded in 7117280 bytes on the hunk
------- Game Initialization -------
gamename: basejk
gamedate: Mar 04 2002
------------------------------------------------------------
InitGame: \version\JK2MP: v1.03 linux-i386 Apr 30 2002\dmflags\0\fraglimit\20\timelimit\20\g_maxHolocronCarry\3\g_privateDuel\1\g_saberLocking\1\g_maxForceRank\6\duel_fraglimit\10\g_forceBasedTeams\0\g_duelWeaponDisable\1\g_gametype\0\g_needpass\0\protocol\15\mapname\ffa_bespin\sv_privateClients\0\sv_hostname\[SFA] JKII.confusion.ca\sv_maxclients\8\sv_maxRate\10000\sv_minPing\0\sv_maxPing\0\sv_floodProtect\1\sv_allowAnonymous\0\sv_allowDownload\0\capturelimit\20\gamename\basejk\g_maxGameClients\0\g_forceRegenTime\200\g_forcePowerDisable\0\g_weaponDisable\0\g_redteam\Empire\g_blueteam\Rebellion
Segmentation fault (core dumped)

I've checked and double checked my server.cfg file and I really don't see any problem with it:

seta sv_hostname "[SFA] JKII.confusion.ca"
seta g_motd "Welcome to the SFA Dedicated JKII Server"
seta Administrator "Sirene"
seta Email "sirene@the-sfa.org"
seta url "www.the-sfa.org")
seta Location "Canada"

//////////////////////////
// Server Configuration //
//////////////////////////

set rconpassword "Somepass"
seta g_needpass 1
seta g_password "SomeOtherPass"
seta sv_privatePassword "YetAnotherPass"
seta sv_maxclients 8
seta g_inactivity 0
sv_maxRate 10000
set g_allowvote 1
set timelimit 20
set capturelimit 20
set g_autoMapCycle 1

map ffa_bespin

Any help would be appreciated. I never had this problem without the patch to the jk2ded file, but then again no one who's patched could connect to the server.

- Si
 crazy_elmo
05-13-2002, 11:53 AM
#2
When you apply the patch on a normal installation, it creates a assets2.pk3, you need to copy this one to your Linux server.

This worked for me, i had the same error
 Sirene
05-13-2002, 12:08 PM
#3
Thanks! Uploaded the file and it works nicely. Cheers!
Page: 1 of 1