Author Topic: dedicated server doesn't start on my debian sarge  (Read 2886 times)

0 Members and 1 Guest are viewing this topic.

Offline Meatwad

  • Major(1)
  • Posts: 5
dedicated server doesn't start on my debian sarge
« on: July 11, 2006, 01:41:41 pm »
hello,
i just copyed the files to my root-servr which is running on debian 3.1. but when i start it, this messages appear and you can't join the server:

Quote
gameserver@wcfan:~/master/soldat$ ./soldatserver

             -= Soldat Dedicated Server 1.3.1 - BETA 2.5.1 =-

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

   Additional parameters:
   ./soldatserver port maxplayers config maplist
   Example: ./soldatserver 23073 16 soldat.ini mapslist.txt


 The server must be started with an Admin Password parameter to run Admin
   edit SOLDAT.INI section [Network] Admin_Password=

File logging error (N2): 2
 Hit CTRL+C twice to exit
 Please command the server using the Soldat Admin program
Welcome to Soldat 1.3.1
 Server name: Soldat dedicated server
File logging error (W2 - wrong directory names?): 2
File logging error (W3): 103
Server Encountered an error:
I/O error 103
Server Shutdown
Shutting server...
Exception EAccessViolation in module soldatserver at 08059035.
Access violation at address 0807F248, accessing address 00000000.
Segmentation fault

on my fedora 5 system it works properly

please help!
thx


edit: i just discovered, that when i stop my server on the fedorasystem this message appers at last:
Quote
Exception EAccessViolation in module soldatserver at 08059035.
Access violation at address 0807F248, accessing address 00000000.

it is equal to the last message from the debiansystem, exept for the "Segmenation fault"
« Last Edit: July 11, 2006, 01:44:17 pm by Meatwad »

Offline FliesLikeABrick

  • Administrator
  • Flamebow Warrior
  • *****
  • Posts: 6144
    • Ultimate 13 Soldat
Re: dedicated server doesn't start on my debian sarge
« Reply #1 on: July 11, 2006, 01:43:08 pm »
check your permissions on all of the files for the server, especially the log folders.  I suspect that it is failing to write the logs (did you copy the server as root and try starting it as gameserver?)

Offline Meatwad

  • Major(1)
  • Posts: 5
Re: dedicated server doesn't start on my debian sarge
« Reply #2 on: July 11, 2006, 01:46:54 pm »
thx for your fast answer, i just edited my 1. post...maby that can help...


i just made a "chown gameserver:gameserver -R ../soldat" and a "chmod -R 777 ../soldat" ...so the folder including the files are owner of gameserver and everybody has all rights. but the message still appears. i had to create the dir ./logs by my self

Offline FliesLikeABrick

  • Administrator
  • Flamebow Warrior
  • *****
  • Posts: 6144
    • Ultimate 13 Soldat
Re: dedicated server doesn't start on my debian sarge
« Reply #3 on: July 11, 2006, 01:47:41 pm »
ah, you probably forgot to make the "kills" folder inside "logs" ;)

Offline Meatwad

  • Major(1)
  • Posts: 5
Re: dedicated server doesn't start on my debian sarge
« Reply #4 on: July 11, 2006, 01:50:27 pm »
thanks, now it works. but why can't the server add the dirs by it's self? my fedorasystem can :-(? and what's about error in the last line?
is that a hardwareerror? but it's on both servers, i cant beleave that both have errors

Offline FliesLikeABrick

  • Administrator
  • Flamebow Warrior
  • *****
  • Posts: 6144
    • Ultimate 13 Soldat
Re: dedicated server doesn't start on my debian sarge
« Reply #5 on: July 11, 2006, 02:00:08 pm »
the server doesn't make the folders itself at all, you must be dreaming ;)  it doesn't bother since it expects that you extracted the entire server zip file, and the folders are included in it.

can you show me again which errors you're getting now that the logging one has been resolved?

Offline Meatwad

  • Major(1)
  • Posts: 5
Re: dedicated server doesn't start on my debian sarge
« Reply #6 on: July 11, 2006, 02:05:23 pm »
these:

Quote
Exception EAccessViolation in module soldatserver at 08059035.
Access violation at address 0807F248, accessing address 00000000.

Offline FliesLikeABrick

  • Administrator
  • Flamebow Warrior
  • *****
  • Posts: 6144
    • Ultimate 13 Soldat
Re: dedicated server doesn't start on my debian sarge
« Reply #7 on: July 11, 2006, 02:56:27 pm »
I'm not sure what is causing those.  If nobody posts here with the answer before I talk to enesce again, I'll have him take a look

Offline chrisgbk

  • Inactive Staff
  • Veteran
  • *****
  • Posts: 1739
Re: dedicated server doesn't start on my debian sarge
« Reply #8 on: July 12, 2006, 05:18:25 am »
I'm not sure what is causing those.  If nobody posts here with the answer before I talk to enesce again, I'll have him take a look

I believe those are a known/fixed issue for the next version, related to the server not responding to kill signals properly, but I may be mistaken.

Offline Meatwad

  • Major(1)
  • Posts: 5
Re: dedicated server doesn't start on my debian sarge
« Reply #9 on: July 12, 2006, 07:33:51 am »
ok, that seems good. thanks for your help!