Page 1 of 1

datafile problem

Posted: Mon Sep 04, 2006 10:52 am
by Gnafu
this is from start.log

Code: Select all

Reading data files:
  data/accounts.txt: 6 elements in 901 ms.
  data/pol.txt: 2 elements in 0 ms.
  data/objects.txt: 0 elements in 0 ms.
  data/pcs.txt: 15 elements in 90 ms.
  data/pcequip.txt:Warning! pkg/skills/carpentry/mainHitScript.ecl does not exist!
Warning! pkg/skills/carpentry/mainHitScript.ecl does not exist!
 97 elements in 120 ms.
  data/npcs.txt:. 1439 elements in 1262 ms.
  data/npcequip.txt: 0 elements in 0 ms.
  data/items.txt: 56 elements in 30 ms.
  data/permitems.txt: 0 elements in 0 ms.
  data/multis.txt: 0 elements in 0 ms.
  data/storage.txt: 30 elements in 30 ms.
  deferred inserts:Item 0x40000262 is supposed to be in container 0x40000afd, but that container cannot be found.
Server Shutdown: reading data
Leftover objects in objecthash: 1630
Leaking a copy of the objecthash in order to avoid a crash.
Execution aborted due to: Data file integrity error
The container 0x40000afd exists in pcs.txt:

Code: Select all

Item
{
	Serial  0x40000afd
	ObjType	0x966c
	Graphic	0xe75
	X	5851
	Y	1162
	Z	0
	Revision	1
	Realm	britannia
	CProp	Owner i188
	Layer	21
	Container	0xbc
	DecayAt	82037
}
The container 0xbc is a pc and it exists

What's the problem??
I can't find an answer..

Thanks in advance for the help

Posted: Mon Sep 04, 2006 12:29 pm
by Pierce
You could take a look into the pcequip.txt and search for the item with the serial 0x40000262.
What kind of item is that? You can simply delete it, but i think it only has wrong definitions in their itemdesc.cfg cause you also get this error:

Code: Select all

 data/pcequip.txt:Warning! pkg/skills/carpentry/mainHitScript.ecl does not exist! 
Warning! pkg/skills/carpentry/mainHitScript.ecl does not exist! 
 97 elements in 120 ms. 

Posted: Tue Sep 05, 2006 1:33 am
by Gnafu
i already deletted 100 goldcoin newbye from that pc but the error repeats with another item in that pc.. (sorry for my english)