PDA

View Full Version : Combat Crash


classiceq
02-13-2008, 08:07 AM
Hey guys...

Something strange has happened and I am having trouble tracking down the problem. I have been running the peq-ykesha-release since it was released with no problems.

Today I downloaded the latest CVS version. I updated with drop_system and load_system. No errors. I can log back in, zone and walk around with no problems.

However, if I start any type of combat the zone crashes after about 8-10 seconds.

If I reload the peq-ykesha-release everything goes back to working normal.

Any ideas?

Thanks.

Congdar
02-14-2008, 04:20 AM
What build are you using the new cvs database with?

classiceq
02-14-2008, 05:10 AM
I have tried it with version 1080 thru 1091.

classiceq
02-15-2008, 04:54 AM
This is no longer an issue. My recent blunder has pushed me to rebuild from scratch.

- Razzle

classiceq
02-21-2008, 06:37 AM
I need to resurrect this thread. Since solving my other problems I am back to this one. Once I start combat in any zone that zone crashes with the latest CVS version sourced.

- Rian

Fridgecritter
02-27-2008, 07:45 AM
I had this same issue when I setup my database the first time. The rule_sets table column "ruleset_id" needs to match the rule_values table column "ruleset_id" or you will get the error your are getting, along with a bunch of other errors.

Once I changed the ruleset_id to 0 and all of the ruleset_id fields in the rule_values table to 0 to match, those errors went away, and the server no longer crashed when people started combat. When you say the error re-occurred when you sourced the database back in, this tells me that you need to check those two values to make sure those match. When the server starts, it looks in the rule_sets table and if the value is 0, it checks the rule_values table and applies all of the values that are set to ruleset_id 0 in that table.

Hope that helps.