Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[HELP]Field Server Iteminfo Error

Newbie Spellweaver
Joined
Jul 23, 2016
Messages
10
Reaction score
0
configuring a local server with the DREAM ACE4.3 source code, after compiling and putting it to work it sends me the following error

 
Newbie Spellweaver
Joined
Jul 23, 2016
Messages
10
Reaction score
0
Every time I delete an item that appears in the error, it sends me the name of another item, so it continues


CFieldMapWorkspace::CheckWarpInfo() =========================================================> End01-21 10:35:14|CFieldMapWorkspace::CheckWarpObjectIndexInfo_ VCNWarpObjectIndex Error, Map(3018) WapObjectIndex(1082)01-21 10:35:14|CFieldMapWorkspace::CheckWarpObjectIndexInfo_ VCNWarpObjectIndex Error, Map(3082) WapObjectIndex(2401)01-21 10:35:14|CFieldMapWorkspace::CheckWarpObjectIndexInfo_ ANIWarpObjectIndex Error, Map(3082) WapObjectIndex(2401)01-21 10:35:14|CFieldMapWorkspace::CheckWarpObjectIndexInfo_ VCNWarpObjectIndex Error, Map(3083) WapObjectIndex(2401)01-21 10:35:14|CFieldMapWorkspace::CheckWarpObjectIndexInfo_ ANIWarpObjectIndex Error, Map(3083) WapObjectIndex(2401)01-21 10:35:14|CFieldMapWorkspace::CheckWarpObjectIndexInfo_ VCNWarpObjectIndex Error, Map(4181) WapObjectIndex(7252)01-21 10:35:14|CFieldMapWorkspace::CheckWarpObjectIndexInfo_ ANIWarpObjectIndex Error, Map(4181) WapObjectIndex(7252)01-21 10:35:14|CFieldMapWorkspace::CheckWarpObjectIndexInfo_ VCNWarpObjectIndex Error, Map(9000) WapObjectIndex(3101)01-21 10:35:14|CFieldMapWorkspace::CheckWarpObjectIndexInfo_ ANIWarpObjectIndex Error, Map(9001) WapObjectIndex(3104)01-21 10:35:14|CFieldMapWorkspace::CheckWarpObjectIndexInfo_ VCNWarpObjectIndex Error, Map(9003) WapObjectIndex(9722)01-21 10:35:14|CFieldMapWorkspace::CheckWarpObjectIndexInfo_ ANIWarpObjectIndex Error, Map(9003) WapObjectIndex(9722)01-21 10:35:14|CAtumDBManager::AtumDBWorker_ DWWorkerThread, ThreadID( 668, 0x29C)01-21 10:35:14|CAtumDBManager::AtumDBWorker_ DWWorkerThread, ThreadID( 5848, 0x16D8)01-21 10:35:14|CAtumDBManager::AtumDBWorker_ DWWorkerThread, ThreadID( 15348, 0x3BF4)01-21 10:35:14|CAtumDBManager::AtumDBWorker_ DWWorkerThread, ThreadID( 1432, 0x598)01-21 10:35:14|CAtumDBManager::AtumDBWorker_ DWWorkerThread, ThreadID( 15872, 0x3E00)01-21 10:35:14|CAtumDBManager::AtumDBWorker_ DWWorkerThread, ThreadID( 7160, 0x1BF8)01-21 10:35:15|CAtumDBManager::AtumDBWorker_ DWWorkerThread, ThreadID( 6372, 0x18E4)01-21 10:35:15|CAtumDBManager::AtumDBWorker_ DWWorkerThread, ThreadID( 11984, 0x2ED0)01-21 10:35:15|CAtumDBManager::AtumDBWorker_ DWWorkerThread, ThreadID( 8376, 0x20B8)01-21 10:35:15|CAtumDBManager::AtumDBWorker_ DWWorkerThread, ThreadID( 12968, 0x32A8)01-21 10:35:15| [Notify] CFieldIOCP::IOCPInit# success to LoadInvokingWearItemDestParamNum(8) 01-21 10:35:15| [Notify] CFieldIOCP::IOCPInit# success to LoadInvokingWearItemDestParamNumByUse(8) 01-21 10:35:16| [Notify] CInflRateManager::InitInflRateManager SetForAll(1) ListCount(1) TotalUserCount(Normal:0 BCU:0 ANI:0)01-21 10:35:17| [Notify] PartyFormationSkill loaded !! SkillCount(0) 01-21 10:35:17|[ERROR] CFieldIOCP::CheckItemInfo# 11000 ItemInfo( 7000610:Std. Beast Fang (1H)), ItemKind(32:Time limit Accessory) invalid ItemAttribute(0) !! IsITEMKIND_ACCESSORY_TIMELIMIT(1) ITEM_ATTR_TIME_LIMITE(0) 01-21 10:35:17|CheckAllItemInfo Error, ItemInfo( 7000610:Std. Beast Fang (1H)), ItemKind(32:Time limit Accessory)01-21 10:35:25|[Error] FieldServer IOCPInit Error
 
Upvote 0
Junior Spellweaver
Joined
Sep 12, 2014
Messages
119
Reaction score
34
I remember seeing this error. Try to copy the items from another database and try again.This more than all comes from attribute problems
 
Upvote 0
Newbie Spellweaver
Joined
Jul 23, 2016
Messages
10
Reaction score
0
Thanks for answering, I tried with other databases but it gives the same iteminfo error, I don't know what to do, it only happens with EP_43_Source_DA

I can't find a solution
 
Upvote 0
Newbie Spellweaver
Joined
Feb 2, 2015
Messages
77
Reaction score
53
step by step
1. you said it error when use EP_43_Source_DA. so try compare table field is it same field or not.
2. try check Iteminfo ItemNum =
7000610 and look at ItemAttribute field. if it zero just fix by put 98440
3. if it not zero that mean your database sql produce reading wrong field try fix it
 
Upvote 0
Back
Top