-
EP8 ERRORS & FIXES (regularly updated)
Hello RZ,
Since the release of this long awaited server files, we all tried hard and most of 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]:
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
stop iptables 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 [#8]:Quest bugs (ex. Coal Mine, etc).
FIX/SOLUTION [#8]:Use the Quest.scp found in /home/update/data/ from the
original server files released.
This will fix most if not all, your quest bugs.
ERROR [#97]:Switch character bug.
FIX/SOLUTION [#97]:Set UseBotCheckInCharacterSelectLogout = 0 - find it inside WorldSvr_xx_xx.ini. (by cadena)
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]:Set UseCheckWarpHack = 0 - find it inside WorldSvr_xx_xx.ini. (by cadena)
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]:
The culprit is the item.scp, just use the one named "item_.scp" from the same folder (/data).
Thank you cadena for giving us the idea, and Extornia for helping out pin point the offending file.
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.
ADVISORY: DO NOT USE any other DATABASE that has BEEN CLEANED for now except the one released by Extornia, there were reports of incompatibility issues - your experience might have been different from the others but prevention is better than cure, less headache less hassle.
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.
-
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
Just to list all the currently found bugs ingame by me and a friend:
1. As you mentioned, unable to drop items. Probaby soemthing in WorldSvr.
2. It won't let you connect/spawn when you give yourself GM Nation, solution is: Add your IP in gm_ip_list in Account table
3. Unable to select characters, fix is unknown yet however all EP8 servers have it (even the ones that are UP at the moment)
4. When using CTLR + you click on map if you are not GM nation but procy/capella you will EC6, type 244
The following has been tested and is working:
1. BM3
2. Crafting
3. Runes
4. Auction House/Agent Shop
5. Dungeons
6. Skills
7. Items/sets/bikes
8. Titles
9. Party
10. PVP
11. Mission War
12. Switch between channels
13. Botcheck & sub password.
Best client to use is SIMP cabal ep8. Not TheftGames cabal! You'd need to update theirs using launcher to fix item.enc md5 check but their server is down!
Also make sure MSSQL has named pipes enabled for MSSQL server!
-
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
Cannot connect to the channel, I hope you can help me
Can login account, can see the channel, but can not connect
-
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
Quote:
Originally Posted by
China-
Cannot connect to the channel, I hope you can help me
Can login account, can see the channel, but can not connect
Check WorldSvr .ini make sure all the IPs are correct. At 3 places you need to have your WAN ip.
-
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
The IP is correct, I posted a log
[Fri Jan 25 2013 17:20:11.322008 3085900688]: [##ERROR##] OnIPCVerifyLinks(): NonClient UserNum(42464), ip(192.168.1.2)
[Fri Jan 25 2013 17:20:11.322047 3085900688]: [##ERROR##] 'OnIPCVerifyLinks' fail (Proc/Verify.cpp:456)
[Fri Jan 25 2013 17:20:11.322056 3085900688]: [##ERROR##] UsrMap Fail : MainCmd(23) Ret(4701C8:71:456) Addr(127.0.0.1) CharIdx(0)
-
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
Quote:
Originally Posted by
China-
The IP is correct, I posted a log
[Fri Jan 25 2013 17:20:11.322008 3085900688]: [##ERROR##] OnIPCVerifyLinks(): NonClient UserNum(42464), ip(192.168.1.2)
[Fri Jan 25 2013 17:20:11.322047 3085900688]: [##ERROR##] 'OnIPCVerifyLinks' fail (Proc/Verify.cpp:456)
[Fri Jan 25 2013 17:20:11.322056 3085900688]: [##ERROR##] UsrMap Fail : MainCmd(23) Ret(4701C8:71:456) Addr(127.0.0.1) CharIdx(0)
Have you taken the binaries from /home/updates?
-
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
Quote:
Originally Posted by
Extornia
Have you taken the binaries from /home/updates?
Yes, the binary file using /home/update
I did not clean up the database, is that reason?
-
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
Quote:
Originally Posted by
China-
Yes, the binary file using /home/update
I did not clean up the database, is that reason?
Hmhmhm I really doubt it is that. I'm sorry but I haven't had that issue. Although I did not do it on a home setup with a router it was all done on two physical machines (one for database other for server)
-
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
Quote:
Originally Posted by
Extornia
Hmhmhm I really doubt it is that. I'm sorry but I haven't had that issue. Although I did not do it on a home setup with a router it was all done on two physical machines (one for database other for server)
I provide an IP address, you can use your client to connect to test?Some people say that this is the problem of cabalmain.exe
-
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
Yeah, private message it to me. Make a account for me aswell.
-
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
Quote:
Originally Posted by
Extornia
Yeah, private message it to me. Make a account for me aswell.
My client is not xtrap, but GameGuard, may be the reason I can not connect to the channel?Because I see you landing logs, without that error.
-
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
Could be client issue assuming IPs and bins are correct.
-
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
Quote:
Originally Posted by
Mundus
Could be client issue assuming IPs and bins are correct.
You use the client has xtrap?
-
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
-
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
Quote:
Originally Posted by
China-
You use the client has xtrap?
Yes do you need it?
-
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
Quote:
Originally Posted by
Mundus
Yes do you need it?
I to use SIMPCaba client can not update xtrap
@Mundus,I sent a PM to you, please reply me
-
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
Quote:
Originally Posted by
China-
I to use SIMPCaba client can not update xtrap
try this to your cabal client: cabalmain (ep8)
EDIT: I replied to your pm.
-
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
Quote:
Originally Posted by
Mundus
please add "IgnoreClientVersion=1" in LoginSvr_01, I used my client landing, prompting the need to update!
-
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
big thank for your help ?
ERROR #1:
[##ERROR##] Initialize(): InitializeGlobals()
-
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
oops! sorry i forgot, done try now.
-
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
Quote:
Originally Posted 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:
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
stop iptables 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,
-
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.)
-
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...
-
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
my error! anyone help me!!!!! thx !!!
Quote:
[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)
-
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 ;)
-
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
Quote:
Originally Posted by
dmxas
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.
-
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
I mean I dont get dc everything is okey :))) just cooltime is too low
-
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.
-
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
[##ERROR##] connect 127.0.0.1:0 fail
this error comes out on GlobalMgrSvr
How to fix this?
-
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
another problem : we need a DB EP8 Website :)
-
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
why i cann't move?
when i moving ,the game will be DC ,why?
-
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
Quote:
Originally Posted by
th1nk
why i cann't move?
when i moving ,the game will be DC ,why?
Use SIMP client!
-
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
i use tgcabal , must be SIMP client?
Quote:
Originally Posted by
Extornia
Use SIMP client!
-
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
[##ERROR##] connect 127.0.0.1:38170 fail
็How to fix?
Thank you..
-
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
can give SIMP client link for download
thnks
-
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
Quote:
Originally Posted by
th1nk
i use tgcabal , must be SIMP client?
I used simp cabal exe with only .bat file to start in breaklee and internal.txt. If you use pierr's patch you can't move.
-
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
ok thx .i will download simp client and try
Quote:
Originally Posted by
Extornia
I used simp cabal exe with only .bat file to start in breaklee and internal.txt. If you use pierr's patch you can't move.
-
2 Attachment(s)
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
Quote:
Originally Posted by
kaisen
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)
Attachment 122161Attachment 122164
-
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
Quote:
[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 :)
-
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?
-
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
Quote:
Originally Posted by
Alterity
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 :)
Error #3 in the top post. Reboot and don't auto start the services.
-
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
Quote:
Originally Posted by
chumpywumpy
Error #3 in the top post. Reboot and don't auto start the services.
what u mean with " Auto Start The services" when i power on my centos , i open putty , and i type Service cabal start ...
what i have to do for non auto start the service?
-
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
Delete check_daemon from home/cabal ;).
-
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
well i deleted .. check_daemon, check_daemon_mw , Check_world let we see if i can log in now -_- ty allocen ty chumpy
well before that deleting i can login and all was fine now i got
Quote:
AuthDBAgent (pid 3820) is running...
RockAndRollITS (pid 3845) is running...
DBAgent_01 (pid 3861) is running...
GlobalDBAgent (pid 3881) is running...
GlobalMgrSvr (pid 3896) is running...
ChatNode_01 is stopped
CashDBAgent (pid 3936) is running...
PCBangDBAgent (pid 3956) is running...
EventDBAgent (pid 3980) is running...
EventMgrSvr is stopped
AgentShop_01 is stopped
LoginSvr_01 is stopped
PartySvr_01 (pid 4064) is running...
WorldSvr_01_01 is stopped
WorldSvr_01_02 is stopped
WorldSvr_01_03 is stopped
all with the same error .... the stopped 1
World
Quote:
[Fri Jan 25 2013 21:46:47.939423 3086564208]: [##ERROR##] connect 127.0.0.1:38170 fail
[Fri Jan 25 2013 21:46:47.939457 3086564208]: [##ERROR##] Link(): link open fail(Automatic), Exit
[Fri Jan 25 2013 21:46:47.939514 3086564208]: waiting for the 'GmsChannelType'
[Fri Jan 25 2013 21:46:48.161749 3085732752]: CProcessLayer(0)::svc Start [3085732752]
[Fri Jan 25 2013 21:46:48.161962 3085732752]: CProcessLayer(0)::svc Terminated [3085732752]
[Fri Jan 25 2013 21:46:48.162453 3086564208]: try connect 127.0.0.1:38181, Sync
[Fri Jan 25 2013 21:46:48.171265 3086564208]: sock 7 ->LinkHandler Open
[Fri Jan 25 2013 21:46:48.171357 3086564208]: SendIPSConnect2Svr (161:01:01:00)
[Fri Jan 25 2013 21:46:48.171475 3086564208]: try connect 127.0.0.1:38190, Sync
[Fri Jan 25 2013 21:46:48.191422 3086564208]: sock 8 ->LinkHandler Open
[Fri Jan 25 2013 21:46:48.191488 3086564208]: SendIPSConnect2Svr (161:01:01:00)
[Fri Jan 25 2013 21:46:48.191567 3086564208]: try connect 127.0.0.1:38121, Sync
[Fri Jan 25 2013 21:46:48.191876 3086564208]: [##ERROR##] connect 127.0.0.1:38121 fail
[Fri Jan 25 2013 21:46:48.191915 3086564208]: [##ERROR##] Link(): link open fail(Automatic), Exit
[Fri Jan 25 2013 21:46:48.192101 3086564208]: [##ERROR##] OpenLinkLayer(): ChatNode link failed
[Fri Jan 25 2013 21:46:48.192164 3086564208]: [##ERROR##] RunServer(): Initialize fail
Chatnode
Quote:
[Fri Jan 25 2013 21:53:05.672122 3086518912]: sock -1 ->LinkHandler close
[Fri Jan 25 2013 21:53:05.672708 3086518912]: [##ERROR##] connect 127.0.0.1:38170 fail
[Fri Jan 25 2013 21:53:05.672955 3086518912]: [##ERROR##] Link(): link open fail(Automatic), Exit
[Fri Jan 25 2013 21:53:05.673145 3086518912]: [##ERROR##] RunServer(): active fail
[Fri Jan 25 2013 21:53:05.673311 3086518912]: waiting for caching(PR message)
[Fri Jan 25 2013 21:53:05.703689 3075754896]: [##ERROR##] getq fail (108)
[Fri Jan 25 2013 21:53:05.703982 3065265040]: [##ERROR##] getq fail (108)
[Fri Jan 25 2013 21:53:05.704067 3054775184]: [##ERROR##] getq fail (108)
[Fri Jan 25 2013 21:53:05.704209 3086244752]: [##ERROR##] getq fail (108)
[Fri Jan 25 2013 21:53:05.708351 3086518912]: try listening 38121 port
[Fri Jan 25 2013 21:53:05.708933 3086518912]: FinalEnv BEGIN
[Fri Jan 25 2013 21:53:05.709780 3086518912]: FinalEnv END
others ( i mean the stopped1 ) any help?
Quote:
[Fri Jan 25 2013 21:53:05.672708 3086518912]: [##ERROR##] connect 127.0.0.1:38170 fail
[Fri Jan 25 2013 21:53:05.672955 3086518912]: [##ERROR##] Link(): link open fail(Automatic), Exit
[Fri Jan 25 2013 21:53:05.673145 3086518912]: [##ERROR##] RunServer(): active fail
GlobalMGrSv
Quote:
[Fri Jan 25 2013 21:53:04.367609 3085932800]: [##ERROR##] connect 127.0.0.1:32001 fail
[Fri Jan 25 2013 21:53:04.367652 3085932800]: [##ERROR##] Link(): link open fail(Manual), Keep state
[Fri Jan 25 2013 21:53:04.367684 3085932800]: [##ERROR##] active fail
-
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
Do you use bridged for oracle? If yes, have you made port forward for ip centos between ports 25000-40000 and for ip windows 1433?
-
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
Quote:
Originally Posted by
Alterity
well i deleted .. check_daemon, check_daemon_mw , Check_world let we see if i can log in now -_- ty allocen ty chumpy
well before that deleting i can login and all was fine now i got
all with the same error .... the stopped 1
World
Chatnode
others ( i mean the stopped1 ) any help?
GlobalMGrSv
Solution:
GlobalMgrSvr = db connection, check you pwd_id and id for db access in the agent.ini's
also you might wanne change in DBAgent_01.ini "CabalGame01 to SERVER01" same for "ODBC.ini" twice.
after that "Service cabal stop" x2 to be sure!
Delete you current logs.
copy this into you putty terminal.
Code:
service DBAgent_01 start
sleep 3
service AuthDBAgent start
sleep 3
service GlobalDBAgent start
sleep 3
service RockAndRollITS start
sleep 3
service GlobalMgrSvr start
sleep 3
service CashDBAgent start
sleep 3
service PCBangDBAgent start
sleep 3
service EventDBAgent start
sleep 3
service PartySvr_01 start
sleep 5
service EventMgrSvr start
sleep 3
service ChatNode_01 start
sleep 3
service AgentShop_01 start
sleep 3
service WorldSvr_01_01 start
sleep 3
service LoginSvr_01 start
sleep 3
and if all go's well you will be able to connect whit simp client
btw if you use simp client dont forget to put the "Bin's" from the update folder to your centos and overwrite.
-
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
Quote:
Originally Posted by
allocen
Do you use bridged for oracle? If yes, have you made port forward for ip centos between ports 25000-40000 and for ip windows 1433?
yes im using bridged look
Attivo = activated those are from my ruter i have to do it on my windows firewall?
http://i.epvpimg.com/QnPwb.png
Quote:
Originally Posted by
Lazy
Solution:
GlobalMgrSvr = db connection, check you pwd_id and id for db access in the agent.ini's
also you might wanne change in DBAgent_01.ini "CabalGame01 to SERVER01" same for "ODBC.ini" twice.
after that "Service cabal stop" x2 to be sure!
Delete you current logs.
copy this into you putty terminal.
Code:
service DBAgent_01 start
sleep 3
service AuthDBAgent start
sleep 3
service GlobalDBAgent start
sleep 3
service RockAndRollITS start
sleep 3
service GlobalMgrSvr start
sleep 3
service CashDBAgent start
sleep 3
service PCBangDBAgent start
sleep 3
service EventDBAgent start
sleep 3
service PartySvr_01 start
sleep 5
service EventMgrSvr start
sleep 3
service ChatNode_01 start
sleep 3
service AgentShop_01 start
sleep 3
service WorldSvr_01_01 start
sleep 3
service LoginSvr_01 start
sleep 3
and if all go's well you will be able to connect whit simp client
btw if you use simp client dont forget to put the "Bin's" from the update folder to your centos and overwrite.
i try
-
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
Disable firewall, and should work!
-
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
Quote:
Global mgr svr:
[Fri Jan 25 2013 16:42:17.392982 3086850304]: [##ERROR##] connect 127.0.0.1:0 fail
[Fri Jan 25 2013 16:42:17.393616 3086850304]: [##ERROR##] Link(): link open fail(Automatic), Exit
[Fri Jan 25 2013 16:42:17.394111 3086850304]: [##ERROR##] active fail
[Fri Jan 25 2013 16:42:18.226614 3086044048]: CProcessLayer(0)::svc Terminated [3086044048]
Chatnode:
Cant connect to global mgr svr
Anyone?
Firewall disabled, automatic start also.
-
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
all disable still the same problem :D
ill wait a tdp repack fak those bugged files
Edit : I Just Tryed ep2 Files right now and they work fine :)
only ep8 files have those problem
-
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
They dont have any problem, you havent installed them correctly.
-
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
If you are on an X64 OS and cannot register any new accounts it's because the pwdencrypt gives a longer value on x64 machines that doesn't fit the database field. You can use this query to drop and recreate the table with a longer password field.
Warning this will delete any data in the table.
Quote:
USE [account]
GO
ALTER TABLE [dbo].[cabal_auth_table] DROP CONSTRAINT [DF__cabal_aut__Login__6E565CE8]
GO
ALTER TABLE [dbo].[cabal_auth_table] DROP CONSTRAINT [DF__cabal_aut__creat__6D6238AF]
GO
ALTER TABLE [dbo].[cabal_auth_table] DROP CONSTRAINT [DF__cabal_aut__natio__6C6E1476]
GO
ALTER TABLE [dbo].[cabal_auth_table] DROP CONSTRAINT [DF_cabal_auth_table_AuthKey]
GO
ALTER TABLE [dbo].[cabal_auth_table] DROP CONSTRAINT [DF_cabal_auth_table_LoginEx]
GO
ALTER TABLE [dbo].[cabal_auth_table] DROP CONSTRAINT [DF_cabal_auth_table_PlayTime]
GO
ALTER TABLE [dbo].[cabal_auth_table] DROP CONSTRAINT [DF_cabal_auth_table_AuthType]
GO
/****** Object: Table [dbo].[cabal_auth_table] Script Date: 1/25/2013 11:27:28 PM ******/
DROP TABLE [dbo].[cabal_auth_table]
GO
/****** Object: Table [dbo].[cabal_auth_table] Script Date: 1/25/2013 11:27:28 PM ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_PADDING ON
GO
CREATE TABLE [dbo].[cabal_auth_table](
[UserNum] [int] IDENTITY(1,1) NOT NULL,
[ID] [varchar](50) NOT NULL,
[Password] [varbinary](250) NOT NULL,
[Login] [int] NOT NULL,
[LoginTime] [datetime] NULL,
[LogoutTime] [datetime] NULL,
[AuthType] [int] NOT NULL,
[PlayTime] [int] NOT NULL,
[IdentityNo] [char](13) NULL,
[LoginEx] [int] NOT NULL,
[LastIp] [char](16) NULL,
[AuthKey] [varchar](32) NULL,
[nation_Code] [int] NOT NULL,
[createDate] [datetime] NULL,
[Email] [varchar](200) NULL,
[IP] [varchar](50) NULL,
[Question] [varchar](200) NULL,
[Answer] [varchar](200) NULL,
[LoginCounter] [int] NULL,
CONSTRAINT [PK_cabal_auth_table] PRIMARY KEY CLUSTERED
(
[UserNum] ASC
)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]
) ON [PRIMARY]
GO
SET ANSI_PADDING OFF
GO
ALTER TABLE [dbo].[cabal_auth_table] ADD CONSTRAINT [DF_cabal_auth_table_AuthType] DEFAULT ((1)) FOR [AuthType]
GO
ALTER TABLE [dbo].[cabal_auth_table] ADD CONSTRAINT [DF_cabal_auth_table_PlayTime] DEFAULT ((0)) FOR [PlayTime]
GO
ALTER TABLE [dbo].[cabal_auth_table] ADD CONSTRAINT [DF_cabal_auth_table_LoginEx] DEFAULT ((0)) FOR [LoginEx]
GO
ALTER TABLE [dbo].[cabal_auth_table] ADD CONSTRAINT [DF_cabal_auth_table_AuthKey] DEFAULT ('') FOR [AuthKey]
GO
ALTER TABLE [dbo].[cabal_auth_table] ADD DEFAULT ((0)) FOR [nation_Code]
GO
ALTER TABLE [dbo].[cabal_auth_table] ADD DEFAULT (getdate()) FOR [createDate]
GO
ALTER TABLE [dbo].[cabal_auth_table] ADD DEFAULT ((0)) FOR [LoginCounter]
GO
-
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
someone could solve the problem of character select?
-
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
i think character select dont work if we use breaklee because if u try to use character select in logs pop up some thing for the breaklee. WE NEED UNPACKED MAIN! :d
-
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
Quote:
Originally Posted by
knight90
Anyone?
Firewall disabled, automatic start also.
use this to start cabal after you disabled iptables/firewalls
service DBAgent_01 start
sleep 3
service AuthDBAgent start
sleep 3
service GlobalDBAgent start
sleep 3
service RockAndRollITS start
sleep 3
service GlobalMgrSvr start
sleep 3
service CashDBAgent start
sleep 3
service PCBangDBAgent start
sleep 3
service EventDBAgent start
sleep 3
service PartySvr_01 start
sleep 5
service EventMgrSvr start
sleep 3
service ChatNode_01 start
sleep 3
service AgentShop_01 start
sleep 3
service WorldSvr_01_01 start
sleep 3
service LoginSvr_01 start
sleep 3
Quote:
Originally Posted by
y0cata
i think character select dont work if we use breaklee because if u try to use character select in logs pop up some thing for the breaklee. WE NEED UNPACKED MAIN! :d
No possible fix yet.
-
1 Attachment(s)
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
Attachment 122187
need help about this..tnx
-
1 Attachment(s)
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
Attachment 122188
Please help me, since replacing the files as in this tutorial but these services do not start.
Please Help me!
-
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
Quote:
Originally Posted by
cyberangel
Uninstal you current SQL 2008 R2, and Reinstal this way.
Install and Configure SQL Server 2008 Express | Symantec Connect Community
Quote:
Originally Posted by
yves182
Attachment 122188
Please help me, since replacing the files as in this tutorial but these services do not start.
Please Help me!
Make sure you double checked your ini files specially the db related ones like DBAgent_01/GlobalDBAgent etc etc
make sure your Sql info is typed correctly user and password.
after making sure there ok, Change in DBAgent CabalGame01 to SERVER01 same for ODBC.ini
now got back to putty terminal and do "Service cabal stop" Twice
now past this code in the terminal:
Code:
service iptables stop
sleep 3
service DBAgent_01 start
sleep 3
service AuthDBAgent start
sleep 3
service GlobalDBAgent start
sleep 3
service RockAndRollITS start
sleep 3
service GlobalMgrSvr start
sleep 3
service CashDBAgent start
sleep 3
service PCBangDBAgent start
sleep 3
service EventDBAgent start
sleep 3
service PartySvr_01 start
sleep 5
service EventMgrSvr start
sleep 3
service ChatNode_01 start
sleep 3
service AgentShop_01 start
sleep 3
service WorldSvr_01_01 start
sleep 3
service LoginSvr_01 start
sleep 3
Good luck...
-
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
Can some one clean can clean this thread ? A lot of posts are out of topic
-
1 Attachment(s)
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
Attachment 122214
i open ports also but nothing :(
how to fix this?
service cabal start
Code:
[root@localhost ~]# service cabal start
Starting AuthDBAgent: [ OK ]
Starting RockAndRollITS: bash: RockAndRollITS: command not found
[FAILED]
Starting DBAgent_01: [ OK ]
Starting GlobalDBAgent: [ OK ]
Starting GlobalMgrSvr: [ OK ]
Starting ChatNode_01: [ OK ]
Starting CashDBAgent: [ OK ]
Starting PCBangDBAgent: [ OK ]
Starting EventDBAgent: [ OK ]
Starting EventMgrSvr: bash: EventMgrSvr: command not found
[FAILED]
Starting AgentShop_01: [ OK ]
Starting LoginSvr_01: [ OK ]
Starting PartySvr_01: [ OK ]
Starting WorldSvr_01_01: [ OK ]
service cabal status
Code:
[root@localhost ~]# service cabal status
AuthDBAgent (pid 4270) is running...
RockAndRollITS is stopped
DBAgent_01 (pid 4240) is running...
GlobalDBAgent (pid 4305) is running...
GlobalMgrSvr is stopped
ChatNode_01 is stopped
CashDBAgent (pid 4388) is running...
PCBangDBAgent (pid 4423) is running...
EventDBAgent (pid 4456) is running...
EventMgrSvr is stopped
AgentShop_01 is stopped
LoginSvr_01 is stopped
PartySvr_01 (pid 4491) is running...
WorldSvr_01_01 is stopped
i update yum update everything. follow all fix but i get this error :(:
i been success before but when i reboot my pc i,when i go to try again if there is no error.
i got all this :(: its my pleasure if you help me .. ty in adv.
i made also manual start for those server stopped but nothing change
any idea?
-
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
You are having the same problem as me! however managed to solve disabling the windows firewall and Linux (iptables).
I will create a guide to solving this problem and post here tomorrow maybe !
-
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
Quote:
Originally Posted by
ToxicMoon
Attachment 122214
i open ports also but nothing :(
how to fix this?
service cabal start
Code:
[root@localhost ~]# service cabal start
Starting AuthDBAgent: [ OK ]
Starting RockAndRollITS: bash: RockAndRollITS: command not found
[FAILED]
Starting DBAgent_01: [ OK ]
Starting GlobalDBAgent: [ OK ]
Starting GlobalMgrSvr: [ OK ]
Starting ChatNode_01: [ OK ]
Starting CashDBAgent: [ OK ]
Starting PCBangDBAgent: [ OK ]
Starting EventDBAgent: [ OK ]
Starting EventMgrSvr: bash: EventMgrSvr: command not found
[FAILED]
Starting AgentShop_01: [ OK ]
Starting LoginSvr_01: [ OK ]
Starting PartySvr_01: [ OK ]
Starting WorldSvr_01_01: [ OK ]
service cabal status
Code:
[root@localhost ~]# service cabal status
AuthDBAgent (pid 4270) is running...
RockAndRollITS is stopped
DBAgent_01 (pid 4240) is running...
GlobalDBAgent (pid 4305) is running...
GlobalMgrSvr is stopped
ChatNode_01 is stopped
CashDBAgent (pid 4388) is running...
PCBangDBAgent (pid 4423) is running...
EventDBAgent (pid 4456) is running...
EventMgrSvr is stopped
AgentShop_01 is stopped
LoginSvr_01 is stopped
PartySvr_01 (pid 4491) is running...
WorldSvr_01_01 is stopped
i update yum update everything. follow all fix but i get this error :(:
i been success before but when i reboot my pc i,when i go to try again if there is no error.
i got all this :(: its my pleasure if you help me .. ty in adv.
i made also manual start for those server stopped but nothing change
any idea?
start the server with this order:
AuthDBAgent
RockAndRollITS
DBAgent_01
GlobalDBAgent
GlobalMgrSvr
CashDBAgent
EventDBAgent
PCBangDBAgent
ChatNode_01
EventMgrSvr
AgentShop_01
LoginSvr_01
PartySvr_01
WorldSvr_01_01
With ~5 sec sleep between each process
-
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
This works whit akira's rar Data files,
https://dl.dropbox.com/u/101492982/C...69-0000%29.jpg
PD: i have an error whit scenario quest "Finding Younger Brother" (lvl 65, fort ruina) seems to be a client side bug, there is no error logs and the 3115 quest id and it dungeon 4150 in questDungeon config seems to be ok, nothing bad that i figure out. You can't talk to the NPC at the end of the dungeon
PD2: you should edit thread title and some moderators clean thread, to speak only of bugs, or erros from running servers, this is no thread to people that cannot set up server, there are many threads for that, you can post there.
-
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
can somebody please to give a link with episode 8 client brasil original??
-
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
-
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
[Sat Jan 26 2013 14:48:09.050968 3086699376]: [##ERROR##] remoteAddr(127.0.0.1), connectRetryNum_(19,0), serverAddr(127.0.0.1:38170)
[Sat Jan 26 2013 14:48:09.051004 3086699376]: try connect 127.0.0.1:38170, Sync
[Sat Jan 26 2013 14:48:09.051097 3086699376]: sock -1 ->LinkHandler close
[Sat Jan 26 2013 14:48:09.051145 3086699376]: [##ERROR##] connect 127.0.0.1:38170 fail
[Sat Jan 26 2013 14:48:14.050967 3086699376]: [##ERROR##] remoteAddr(127.0.0.1), connectRetryNum_(18,0), serverAddr(127.0.0.1:38170)
[Sat Jan 26 2013 14:48:14.051037 3086699376]: try connect 127.0.0.1:38170, Sync
[Sat Jan 26 2013 14:48:14.051174 3086699376]: sock -1 ->LinkHandler close
[Sat Jan 26 2013 14:48:14.051227 3086699376]: [##ERROR##] connect 127.0.0.1:38170 fail
[Sat Jan 26 2013 14:48:19.051047 3086699376]: [##ERROR##] remoteAddr(127.0.0.1), connectRetryNum_(17,0), serverAddr(127.0.0.1:38170)
[Sat Jan 26 2013 14:48:19.051113 3086699376]: try connect 127.0.0.1:38170, Sync
[Sat Jan 26 2013 14:48:19.051261 3086699376]: sock -1 ->LinkHandler close
[Sat Jan 26 2013 14:48:19.051318 3086699376]: [##ERROR##] connect 127.0.0.1:38170 fail
[Sat Jan 26 2013 14:48:19.423952 3085867920]: Request LastNationRewardWarResults
[Sat Jan 26 2013 14:48:24.051160 3086699376]: [##ERROR##] remoteAddr(127.0.0.1), connectRetryNum_(16,0), serverAddr(127.0.0.1:38170)
[Sat Jan 26 2013 14:48:24.051269 3086699376]: try connect 127.0.0.1:38170, Sync
[Sat Jan 26 2013 14:48:24.051503 3086699376]: sock 6 ->LinkHandler Open
[Sat Jan 26 2013 14:48:24.051615 3086699376]: SendIPSConnect2Svr (161:01:01:00)
[Sat Jan 26 2013 14:48:24.059154 3085867920]: MaxUserNum: 350
[Sat Jan 26 2013 14:48:24.059154 3085867920]: EntryLimitLevel: Base(0), Range(0)
[Sat Jan 26 2013 14:48:24.059154 3085867920]: EntryLimitRank: Base(0), Range(255)
[Sat Jan 26 2013 14:48:24.059154 3085867920]: ChannelType not changed. this(1024), fromGMS(1024)
[Sat Jan 26 2013 14:48:24.059154 3085867920]: OnIPCAdditionalDungeonInstanceCount(): dungeoninstance count is changed : 0 =>0, useCount : 0
[Sat Jan 26 2013 14:49:19.422337 3085867920]: Request LastNationRewardWarResults
HELP ME
-
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
Quote:
Originally Posted by
mattu
start the server with this order:
AuthDBAgent
RockAndRollITS
DBAgent_01
GlobalDBAgent
GlobalMgrSvr
CashDBAgent
EventDBAgent
PCBangDBAgent
ChatNode_01
EventMgrSvr
AgentShop_01
LoginSvr_01
PartySvr_01
WorldSvr_01_01
With ~5 sec sleep between each process
i did this command
Code:
service iptables stop
sleep 5
service DBAgent_01 start
sleep 5
service AuthDBAgent start
sleep 5
service GlobalDBAgent start
sleep 5
service RockAndRollITS start
sleep 5
service GlobalMgrSvr start
sleep 5
service CashDBAgent start
sleep 5
service PCBangDBAgent start
sleep 5
service EventDBAgent start
sleep 5
service PartySvr_01 start
sleep 5
service EventMgrSvr start
sleep 5
service ChatNode_01 start
sleep 5
service AgentShop_01 start
sleep 5
service WorldSvr_01_01 start
sleep 5
service LoginSvr_01 start
sleep 5
Same error :thumpdown::banghead:
i use this code to turn off firewall of centos
Code:
# /etc/init.d/iptables save
# /etc/init.d/iptables stop
# chkconfig iptables off
any idea?
-
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
iptables -I FORWARD -p tcp -d CentosIP! --dport 38121 -j ACCEPT
iptables -t nat -A PREROUTING -i lo -p tcp --dport 38121 -j DNAT --to-destination CentosIP!:38121
iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
iptables -I FORWARD -p tcp -d CentosIP! --dport 38101 -j ACCEPT
iptables -t nat -A PREROUTING -i lo -p tcp --dport 38101 -j DNAT --to-destination CentosIP:38101
iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
service iptables status
service iptables save
i did this instead of turning off the firewall
just forward them
-
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
Quote:
Originally Posted by
ToxicMoon
i did this command
Code:
service iptables stop
sleep 5
service DBAgent_01 start
sleep 5
service AuthDBAgent start
sleep 5
service GlobalDBAgent start
sleep 5
service RockAndRollITS start
sleep 5
service GlobalMgrSvr start
sleep 5
service CashDBAgent start
sleep 5
service PCBangDBAgent start
sleep 5
service EventDBAgent start
sleep 5
service PartySvr_01 start
sleep 5
service EventMgrSvr start
sleep 5
service ChatNode_01 start
sleep 5
service AgentShop_01 start
sleep 5
service WorldSvr_01_01 start
sleep 5
service LoginSvr_01 start
sleep 5
Same error :thumpdown::banghead:
i use this code to turn off firewall of centos
Code:
# /etc/init.d/iptables save
# /etc/init.d/iptables stop
# chkconfig iptables off
any idea?
I got the exact same problem and it seems that all examples what I could do dont work..
The problem is even if I change my ip's to something else he says everything is ok until I looked at the status where everything stopped
Hope somebody can help us :/
-
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
[Sat Jan 26 2013 07:51:25.798130 3075906448]: [##ERROR##] wrong server type: 253
what is that error guys? please help me i almost done this is only error and i guess thats why i can login x_x
-
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
Dont know if you guys noticed.. while being GM you cant hit mobs etc... strange
-
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
hello. anyone know how can i fix this?
Quote:
##ERROR##] connect 127.0.0.1:0 fail
thx in advance
-
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
CANt YOU READ?! FIRST PAGE OF THIS THREAD!!!!!
Quote:
Originally Posted by
behbeh111
hello. anyone know how can i fix this?
thx in advance
-
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
Error in GlobalDBAgent.log
please i can't login =/
Code:
[Sat Jan 26 2013 14:56:01.684625 3086810000]: [##ERROR##] OnIPCAuthAccount fail (ID: rooan, usernum: 0, Time: 7)
[Sat Jan 26 2013 14:56:01.684659 3086810000]: [##ERROR##] DB ERROR(MSG) : [FreeTDS][SQL Server]The conversion of a varchar data type to a datetime data type resulted in an out-of-range value.
[Sat Jan 26 2013 14:56:01.684678 3086810000]: [##ERROR##] DB ERROR(CODE) : 242
[Sat Jan 26 2013 14:56:01.684693 3086810000]: [##ERROR##] DB ERROR(VAR_INFO) :
[Sat Jan 26 2013 14:56:01.684709 3086810000]: [##ERROR##] DB ERROR(SQLSTATE) : 22007
[Sat Jan 26 2013 14:56:01.684725 3086810000]: [##ERROR##] DB ERROR(STM_TEXT) : {call dbo.cabal_sp_auth_netcafe( ? , ? , ? , ? , ? )}
-
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
could enter the server, create accounts.
However I do not know how to edit the TG (Tierra Gloriosa) and puts Ecoin accounts, and what do you think the db already tried and I can not change the character of the Alz and items?
Could someone help me edit these things in EP8.
grateful
-
1 Attachment(s)
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
I got it, my problem was simply the language of CentOS had put "Portuguese-Brazil"
Attachment 122268
Quote:
Originally Posted by
rooankesley
Error in GlobalDBAgent.log
please i can't login =/
Code:
[Sat Jan 26 2013 14:56:01.684625 3086810000]: [##ERROR##] OnIPCAuthAccount fail (ID: rooan, usernum: 0, Time: 7)
[Sat Jan 26 2013 14:56:01.684659 3086810000]: [##ERROR##] DB ERROR(MSG) : [FreeTDS][SQL Server]The conversion of a varchar data type to a datetime data type resulted in an out-of-range value.
[Sat Jan 26 2013 14:56:01.684678 3086810000]: [##ERROR##] DB ERROR(CODE) : 242
[Sat Jan 26 2013 14:56:01.684693 3086810000]: [##ERROR##] DB ERROR(VAR_INFO) :
[Sat Jan 26 2013 14:56:01.684709 3086810000]: [##ERROR##] DB ERROR(SQLSTATE) : 22007
[Sat Jan 26 2013 14:56:01.684725 3086810000]: [##ERROR##] DB ERROR(STM_TEXT) : {call dbo.cabal_sp_auth_netcafe( ? , ? , ? , ? , ? )}
-
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
ADVISORY: DO NOT USE any other DATABASE that has BEEN CLEANED for now except the one released by Extornia, there were reports of incompatibility issues - your experience might have been different from the others but prevention is better than cure, less headache less hassle.
-
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
ERROR #1:
[##ERROR##] Initialize(): InitializeGlobals()
If you get this error on VMware and VirtualBox then try other software.
EP8 works on Parallels virtualization software!
EP8 works 99.9% on a PhysicalMachine!
-
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
Quote:
Originally Posted by
toast2250
ERROR #1:
[##ERROR##] Initialize(): InitializeGlobals()
If you get this error on VMware and VirtualBox then try other software.
EP8 works on Parallels virtualization software!
EP8 works 99.9% on a PhysicalMachine!
Episode 8 works on any virtualization tool, or machine. You just need a lil brain to set up the network adapter. netkernel.cpp makes this happen (initialize bla bla bla)
-
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
-
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
very good, how did you fix the error?
Quote:
Originally Posted by
dmxas
:D
-
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
Mundus please add this to the list:
Fix Questbugs:
Quest: Lv.17 The Collapsed Coal Mine
Replace in Quest.scp:
Code:
1421 3057 2 29113 2 <null> <null> 2
with
Code:
1421 3057 2 29,113 2 <null> <null> 2
(fixed also some more questbugs... feel free to use it)
Quest.scp - Speedy Share - upload your files here
-
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
could you fix quest 3115?
-
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
i just try one time to put online this server and got this error:
Error in "GlobalDBAgent"
Conversion password error.
Quote:
Originally Posted by
[Sun Jan 27 2013 03:39:39.589092 3032476560
: [Auth] Login : Result(33), UserNum(0), LoginCounter(0), UserID(magraopb), IP(192.168.0.100), ServiceKind(0), ServiceExpireDate(0), PCBangRemainTime(0), PCPoint(0)
[Sun Jan 27 2013 03:39:42.567447 3032476560]: [##ERROR##] OnIPCAuthAccount fail (ID: magraopb, usernum: 0, Time: 3)
[Sun Jan 27 2013 03:39:42.567500 3032476560]: [##ERROR##] DB ERROR(MSG) : [FreeTDS][SQL Server]The conversion of a varchar data type to a datetime data type resulted in an out-of-range value.
[Sun Jan 27 2013 03:39:42.567515 3032476560]: [##ERROR##] DB ERROR(CODE) : 242
[Sun Jan 27 2013 03:39:42.567528 3032476560]: [##ERROR##] DB ERROR(VAR_INFO) :
[Sun Jan 27 2013 03:39:42.567540 3032476560]: [##ERROR##] DB ERROR(SQLSTATE) : 22007
[Sun Jan 27 2013 03:39:42.567553 3032476560]: [##ERROR##] DB ERROR(STM_TEXT) : {call dbo.cabal_sp_auth_netcafe( ? , ? , ? , ? , ? )}
[Sun Jan 27 2013 03:39:42.574273 3032476560]: Database Connect success!
[Sun Jan 27 2013 03:39:42.574645 3032476560]: [##ERROR##] 'OnIPCAuthAccount' fail (Database/Auth.cpp:262)
[Sun Jan 27 2013 03:39:42.574736 3032476560]: [##ERROR##] UsrMap Fail : MainCmd(30) Ret(106:0:262) Addr(127.0.0.1) CharIdx(0)
-
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
Quote:
Originally Posted by
dmxas
will you share the fix or you are only showing us that you can. Any way here is how to fix select character:
UseBotCheckSystem=0
UseImageAuth=0
UseBotCheckInCharacterSelectLogout=0
UseSharedImageAuthData=0
in all worldsrv_*.ini. You dont even need to write that annoying letters for logging
PS: update this in first post
PS2: ive already fixed this also, posted few pages ago, update that to
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.
Now, new found bug that i cant fix yet is the quest 3115, gives you disconnect when started and it can not be completed, you cant talk to the npc at the end of the dungeon
-
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
Quote:
Originally Posted by
cadena
Now, new found bug that i cant fix yet is the quest 3115, gives you disconnect when started and it can not be completed, you cant talk to the npc at the end of the dungeon
Could you post an error log when you get DC? I'll try to fix it...
-
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
Just showing off :) FIXED CTRL+MAP :))))
Quote:
Originally Posted by
cadena
will you share the fix or you are only showing us that you can. Any way here is how to fix select character:
UseBotCheckSystem=0
UseImageAuth=0
UseBotCheckInCharacterSelectLogout=0
UseSharedImageAuthData=0
in all worldsrv_*.ini. You dont even need to write that annoying letters for logging
PS: update this in first post
PS2: ive already fixed this also, posted few pages ago, update that to
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.
Now, new found bug that i cant fix yet is the quest 3115, gives you disconnect when started and it can not be completed, you cant talk to the npc at the end of the dungeon
-
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
Let's all a big applause for dmxmas that great genius, we love you, living God. Glad ya? stop looking for fame
Read better i said ive fixed CTRL+MAP to but insteado of you ive posted the solution for others to fix
Here more data about the quest:
Its called "finding the young brother" and is a lvl 65 nation quest.
When you finish talking whit the NPC that provide you the quest you get disconnected whit this error.
"CheckQuestNPCDistance(): Quest(3115), NPC(105), world(29) is diferent to this world(5), NPC(7)"
But you give activated quest anyway, so when you go to the dungeon part to talk whit the brother "Ralph" you cant talk to him (He is lied in floor, i assume he is dead LOL).
ive tryed to fix it by changuin this line.
1583 3115 1 29,105 1 <null> <null> 2
to these
1583 3115 1 5,7 1 <null> <null> 2
now, you dont get disconnected, but it seems to give you the quest finished, but whit no reward (not really finished, quest does not dissapear from list, you cant continue whit the rest of quest)
So i assume its bugged client side, im using SIMP Cabal client whit breklee, i dont know how to edit hash whit my modified language.enc hash in xdata in order to use Cabal Machine client whit husky. If someone who knows how to do that can check if quest is client side bugged, or share a guide about how to use cabal machine client, would be great
PS: here is the information about the dungeon nothing seems to be bugged about it
QDungeonIdx InstanceLimit Level MaxUser MissionTimeout OpenItem PPLink Penalty Reward WarpIdx WarpIdxForSucess WarpIdxForFail WarpIndexForDead WorldIdx bAddRange NextQDIdxForSuccess WarpNPC_Set UseTerrain BattleStyle UseOddCircle_Count Party_Type RemoveItem DBWrite DungeonType
4150 10 65 1 1200 <null> 4150 30454 213179:0:0:0:0:0:0:0 376 172 172 376 29 0 0 3 0 0:01 999 0 0 1 0
and nothing seems to be bugged in world29-npc.scp
Flags Index PosX PosY Type IsRangeCheck
50 25 105 247 42 7 0
Ressumed info:
https://dl.dropbox.com/u/101492982/quest%203115.xlsx
-
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
heh you can CTRL+MAP only if you are a gm :) otherwise you'll get dc :) so my fix is that when Im not a gm I cant TP anywhere because there's no such a thing CTRL+MAP FOR NORMAL USERS!.. :D and no dc . . . soo :DD good luck
-
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
Cypher pls clear dmxas bullshit
-
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
:DDDDDDDD so your crying now? :DDDD UseCheckWarpHack=0 its possible to do it other way bro ;)
-
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
Quote:
Originally Posted by
dmxas
:DDDDDDDD so your crying now? :DDDD UseCheckWarpHack=0 its possible to do it other way bro ;)
You're annoying.
-
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
Dxmas, how to fix Select Char?
-
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
Quote:
Originally Posted by
cadena
will you share the fix or you are only showing us that you can. Any way here is how to fix select character:
UseBotCheckSystem=0
UseImageAuth=0
UseBotCheckInCharacterSelectLogout=0
UseSharedImageAuthData=0
in all worldsrv_*.ini. You dont even need to write that annoying letters for logging
PS: update this in first post
PS2: ive already fixed this also, posted few pages ago, update that to
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.
Now, new found bug that i cant fix yet is the quest 3115, gives you disconnect when started and it can not be completed, you cant talk to the npc at the end of the dungeon
here it is rooankesley
-
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
UseBotCheckSystem=0
UseImageAuth=0
UseBotCheckInCharacterSelectLogout=0
UseSharedImageAuthData=0
it will only turn it off :DDDD I smell a SNOOOB DOG!
Quote:
Originally Posted by
cadena
will you share the fix or you are only showing us that you can. Any way here is how to fix select character:
UseBotCheckSystem=0
UseImageAuth=0
UseBotCheckInCharacterSelectLogout=0
UseSharedImageAuthData=0
in all worldsrv_*.ini. You dont even need to write that annoying letters for logging
PS: update this in first post
PS2: ive already fixed this also, posted few pages ago, update that to
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.
Now, new found bug that i cant fix yet is the quest 3115, gives you disconnect when started and it can not be completed, you cant talk to the npc at the end of the dungeon
-
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
Dxmas, how to fix Select Char?
-
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
Quote:
Originally Posted by
dmxas
ahh nvm just wasting my time here
You're just showing off. You are not wasting anybodys time, well except yours ofcourse and filling up the database with un-necessary huge ego posts.
-
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
does anyone have problem with agent shop npc ? waiting for server reply then dc, mind to share what can solve this ? already try to replace all file from update and still not working
Quote:
nvm i figure it out, i didnt open port on my router, sry for my mistake :)
Problem Solved :)
-
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
UseCheckWarpHack = 0
Code:
[Sun Jan 27 2013 21:47:48.250113 2870991760]: [##ERROR##] OnCSCWarpCommand(): Fail to prepare for warp : CharIdx(8), Result(30,0), Nation(0), CanWarp(1), WorldIdx(1), NpcIdx(52), SetIdx(2576)
[Sun Jan 27 2013 21:47:48.250172 2870991760]: [##ERROR##] 'OnCSCWarpCommand' fail (Proc/Warp.cpp:201)
[Sun Jan 27 2013 21:47:48.250188 2870991760]: [##ERROR##] UsrMap Fail : MainCmd(244) Ret(4900C9:73:201) Addr(192.168.1.101) CharIdx(8)
[Sun Jan 27 2013 21:47:48.250246 2870991760]: close(): closing(192.168.1.101)
[Sun Jan 27 2013 21:47:48.250416 2870991760]: 1.close user -1 [BE2E880] (192.168.1.101)
Is CTRL+Map being used for being able to warp anywhere you want?
-
Re: EP8 ERRORS & FIXES (regularly updated) - by Mundus
Yes a function that only gm's should use not normal ppl
Quote:
Originally Posted by
toast2250
usecheckwarphack = 0
Code:
[sun jan 27 2013 21:47:48.250113 2870991760]: [##error##] oncscwarpcommand(): Fail to prepare for warp : Charidx(8), result(30,0), nation(0), canwarp(1), worldidx(1), npcidx(52), setidx(2576)
[sun jan 27 2013 21:47:48.250172 2870991760]: [##error##] 'oncscwarpcommand' fail (proc/warp.cpp:201)
[sun jan 27 2013 21:47:48.250188 2870991760]: [##error##] usrmap fail : Maincmd(244) ret(4900c9:73:201) addr(192.168.1.101) charidx(8)
[sun jan 27 2013 21:47:48.250246 2870991760]: Close(): Closing(192.168.1.101)
[sun jan 27 2013 21:47:48.250416 2870991760]: 1.close user -1 [be2e880] (192.168.1.101)
is ctrl+map being used for being able to warp anywhere you want?