Hi there
my server crashed during a save the other morning with this messge:
QUOTE |
2008/01/21 11:19:39 PM : World: Saving...Warning: Attempted to delete 0x40029FE7 "SaveItemPack" during world save. This action could cause inconsistent state. It is strongly advised that the offending scripts be corrected. |
I'm told it has to do with the transfer server not pausing when RunUO Pauses?
Is there any chance you could possibly include methods thats pause and resume the transfer server that I can tie up with my server?
Regards, Vlad
I dont think that has anything to do with the transfer server. All transfer server operations that affect the server are synched with the server via the timer thread so they 'pause' appropriately on things like world saves.
That looks like an issue with XmlSaveItem attachments being cleaned up during saves and then tries to delete the pack container that it uses to save items.
I will look into it.
I have added an update to the v3.23 beta that includes a new version of XmlAttachment.cs and XmlSaveItem.cs that should solve that problem.