okay so the MsgServer 2.7 and the NPC server are loading up just fine, but the account server crashes(does not shut down) and says "this program has stopped working." etc.
YES, all of my configs are properly configured, if not, why would I be making this post for.
YES, my MySql light is green and apache/mysql are both running in the background.
I never had this problem before, but now that I reset my computer it's back again to haunt me.
here are all of my config files:
acount.ini
AuthorizeDB.cfg
config.ini
GetConfig.ini
Now we move onto GameServer, here are their files:
config.ini
shell.ini
ALL of the OTHER shell files are properly set up just like this one using "ProSHELL.exe" included in that folder.
any ideas would be GREAT.:handsdown:
YES, all of my configs are properly configured, if not, why would I be making this post for.
YES, my MySql light is green and apache/mysql are both running in the background.
I never had this problem before, but now that I reset my computer it's back again to haunt me.
here are all of my config files:
acount.ini
Code:
[Account1] SERVERNAME=EternalEO LOGINNAME=root PASSWORD=test FREE_DEBUG=3
Code:
127.0.0.1 root test my account name password id count_stat server_name status 127.0.0.1 test 4871344843773d3d111 my
Code:
[System] LOGINLISTENPORT = 9958 POINTLISTENPORT = 9865 SERVER_FULL_DELAY_SECS = 5000 SERVER_BUSY_DELAY_SECS = 3000 SERVERNAME = EternalEO LOGINNAME = root PASSWORD = test SERVERIP =127.0.0.1 [Database] DBHOSTNAME=127.0.0.1 DATABASENAME=my DBUSER=root DBPASSWORD=test
Code:
[MyGate] KeepConnectTimeOut=60000 AttackLevel=1 MaxConnOfIPaddr=12 BlockMethod=1 ChgDefendLevel=1 ClearTempList=1 ReliefDefend=1 ChgDefendLevelCount=3 ClearTempListTime=120 ReliefDefendTime=120 Minimize=0 MYSQLPort=3306 [GateClass] DataBase=my1 UserDataUase=my1 MySQLUser=test MySQLPass=test MySQLHost=localhost ServerPort=13601 Rebot=1 recordmap_id=1000 recordx=170 recordy=400 recordmap_id2=1000 recordx2=170 recordy2=400 G_Reg=1 G_Get=1 G_Set=1 G_Hao=1 G_RegNum=0 MinUserLength=4 MaxUserLength=26 RunACC=0 AccDir=./ RunBak=0 MySQLDir= FirstRun=1 TopList=0 RegVIP=0 ACCName=AccountServer.exe GetBackUser=0 MappedPort=19958 NewLoginPort=19951 MappedAddress=127.0.0.1 CloseMapped=0
config.ini
Code:
E; 配置文件 [System] SERVERNAME =EternalEO MONSTER_ACTIVE_LIMIT = 40000 [GameServer] GAMESERVER_IP =127.0.0.1 GAMESERVER_PORT =5816 SND_SIZE = 64000 RCV_SIZE = 16000 [Database] DB_IP =127.0.0.1 DB_USER =root DB_PW =test DB_NAME =my [InternetPort] MASTER_IP = 127.0.0.1 MASTER_PORT = 8653 PORT_SIZE = 53 LOGIN_KEY = dfkKO23k'[cvK934 CURRENT_PORTID = 2 [BusySleep] LEVEL1 = 20 ; > 1000 sleep 20% LEVEL2 = 30 ; > 2000 LEVEL3 = 40 ; > 3000 LEVEL4 = 50 ; > 4000 LEVEL5 = 60 ; > 5000
Code:
; 外壳配置文件 ; 2002.10.23 [System] MAPGROUP_SIZE = 1 ACCEPT_MS = 5000 [StreamType] TYPE = 0 ;0=正常从SOCKET,1=SOCKET记录到文件, 2=从文件读(程序调试用) [Database] DB_IP =127.0.0.1 DB_USER =root DB_PW =test DB_DB = my DB_NAME=my [AccountServer] ACCOUNT_IP =127.0.0.1 ACCOUNT_PORT =9865 SERVERNAME =EternalEO LOGINNAME =root PASSWORD =test ; 登录表尺寸, 10-5000 MAXLOGINTABLESIZE=1500 ; 登录表超时秒数,0-86400 LOGINOVERTIMESECS=120 [InternetPort] MASTER_IP = 127.0.0.1 MASTER_PORT = 8653 PORT_SIZE = 53 LOGIN_KEY = dfkKO23k'[cvK934 CURRENT_PORTID = 1
any ideas would be GREAT.:handsdown: