CDPCoreClient.OnJoin: server not found
Hello
Today I was trying to set up a v19 flyff private server, well yeah.. But something went wrong after character selection.
I can hear the flaris music sound (when you are logged in) but the select character screen is still there, and if i click around it stops respond and neuz crashs.
Code:
Error:
2013/10/15 07:29:59
CDPCoreClient.OnJoin: server not found id: 2 account: audis player: hoehoe world: 1
Re: CDPCoreClient.OnJoin: server not found
This happens only when it cant find the worldserver entrance. Check if youre woldserver doesnt crash. or that something else is out of the order.
Re: CDPCoreClient.OnJoin: server not found
Quote:
Originally Posted by
raventh1984
This happens only when it cant find the worldserver entrance. Check if youre woldserver doesnt crash. or that something else is out of the order.
All the exes are fine including the worldserver which doesn't crash. So yeah I just need a clue where to start. Is the problem with the world folders, or the inis, etc..
Re: CDPCoreClient.OnJoin: server not found
Take an look inside this function.
void CDPCoreClient::OnJoin( CAr & ar, DPID dpid )
in there its looking for the player inside the channel and world. So yes check your ini's and also check if the world id in the database is good,
Re: CDPCoreClient.OnJoin: server not found
Quote:
Originally Posted by
raventh1984
Take an look inside this function.
void CDPCoreClient::OnJoin( CAr & ar, DPID dpid )
in there its looking for the player inside the channel and world. So yes check your ini's and also check if the world id in the database is good,
Everything it's already good. But what do you mean with "check if the world id in the database is good" ?
Re: CDPCoreClient.OnJoin: server not found
inside CHARACTER_TBL dwWorldID check if this ID is existing inside youre defineworld.h
For example if its 1 then it it should be Flaris etc. If this number is not in defineworld.h you should also get that error message.
So maybe that one has an wrong value.
Re: CDPCoreClient.OnJoin: server not found
Quote:
Originally Posted by
raventh1984
inside CHARACTER_TBL dwWorldID check if this ID is existing inside youre defineworld.h
For example if its 1 then it it should be Flaris etc. If this number is not in defineworld.h you should also get that error message.
So maybe that one has an wrong value.
DefineWorld.h
Code:
#ifndef __DEFINE_WORLD
#define __DEFINE_WORLD
#define WI_WORLD_NONE 0
#define WI_WORLD_MADRIGAL 1
#define WI_WORLD_KEBARAS 2
#define WI_WORLD_CISLAND 3
#define WI_WORLD_RARTESIA 4
#define WI_WORLD_DARKRARTESIA 5
Character_TBL
Code:
0000004 "server index" 19 "my acc" anders "my char" nameless "player slot" 0 "dwWorldID" 1
Also as you can see there is not a wrong value.. It says 1 which means flaris.
Re: CDPCoreClient.OnJoin: server not found
Then Debug your neuz. Cause you mentioned it also crashes. So do that and maybe you will find an answer. That is the last option. Or your client/server files or not the same. But since you also have tutorials i doubt that you forget something that easy xD.
Re: CDPCoreClient.OnJoin: server not found
Quote:
Originally Posted by
raventh1984
Then Debug your neuz. Cause you mentioned it also crashes. So do that and maybe you will find an answer. That is the last option. Or your client/server files or not the same. But since you also have tutorials i doubt that you forget something that easy xD.
It has nothing to do with the neuz, because as fast I click "select or connect" can't remember, I can hear the flaris sound "that i'm ingame" but the character select screen is still there.