Author Topic: VC-MP 0.3z server problem (centos 6)  (Read 2126 times)

0 Members and 1 Guest are viewing this topic.

Offline Magic_Man

  • Street Thug
  • *
  • Posts: 2
    • View Profile
VC-MP 0.3z server problem (centos 6)
« on: January 02, 2013, 01:50:38 pm »
Hi,

I have a problem when I try to run vcmp server. I use Centos 6. It runs for for a few seconds, sometimes even for an hour. The server log is always empty. I don't understand what is the problem. Can anyone help me? Thanks.

Offline Magic_Man

  • Street Thug
  • *
  • Posts: 2
    • View Profile
Re: VC-MP 0.3z server problem (centos 6)
« Reply #1 on: January 14, 2013, 07:56:15 pm »
Same problem on windows and debian...

Offline stormeus

  • VC:MP Developer
  • VC:MP Veteran
  • *
  • Posts: 1122
    • View Profile
Re: VC-MP 0.3z server problem (centos 6)
« Reply #2 on: January 15, 2013, 02:56:32 pm »
It sounds like your scripts are segfaulting. Make sure you aren't doing anything too irrational; even if it compiles, that doesn't necessarily mean it will work.

If it only crashes after a few seconds, regardless of what happens, make sure to check your timers and that all of the variables being referenced are valid, that any files that you're reading and writing exist and contain the data you need, and that any functions you're using that require a player to be connected check to see if the player is connected first.
Do not PM me for support.