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!

EP8 ERRORS & FIXES (regularly updated)

Elite Diviner
Joined
Sep 11, 2010
Messages
430
Reaction score
94
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus

Hello RZ,

Since the release of this long awaited server files, we all tried hard and most us even spent sleepless nights trying to figure things out in excitement to make the server work and client to connect, test and play.

This is in attempt to make it easier for all of us to fix most if not all, the bugs, problems and issues we get during the process and NOT left our concerns UNANSWERED (hopefully), thereby eliminating too much repeated questions.

REMINDER:
These are based on my personal experience on how I solved most of the problems. Just pay attention to them and follow carefully making sure by double checking everything and not rush things out because you will only make things worst, just have more PATIENCE my friends.

Also, this thread assumes you already set up your server from Justin Bieber's release or by following AkiSora's guide and trying to make things work from that point.

That said, let's get to work!

ERROR #1:
[##ERROR##] Initialize(): InitializeGlobals()

FIX/SOLUTION #1:
Use from Oracle instead of VMware.​

ERROR #2:
[##ERROR##] DB ERROR(MSG) : [unixODBC][FreeTDS][SQL Server]Server is unavailable or does not exist.

FIX/SOLUTION #2:
This means the server (CentOS) cannot connect to MSSQL database (Windows).
For testing purposes, temporarily in your server (CentOS) and disable the windows firewall 'til you get all working.

Make sure your MSSQQL database user and password matches the ones you set in your server "ini" (AuthDBAgent.ini, CashDBAgent.ini, DBAgent.ini, EventDBAgent.ini, GlobalDBAgent.ini and PCBangDBAgent.ini).

DBId = (your database user name) and DBPwd = (your database password).

Don't forget to double check your odbc.ini (as posted by walkernight88) settings as well and don't rush make sure of everything.​

ERROR [#3]:
[##ERROR##] fail listening xxxxx port (Address already in use)
FIX/SOLUTION [#3]:
This is fine, don't worry about it, unless you set a custom port that's a different story.
This is normal because your system has not released the port yet due to stop and start scenario. Just ignore and move on to other errors.​

ERROR [#4]:
[##ERROR##] connect 127.0.0.1:38170 fail
FIX/SOLUTION [#4]:
By default, port 38170 is used by GlobarMgrSvr which needs to connect to DBAgent.
If your DBAgent can't connect properly to your database you will get this error.
So, try to fix the database connection problem first - see ERROR/FIX #2.​

ERROR [#5]:
[##ERROR##] DB ERROR(STM_TEXT) : {call dbo.cabal_sp_ems_get_events}
FIX/SOLUTION #5:
Delete the two entries in the EventData database.
Thanks to Extornia for his quick response.​

ERROR [#6]:
The game client is responding with incorrect password but can't login with correct user and password, or can login but can't enter any channels.​
FIX/SOLUTION [#6]:
Replace your bin files with the ones found in /home/update/ folder from the original server files released.​

ERROR [#7]:
It won't let you connect/spawn when you give yourself GM Nation. (by Extornia)​
FIX/SOLUTION [#7]:
Add your IP in gm_ip_list in Account table, check here. (by Extornia)

ERROR [#97]:
Unable to select characters.​
FIX/SOLUTION [#97]:
NO AVAILABLE FIX YET. However, all EP8 servers have it (even the ones that are UP at the moment). (by Extornia)​

ERROR [#98]:
When using CTLR + you click on map if you are not GM nation but procy/capella you will EC6, type 244. (by Extornia)
FIX/SOLUTION [#98]:
NO AVAILABLE FIX YET.

ERROR [#99]
:
I can go in game and play, only problem is I can't drop any items.
The game message says: "Your character cannot use the function."​
FIX/SOLUTION [#99]:
NO AVAILABLE FIX YET.


I will be updating this thread for more errors and fixes, let's all work together as a team once again as this is the essence of the release, let's not disappoint the man behind it, it's the least we could do after years of waiting.


CREDITS:
ESTSoft - for this great game
Justin Bieber - for the courage stepping forward to release the files for the Cabal community.
RaGEZONE forum & community (that's all of us!) - for making all these possible.


Ive fixed item drop and "the colapsed coal mine" quest bug by changuin the configs files white the ones from akisora repack which are the ones from /update path.

Edit: Also seems to fix the cntrl+click problem y can do CTRL+Click whenever i want or im not understanding the bug description. (i can mark cross in the map showing my location)

PD: There is no error log when u try to do select character i assume is a client side thing,
 
Last edited:
Joined
Mar 14, 2011
Messages
436
Reaction score
244
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus

The fix for not being able to drop the items is:

Go to /etc/cabal/Data

(Don't copy-paste anything before this)

You will see item_.scp and item.scp. Rename item.scp to item_old.scp and item_.scp to item.scp.

You'll be able to drop the items then!

The fix for not being able to drop the items is:

Go to /etc/cabal/Data

(Don't copy-paste anything before this)

You will see item_.scp and item.scp. Rename item.scp to item_old.scp and item_.scp to item.scp.

You'll be able to drop the items then!


(Discovered by cadena, but to avoid copy-pasting the .scp files.)
 
Junior Spellweaver
Joined
Dec 8, 2007
Messages
101
Reaction score
5
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus

[root@localhost ~]# service cabal status
AuthDBAgent (pid 2554) is opgestart...
RockAndRollITS (pid 2580) is opgestart...
DBAgent_01 (pid 2597) is opgestart...
GlobalDBAgent (pid 2618) is opgestart...
GlobalMgrSvr (pid 2644) is opgestart...
ChatNode_01 is gestopt
CashDBAgent (pid 2685) is opgestart...
PCBangDBAgent (pid 2711) is opgestart...
EventDBAgent (pid 2735) is opgestart...
EventMgrSvr (pid 2761) is opgestart...
AgentShop_01 is gestopt
LoginSvr_01 (pid 2795) is opgestart...
PartySvr_01 (pid 2812) is opgestart...
WorldSvr_01_01 is gestopt

ChatNode_01 is gestopt
AgentShop_01 is gestopt
WorldSvr_01_01 is gestopt

those 3 dont start, but they do when i start them manual..
i know its a GlobalMgrSvr problem but how can i fix it? :S

ps: database connect succes...
Changed all CabalGame01 to SERVER01 in DBAgent_01.ini and ODBC.ini

when CabalGame01 i get errors now database connect succes.
but still when i start my client and connect its like i aint connecting to a server...
 
Last edited:
Newbie Spellweaver
Joined
Feb 1, 2012
Messages
50
Reaction score
1
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus

my error! anyone help me!!!!! thx !!!


[Fri Jan 25 2013 20:28:09.478625 3085851536]: new server session (01:06)
[Fri Jan 25 2013 20:29:12.076617 3085851536]: [##ERROR##] 1:1 server notify time over (time: 65495)
[Fri Jan 25 2013 20:29:12.381863 3085851536]: close(): closing(127.0.0.1)
[Fri Jan 25 2013 20:29:12.384089 3085851536]: 9.close user -1 [B7314EC0] (127.0.0.1)
[Fri Jan 25 2013 20:29:12.384349 3085851536]: [##ERROR##] 1:2 server notify time over (time: 65662)
[Fri Jan 25 2013 20:29:12.541666 3085851536]: close(): closing(127.0.0.1)
[Fri Jan 25 2013 20:29:12.542530 3085851536]: 8.close user -1 [B73212A0] (127.0.0.1)
[Fri Jan 25 2013 20:29:12.542791 3085851536]: [##ERROR##] 1:3 server notify time over (time: 65598)
[Fri Jan 25 2013 20:29:12.542845 3085851536]: close(): closing(127.0.0.1)
[Fri Jan 25 2013 20:29:12.543501 3085851536]: 7.close user -1 [B7327490] (127.0.0.1)
[Fri Jan 25 2013 20:29:12.543642 3085851536]: [##ERROR##] 1:4 server notify time over (time: 65415)
[Fri Jan 25 2013 20:29:12.543784 3085851536]: close(): closing(127.0.0.1)
[Fri Jan 25 2013 20:29:12.544393 3085851536]: 6.close user -1 [B732D680] (127.0.0.1)
[Fri Jan 25 2013 20:29:12.544554 3085851536]: [##ERROR##] 1:5 server notify time over (time: 64113)
[Fri Jan 25 2013 20:29:12.544601 3085851536]: close(): closing(127.0.0.1)
[Fri Jan 25 2013 20:29:12.545142 3085851536]: 5.close user -1 [B7333870] (127.0.0.1)
[Fri Jan 25 2013 20:29:12.545571 3085851536]: [##ERROR##] 1:6 server notify time over (time: 63067)
[Fri Jan 25 2013 20:29:12.545616 3085851536]: close(): closing(127.0.0.1)


[Fri Jan 25 2013 20:28:38.028660 3086486416]: [##ERROR##] Failed to Get Events
[Fri Jan 25 2013 20:28:38.028780 3086486416]: [##ERROR##] 'OnIPCDBGetEventsResult' fail (Proc/GetDataFromDBA.cpp:57)
[Fri Jan 25 2013 20:28:38.028840 3086486416]: [##ERROR##] UsrMap Fail : MainCmd(3103) Ret(39:0:57) Addr(127.0.0.1) CharIdx(0)
[Fri Jan 25 2013 20:29:06.458582 3086486416]: [##ERROR##] Failed to Get Events
[Fri Jan 25 2013 20:29:06.458707 3086486416]: [##ERROR##] 'OnIPCDBGetEventsResult' fail (Proc/GetDataFromDBA.cpp:57)
[Fri Jan 25 2013 20:29:06.458767 3086486416]: [##ERROR##] UsrMap Fail : MainCmd(3103) Ret(39:0:57) Addr(127.0.0.1) CharIdx(0)
[Fri Jan 25 2013 20:29:36.103084 3086486416]: [##ERROR##] Failed to Get Events
[Fri Jan 25 2013 20:29:36.103184 3086486416]: [##ERROR##] 'OnIPCDBGetEventsResult' fail (Proc/GetDataFromDBA.cpp:57)
[Fri Jan 25 2013 20:29:36.103208 3086486416]: [##ERROR##] UsrMap Fail : MainCmd(3103) Ret(39:0:57) Addr(127.0.0.1) CharIdx(0)
[Fri Jan 25 2013 20:29:40.788623 3086490240]: success accept 11(127.0.0.1:42780)
[Fri Jan 25 2013 20:29:40.788891 3086490240]: 1.open user 11 [9F38A78] (127.0.0.1)
[Fri Jan 25 2013 20:29:40.788973 3086490240]: success accept 12(127.0.0.1:42781)
[Fri Jan 25 2013 20:29:40.789072 3086490240]: 2.open user 12 [9F3EED8] (127.0.0.1)
[Fri Jan 25 2013 20:29:40.789123 3086490240]: success accept 13(127.0.0.1:42782)
[Fri Jan 25 2013 20:29:40.789222 3086490240]: 3.open user 13 [9F45110] (127.0.0.1)
[Fri Jan 25 2013 20:29:40.789271 3086490240]: success accept 14(127.0.0.1:42783)
[Fri Jan 25 2013 20:29:40.789357 3086490240]: 4.open user 14 [9F4B348] (127.0.0.1)
[Fri Jan 25 2013 20:29:40.789406 3086490240]: success accept 15(127.0.0.1:42785)
[Fri Jan 25 2013 20:29:40.789498 3086490240]: 5.open user 15 [9F51580] (127.0.0.1)
[Fri Jan 25 2013 20:29:40.789548 3086490240]: success accept 16(127.0.0.1:42784)
[Fri Jan 25 2013 20:29:40.789634 3086490240]: 6.open user 16 [9F577B8] (127.0.0.1)
[Fri Jan 25 2013 20:30:15.579087 3086486416]: [##ERROR##] Failed to Get Events
[Fri Jan 25 2013 20:30:15.996665 3086486416]: [##ERROR##] 'OnIPCDBGetEventsResult' fail (Proc/GetDataFromDBA.cpp:57)
[Fri Jan 25 2013 20:30:15.997018 3086486416]: [##ERROR##] UsrMap Fail : MainCmd(3103) Ret(39:0:57) Addr(127.0.0.1) CharIdx(0)
[Fri Jan 25 2013 20:30:35.959931 3086486416]: [##ERROR##] Failed to Get Events
[Fri Jan 25 2013 20:30:35.959992 3086486416]: [##ERROR##] 'OnIPCDBGetEventsResult' fail (Proc/GetDataFromDBA.cpp:57)
[Fri Jan 25 2013 20:30:35.960040 3086486416]: [##ERROR##] UsrMap Fail : MainCmd(3103) Ret(39:0:57) Addr(127.0.0.1) CharIdx(0)
[Fri Jan 25 2013 20:30:49.472716 3086486416]: WorldSvr[01][03] Connected.
[Fri Jan 25 2013 20:30:51.038820 3086486416]: WorldSvr[01][05] Connected.
[Fri Jan 25 2013 20:30:52.308442 3086486416]: WorldSvr[01][02] Connected.
[Fri Jan 25 2013 20:30:53.966442 3086486416]: WorldSvr[01][06] Connected.
[Fri Jan 25 2013 20:30:57.683995 3086486416]: WorldSvr[01][04] Connected.
[Fri Jan 25 2013 20:31:00.483076 3086486416]: WorldSvr[01][01] Connected.
[Fri Jan 25 2013 20:31:06.354985 3086486416]: [##ERROR##] Failed to Get Events
[Fri Jan 25 2013 20:31:06.355140 3086486416]: [##ERROR##] 'OnIPCDBGetEventsResult' fail (Proc/GetDataFromDBA.cpp:57)
[Fri Jan 25 2013 20:31:06.355201 3086486416]: [##ERROR##] UsrMap Fail : MainCmd(3103) Ret(39:0:57) Addr(127.0.0.1) CharIdx(0)
[Fri Jan 25 2013 20:31:35.952326 3086486416]: [##ERROR##] Failed to Get Events
[Fri Jan 25 2013 20:31:35.952506 3086486416]: [##ERROR##] 'OnIPCDBGetEventsResult' fail (Proc/GetDataFromDBA.cpp:57)
[Fri Jan 25 2013 20:31:35.952568 3086486416]: [##ERROR##] UsrMap Fail : MainCmd(3103) Ret(39:0:57) Addr(127.0.0.1) CharIdx(0)
[Fri Jan 25 2013 20:32:07.571932 3086486416]: [##ERROR##] Failed to Get Events
[Fri Jan 25 2013 20:32:07.571997 3086486416]: [##ERROR##] 'OnIPCDBGetEventsResult' fail (Proc/GetDataFromDBA.cpp:57)
[Fri Jan 25 2013 20:32:07.572020 3086486416]: [##ERROR##] UsrMap Fail : MainCmd(3103) Ret(39:0:57) Addr(127.0.0.1) CharIdx(0)
[Fri Jan 25 2013 20:32:38.950998 3086486416]: [##ERROR##] Failed to Get Events
[Fri Jan 25 2013 20:32:38.951073 3086486416]: [##ERROR##] 'OnIPCDBGetEventsResult' fail (Proc/GetDataFromDBA.cpp:57)
[Fri Jan 25 2013 20:32:38.951096 3086486416]: [##ERROR##] UsrMap Fail : MainCmd(3103) Ret(39:0:57) Addr(127.0.0.1) CharIdx(0)


[Fri Jan 25 2013 20:32:38.950487 3012627344]: Database Connect success!
[Fri Jan 25 2013 20:33:06.064991 3012627344]: [##ERROR##] OnIPCEMSGetEvents fail
[Fri Jan 25 2013 20:33:06.064991 3012627344]: [##ERROR##] DB ERROR(MSG) : Incompatible data types in stream operation
[Fri Jan 25 2013 20:33:06.065003 3012627344]: [##ERROR##] DB ERROR(CODE) : 32000
[Fri Jan 25 2013 20:33:06.065017 3012627344]: [##ERROR##] DB ERROR(VAR_INFO) : Column: 3<TIMESTAMP>, datatype in operator <</>>: INT
[Fri Jan 25 2013 20:33:06.065031 3012627344]: [##ERROR##] DB ERROR(SQLSTATE) :
[Fri Jan 25 2013 20:33:06.065043 3012627344]: [##ERROR##] DB ERROR(STM_TEXT) : {call dbo.cabal_sp_ems_get_events}
[Fri Jan 25 2013 20:33:06.074059 3012627344]: Database Connect success!


[Fri Jan 25 2013 20:27:40.828036 3044031376]: [##ERROR##] check 'pUserDataCtx' fail
[Fri Jan 25 2013 20:27:40.828262 3085993680]: 4.close user 14 [8619190] (127.0.0.1)
[Fri Jan 25 2013 20:27:40.828408 3044031376]: [##ERROR##] 'OnITCUlnk2PsLayr' fail (Proc/Link.cpp:38)
 
Experienced Elementalist
Joined
Jan 12, 2012
Messages
290
Reaction score
25
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus

ERROR [#98]:
When using CTLR + you click on map if you are not GM nation but procy/capella you will EC6, type 244. (by Extornia)

I dont get this dc ;)
other thing
[Fri Jan 25 2013 16:38:04.022869 2839350160]: [##ERROR##] CoolTime 450 Under 322824, 0
[Fri Jan 25 2013 16:38:04.023553 2839350160]: [##ERROR##] CoolTime 450 Under 322824, 1

cool time is too big ;)
 
Joined
Mar 14, 2011
Messages
436
Reaction score
244
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus

ERROR [#98]:
When using CTLR + you click on map if you are not GM nation but procy/capella you will EC6, type 244. (by Extornia)

I dont get this dc ;)
other thing
[Fri Jan 25 2013 16:38:04.022869 2839350160]: [##ERROR##] CoolTime 450 Under 322824, 0
[Fri Jan 25 2013 16:38:04.023553 2839350160]: [##ERROR##] CoolTime 450 Under 322824, 1

cool time is too big ;)

Give yourself procyon or capella and do it then.
 
Experienced Elementalist
Joined
Jan 12, 2012
Messages
290
Reaction score
25
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus

I mean I dont get dc everything is okey :))) just cooltime is too low
 
Joined
Oct 18, 2007
Messages
48
Reaction score
59
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus

Then maybe sharing what you did to solve the dc problem would help everyone else here.

Cooltime can be set client side as well as far as I know.
 
Serenity GamerZ Owner
Joined
Apr 30, 2011
Messages
771
Reaction score
299
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus

another problem : we need a DB EP8 Website :)
 
Newbie Spellweaver
Joined
Feb 1, 2012
Messages
50
Reaction score
1
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus

why i cann't move?

when i moving ,the game will be DC ,why?
 
Newbie Spellweaver
Joined
Oct 21, 2005
Messages
18
Reaction score
0
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus

[##ERROR##] connect 127.0.0.1:38170 fail

็How to fix?

Thank you..
 
Newbie Spellweaver
Joined
Oct 16, 2009
Messages
19
Reaction score
7
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus

trying now to connect to the server since 10h and i rly dont get whats the problem
odbc.ini got mysql ips
inis got localhost ip/mysql pws/user
IgnoreClientVersion=1 in login server
on Worldsvr.ini 3x centos ip(lan) like this:
AddrForClient=192.168.0.20
AddrForServer=127.0.0.1

every time i hit ok on the client there is just nothing happening(not even an auth try)
using bat+item.enc+internal
mysql can ping centos, centos can ping mysql

still couldnt pass the login screen, looks like my client cant connect the login server...
anyone got a idea?

here are my logs and inis, would be awsome if u could take a look at it(using only lan)
View attachment log1.rarView attachment inis.rar
 

Attachments

You must be registered for see attachments list
Junior Spellweaver
Joined
Nov 6, 2012
Messages
150
Reaction score
25
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus

I can do the login but i dont see channels :) some time channel appears but after 5 sec crash...
all setted good here is worlds sv log
[Fri Jan 25 2013 18:04:55.558322 3086576496]: [##ERROR##] fail listening 38111 port (Address already in use)
[Fri Jan 25 2013 18:04:55.558695 3086576496]: [##ERROR##] RunServer(): Initialize fail
[Fri Jan 25 2013 18:04:55.559231 3086576496]: RunServer END
[Fri Jan 25 2013 18:04:55.559321 3086576496]: FinalEnv BEGIN
[Fri Jan 25 2013 18:04:55.562882 3086576496]: FinalEnv END
[Fri Jan 25 2013 18:09:18.682137 3086814064]: try connect 127.0.0.1:38171, Sync
[Fri Jan 25 2013 18:09:18.775255 3086814064]: sock 82 ->LinkHandler Open
[Fri Jan 25 2013 18:09:18.776612 3086814064]: SendIPSConnect2Svr (161:01:01:00)
That Port Is Opened :) iptables service stopped :)
 
Newbie Spellweaver
Joined
Jan 22, 2013
Messages
28
Reaction score
0
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus

Hello guys i have problem about channels, i can login but i cant see channels. Any help how can i fix this problem?
 
Back
Top