Author Topic: Complaining about integer value  (Read 1613 times)

0 Members and 1 Guest are viewing this topic.

Offline Stormx

  • Major(1)
  • Posts: 1
  • Banned
Complaining about integer value
« on: October 31, 2006, 07:53:07 pm »
Running on a CentOS server. When starting up the server I get this:
Code: [Select]

             -= Soldat Dedicated Server 1.3.1 - BETA 2.5.2 =-

----------------------------------------------------------------
       Caution! This software is still in BETA phase.
         Soldat Dedicated Server initializing...
----------------------------------------------------------------

   Need help running your server?
   IRC: #soldat.servers @ irc.quakenet.org

   Additional parameters:
   ./soldatserver -p PORT -l MAXPLAYERS -p PASSWORD
   Example: ./soldatserver -p 23073 -l 16 -p "my pass"


ERROR
Server Encountered an error:
'' is not a valid integer value
Shutting server...
Shutting down admin server...
Exception EAccessViolation in module soldatserver at 08059BC9.
Access violation at address 080C73F0, accessing address 00000000.
Segmentation fault (core dumped)

My soldat.ini looks like this:
Code: [Select]
[GAME]
Fullscreen=0
Debug_Mode=0
Console_Show=1
Console_Deaths=1
Respawn_Time=60
WaveRespawn_Time=120
Mouse_Sensitivity=100
Play_Music=0
Deathmatch_Limit=30
Pointmatch_Limit=30
Teammatch_Limit=60
Capture_Limit=10
Rambomatch_Limit=30
Infiltration_Limit=90
Hold_Limit=80
GameStyle=3
Friendly_Fire=0
Guns_Collide=1
Kits_Collide=1
Play_Intro=0
Loop_Maps=1
Bonus_Frequency=3
Bonus_FlameGod=1
Bonus_Predator=1
Bonus_Berserker=1
Bonus_Vest=1
Bonus_Cluster=1
Time_Limit=30
Survival_Mode=0
Realistic_Mode=0
Weapons_Mode=0
Weapon_1=1
Weapon_2=1
Weapon_3=1
Weapon_4=1
Weapon_5=1
Weapon_6=1
Weapon_7=1
Weapon_8=1
Weapon_9=1
Weapon_10=1
Weapon_11=1
Weapon_12=1
Weapon_13=1
Weapon_14=1
Max_Grenades=4
Random_Bots=0
Random_Bots_1=0
Random_Bots_2=0
Random_Bots_3=0
Random_Bots_4=0
Runs=6
Profile_Default=0
Logging=0
Stationary_Guns=1
End_Screenshot=0
Auto_Record=0
Record_Time=2
Bullet_Time=0
NoSniperLine=0
KillConsole_Length=15
MainConsole_Length=6
Advance_Amount=2
Blue_Points_Time=5
Red_Points_Capture=30
HTF_Points_Time=5

[GRAPHICS]
Adapter=1
Color_Depth=16
Refresh_Rate=Default
Dithering=0
Swap_Effect=1
BackBuffers=2
Interface_Status_Alpha=200
Gradient_Background=0
Compatibility=0
Antialiasing=0
Texture_Filter=2
Software=0
Bonus_Colors=1
Max_Particles=358
Bullet_Trails=1
Player_Indicator=1
Sniper_Line=0
Weather=1
Interface=Default
Smooth_Edges=1

[SOUND]
Volume=100
Music_Volume=100
Max_Channels=64
Bit_Rate=22050
Output=0
Driver=0
Effect1=1
Effect2=1
Mp3List=0

[NETWORK]
Port=23073
JoinPort=23073
Max_Players=32
Default_Remote_Host=69.41.183.210
Game_Password=
Admin_Password=*****
Connection=Internet
Lobby_Register=1
ASE_Register=1
Lobby_IP=62.111.129.3
Server_Name=test
Dedicated=1
Clanmatch=0
Internet_Connection=2
Greeting_Message=If it bleeds we can kill it
Greeting_Message2=
Greeting_Message3=
Server_Info=test
ShowRealLag=1
Min_Ping=0
Max_Ping=1000
Filter_Players=3
Filter_Gametype=4
Filter_Dedicated=0
Filter_NoPassword=1
Filter_NoBots=0
Filter_Survival=0
Filter_Realistic=0
Filter_NoBonuses=0
Filter_Weapons=0
Filter_WeaponsMod=0
Balance_Teams=1
Dont_Forward=0
Vote_Percent=60
Compression=1
Spectator=0
Max_Spectators=3
Spectator_Chat=1
Allow_Download=1
MaxConnections=8
TooMuch_Packets_LAN=62
TooMuch_Packets_Internet=33
Flooding_Packets_LAN=80
Flooding_Packets_Internet=37
Vote_Cheat_Warnings=8
Max_KnifeCheat_Warnings=14
Disable_AntiCheat_Kick=0
LogFilesUpdate=3600
Max_Flood_Warnings=4
Max_Ping_Warnings=10
T1_Snapshot=40
T1_MajorSnapshot=20
T1_DeadSnapshot=50
T1_Heartbeat=139
T1_Delta=4
T1_Ping=21
T1_ThingSnapshot=29
PacketRate_Adjusting=1
ClientPort=23083

[PLAYER]
Name=Stormx
Main_Color=$00304289
Pants_Color=$001F8957
Skin_Color=16777215
Hair_Color=clBlack
Jet_Color=clYellow
Hair_Style=0
Head_Style=34
Chain_Style=0
Sec_Weapon=0

[CONTROLS]
Left=30
Right=32
Jump=17
Crouch=31
Fire=mb0
Fly=mb1
Grenade=18
Change=16
Drop=33
Reload=19
Chat=20
Prone=45
TeamChat=21
Weapons=15

[BOTS]
Difficulty=100
Chat=1
Raycasting_Quality=12

What am I missing? >__<
Code: [Select]