Poll

Would Sylvanor make a good admin?

Yes
34 (69.4%)
No
15 (30.6%)

Total Members Voted: 49

Author Topic: Wink's City RPG  (Read 37318 times)

Again... Crashed.

Really, is it the mod itself or kalph servers?
« Last Edit: July 07, 2012, 03:24:34 PM by Sylvanor »

aw, still pass worded. i really hope its up soon.

You will lose people if the server keep crashing like this. This is [...] annoying as hell.
NB: this server is great, make an effort please.
« Last Edit: July 07, 2012, 06:25:02 PM by Sylvanor »

My scripter, Jasa, will be gone for 2 weeks. I think I've found the function in the code that is causing the crashes but I have no idea how to fix it. I think this function is the problem because it is spammed so much in the console.log. I might have to keep the server down until I can get help from Jasa or Munk.

This server has been crashing much lately. I thought it was fixed.

My scripter, Jasa, will be gone for 2 weeks. I think I've found the function in the code that is causing the crashes but I have no idea how to fix it. I think this function is the problem because it is spammed so much in the console.log. I might have to keep the server down until I can get help from Jasa or Munk.

Awh, 2 weeks, too long!  Lol
Anyways, when was the last time we saved before it crashed?


Awh, 2 weeks, too long!  Lol
Anyways, when was the last time we saved before it crashed?


I saved yesterday when I was on

I'll be back later tomorrow. Don't touch my code.

I saved 10 minuts before it crash.

Tell me exactly what function you think is crashing it so I can plan ahead.

Tell me exactly what function you think is crashing it so I can plan ahead.

This is what keeps repeating in the console.log.
Code: [Select]
getSubStr(...): error, starting position and desired length must be >= 0: ("",-1, 1)
BackTrace: ->[VCE_Main]serverCmdMessageSent->[CRP]serverCmdMessageSent->[Script_AdminShields]serverCmdMessageSent->[evalChat]serverCmdMessageSent->serverCmdMessageSent->chatFilter

I think the function that is messed up is:
Code: [Select]
serverCmdmessageSent

Remove varible conditional events and see if that fixes anything.

This is what keeps repeating in the console.log.
Code: [Select]
getSubStr(...): error, starting position and desired length must be >= 0: ("",-1, 1)
BackTrace: ->[VCE_Main]serverCmdMessageSent->[CRP]serverCmdMessageSent->[Script_AdminShields]serverCmdMessageSent->[evalChat]serverCmdMessageSent->serverCmdMessageSent->chatFilter

I think the function that is messed up is:
Code: [Select]
serverCmdmessageSent

I'm pretty sure ServerCmdMessageSent in CRP doesn't use getSubStr. I don't know why it would, so I'm guessing the problem is VCE or EvalChat.
« Last Edit: July 07, 2012, 10:09:51 PM by Munkey »

Removing VCE didn't help. I crashed within 20 minutes of opening the server.

Removing VCE didn't help. I crashed within 20 minutes of opening the server.
It's obviously not the log writer so stop removing it.