[Solved] Fieldserver problem. Quest cannot load and some strange things
Hello,
after two days, i get all together and i try to get it run.
All seems to be good but 15h before i wrote this, i get a strange error:
http://s22.postimg.org/kh73pa7fh/error.jpg
What did i try to fix it?
Well, i search a little bit at ragezone and elitepvp. But i dont get it to run.
I try allready to extract the quest.tex and find something that is not matched.
I try to understand the solution in this treath
https://forum.ragezone.com/f908/erro...d-load-997838/
But i dont work. I get allready a other client and try to get the quest.tex file from there.
Dont work.
This was my last try (30 minutes ago), but it worked not....
https://forum.ragezone.com/f613/rele...-3-ep3-955047/
Here is my log that i get from the Fieldserver.log
Error of Fieldserver - Pastebin.com
That are some logs that i dont understand too:
09-28 01:08:24|[Error] CMonsterDBAccess::GetAllMonsters_1 Monster Item error, MonsterName[ : 2098900] ItemNum[7513980]
or
09-28 01:08:24|[ERROR] CAtumDBHelper::LoadMysteryItemDropInfo_ error !!, pItemInfo(0x0) MysteryItemDropNum( 185) ReqLevel( 1~110) DropItemNum( 7027560) DropCount( 1~ 1)
or
09-28 01:08:21| Verifying Warp Info.: 3352 m_DefaltWarpTargetIndex: 1000
09-28 01:08:21| Warp Obj[SOURCE SourceMap(3352, 1000) TargetMap(9999, 15)] ObjIndex, Pos( 540, 260, 630) ==> ERROR: Warp Target Event Index error
09-28 01:08:21| Pattern Obj[Start(1050) --> Next(1000)] ObjIndex, Pos( 773, 210, 861) ==> GOOD
09-28 01:08:21| Quest Obj[ ObjectEventIndex(1005)] ObjIndex, Pos( 4436, 230, 4470)
Is this a problem?
Best regards
Gle353
Re: Fieldserver problem. Quest cannot load and some strange things
Quote:
Originally Posted by
gle353
Here is my log that i get from the Fieldserver.log
Error of Fieldserver - Pastebin.com
That are some logs that i dont understand too:
Code:
09-28 01:08:24|[Error] CMonsterDBAccess::GetAllMonsters_1 Monster Item error, MonsterName[ : 2098900] ItemNum[7513980]
or
Code:
09-28 01:08:24|[ERROR] CAtumDBHelper::LoadMysteryItemDropInfo_ error !!, pItemInfo(0x0) MysteryItemDropNum( 185) ReqLevel( 1~110) DropItemNum( 7027560) DropCount( 1~ 1)
or
Code:
09-28 01:08:21| Verifying Warp Info.: 3352 m_DefaltWarpTargetIndex: 1000
09-28 01:08:21| Warp Obj[SOURCE SourceMap(3352, 1000) TargetMap(9999, 15)] ObjIndex, Pos( 540, 260, 630) ==> ERROR: Warp Target Event Index error
09-28 01:08:21| Pattern Obj[Start(1050) --> Next(1000)] ObjIndex, Pos( 773, 210, 861) ==> GOOD
09-28 01:08:21| Quest Obj[ ObjectEventIndex(1005)] ObjIndex, Pos( 4436, 230, 4470)
Is this a problem?
Best regards
Gle353
Hi Gle353,
no those logs are not the cause of your problem. These errors occur due to faulty configuration, mostly database wise. Like in your case, missing Mytery Drop Information for an Index, An invalid monster Name (empty), A warp from 3352 to 9999 which is configured badly. Most of this stuff is hardly used anyway so it wont cause any issues for you any time soon.
Your problem is that the FieldServer starts validating the Quest files in "Server\config\quest" here:
Code:
CFieldIOCP::LoadQuestInfo() =========================================================> Start
but it does not come to a finish due to some error on the way which is not further logged (thanks masang).
If the quests were set up properly you would get a list of all quests and:
Code:
CFieldIOCP::LoadQuestInfo() =========================================================> End
at the end of the Quest validation.
Did you change anything in quest 0000000 - 0000009.cfg ?
That would be the most likely cause of the problem. Please note that the Field Server checks the quest files themselfs too and not only the quest.tex for validation.
Re: [Help] Fieldserver problem. Quest cannot load and some strange things
Hello Future,
i dont change any of these files.
I have them from the Ace-Online client.
The Serverfiles are from the Phidoi guy (i dont know the name ....)
My Quest.tex is here:
quest.tex :: Free File Hosting - File Dropper: File Host for Mp3, Videos, Music, Documents.
Edit:
I found the problem. After i create a new Omi.tex, the Server "start" without this error.
But for this i have a new error in the Pre-Server and it didnt start -.-'
09-29 06:18:56| [Notify] CPreGlobal::InitServerSocket# Started
09-29 06:18:56|CIOCP::Listen_ ListenerThread, ThreadID( 99648, 0x18540)
09-29 06:18:56|Socket Connect SocketIndex[ 0] PeerIP[ 127.0.0.1] Port[57671]
09-29 06:18:57|Socket Connect SocketIndex[ 1] PeerIP[ 127.0.0.1] Port[57696]
09-29 06:18:58| SendErrorMsg to ClientIndex[ 1] 127.0.0.1(57696) ==> ERR_PROTOCOL_NO_SUCH_SERVER_GROUP(0x2452) AT T_IP_CONNECT_IM_CONNECT Param1(0) Param2(0) Msg(Name)
09-29 06:18:58|Socket Closed SocketIndex[ 1] SocketType[9] PeerIP[ 127.0.0.1] Port[57696] MaxWriteBufCounts[ 1] ==> reason 69640[0X011008]
09-29 06:18:58|[Error] CIOCPSocket::OnReceive Error! Closing Connection!, SocketIndex[1]
09-29 06:20:50|[ERROR] CSPToMPWinSocket Timeout !!
Re: [Help] Fieldserver problem. Quest cannot load and some strange things
I'm glad you found a solution for your problem.
To get attention and to make it easier for future users to find your topic as well, please create a new thread in this section for your second problem that you edited into your answer. Also, don't forget to tag this Thread with [Solved]
Thanks