The [storage] & [storagewdb] path of GAMEDBD was changed.
A link error comes out on the character selection screen of a client.
Creation and deletion of a character are possible.
use server file
http://forum.ragezone.com/f751/relea...er-1-a-827248/
world2.errCode:TRACE : gdelivery::statusannounce: drop player, gsid=-1, userid=32, roleid=1024
TRACE : GameTalkManager: GTRoleOffline(1024)
TRACE : RoleStatusManager: RoleOffline(1024)
gauthd: 23 3 2012 14:32:53,165 INFO GAuthServer:? - UserLogout::User 32 logout successfully.
gamedbd - gamesys.confCode:2012-03-23 14:32:47 pwserver gamed: err : 用户1024数据异常,无法登录
2012-03-23 14:32:47 pwserver gamed: err : 用户1024从数据库取得数据失败
Code:[storage]
homedir = /home/pw/gamedbd/dbhome
datadir = dbdata
logdir = dblogs
backupdir = backup
cachesize = 16777216
errpfx = Storage
checkpoint_interval = 60
backup_lockfile = /tmp/.lockgamedbd
quit_lockfile = /tmp/.quitgamedbd
compress = 1
[storagewdb]
homedir = /home/pw/gamedbd/dbhomewdb
datadir = dbdata
logdir = dblogs
backupdir = backup
checkpoint_interval = 60
times_incbackup = 1
tables = auction,city,equipment,friends,messages,status,user,clsconfig,factioninfo,inventory,rolename,storehouse,userfaction,base,config,factionname,mailbox,sellpoint,task,translog,waitdel,gtask,order,shoplog,syslog,userstore,webtrade,webtradesold,serverdata,factionfortress,factionrelation
cache_high_default = 8000
cache_low_default = 7500
base_cache_high = 50000
base_cache_low = 45000
status_cache_high = 50000
status_cache_low = 45000
equipment_cache_high = 50000
equipment_cache_low = 45000
inventory_cache_high = 50000
inventory_cache_low = 45000
backup_lockfile = /tmp/.lockgamedbd
quit_lockfile = /tmp/.quitgamedbd

