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!

Server startup with related login problem

Initiate Mage
Joined
Jan 13, 2015
Messages
4
Reaction score
0
Hi all,

this issues has been discussed several times already. But so far I couldn't find a fix working for me.

I wanted to set up a ep8 server again following this tutorial:
http://forum.ragezone.com/f460/create-ep8-cabal-server-step-910294/

Everything worked fine, I got a cabalmain without xtrap, used ollydbg to skip check files and updated my client data.

SQL is set up on my local PC (local IP), the server is set up in a virtualbox in CentOS5.8 (server IP) in bridged mode.

I didn't care about portforwarding yet, since I only want to play locally with some friends so far.

When I start the client and wanted to log in with a created character the loading bar just went through and I couldn't log in.

First Question: Did I miss a step concerning the client? I have a almost 2 years old readme and it is very possible that I forgot to write down all steps after setting up the server..

If not any help is appreciated!

Apparently some services just don't want to work:
[root@localhost ~]# service cabal status
AuthDBAgent (pid 4798) is running...
DBAgent_01 (pid 4824) is running...
RockAndRollITS (pid 4845) is running...
GlobalMgrSvr (pid 4862) is running...
GlobalDBAgent (pid 4879) is running...
CashDBAgent (pid 4905) is running...
PCBangDBAgent (pid 4931) is running...
EventDBAgent (pid 4955) is running...
PartySvr_01 (pid 4981) is running...
ChatNode_01 is stopped
EventMgrSvr is stopped
AgentShop_01 is stopped
LoginSvr_01 is stopped
WorldSvr_01_01 is stopped

[root@localhost ~]# service ChatNode_01 start
Starting ChatNode_01: [ OK ]
[root@localhost ~]# service EventMgrSvr start
Starting EventMgrSvr: [ OK ]
[root@localhost ~]# service AgentShop_01 start
Starting AgentShop_01: [ OK ]
[root@localhost ~]# service LoginSvr_01 start
Starting LoginSvr_01: [ OK ]
[root@localhost ~]# service WorldSvr_01_01 start
Starting WorldSvr_01_01: [ OK ]

[root@localhost ~]# service cabal status
AuthDBAgent (pid 4798) is running...
DBAgent_01 (pid 4824) is running...
RockAndRollITS (pid 4845) is running...
GlobalMgrSvr (pid 4862) is running...
GlobalDBAgent (pid 4879) is running...
CashDBAgent (pid 4905) is running...
PCBangDBAgent (pid 4931) is running...
EventDBAgent (pid 4955) is running...
PartySvr_01 (pid 4981) is running...
ChatNode_01 is stopped
EventMgrSvr is stopped
AgentShop_01 is stopped
LoginSvr_01 is stopped
WorldSvr_01_01 is stopped

I checked *.ini for the IP addresses:
Related stuff from ChatNode.ini
[NetLib]
Port=38121

[DBAgent]
Addr=127.0.0.1
Port=38181

[GlobalMgrSvr]
Addr=gmsip
Port=38170
Is the localhost address supposed to be in DBAgent? The ChatNode.ini is on the CentOS server, while the SQL database on my computer.

Related stuff from LoginSvr_01.ini
[HTTPService]
Addr=;
Port=;

[GlobalDBAgent]
Addr=127.0.0.1
Port=38180

[GlobalMgrSvr]
Addr=127.0.0.1
Port=38170
I guess the empty HTTPService fields are not important, since I want to run locally. However the GlobalDBAgent has a different Port and the GlobalMgrSvr has a different address than in ChatNode.ini

Related stuff from WorldSvr.ini
[DBAgent]
Addr=dbaip
Port=38181

[GlobalMgrSvr]
Addr=gmsip
Port=38170

[ChatNode]
AddrForServer=
AddrForClient=
Port=38121
Different Addr for the DBAgent again... Are there some links I’m not aware of? Especially interesting is the empty Addr in ChatNode here I guess.. Shall I put client IP (local IP) and server ip?

Now coming to related logs with plenty of Errors. If you don’t wanna read through them, the ERRORS are:
[##ERROR##] connect 127.0.0.1:38170 fail
[##ERROR##] Link(): link open fail(Automatic), Exit
[##ERROR##] RunServer(): active fail
[##ERROR##] getq fail (108)
InitEnv BEGIN
[##ERROR##] open fail ()
[##ERROR##] OpenLinkLayer(): ChatNode link failed
[##ERROR##] RunServer(): Initialize fail
ChatNode_01.log
[Tue Aug 7 2018 14:48:40.834814 3086838400]: open log file '/var/log/cabal/ChatNode_01.log'
[Tue Aug 7 2018 14:48:40.834871 3086838400]: MemPoolUnitSizeClass(2): 24576Bytes
[Tue Aug 7 2018 14:48:40.837645 3086838400]: Seed: 1914233777
[Tue Aug 7 2018 14:48:40.837776 3086838400]: Start ChatNode_01 Server
[Tue Aug 7 2018 14:48:40.837798 3086838400]: ReloadConfig(): ReloadConfig
[Tue Aug 7 2018 14:48:40.837808 3086838400]: LOG LEVEL: 1
[Tue Aug 7 2018 14:48:40.837824 3086838400]: SetSayChannelMgrLogSay(): LogSay: 0
[Tue Aug 7 2018 14:48:40.837833 3086838400]: ReloadConfig(): BroadCastOverServerNation: 0
[Tue Aug 7 2018 14:48:40.837844 3086838400]: ReloadConfig(): UseGuildCreateFee: 1
[Tue Aug 7 2018 14:48:40.837854 3086838400]: ReloadConfig(): UseGuildNameChangeFee: 1
[Tue Aug 7 2018 14:48:40.837863 3086838400]: ReloadConfig(): CharLevelForGuildCreate: 40
[Tue Aug 7 2018 14:48:40.837873 3086838400]: ReloadConfig(): Register Cache : Use(1), UpdateTime(10000)
[Tue Aug 7 2018 14:48:40.837883 3086838400]: InitEnv BEGIN
[Tue Aug 7 2018 14:48:40.840554 3086838400]: InitEnv END
[Tue Aug 7 2018 14:48:40.842080 3086838400]: try connect 127.0.0.1:38170, Sync
[Tue Aug 7 2018 14:48:40.842439 3086838400]: sock -1 ->LinkHandler close
[Tue Aug 7 2018 14:48:40.842477 3086838400]: [##ERROR##] connect 127.0.0.1:38170 fail
[Tue Aug 7 2018 14:48:40.842490 3086838400]: [##ERROR##] Link(): link open fail(Automatic), Exit
[Tue Aug 7 2018 14:48:40.842499 3086838400]: [##ERROR##] RunServer(): active fail
[Tue Aug 7 2018 14:48:40.842508 3086838400]: waiting for caching(PR message)
[Tue Aug 7 2018 14:48:41.844502 3076074384]: [##ERROR##] getq fail (108)
[Tue Aug 7 2018 14:48:41.844549 3065584528]: [##ERROR##] getq fail (108)
[Tue Aug 7 2018 14:48:41.844585 3055094672]: [##ERROR##] getq fail (108)
[Tue Aug 7 2018 14:48:41.844602 3044604816]: [##ERROR##] getq fail (108)
[Tue Aug 7 2018 14:48:41.844618 3034114960]: [##ERROR##] getq fail (108)
[Tue Aug 7 2018 14:48:41.844634 3023625104]: [##ERROR##] getq fail (108)
[Tue Aug 7 2018 14:48:41.844650 3013135248]: [##ERROR##] getq fail (108)
[Tue Aug 7 2018 14:48:41.844744 3086838400]: try listening 38121 port
[Tue Aug 7 2018 14:48:41.844919 3086838400]: FinalEnv BEGIN
[Tue Aug 7 2018 14:48:41.845036 3086838400]: FinalEnv END

EventMgrSvr.log
[Tue Aug 7 2018 14:48:42.419470 3086137984]: open log file '/var/log/cabal/EventMgrSvr.log'
[Tue Aug 7 2018 14:48:42.419519 3086137984]: LOG LEVEL: 3
[Tue Aug 7 2018 14:48:42.419535 3086137984]: MemPoolUnitSizeClass(2): 24576Bytes
[Tue Aug 7 2018 14:48:42.419637 3086137984]: Seed: 383663117
[Tue Aug 7 2018 14:48:42.423016 3086137984]: Start EventMgrSvr Server
[Tue Aug 7 2018 14:48:42.423045 3086137984]: ReloadConfig(): ReloadConfig
[Tue Aug 7 2018 14:48:42.423056 3086137984]: LOG LEVEL: 3
[Tue Aug 7 2018 14:48:42.423354 3086137984]: try connect 127.0.0.1:38170, Sync
[Tue Aug 7 2018 14:48:42.423547 3086137984]: sock -1 ->LinkHandler close
[Tue Aug 7 2018 14:48:42.423623 3086137984]: [##ERROR##] connect 127.0.0.1:38170 fail
[Tue Aug 7 2018 14:48:42.423636 3086137984]: [##ERROR##] Link(): link open fail(Automatic), Exit
[Tue Aug 7 2018 14:48:42.423664 3086137984]: [##ERROR##] RunServer(): active fail
[Tue Aug 7 2018 14:48:42.423714 3086134160]: CProcessLayer(0)::svc Start [3086134160]
[Tue Aug 7 2018 14:48:42.423735 3086134160]: CProcessLayer(0)::svc Terminated [3086134160]

AgentShop_01.log
[Tue Aug 7 2018 14:48:43.994035 3085986432]: open log file '/var/log/cabal/AgentShop_01.log'
[Tue Aug 7 2018 14:48:43.994084 3085986432]: LOG LEVEL: 3
[Tue Aug 7 2018 14:48:43.994102 3085986432]: MemPoolUnitSizeClass(2): 24576Bytes
[Tue Aug 7 2018 14:48:43.994222 3085986432]: Seed: 410251511
[Tue Aug 7 2018 14:48:43.994338 3085986432]: Start AgentShop_01 Server
[Tue Aug 7 2018 14:48:43.994355 3085986432]: ReloadConfig(): ReloadConfig
[Tue Aug 7 2018 14:48:43.994364 3085986432]: LOG LEVEL: 3
[Tue Aug 7 2018 14:48:43.994380 3085986432]: MaxSearchResult(100)
[Tue Aug 7 2018 14:48:43.994391 3085986432]: NoResponseTimeout(1800000)
[Tue Aug 7 2018 14:48:43.994401 3085986432]: SearchCacheCount(1023)
[Tue Aug 7 2018 14:48:43.994410 3085986432]: SearchCacheExpirationMilliSec(60000)
[Tue Aug 7 2018 14:48:43.994419 3085986432]: PetInfoCacheCount(127)
[Tue Aug 7 2018 14:48:43.994428 3085986432]: PetInfoCacheExpirationMilliSec(1800000)
[Tue Aug 7 2018 14:48:43.994438 3085986432]: NoCancelCommissionTimeoutSec(300)
[Tue Aug 7 2018 14:48:43.994448 3085986432]: ServerNoResponseTimeoutSec(60)
[Tue Aug 7 2018 14:48:43.994458 3085986432]: NotifyBbeadSlotCount(false)
[Tue Aug 7 2018 14:48:43.994468 3085986432]: AlertAveragePrice(25%)
[Tue Aug 7 2018 14:48:43.994477 3085986432]: GuildCashbackCheckHour(0)
[Tue Aug 7 2018 14:48:44.065206 3085986432]: Default CommissionRate - Selling(0.050000)
[Tue Aug 7 2018 14:48:44.065258 3085986432]: Default CommissionRate - Cancellation(0.000000)
[Tue Aug 7 2018 14:48:44.065270 3085986432]: Default CommissionMax - Selling(0)
[Tue Aug 7 2018 14:48:44.122356 3085986432]: try connect 127.0.0.1:38170, Sync
[Tue Aug 7 2018 14:48:44.122577 3085986432]: sock -1 ->LinkHandler close
[Tue Aug 7 2018 14:48:44.122617 3085986432]: [##ERROR##] connect 127.0.0.1:38170 fail
[Tue Aug 7 2018 14:48:44.122652 3085986432]: [##ERROR##] Link(): link open fail(Automatic), Exit
[Tue Aug 7 2018 14:48:44.122665 3085986432]: [##ERROR##] RunServer(): active fail
[Tue Aug 7 2018 14:48:44.122725 3085982608]: CProcessLayer(0)::svc Start [3085982608]
[Tue Aug 7 2018 14:48:44.122746 3085982608]: CProcessLayer(0)::svc Terminated [3085982608]
LoginSvr_01.log
[Tue Aug 7 2018 14:48:45.567478 3086416368]: open log file '/var/log/cabal/LoginSvr_01.log'
[Tue Aug 7 2018 14:48:45.567532 3086416368]: LOG LEVEL: 3
[Tue Aug 7 2018 14:48:45.567554 3086416368]: MemPoolUnitSizeClass(2): 24576Bytes
[Tue Aug 7 2018 14:48:45.567694 3086416368]: Seed: 1465121233
[Tue Aug 7 2018 14:48:45.567857 3086416368]: Start LoginSvr_01 Server
[Tue Aug 7 2018 14:48:45.567872 3086416368]: SITE_BRA
[Tue Aug 7 2018 14:48:45.567890 3086416368]: TestChannelGroupIdxStartPoint=50
[Tue Aug 7 2018 14:48:45.567913 3086416368]: affiliatedCorpIP=127.0.0.1;
[Tue Aug 7 2018 14:48:45.567927 3086416368]: AdminIP=121.170.135.;
[Tue Aug 7 2018 14:48:45.567941 3086416368]: IgnoreClientVersion(0)
[Tue Aug 7 2018 14:48:45.567952 3086416368]: Auth Usage(0)
[Tue Aug 7 2018 14:48:45.567962 3086416368]: ImageAuthDataPath(/etc/cabal/ImageAuth_Login/)
[Tue Aug 7 2018 14:48:45.567971 3086416368]: HTTPService Use (0)
[Tue Aug 7 2018 14:48:45.567980 3086416368]: AuthMaxTryCount(5)
[Tue Aug 7 2018 14:48:45.567989 3086416368]: AuthWaitTime(120000)
[Tue Aug 7 2018 14:48:45.567998 3086416368]: BlockIfAuthFail(0)
[Tue Aug 7 2018 14:48:45.568017 3086416368]: LoadConfiguration(): HTTPService is off
[Tue Aug 7 2018 14:48:45.568025 3086416368]: UsePreImageAuth(false)
[Tue Aug 7 2018 14:48:45.568036 3086416368]: UseServerListManualOrder(0)
[Tue Aug 7 2018 14:48:45.568061 3086416368]: CASHWEB_URL =
[Tue Aug 7 2018 14:48:45.568074 3086416368]: CASHWEB_URL_ODC =
[Tue Aug 7 2018 14:48:45.568084 3086416368]: CASHWEB_URL_CHARGE =
[Tue Aug 7 2018 14:48:45.568124 3086416368]: GUILDWEB_URL =
[Tue Aug 7 2018 14:48:45.568135 3086416368]: SNS_URL =
[Tue Aug 7 2018 14:48:45.568145 3086416368]: UseSubPasswordCheckMessage(0)
[Tue Aug 7 2018 14:48:45.568154 3086416368]: UseNotifyServerListUserCount(1)
[Tue Aug 7 2018 14:48:45.568163 3086416368]: UseMachineSerialBotCheck(0)
[Tue Aug 7 2018 14:48:45.568171 3086416368]: 00:00 => 0
[Tue Aug 7 2018 14:48:45.568179 3086416368]: V1 = 0, V2 = 5834620, V3 = 0, V4 = 0
[Tue Aug 7 2018 14:48:45.568188 3086416368]: ImageAuthDataMgr Init Begin
[Tue Aug 7 2018 14:48:45.611299 3086416368]: ImageAuthDataMgr Init End(Count:2000)
[Tue Aug 7 2018 14:48:45.611727 3086416368]: try connect 127.0.0.1:38170, Sync
[Tue Aug 7 2018 14:48:45.611979 3086416368]: sock -1 ->LinkHandler close
[Tue Aug 7 2018 14:48:45.612005 3086416368]: [##ERROR##] connect 127.0.0.1:38170 fail
[Tue Aug 7 2018 14:48:45.612017 3086416368]: [##ERROR##] Link(): link open fail(Automatic), Exit
[Tue Aug 7 2018 14:48:45.612047 3086416368]: [##ERROR##] active fail
[Tue Aug 7 2018 14:48:45.670125 3086416368]: waiting for the client version
[Tue Aug 7 2018 14:48:45.670227 3078114192]: CProcessLayer(0)::svc Start [3078114192]
[Tue Aug 7 2018 14:48:45.670261 3078114192]: CProcessLayer(0)::svc Terminated [3078114192]
[Tue Aug 7 2018 14:48:45.670338 3086416368]: waiting for the image key
[Tue Aug 7 2018 14:48:45.670354 3086416368]: try listening 38101 port

WorldSvr_01_01.log
[Tue Aug 7 2018 14:48:47.140643 3086924656]: open log file '/var/log/cabal/WorldSvr_01_01.log'
[Tue Aug 7 2018 14:48:47.140698 3086924656]: LOG LEVEL: 3
[Tue Aug 7 2018 14:48:47.140720 3086924656]: MemPoolUnitSizeClass(3): 28672Bytes
[Tue Aug 7 2018 14:48:47.140830 3086924656]: Seed: 556567339
[Tue Aug 7 2018 14:48:47.140935 3086924656]: Start WorldSvr_01_01 Server
[Tue Aug 7 2018 14:48:47.140957 3086924656]: InitEnv BEGIN
[Tue Aug 7 2018 14:48:47.149016 3086924656]: [##ERROR##] open fail ()
[Tue Aug 7 2018 14:48:47.149040 3086924656]: [##ERROR##] open fail ()
[Tue Aug 7 2018 14:48:47.149057 3086924656]: [##ERROR##] open fail ()
[Tue Aug 7 2018 14:48:47.149072 3086924656]: [##ERROR##] open fail ()
[Tue Aug 7 2018 14:48:47.149086 3086924656]: [##ERROR##] open fail ()
[Tue Aug 7 2018 14:48:47.149107 3086924656]: CheckSkillCoolTimeHack (On)
[Tue Aug 7 2018 14:48:47.149120 3086924656]: CheckShopHack (On)
[Tue Aug 7 2018 14:48:47.149129 3086924656]: CheckWarpHack (On)
[Tue Aug 7 2018 14:48:47.149139 3086924656]: CheckWareHouseHack (On)
[Tue Aug 7 2018 14:48:47.149148 3086924656]: UseCheckDistanceSkillHack (On)
[Tue Aug 7 2018 14:48:47.149158 3086924656]: UseCheckDistanceSkillHackCountForLog (1)
[Tue Aug 7 2018 14:48:47.149169 3086924656]: UseCheckDistanceSkillHackKickoutCount (30)
[Tue Aug 7 2018 14:48:47.149179 3086924656]: UseCheckDistanceSkillHackSpaceDistanceToMob (6)
[Tue Aug 7 2018 14:48:47.149189 3086924656]: UseCheckDistanceSkillHackSpaceDistanceToUser (6)
[Tue Aug 7 2018 14:48:47.149199 3086924656]: MaxTimeHackingCount(2)
[Tue Aug 7 2018 14:48:47.149209 3086924656]: MaxDistanceHackingCount(2)
[Tue Aug 7 2018 14:48:47.149218 3086924656]: CheckQuestNpcDistance (On)
[Tue Aug 7 2018 14:48:47.149228 3086924656]: UseNonClientCheck (Off)
[Tue Aug 7 2018 14:48:47.149237 3086924656]: NonClientDisAdvantageRate (90)
[Tue Aug 7 2018 14:48:47.149247 3086924656]: useDropDiscount (On)
[Tue Aug 7 2018 14:48:47.149256 3086924656]: UseBlessingBeadCheck (On)
[Tue Aug 7 2018 14:48:47.149266 3086924656]: ESTPCBangChargeInterval(600000)
[Tue Aug 7 2018 14:48:47.149275 3086924656]: AllowTradeChannel (Off)
[Tue Aug 7 2018 14:48:47.149285 3086924656]: UseCheckMissionIdx(On)
[Tue Aug 7 2018 14:48:47.149294 3086924656]: UseCheckDeadStatActive(On)
[Tue Aug 7 2018 14:48:47.149303 3086924656]: reload ActiveDeadStatCount(30)
[Tue Aug 7 2018 14:48:47.149342 3086924656]: UseHackcheckByTimeScope (On)
[Tue Aug 7 2018 14:48:47.149354 3086924656]: CheckSkillTimeHackScope(60000)
[Tue Aug 7 2018 14:48:47.149364 3086924656]: IgnoreVerifyIpDiff (On)
[Tue Aug 7 2018 14:48:47.149374 3086924656]: UseMobsChaseModify (On)
[Tue Aug 7 2018 14:48:47.149383 3086924656]: UseAlzDbHackCheck (Off)
[Tue Aug 7 2018 14:48:47.149392 3086924656]: UseCutIfAlzDbHacked (On)
[Tue Aug 7 2018 14:48:47.149402 3086924656]: UseCheckUserAttack (On)
[Tue Aug 7 2018 14:48:47.149411 3086924656]: UseHackUserDBSave (On)
[Tue Aug 7 2018 14:48:47.149423 3086924656]: UseAdminUser (Off)
[Tue Aug 7 2018 14:48:47.149438 3086924656]: InstantWarCalledGameType (1)
[Tue Aug 7 2018 14:48:47.149448 3086924656]: UsePenaltyChange (1)
[Tue Aug 7 2018 14:48:47.149458 3086924656]: UseCheckBelongItem (On)
[Tue Aug 7 2018 14:48:47.149467 3086924656]: UseCheckDMZArea (Off)
[Tue Aug 7 2018 14:48:47.149477 3086924656]: AllowCashShop(1)
[Tue Aug 7 2018 14:48:47.149488 3086924656]: ReloadAllowCheckGuildBoard(): AllowGuildBoard: 1
[Tue Aug 7 2018 14:48:47.149497 3086924656]: AllowNetcafePoint(0)
[Tue Aug 7 2018 14:48:47.149507 3086924656]: RestrictOddCircleUseCountInDungeon (On)
[Tue Aug 7 2018 14:48:47.149521 3086924656]: UseAdditionalMissionDungeonInstanceInPremiumCH (On)
[Tue Aug 7 2018 14:48:47.149538 3086924656]: UseAdditionalMissionDungeonInstanceInPremiumUser (Off)
[Tue Aug 7 2018 14:48:47.149547 3086924656]: AdditionalMissionDungeonInstanceCount (0)
[Tue Aug 7 2018 14:48:47.149556 3086924656]: PShopOpenLimitCount (200)
[Tue Aug 7 2018 14:48:47.149566 3086924656]: UseTradeChannelRestriction (Off)
[Tue Aug 7 2018 14:48:47.149576 3086924656]: UseArtOfDefensePenalty (Off)
[Tue Aug 7 2018 14:48:47.149598 3086924656]: IgnorePartyInviteDistance (Off)
[Tue Aug 7 2018 14:48:47.149610 3086924656]: UseWorldDrop (On)
[Tue Aug 7 2018 14:48:47.149620 3086924656]: UseInventoryHackCheck (On)
[Tue Aug 7 2018 14:48:47.149630 3086924656]: UseCutUserInventoryHack (On)
[Tue Aug 7 2018 14:48:47.149646 3086924656]: UseAlzSupplyUpdateTime (3600000)
[Tue Aug 7 2018 14:48:47.149657 3086924656]: UseLimitLoudLev : CharacterLevel(30), MasteryLevel(4)
[Tue Aug 7 2018 14:48:47.149668 3086924656]: LimitNormalChatLev(0)
[Tue Aug 7 2018 14:48:47.149677 3086924656]: LimitTradeChatLev(0)
[Tue Aug 7 2018 14:48:47.149687 3086924656]: UseLimitDeadPenaltyLev : Level(30)
[Tue Aug 7 2018 14:48:47.149697 3086924656]: UseLimitAlzSave : inventory(500), warehouse(500)
[Tue Aug 7 2018 14:48:47.149716 3086924656]: UseAgentShop (On)
[Tue Aug 7 2018 14:48:47.149726 3086924656]: DelayPartyLeaderLooting(1000)
[Tue Aug 7 2018 14:48:47.149736 3086924656]: DelayDiceOrAuction(1000)
[Tue Aug 7 2018 14:48:47.149746 3086924656]: LimitPartySearchRegistLv(10)
[Tue Aug 7 2018 14:48:47.149761 3086924656]: Maxlevel=190
[Tue Aug 7 2018 14:48:47.149773 3086924656]: MaxRank=10
[Tue Aug 7 2018 14:48:47.149785 3086924656]: UseMinLevDiffValueForExpCalc (On)
[Tue Aug 7 2018 14:48:47.149841 3086924656]: UsePartyMinExpForInvalidPartyMember (On)
[Tue Aug 7 2018 14:48:47.149867 3086924656]: UseIgnoreOtherBlessBuff (On)
[Tue Aug 7 2018 14:48:47.149879 3086924656]: UseRecoveryMasteryLevUp (Off)
[Tue Aug 7 2018 14:48:47.149890 3086924656]: UseCashItemPeriodClear (On)
[Tue Aug 7 2018 14:48:47.149900 3086924656]: UseWarSleepUserBanTime : Minute(5)
[Tue Aug 7 2018 14:48:47.149910 3086924656]: SoldItemRestoreLimitTime : Minute(180)
[Tue Aug 7 2018 14:48:47.149922 3086924656]: UseChannelToWarChannel(On)
[Tue Aug 7 2018 14:48:47.149932 3086924656]: NoIncomingCharDeleteTickCount : TickCount(60000)
[Tue Aug 7 2018 14:48:47.149943 3086924656]: OnceIncomingCharacterCount : Count(20)
[Tue Aug 7 2018 14:48:47.149954 3086924656]: UpdateUserPlayTimePeriod : Minute(60)
[Tue Aug 7 2018 14:48:47.149964 3086924656]: Shop Restriction: (AShopLv(0), PShopLv(0))
[Tue Aug 7 2018 14:48:47.149974 3086924656]: AllowDuplicatedPCBangPremium(0)
[Tue Aug 7 2018 14:48:47.149983 3086924656]: PCBangPremiumPriorType(0)
[Tue Aug 7 2018 14:48:47.149993 3086924656]: IgnoreLobbyEntryFull(0)
[Tue Aug 7 2018 14:48:47.150002 3086924656]: UseExclusivePremiumChannel(0)
[Tue Aug 7 2018 14:48:47.150012 3086924656]: UseCombatModeRestrictReturnStone(1)
[Tue Aug 7 2018 14:48:47.150021 3086924656]: UsePreventOttuki(1)
[Tue Aug 7 2018 14:48:47.150031 3086924656]: UseRevisionMovingStats(1)
[Tue Aug 7 2018 14:48:47.150040 3086924656]: UseAllowMoviePosDiff(0)
[Tue Aug 7 2018 14:48:47.150049 3086924656]: UseAllItemDrop(1)
[Tue Aug 7 2018 14:48:47.150058 3086924656]: UseBotCheckSystem(1)
[Tue Aug 7 2018 14:48:47.150068 3086924656]: UseBotCheckInCharacterSelectLogout(1)
[Tue Aug 7 2018 14:48:47.150077 3086924656]: BotAlertInterval(1800000)
[Tue Aug 7 2018 14:48:47.150086 3086924656]: BotVerifiyTimeout(180)
[Tue Aug 7 2018 14:48:47.150095 3086924656]: BotMaxVerifyFailCount(3)
[Tue Aug 7 2018 14:48:47.150104 3086924656]: UseImageAuth(Off)
[Tue Aug 7 2018 14:48:47.150113 3086924656]: ClearActStateAttackingNormalMobTimeout(30)
[Tue Aug 7 2018 14:48:47.150123 3086924656]: BeginActStateSleepTime(300)
[Tue Aug 7 2018 14:48:47.150132 3086924656]: BeginActStatePShopOpenTime(300)
[Tue Aug 7 2018 14:48:47.150141 3086924656]: BeginActStateSocialActTime(300)
[Tue Aug 7 2018 14:48:47.150153 3086924656]: DisableDancingSpIncreaseIfMissionWar(On)
[Tue Aug 7 2018 14:48:47.150162 3086924656]: AllowForceEnchantModeOthersBlessBuff(On)
[Tue Aug 7 2018 14:48:47.150171 3086924656]: IgnorePartyBuffConstraintIfDebugClient(On)
[Tue Aug 7 2018 14:48:47.150181 3086924656]: PartyBuffCastableCloseByPartyMemberCount(2)
[Tue Aug 7 2018 14:48:47.150191 3086924656]: AllowAdditionalDmgForMultiHitSkill(On)
[Tue Aug 7 2018 14:48:47.150200 3086924656]: UseMissAttackInComboMode(Off)
[Tue Aug 7 2018 14:48:47.150209 3086924656]: ForceSkillCritical(Off)
[Tue Aug 7 2018 14:48:47.150226 3086924656]: ForceSkillNonCritical(Off)
[Tue Aug 7 2018 14:48:47.150290 3086924656]: ForceSkillBFX(Off)
[Tue Aug 7 2018 14:48:47.150300 3086924656]: GivePetExpIfMissionWarPvp(On)
[Tue Aug 7 2018 14:48:47.150310 3086924656]: UseLordBroadCastCoolTimeSec (0)
[Tue Aug 7 2018 14:48:47.150319 3086924656]: UseServerMobLog (Off)
[Tue Aug 7 2018 14:48:47.150329 3086924656]: IgnoreMissionWarEntryLimit(Off)
[Tue Aug 7 2018 14:48:47.150338 3086924656]: UseCheckUpgradeDistanceHack(Off)
[Tue Aug 7 2018 14:48:47.150348 3086924656]: UseItemChangeManager(On)
[Tue Aug 7 2018 14:48:47.150360 3086924656]: UseDeleteExpiredEventItems(On)
[Tue Aug 7 2018 14:48:47.150369 3086924656]: UsePXPenaltyLogicChange(On)
[Tue Aug 7 2018 14:48:47.150390 3086924656]: UseTPointSystem (Off)
[Tue Aug 7 2018 14:48:47.150413 3086924656]: ServerTimeZoneMinutes: -120
[Tue Aug 7 2018 14:48:47.150423 3086924656]: LogLevelInventoryLogDump(5)
[Tue Aug 7 2018 14:48:47.150433 3086924656]: UseDummy(1)
[Tue Aug 7 2018 14:48:47.151642 3086924656]: WarExp Reward Control : (NOT USE)
[Tue Aug 7 2018 14:48:47.151658 3086924656]: War Entry Fee ZERO alz: (NOT USE)
[Tue Aug 7 2018 14:48:47.151669 3086924656]: SingleDungeonExpiredMinutes: (10)
[Tue Aug 7 2018 14:48:47.151680 3086924656]: DungeonPauseCooltime(60000)
[Tue Aug 7 2018 14:48:47.151691 3086924656]: UseAlzEarnLimit(0)
[Tue Aug 7 2018 14:48:47.151701 3086924656]: AlzEarnLimitValue(30000000)
[Tue Aug 7 2018 14:48:47.151710 3086924656]: AlzEarnLimitLockHours(24)
[Tue Aug 7 2018 14:48:47.151719 3086924656]: AlzEarnLimitCheckHours(24)
[Tue Aug 7 2018 14:48:47.151729 3086924656]: BotReportCooltime(1800)
[Tue Aug 7 2018 14:48:47.151738 3086924656]: Keep DP Time(10800)
[Tue Aug 7 2018 14:48:47.151767 3086924656]: Max DP Limit(100)
[Tue Aug 7 2018 14:48:47.151777 3086924656]: IsUTS(False)
[Tue Aug 7 2018 14:48:47.151786 3086924656]: first joined usernum from event start is (0)
[Tue Aug 7 2018 14:48:47.151804 3086924656]: Battle3ComboLimitTime(4000)
[Tue Aug 7 2018 14:48:47.151815 3086924656]: Battle3ComboLimitTimeTolerance(2000)
[Tue Aug 7 2018 14:48:47.151833 3086924656]: Extended Alz Mode
[Tue Aug 7 2018 14:48:47.151841 3086924656]: GameGuard disabled version
[Tue Aug 7 2018 14:48:47.151848 3086924656]: APEX disabled version
[Tue Aug 7 2018 14:48:47.151856 3086924656]: XTrap V7 enabled version
[Tue Aug 7 2018 14:48:47.151866 3086924656]: UseImageAuth(Off)
[Tue Aug 7 2018 14:48:47.151900 3086924656]: UseBanSleepUser(On)
[Tue Aug 7 2018 14:48:47.151909 3086924656]: UseGuildExpansion(On)
[Tue Aug 7 2018 14:48:47.151919 3086924656]: AlzTimeout(60000)
[Tue Aug 7 2018 14:48:47.151928 3086924656]: AlzOwnTimeout(30000)
[Tue Aug 7 2018 14:48:47.151938 3086924656]: ItemTimeout(360000)
[Tue Aug 7 2018 14:48:47.151948 3086924656]: ItemOwnTimeout(60000)
[Tue Aug 7 2018 14:48:47.151957 3086924656]: ItemTimeoutInIWar(360000)
[Tue Aug 7 2018 14:48:47.151967 3086924656]: ItemOwnTimeoutInIWar(10000)
[Tue Aug 7 2018 14:48:47.151976 3086924656]: NotVerifiedKickInterval(15000)
[Tue Aug 7 2018 14:48:47.151986 3086924656]: EraseSavedUserPackDataMinutes(5)
[Tue Aug 7 2018 14:48:47.151995 3086924656]: CharacterDeleteLimitLevel (100)
[Tue Aug 7 2018 14:48:47.152004 3086924656]: LimitedBroadCastByLord(false)
[Tue Aug 7 2018 14:48:47.152013 3086924656]: InitEnv END
[Tue Aug 7 2018 14:48:47.152024 3086924656]: RunServer BEGIN
[Tue Aug 7 2018 14:48:47.152855 3086924656]: Local ip = 192.168.178.152 (from ini)
[Tue Aug 7 2018 14:48:47.152876 3086924656]: MaxAttackHackTime (15000)
[Tue Aug 7 2018 14:48:47.152887 3086924656]: SpeedHackCheckTime (20000)
[Tue Aug 7 2018 14:48:47.152896 3086924656]: MovingSpeedCheckDistance (100)
[Tue Aug 7 2018 14:48:47.152906 3086924656]: MovingSpeedCheckMagnification (18)
[Tue Aug 7 2018 14:48:47.153065 3086924656]: try listening 38111 port
[Tue Aug 7 2018 14:48:47.153167 3086924656]: try connect 127.0.0.1:38170, Sync
[Tue Aug 7 2018 14:48:47.153353 3086924656]: sock -1 ->LinkHandler close
[Tue Aug 7 2018 14:48:47.153385 3086924656]: [##ERROR##] connect 127.0.0.1:38170 fail
[Tue Aug 7 2018 14:48:47.153395 3086924656]: [##ERROR##] Link(): link open fail(Automatic), Exit
[Tue Aug 7 2018 14:48:47.153407 3086924656]: waiting for the 'GmsChannelType'
[Tue Aug 7 2018 14:48:47.157181 3086093200]: CProcessLayer(0)::svc Start [3086093200]
[Tue Aug 7 2018 14:48:47.157221 3086093200]: CProcessLayer(0)::svc Terminated [3086093200]
[Tue Aug 7 2018 14:48:47.157295 3086924656]: try connect 127.0.0.1:38181, Sync
[Tue Aug 7 2018 14:48:47.157391 3086924656]: [##ERROR##] connect 127.0.0.1:38181 fail
[Tue Aug 7 2018 14:48:47.157403 3086924656]: [##ERROR##] Link(): link open fail(Automatic), Exit
[Tue Aug 7 2018 14:48:47.157422 3086924656]: try connect 127.0.0.1:38190, Sync
[Tue Aug 7 2018 14:48:47.157934 3086924656]: sock 7 ->LinkHandler Open
[Tue Aug 7 2018 14:48:47.157955 3086924656]: SendIPSConnect2Svr (161:01:01:00)
[Tue Aug 7 2018 14:48:47.157981 3086924656]: try connect 127.0.0.1:38121, Sync
[Tue Aug 7 2018 14:48:47.158026 3086924656]: [##ERROR##] connect 127.0.0.1:38121 fail
[Tue Aug 7 2018 14:48:47.158037 3086924656]: [##ERROR##] Link(): link open fail(Automatic), Exit
[Tue Aug 7 2018 14:48:47.158046 3086924656]: [##ERROR##] OpenLinkLayer(): ChatNode link failed
[Tue Aug 7 2018 14:48:47.158056 3086924656]: [##ERROR##] RunServer(): Initialize fail
[Tue Aug 7 2018 14:48:47.158120 3086924656]: RunServer END
[Tue Aug 7 2018 14:48:47.158132 3086924656]: FinalEnv BEGIN
[Tue Aug 7 2018 14:48:47.158369 3086924656]: FinalEnv END

To me it seems like I messed up the ipconfig at some place. I know people around here want others to learn the hard way. If you don’t want to explain the complete procedure please at least give me a direction where to look and what exactly I messed up ????
 
Last edited:
Junior Spellweaver
Joined
Apr 9, 2014
Messages
143
Reaction score
19
Hi all,

this issues has been discussed several times already. But so far I couldn't find a fix working for me.

I wanted to set up a ep8 server again following this tutorial:
http://forum.ragezone.com/f460/create-ep8-cabal-server-step-910294/

Everything worked fine, I got a cabalmain without xtrap, used ollydbg to skip check files and updated my client data.

SQL is set up on my local PC (local IP), the server is set up in a virtualbox in CentOS5.8 (server IP) in bridged mode.

I didn't care about portforwarding yet, since I only want to play locally with some friends so far.

When I start the client and wanted to log in with a created character the loading bar just went through and I couldn't log in.

First Question: Did I miss a step concerning the client? I have a almost 2 years old readme and it is very possible that I forgot to write down all steps after setting up the server..

If not any help is appreciated!

Apparently some services just don't want to work:
[root@localhost ~]# service cabal status
AuthDBAgent (pid 4798) is running...
DBAgent_01 (pid 4824) is running...
RockAndRollITS (pid 4845) is running...
GlobalMgrSvr (pid 4862) is running...
GlobalDBAgent (pid 4879) is running...
CashDBAgent (pid 4905) is running...
PCBangDBAgent (pid 4931) is running...
EventDBAgent (pid 4955) is running...
PartySvr_01 (pid 4981) is running...
ChatNode_01 is stopped
EventMgrSvr is stopped
AgentShop_01 is stopped
LoginSvr_01 is stopped
WorldSvr_01_01 is stopped

[root@localhost ~]# service ChatNode_01 start
Starting ChatNode_01: [ OK ]
[root@localhost ~]# service EventMgrSvr start
Starting EventMgrSvr: [ OK ]
[root@localhost ~]# service AgentShop_01 start
Starting AgentShop_01: [ OK ]
[root@localhost ~]# service LoginSvr_01 start
Starting LoginSvr_01: [ OK ]
[root@localhost ~]# service WorldSvr_01_01 start
Starting WorldSvr_01_01: [ OK ]

[root@localhost ~]# service cabal status
AuthDBAgent (pid 4798) is running...
DBAgent_01 (pid 4824) is running...
RockAndRollITS (pid 4845) is running...
GlobalMgrSvr (pid 4862) is running...
GlobalDBAgent (pid 4879) is running...
CashDBAgent (pid 4905) is running...
PCBangDBAgent (pid 4931) is running...
EventDBAgent (pid 4955) is running...
PartySvr_01 (pid 4981) is running...
ChatNode_01 is stopped
EventMgrSvr is stopped
AgentShop_01 is stopped
LoginSvr_01 is stopped
WorldSvr_01_01 is stopped

I checked *.ini for the IP addresses:
Related stuff from ChatNode.ini
[NetLib]
Port=38121

[DBAgent]
Addr=127.0.0.1
Port=38181

[GlobalMgrSvr]
Addr=gmsip
Port=38170
Is the localhost address supposed to be in DBAgent? The ChatNode.ini is on the CentOS server, while the SQL database on my computer.

Related stuff from LoginSvr_01.ini
[HTTPService]
Addr=;
Port=;

[GlobalDBAgent]
Addr=127.0.0.1
Port=38180

[GlobalMgrSvr]
Addr=127.0.0.1
Port=38170
I guess the empty HTTPService fields are not important, since I want to run locally. However the GlobalDBAgent has a different Port and the GlobalMgrSvr has a different address than in ChatNode.ini

Related stuff from WorldSvr.ini
[DBAgent]
Addr=dbaip
Port=38181

[GlobalMgrSvr]
Addr=gmsip
Port=38170

[ChatNode]
AddrForServer=
AddrForClient=
Port=38121
Different Addr for the DBAgent again... Are there some links I’m not aware of? Especially interesting is the empty Addr in ChatNode here I guess.. Shall I put client IP (local IP) and server ip?

Now coming to related logs with plenty of Errors. If you don’t wanna read through them, the ERRORS are:
[##ERROR##] connect 127.0.0.1:38170 fail
[##ERROR##] Link(): link open fail(Automatic), Exit
[##ERROR##] RunServer(): active fail
[##ERROR##] getq fail (108)
InitEnv BEGIN
[##ERROR##] open fail ()
[##ERROR##] OpenLinkLayer(): ChatNode link failed
[##ERROR##] RunServer(): Initialize fail
ChatNode_01.log
[Tue Aug 7 2018 14:48:40.834814 3086838400]: open log file '/var/log/cabal/ChatNode_01.log'
[Tue Aug 7 2018 14:48:40.834871 3086838400]: MemPoolUnitSizeClass(2): 24576Bytes
[Tue Aug 7 2018 14:48:40.837645 3086838400]: Seed: 1914233777
[Tue Aug 7 2018 14:48:40.837776 3086838400]: Start ChatNode_01 Server
[Tue Aug 7 2018 14:48:40.837798 3086838400]: ReloadConfig(): ReloadConfig
[Tue Aug 7 2018 14:48:40.837808 3086838400]: LOG LEVEL: 1
[Tue Aug 7 2018 14:48:40.837824 3086838400]: SetSayChannelMgrLogSay(): LogSay: 0
[Tue Aug 7 2018 14:48:40.837833 3086838400]: ReloadConfig(): BroadCastOverServerNation: 0
[Tue Aug 7 2018 14:48:40.837844 3086838400]: ReloadConfig(): UseGuildCreateFee: 1
[Tue Aug 7 2018 14:48:40.837854 3086838400]: ReloadConfig(): UseGuildNameChangeFee: 1
[Tue Aug 7 2018 14:48:40.837863 3086838400]: ReloadConfig(): CharLevelForGuildCreate: 40
[Tue Aug 7 2018 14:48:40.837873 3086838400]: ReloadConfig(): Register Cache : Use(1), UpdateTime(10000)
[Tue Aug 7 2018 14:48:40.837883 3086838400]: InitEnv BEGIN
[Tue Aug 7 2018 14:48:40.840554 3086838400]: InitEnv END
[Tue Aug 7 2018 14:48:40.842080 3086838400]: try connect 127.0.0.1:38170, Sync
[Tue Aug 7 2018 14:48:40.842439 3086838400]: sock -1 ->LinkHandler close
[Tue Aug 7 2018 14:48:40.842477 3086838400]: [##ERROR##] connect 127.0.0.1:38170 fail
[Tue Aug 7 2018 14:48:40.842490 3086838400]: [##ERROR##] Link(): link open fail(Automatic), Exit
[Tue Aug 7 2018 14:48:40.842499 3086838400]: [##ERROR##] RunServer(): active fail
[Tue Aug 7 2018 14:48:40.842508 3086838400]: waiting for caching(PR message)
[Tue Aug 7 2018 14:48:41.844502 3076074384]: [##ERROR##] getq fail (108)
[Tue Aug 7 2018 14:48:41.844549 3065584528]: [##ERROR##] getq fail (108)
[Tue Aug 7 2018 14:48:41.844585 3055094672]: [##ERROR##] getq fail (108)
[Tue Aug 7 2018 14:48:41.844602 3044604816]: [##ERROR##] getq fail (108)
[Tue Aug 7 2018 14:48:41.844618 3034114960]: [##ERROR##] getq fail (108)
[Tue Aug 7 2018 14:48:41.844634 3023625104]: [##ERROR##] getq fail (108)
[Tue Aug 7 2018 14:48:41.844650 3013135248]: [##ERROR##] getq fail (108)
[Tue Aug 7 2018 14:48:41.844744 3086838400]: try listening 38121 port
[Tue Aug 7 2018 14:48:41.844919 3086838400]: FinalEnv BEGIN
[Tue Aug 7 2018 14:48:41.845036 3086838400]: FinalEnv END

EventMgrSvr.log
[Tue Aug 7 2018 14:48:42.419470 3086137984]: open log file '/var/log/cabal/EventMgrSvr.log'
[Tue Aug 7 2018 14:48:42.419519 3086137984]: LOG LEVEL: 3
[Tue Aug 7 2018 14:48:42.419535 3086137984]: MemPoolUnitSizeClass(2): 24576Bytes
[Tue Aug 7 2018 14:48:42.419637 3086137984]: Seed: 383663117
[Tue Aug 7 2018 14:48:42.423016 3086137984]: Start EventMgrSvr Server
[Tue Aug 7 2018 14:48:42.423045 3086137984]: ReloadConfig(): ReloadConfig
[Tue Aug 7 2018 14:48:42.423056 3086137984]: LOG LEVEL: 3
[Tue Aug 7 2018 14:48:42.423354 3086137984]: try connect 127.0.0.1:38170, Sync
[Tue Aug 7 2018 14:48:42.423547 3086137984]: sock -1 ->LinkHandler close
[Tue Aug 7 2018 14:48:42.423623 3086137984]: [##ERROR##] connect 127.0.0.1:38170 fail
[Tue Aug 7 2018 14:48:42.423636 3086137984]: [##ERROR##] Link(): link open fail(Automatic), Exit
[Tue Aug 7 2018 14:48:42.423664 3086137984]: [##ERROR##] RunServer(): active fail
[Tue Aug 7 2018 14:48:42.423714 3086134160]: CProcessLayer(0)::svc Start [3086134160]
[Tue Aug 7 2018 14:48:42.423735 3086134160]: CProcessLayer(0)::svc Terminated [3086134160]

AgentShop_01.log
[Tue Aug 7 2018 14:48:43.994035 3085986432]: open log file '/var/log/cabal/AgentShop_01.log'
[Tue Aug 7 2018 14:48:43.994084 3085986432]: LOG LEVEL: 3
[Tue Aug 7 2018 14:48:43.994102 3085986432]: MemPoolUnitSizeClass(2): 24576Bytes
[Tue Aug 7 2018 14:48:43.994222 3085986432]: Seed: 410251511
[Tue Aug 7 2018 14:48:43.994338 3085986432]: Start AgentShop_01 Server
[Tue Aug 7 2018 14:48:43.994355 3085986432]: ReloadConfig(): ReloadConfig
[Tue Aug 7 2018 14:48:43.994364 3085986432]: LOG LEVEL: 3
[Tue Aug 7 2018 14:48:43.994380 3085986432]: MaxSearchResult(100)
[Tue Aug 7 2018 14:48:43.994391 3085986432]: NoResponseTimeout(1800000)
[Tue Aug 7 2018 14:48:43.994401 3085986432]: SearchCacheCount(1023)
[Tue Aug 7 2018 14:48:43.994410 3085986432]: SearchCacheExpirationMilliSec(60000)
[Tue Aug 7 2018 14:48:43.994419 3085986432]: PetInfoCacheCount(127)
[Tue Aug 7 2018 14:48:43.994428 3085986432]: PetInfoCacheExpirationMilliSec(1800000)
[Tue Aug 7 2018 14:48:43.994438 3085986432]: NoCancelCommissionTimeoutSec(300)
[Tue Aug 7 2018 14:48:43.994448 3085986432]: ServerNoResponseTimeoutSec(60)
[Tue Aug 7 2018 14:48:43.994458 3085986432]: NotifyBbeadSlotCount(false)
[Tue Aug 7 2018 14:48:43.994468 3085986432]: AlertAveragePrice(25%)
[Tue Aug 7 2018 14:48:43.994477 3085986432]: GuildCashbackCheckHour(0)
[Tue Aug 7 2018 14:48:44.065206 3085986432]: Default CommissionRate - Selling(0.050000)
[Tue Aug 7 2018 14:48:44.065258 3085986432]: Default CommissionRate - Cancellation(0.000000)
[Tue Aug 7 2018 14:48:44.065270 3085986432]: Default CommissionMax - Selling(0)
[Tue Aug 7 2018 14:48:44.122356 3085986432]: try connect 127.0.0.1:38170, Sync
[Tue Aug 7 2018 14:48:44.122577 3085986432]: sock -1 ->LinkHandler close
[Tue Aug 7 2018 14:48:44.122617 3085986432]: [##ERROR##] connect 127.0.0.1:38170 fail
[Tue Aug 7 2018 14:48:44.122652 3085986432]: [##ERROR##] Link(): link open fail(Automatic), Exit
[Tue Aug 7 2018 14:48:44.122665 3085986432]: [##ERROR##] RunServer(): active fail
[Tue Aug 7 2018 14:48:44.122725 3085982608]: CProcessLayer(0)::svc Start [3085982608]
[Tue Aug 7 2018 14:48:44.122746 3085982608]: CProcessLayer(0)::svc Terminated [3085982608]
LoginSvr_01.log
[Tue Aug 7 2018 14:48:45.567478 3086416368]: open log file '/var/log/cabal/LoginSvr_01.log'
[Tue Aug 7 2018 14:48:45.567532 3086416368]: LOG LEVEL: 3
[Tue Aug 7 2018 14:48:45.567554 3086416368]: MemPoolUnitSizeClass(2): 24576Bytes
[Tue Aug 7 2018 14:48:45.567694 3086416368]: Seed: 1465121233
[Tue Aug 7 2018 14:48:45.567857 3086416368]: Start LoginSvr_01 Server
[Tue Aug 7 2018 14:48:45.567872 3086416368]: SITE_BRA
[Tue Aug 7 2018 14:48:45.567890 3086416368]: TestChannelGroupIdxStartPoint=50
[Tue Aug 7 2018 14:48:45.567913 3086416368]: affiliatedCorpIP=127.0.0.1;
[Tue Aug 7 2018 14:48:45.567927 3086416368]: AdminIP=121.170.135.;
[Tue Aug 7 2018 14:48:45.567941 3086416368]: IgnoreClientVersion(0)
[Tue Aug 7 2018 14:48:45.567952 3086416368]: Auth Usage(0)
[Tue Aug 7 2018 14:48:45.567962 3086416368]: ImageAuthDataPath(/etc/cabal/ImageAuth_Login/)
[Tue Aug 7 2018 14:48:45.567971 3086416368]: HTTPService Use (0)
[Tue Aug 7 2018 14:48:45.567980 3086416368]: AuthMaxTryCount(5)
[Tue Aug 7 2018 14:48:45.567989 3086416368]: AuthWaitTime(120000)
[Tue Aug 7 2018 14:48:45.567998 3086416368]: BlockIfAuthFail(0)
[Tue Aug 7 2018 14:48:45.568017 3086416368]: LoadConfiguration(): HTTPService is off
[Tue Aug 7 2018 14:48:45.568025 3086416368]: UsePreImageAuth(false)
[Tue Aug 7 2018 14:48:45.568036 3086416368]: UseServerListManualOrder(0)
[Tue Aug 7 2018 14:48:45.568061 3086416368]: CASHWEB_URL =
[Tue Aug 7 2018 14:48:45.568074 3086416368]: CASHWEB_URL_ODC =
[Tue Aug 7 2018 14:48:45.568084 3086416368]: CASHWEB_URL_CHARGE =
[Tue Aug 7 2018 14:48:45.568124 3086416368]: GUILDWEB_URL =
[Tue Aug 7 2018 14:48:45.568135 3086416368]: SNS_URL =
[Tue Aug 7 2018 14:48:45.568145 3086416368]: UseSubPasswordCheckMessage(0)
[Tue Aug 7 2018 14:48:45.568154 3086416368]: UseNotifyServerListUserCount(1)
[Tue Aug 7 2018 14:48:45.568163 3086416368]: UseMachineSerialBotCheck(0)
[Tue Aug 7 2018 14:48:45.568171 3086416368]: 00:00 => 0
[Tue Aug 7 2018 14:48:45.568179 3086416368]: V1 = 0, V2 = 5834620, V3 = 0, V4 = 0
[Tue Aug 7 2018 14:48:45.568188 3086416368]: ImageAuthDataMgr Init Begin
[Tue Aug 7 2018 14:48:45.611299 3086416368]: ImageAuthDataMgr Init End(Count:2000)
[Tue Aug 7 2018 14:48:45.611727 3086416368]: try connect 127.0.0.1:38170, Sync
[Tue Aug 7 2018 14:48:45.611979 3086416368]: sock -1 ->LinkHandler close
[Tue Aug 7 2018 14:48:45.612005 3086416368]: [##ERROR##] connect 127.0.0.1:38170 fail
[Tue Aug 7 2018 14:48:45.612017 3086416368]: [##ERROR##] Link(): link open fail(Automatic), Exit
[Tue Aug 7 2018 14:48:45.612047 3086416368]: [##ERROR##] active fail
[Tue Aug 7 2018 14:48:45.670125 3086416368]: waiting for the client version
[Tue Aug 7 2018 14:48:45.670227 3078114192]: CProcessLayer(0)::svc Start [3078114192]
[Tue Aug 7 2018 14:48:45.670261 3078114192]: CProcessLayer(0)::svc Terminated [3078114192]
[Tue Aug 7 2018 14:48:45.670338 3086416368]: waiting for the image key
[Tue Aug 7 2018 14:48:45.670354 3086416368]: try listening 38101 port

WorldSvr_01_01.log
[Tue Aug 7 2018 14:48:47.140643 3086924656]: open log file '/var/log/cabal/WorldSvr_01_01.log'
[Tue Aug 7 2018 14:48:47.140698 3086924656]: LOG LEVEL: 3
[Tue Aug 7 2018 14:48:47.140720 3086924656]: MemPoolUnitSizeClass(3): 28672Bytes
[Tue Aug 7 2018 14:48:47.140830 3086924656]: Seed: 556567339
[Tue Aug 7 2018 14:48:47.140935 3086924656]: Start WorldSvr_01_01 Server
[Tue Aug 7 2018 14:48:47.140957 3086924656]: InitEnv BEGIN
[Tue Aug 7 2018 14:48:47.149016 3086924656]: [##ERROR##] open fail ()
[Tue Aug 7 2018 14:48:47.149040 3086924656]: [##ERROR##] open fail ()
[Tue Aug 7 2018 14:48:47.149057 3086924656]: [##ERROR##] open fail ()
[Tue Aug 7 2018 14:48:47.149072 3086924656]: [##ERROR##] open fail ()
[Tue Aug 7 2018 14:48:47.149086 3086924656]: [##ERROR##] open fail ()
[Tue Aug 7 2018 14:48:47.149107 3086924656]: CheckSkillCoolTimeHack (On)
[Tue Aug 7 2018 14:48:47.149120 3086924656]: CheckShopHack (On)
[Tue Aug 7 2018 14:48:47.149129 3086924656]: CheckWarpHack (On)
[Tue Aug 7 2018 14:48:47.149139 3086924656]: CheckWareHouseHack (On)
[Tue Aug 7 2018 14:48:47.149148 3086924656]: UseCheckDistanceSkillHack (On)
[Tue Aug 7 2018 14:48:47.149158 3086924656]: UseCheckDistanceSkillHackCountForLog (1)
[Tue Aug 7 2018 14:48:47.149169 3086924656]: UseCheckDistanceSkillHackKickoutCount (30)
[Tue Aug 7 2018 14:48:47.149179 3086924656]: UseCheckDistanceSkillHackSpaceDistanceToMob (6)
[Tue Aug 7 2018 14:48:47.149189 3086924656]: UseCheckDistanceSkillHackSpaceDistanceToUser (6)
[Tue Aug 7 2018 14:48:47.149199 3086924656]: MaxTimeHackingCount(2)
[Tue Aug 7 2018 14:48:47.149209 3086924656]: MaxDistanceHackingCount(2)
[Tue Aug 7 2018 14:48:47.149218 3086924656]: CheckQuestNpcDistance (On)
[Tue Aug 7 2018 14:48:47.149228 3086924656]: UseNonClientCheck (Off)
[Tue Aug 7 2018 14:48:47.149237 3086924656]: NonClientDisAdvantageRate (90)
[Tue Aug 7 2018 14:48:47.149247 3086924656]: useDropDiscount (On)
[Tue Aug 7 2018 14:48:47.149256 3086924656]: UseBlessingBeadCheck (On)
[Tue Aug 7 2018 14:48:47.149266 3086924656]: ESTPCBangChargeInterval(600000)
[Tue Aug 7 2018 14:48:47.149275 3086924656]: AllowTradeChannel (Off)
[Tue Aug 7 2018 14:48:47.149285 3086924656]: UseCheckMissionIdx(On)
[Tue Aug 7 2018 14:48:47.149294 3086924656]: UseCheckDeadStatActive(On)
[Tue Aug 7 2018 14:48:47.149303 3086924656]: reload ActiveDeadStatCount(30)
[Tue Aug 7 2018 14:48:47.149342 3086924656]: UseHackcheckByTimeScope (On)
[Tue Aug 7 2018 14:48:47.149354 3086924656]: CheckSkillTimeHackScope(60000)
[Tue Aug 7 2018 14:48:47.149364 3086924656]: IgnoreVerifyIpDiff (On)
[Tue Aug 7 2018 14:48:47.149374 3086924656]: UseMobsChaseModify (On)
[Tue Aug 7 2018 14:48:47.149383 3086924656]: UseAlzDbHackCheck (Off)
[Tue Aug 7 2018 14:48:47.149392 3086924656]: UseCutIfAlzDbHacked (On)
[Tue Aug 7 2018 14:48:47.149402 3086924656]: UseCheckUserAttack (On)
[Tue Aug 7 2018 14:48:47.149411 3086924656]: UseHackUserDBSave (On)
[Tue Aug 7 2018 14:48:47.149423 3086924656]: UseAdminUser (Off)
[Tue Aug 7 2018 14:48:47.149438 3086924656]: InstantWarCalledGameType (1)
[Tue Aug 7 2018 14:48:47.149448 3086924656]: UsePenaltyChange (1)
[Tue Aug 7 2018 14:48:47.149458 3086924656]: UseCheckBelongItem (On)
[Tue Aug 7 2018 14:48:47.149467 3086924656]: UseCheckDMZArea (Off)
[Tue Aug 7 2018 14:48:47.149477 3086924656]: AllowCashShop(1)
[Tue Aug 7 2018 14:48:47.149488 3086924656]: ReloadAllowCheckGuildBoard(): AllowGuildBoard: 1
[Tue Aug 7 2018 14:48:47.149497 3086924656]: AllowNetcafePoint(0)
[Tue Aug 7 2018 14:48:47.149507 3086924656]: RestrictOddCircleUseCountInDungeon (On)
[Tue Aug 7 2018 14:48:47.149521 3086924656]: UseAdditionalMissionDungeonInstanceInPremiumCH (On)
[Tue Aug 7 2018 14:48:47.149538 3086924656]: UseAdditionalMissionDungeonInstanceInPremiumUser (Off)
[Tue Aug 7 2018 14:48:47.149547 3086924656]: AdditionalMissionDungeonInstanceCount (0)
[Tue Aug 7 2018 14:48:47.149556 3086924656]: PShopOpenLimitCount (200)
[Tue Aug 7 2018 14:48:47.149566 3086924656]: UseTradeChannelRestriction (Off)
[Tue Aug 7 2018 14:48:47.149576 3086924656]: UseArtOfDefensePenalty (Off)
[Tue Aug 7 2018 14:48:47.149598 3086924656]: IgnorePartyInviteDistance (Off)
[Tue Aug 7 2018 14:48:47.149610 3086924656]: UseWorldDrop (On)
[Tue Aug 7 2018 14:48:47.149620 3086924656]: UseInventoryHackCheck (On)
[Tue Aug 7 2018 14:48:47.149630 3086924656]: UseCutUserInventoryHack (On)
[Tue Aug 7 2018 14:48:47.149646 3086924656]: UseAlzSupplyUpdateTime (3600000)
[Tue Aug 7 2018 14:48:47.149657 3086924656]: UseLimitLoudLev : CharacterLevel(30), MasteryLevel(4)
[Tue Aug 7 2018 14:48:47.149668 3086924656]: LimitNormalChatLev(0)
[Tue Aug 7 2018 14:48:47.149677 3086924656]: LimitTradeChatLev(0)
[Tue Aug 7 2018 14:48:47.149687 3086924656]: UseLimitDeadPenaltyLev : Level(30)
[Tue Aug 7 2018 14:48:47.149697 3086924656]: UseLimitAlzSave : inventory(500), warehouse(500)
[Tue Aug 7 2018 14:48:47.149716 3086924656]: UseAgentShop (On)
[Tue Aug 7 2018 14:48:47.149726 3086924656]: DelayPartyLeaderLooting(1000)
[Tue Aug 7 2018 14:48:47.149736 3086924656]: DelayDiceOrAuction(1000)
[Tue Aug 7 2018 14:48:47.149746 3086924656]: LimitPartySearchRegistLv(10)
[Tue Aug 7 2018 14:48:47.149761 3086924656]: Maxlevel=190
[Tue Aug 7 2018 14:48:47.149773 3086924656]: MaxRank=10
[Tue Aug 7 2018 14:48:47.149785 3086924656]: UseMinLevDiffValueForExpCalc (On)
[Tue Aug 7 2018 14:48:47.149841 3086924656]: UsePartyMinExpForInvalidPartyMember (On)
[Tue Aug 7 2018 14:48:47.149867 3086924656]: UseIgnoreOtherBlessBuff (On)
[Tue Aug 7 2018 14:48:47.149879 3086924656]: UseRecoveryMasteryLevUp (Off)
[Tue Aug 7 2018 14:48:47.149890 3086924656]: UseCashItemPeriodClear (On)
[Tue Aug 7 2018 14:48:47.149900 3086924656]: UseWarSleepUserBanTime : Minute(5)
[Tue Aug 7 2018 14:48:47.149910 3086924656]: SoldItemRestoreLimitTime : Minute(180)
[Tue Aug 7 2018 14:48:47.149922 3086924656]: UseChannelToWarChannel(On)
[Tue Aug 7 2018 14:48:47.149932 3086924656]: NoIncomingCharDeleteTickCount : TickCount(60000)
[Tue Aug 7 2018 14:48:47.149943 3086924656]: OnceIncomingCharacterCount : Count(20)
[Tue Aug 7 2018 14:48:47.149954 3086924656]: UpdateUserPlayTimePeriod : Minute(60)
[Tue Aug 7 2018 14:48:47.149964 3086924656]: Shop Restriction: (AShopLv(0), PShopLv(0))
[Tue Aug 7 2018 14:48:47.149974 3086924656]: AllowDuplicatedPCBangPremium(0)
[Tue Aug 7 2018 14:48:47.149983 3086924656]: PCBangPremiumPriorType(0)
[Tue Aug 7 2018 14:48:47.149993 3086924656]: IgnoreLobbyEntryFull(0)
[Tue Aug 7 2018 14:48:47.150002 3086924656]: UseExclusivePremiumChannel(0)
[Tue Aug 7 2018 14:48:47.150012 3086924656]: UseCombatModeRestrictReturnStone(1)
[Tue Aug 7 2018 14:48:47.150021 3086924656]: UsePreventOttuki(1)
[Tue Aug 7 2018 14:48:47.150031 3086924656]: UseRevisionMovingStats(1)
[Tue Aug 7 2018 14:48:47.150040 3086924656]: UseAllowMoviePosDiff(0)
[Tue Aug 7 2018 14:48:47.150049 3086924656]: UseAllItemDrop(1)
[Tue Aug 7 2018 14:48:47.150058 3086924656]: UseBotCheckSystem(1)
[Tue Aug 7 2018 14:48:47.150068 3086924656]: UseBotCheckInCharacterSelectLogout(1)
[Tue Aug 7 2018 14:48:47.150077 3086924656]: BotAlertInterval(1800000)
[Tue Aug 7 2018 14:48:47.150086 3086924656]: BotVerifiyTimeout(180)
[Tue Aug 7 2018 14:48:47.150095 3086924656]: BotMaxVerifyFailCount(3)
[Tue Aug 7 2018 14:48:47.150104 3086924656]: UseImageAuth(Off)
[Tue Aug 7 2018 14:48:47.150113 3086924656]: ClearActStateAttackingNormalMobTimeout(30)
[Tue Aug 7 2018 14:48:47.150123 3086924656]: BeginActStateSleepTime(300)
[Tue Aug 7 2018 14:48:47.150132 3086924656]: BeginActStatePShopOpenTime(300)
[Tue Aug 7 2018 14:48:47.150141 3086924656]: BeginActStateSocialActTime(300)
[Tue Aug 7 2018 14:48:47.150153 3086924656]: DisableDancingSpIncreaseIfMissionWar(On)
[Tue Aug 7 2018 14:48:47.150162 3086924656]: AllowForceEnchantModeOthersBlessBuff(On)
[Tue Aug 7 2018 14:48:47.150171 3086924656]: IgnorePartyBuffConstraintIfDebugClient(On)
[Tue Aug 7 2018 14:48:47.150181 3086924656]: PartyBuffCastableCloseByPartyMemberCount(2)
[Tue Aug 7 2018 14:48:47.150191 3086924656]: AllowAdditionalDmgForMultiHitSkill(On)
[Tue Aug 7 2018 14:48:47.150200 3086924656]: UseMissAttackInComboMode(Off)
[Tue Aug 7 2018 14:48:47.150209 3086924656]: ForceSkillCritical(Off)
[Tue Aug 7 2018 14:48:47.150226 3086924656]: ForceSkillNonCritical(Off)
[Tue Aug 7 2018 14:48:47.150290 3086924656]: ForceSkillBFX(Off)
[Tue Aug 7 2018 14:48:47.150300 3086924656]: GivePetExpIfMissionWarPvp(On)
[Tue Aug 7 2018 14:48:47.150310 3086924656]: UseLordBroadCastCoolTimeSec (0)
[Tue Aug 7 2018 14:48:47.150319 3086924656]: UseServerMobLog (Off)
[Tue Aug 7 2018 14:48:47.150329 3086924656]: IgnoreMissionWarEntryLimit(Off)
[Tue Aug 7 2018 14:48:47.150338 3086924656]: UseCheckUpgradeDistanceHack(Off)
[Tue Aug 7 2018 14:48:47.150348 3086924656]: UseItemChangeManager(On)
[Tue Aug 7 2018 14:48:47.150360 3086924656]: UseDeleteExpiredEventItems(On)
[Tue Aug 7 2018 14:48:47.150369 3086924656]: UsePXPenaltyLogicChange(On)
[Tue Aug 7 2018 14:48:47.150390 3086924656]: UseTPointSystem (Off)
[Tue Aug 7 2018 14:48:47.150413 3086924656]: ServerTimeZoneMinutes: -120
[Tue Aug 7 2018 14:48:47.150423 3086924656]: LogLevelInventoryLogDump(5)
[Tue Aug 7 2018 14:48:47.150433 3086924656]: UseDummy(1)
[Tue Aug 7 2018 14:48:47.151642 3086924656]: WarExp Reward Control : (NOT USE)
[Tue Aug 7 2018 14:48:47.151658 3086924656]: War Entry Fee ZERO alz: (NOT USE)
[Tue Aug 7 2018 14:48:47.151669 3086924656]: SingleDungeonExpiredMinutes: (10)
[Tue Aug 7 2018 14:48:47.151680 3086924656]: DungeonPauseCooltime(60000)
[Tue Aug 7 2018 14:48:47.151691 3086924656]: UseAlzEarnLimit(0)
[Tue Aug 7 2018 14:48:47.151701 3086924656]: AlzEarnLimitValue(30000000)
[Tue Aug 7 2018 14:48:47.151710 3086924656]: AlzEarnLimitLockHours(24)
[Tue Aug 7 2018 14:48:47.151719 3086924656]: AlzEarnLimitCheckHours(24)
[Tue Aug 7 2018 14:48:47.151729 3086924656]: BotReportCooltime(1800)
[Tue Aug 7 2018 14:48:47.151738 3086924656]: Keep DP Time(10800)
[Tue Aug 7 2018 14:48:47.151767 3086924656]: Max DP Limit(100)
[Tue Aug 7 2018 14:48:47.151777 3086924656]: IsUTS(False)
[Tue Aug 7 2018 14:48:47.151786 3086924656]: first joined usernum from event start is (0)
[Tue Aug 7 2018 14:48:47.151804 3086924656]: Battle3ComboLimitTime(4000)
[Tue Aug 7 2018 14:48:47.151815 3086924656]: Battle3ComboLimitTimeTolerance(2000)
[Tue Aug 7 2018 14:48:47.151833 3086924656]: Extended Alz Mode
[Tue Aug 7 2018 14:48:47.151841 3086924656]: GameGuard disabled version
[Tue Aug 7 2018 14:48:47.151848 3086924656]: APEX disabled version
[Tue Aug 7 2018 14:48:47.151856 3086924656]: XTrap V7 enabled version
[Tue Aug 7 2018 14:48:47.151866 3086924656]: UseImageAuth(Off)
[Tue Aug 7 2018 14:48:47.151900 3086924656]: UseBanSleepUser(On)
[Tue Aug 7 2018 14:48:47.151909 3086924656]: UseGuildExpansion(On)
[Tue Aug 7 2018 14:48:47.151919 3086924656]: AlzTimeout(60000)
[Tue Aug 7 2018 14:48:47.151928 3086924656]: AlzOwnTimeout(30000)
[Tue Aug 7 2018 14:48:47.151938 3086924656]: ItemTimeout(360000)
[Tue Aug 7 2018 14:48:47.151948 3086924656]: ItemOwnTimeout(60000)
[Tue Aug 7 2018 14:48:47.151957 3086924656]: ItemTimeoutInIWar(360000)
[Tue Aug 7 2018 14:48:47.151967 3086924656]: ItemOwnTimeoutInIWar(10000)
[Tue Aug 7 2018 14:48:47.151976 3086924656]: NotVerifiedKickInterval(15000)
[Tue Aug 7 2018 14:48:47.151986 3086924656]: EraseSavedUserPackDataMinutes(5)
[Tue Aug 7 2018 14:48:47.151995 3086924656]: CharacterDeleteLimitLevel (100)
[Tue Aug 7 2018 14:48:47.152004 3086924656]: LimitedBroadCastByLord(false)
[Tue Aug 7 2018 14:48:47.152013 3086924656]: InitEnv END
[Tue Aug 7 2018 14:48:47.152024 3086924656]: RunServer BEGIN
[Tue Aug 7 2018 14:48:47.152855 3086924656]: Local ip = 192.168.178.152 (from ini)
[Tue Aug 7 2018 14:48:47.152876 3086924656]: MaxAttackHackTime (15000)
[Tue Aug 7 2018 14:48:47.152887 3086924656]: SpeedHackCheckTime (20000)
[Tue Aug 7 2018 14:48:47.152896 3086924656]: MovingSpeedCheckDistance (100)
[Tue Aug 7 2018 14:48:47.152906 3086924656]: MovingSpeedCheckMagnification (18)
[Tue Aug 7 2018 14:48:47.153065 3086924656]: try listening 38111 port
[Tue Aug 7 2018 14:48:47.153167 3086924656]: try connect 127.0.0.1:38170, Sync
[Tue Aug 7 2018 14:48:47.153353 3086924656]: sock -1 ->LinkHandler close
[Tue Aug 7 2018 14:48:47.153385 3086924656]: [##ERROR##] connect 127.0.0.1:38170 fail
[Tue Aug 7 2018 14:48:47.153395 3086924656]: [##ERROR##] Link(): link open fail(Automatic), Exit
[Tue Aug 7 2018 14:48:47.153407 3086924656]: waiting for the 'GmsChannelType'
[Tue Aug 7 2018 14:48:47.157181 3086093200]: CProcessLayer(0)::svc Start [3086093200]
[Tue Aug 7 2018 14:48:47.157221 3086093200]: CProcessLayer(0)::svc Terminated [3086093200]
[Tue Aug 7 2018 14:48:47.157295 3086924656]: try connect 127.0.0.1:38181, Sync
[Tue Aug 7 2018 14:48:47.157391 3086924656]: [##ERROR##] connect 127.0.0.1:38181 fail
[Tue Aug 7 2018 14:48:47.157403 3086924656]: [##ERROR##] Link(): link open fail(Automatic), Exit
[Tue Aug 7 2018 14:48:47.157422 3086924656]: try connect 127.0.0.1:38190, Sync
[Tue Aug 7 2018 14:48:47.157934 3086924656]: sock 7 ->LinkHandler Open
[Tue Aug 7 2018 14:48:47.157955 3086924656]: SendIPSConnect2Svr (161:01:01:00)
[Tue Aug 7 2018 14:48:47.157981 3086924656]: try connect 127.0.0.1:38121, Sync
[Tue Aug 7 2018 14:48:47.158026 3086924656]: [##ERROR##] connect 127.0.0.1:38121 fail
[Tue Aug 7 2018 14:48:47.158037 3086924656]: [##ERROR##] Link(): link open fail(Automatic), Exit
[Tue Aug 7 2018 14:48:47.158046 3086924656]: [##ERROR##] OpenLinkLayer(): ChatNode link failed
[Tue Aug 7 2018 14:48:47.158056 3086924656]: [##ERROR##] RunServer(): Initialize fail
[Tue Aug 7 2018 14:48:47.158120 3086924656]: RunServer END
[Tue Aug 7 2018 14:48:47.158132 3086924656]: FinalEnv BEGIN
[Tue Aug 7 2018 14:48:47.158369 3086924656]: FinalEnv END

To me it seems like I messed up the ipconfig at some place. I know people around here want others to learn the hard way. If you don’t want to explain the complete procedure please at least give me a direction where to look and what exactly I messed up ????


SQL.Check the connection to the databases
 
Upvote 0
Initiate Mage
Joined
Jan 13, 2015
Messages
4
Reaction score
0
Hey Guys. I checked the connection and for further people having the same issue.. It was due to the local firewall/unopened ports. All services are running like a charm now.

I still have the issue that my client won't connect to the server though. Will try different clients now.
 
Upvote 0
Back
Top