Vice City Multiplayer
General Discussion => Support => Topic started by: Magic_Man 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.
-
Same problem on windows and debian...
-
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.