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!

[Solved] Fieldserver problem. Quest cannot load and some strange things

Status
Not open for further replies.
Newbie Spellweaver
Joined
Oct 3, 2012
Messages
11
Reaction score
3
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:



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/error-spacecowboy-fieldserver-failed-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/release-quest-ep4-3-ep3-955047/

Here is my log that i get from the Fieldserver.log


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
 
Last edited by a moderator:
[emoji848]
Legend
Joined
Dec 3, 2011
Messages
2,232
Reaction score
1,518
Re: Fieldserver problem. Quest cannot load and some strange things

Here is my log that i get from the Fieldserver.log


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.
 
Upvote 0
Newbie Spellweaver
Joined
Oct 3, 2012
Messages
11
Reaction score
3
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:




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 !!
 
Last edited:
Upvote 0
[emoji848]
Legend
Joined
Dec 3, 2011
Messages
2,232
Reaction score
1,518
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
 
Upvote 0
Status
Not open for further replies.
Back
Top