Log in

View Full Version : zone.exe troubleshooting help plz


savage_270
11-21-2008, 05:36 PM
i have been troubleshooting zone.exe and updating the change logs, but there is one set of errors i can not seem to find a fix for in any required sql nor have i found this error in the forums (maybe im just searching wrong words?)
when i run world.exe from cmd there are no errors
when i run zone.exe i get this error


[Debug] [ZONE__INIT] 209 commands loaded
[Debug] [RULES__CHANGE] Loading rule set 'default' (2)
[Debug] [ZONE__INIT] Loaded default rule set 'default'
[Debug] [ZONE__INIT] Loading Tasks
[Error] [TASKS]Activity for non-existent task (1, 0) while loading activities fr
om database
[Error] [TASKS]Activity for non-existent task (1, 1) while loading activities fr
om database
[Error] [TASKS]Activity for non-existent task (1, 2) while loading activities fr
om database
[Error] [TASKS]Activity for non-existent task (1, 3) while loading activities fr
om database
[Error] [TASKS]Activity for non-existent task (1, 4) while loading activities fr
om database
[Error] [TASKS]Activity for non-existent task (1, 5) while loading activities fr
om database
[Error] [TASKS]Activity for non-existent task (1, 6) while loading activities fr
om database
[Error] [TASKS]Activity for non-existent task (1, 7) while loading activities fr
om database
[Error] [TASKS]Activity for non-existent task (1, 8) while loading activities fr
om database
[Error] [TASKS]Activity for non-existent task (2, 0) while loading activities fr
om database
[Error] [TASKS]Activity for non-existent task (2, 1) while loading activities fr
om database
[Error] [TASKS]Activity for non-existent task (2, 2) while loading activities fr
om database
[Error] [TASKS]Activity for non-existent task (3, 0) while loading activities fr
om database
[Error] [TASKS]Activity for non-existent task (3, 1) while loading activities fr
om database
[Error] [TASKS]Activity for non-existent task (3, 2) while loading activities fr
om database
[Error] [TASKS]Activity for non-existent task (4, 0) while loading activities fr
om database
[Error] [TASKS]Activity for non-existent task (4, 1) while loading activities fr
om database
[Error] [TASKS]Activity for non-existent task (5, 0) while loading activities fr
om database
[Error] [TASKS]Activity for non-existent task (5, 1) while loading activities fr
om database
[Error] [TASKS]Activity for non-existent task (5, 2) while loading activities fr
om database
[Error] [TASKS]Activity for non-existent task (5, 3) while loading activities fr
om database
[Error] [TASKS]Activity for non-existent task (5, 4) while loading activities fr
om database
[Error] [TASKS]Activity for non-existent task (6, 0) while loading activities fr
om database
[Error] [TASKS]Activity for non-existent task (7, 0) while loading activities fr
om database
[Error] [TASKS]Activity for non-existent task (7, 1) while loading activities fr
om database
[Error] [TASKS]Activity for non-existent task (7, 2) while loading activities fr
om database
[Error] [TASKS]Activity for non-existent task (7, 3) while loading activities fr
om database
[Error] [TASKS]Activity for non-existent task (8, 0) while loading activities fr
om database
[Error] [TASKS]Activity for non-existent task (8, 1) while loading activities fr
om database
[Error] [TASKS]Activity for non-existent task (9, 0) while loading activities fr
om database
[Error] [TASKS]Activity for non-existent task (9, 1) while loading activities fr
om database
[Error] [TASKS]Activity for non-existent task (10, 0) while loading activities f
rom database
[Error] [TASKS]Activity for non-existent task (10, 1) while loading activities f
rom database
[Error] [TASKS]Activity for non-existent task (11, 0) while loading activities f
rom database
[Error] [TASKS]Activity for non-existent task (11, 1) while loading activities f
rom database
[Debug] [ZONE__INIT] Loading embedded perl XS

i have remade the tasks table a couple of times but get this

thanks

Derision
11-21-2008, 05:45 PM
There is an issue with the SQL relating to the task tables in file 1_task_system.sql in the SVN, just execute this command in the MySQL command prompt, or whatever tool you use, and the errors should go away:


delete from activities where taskid < 12;

savage_270
11-21-2008, 06:35 PM
thank you that was easy, now i just have to get this dang zone unavailable to work, been messin with router, but nothing so far, well thanks again

savage_270
11-21-2008, 06:45 PM
another simple task done
add

alter table player_corpses add column WasAtGraveyard TINYINT(3) NOT NULL default 0;

to fix my zone unavailable problem