Mu Mobile Error failed to register account

Newbie Spellweaver
Joined
Sep 10, 2014
Messages
86
Reaction score
13
I was doing 1.4.3 to try online completed steps, but the login failed to register the account. Please help me fix this with
 
Newbie Spellweaver
Joined
Sep 10, 2014
Messages
86
Reaction score
13
I opened the ports and reviewed the configuration but still error as shown in the picture. The server has received the account registration information but still can not enter
 
Upvote 0
Newbie Spellweaver
Joined
Nov 16, 2011
Messages
72
Reaction score
1
I opened the ports and reviewed the configuration but still error as shown in the picture. The server has received the account registration information but still can not enter

Fail is "Server verification failed, please register account or switch account to try again ..." what login system you using? (143 is mssql not mysql).
 
Upvote 0
Newbie Spellweaver
Joined
Sep 10, 2014
Messages
86
Reaction score
13
Game Sever : appconfig
<?xml version="1.0" encoding="utf-8"?><Config> <Server LineID="1" EventLevel="2" LogType="2" /> <Socket ip="103.56.167.67" port="3001" capacity="100" /> <DBServer pool="50" ip="127.0.0.1" port="23001" /> <LogDBServer pool="10" ip="127.0.0.1" port="43001" /> <NameServer IP="127.0.0.1" Port="7878" PingTaiID="APPS" /> <Token count="10000" randseed="123456" sha1="12345" data="12345" webkey="uJ7FAhPOVQhplySuxQ8u" /> <GameManager SuperUserNames="jccg888" UserNames="" IPs="*" /> <Map Code="6090" MainCode="1" /> <Goods GoodsIDs="410001,411001,412001" /> <Resource Path="C:\MuServer\Server" /> <DBLog DBLogEnable="1" Path="C:\MuOrigin\Server\Server1\GameServer" /> <CacheMemoryParam CacheMemoryBlocks="40,20000|100,100|600,80|2014,40|4096,10|100000,2400" /> <SendDataParam SendDataIntervalTicks="50" MaxSingleSocketSendBufferSize="100000" SendDataTimeOutTicks="5000" /> <Lua InitNum="5" /></Config>
GaneDBSever:
<?xml version="1.0" encoding="utf-8"?><Config> <Server EventLevel="2" LogType="2" /> <Socket ip="" port="23001" capacity="100" /> <Database names="latin1" codePage="936" maxConns="50" ip="127.0.0.1" port="3306" dname="mu_game_1" uname="39D151A0ACD963CCC961EDA64BBC46C7" upasswd="1548A121BAEDFA353D021C29CE3AEE58" /> <GameServer> <Line ID="1" ip="103.56.167.67" port="3001" /> </GameServer> <DBLog DBLogEnable="1" Path="C:\MuServer\Server\Server1\GameDBServer" /> <Zone ID="1" /></Config>
LogDBSever:
<?xml version="1.0" encoding="utf-8"?><Config> <!--EventLevel事件日志级别为, -1:不记录, 0: 调试, 1: 提示, 2: 记录, 3: 重要--> <!--LogType程序日志级别为, -1:不记录, 0: 提示, 1: 警告, 2: 错误, 3: SQL语句--> <Server EventLevel="2" LogType="2" /> <Socket ip="" port="43001" capacity="100" /> <Database names="latin1" codePage="936" maxConns="10" ip="127.0.0.1" port="3306" dname="mu_item_log_1" uname="39D151A0ACD963CCC961EDA64BBC46C7" upasswd="1548A121BAEDFA353D021C29CE3AEE58" /> <GameServer> <Line ID="1" ip="103.56.167.67" port="3001" /> </GameServer> <DBLog DBLogEnable="1" Path="C:\MuOrigin\Server\Server1\LogDBServer" /> <Zone ID="1" /></Config>
Help me sv 1.4.3 can not login to the sever
 
Upvote 0