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!

typical error and more > a helping hand

Joined
Sep 29, 2009
Messages
1,563
Reaction score
321
here i will give you a helping hand for this typical errors and more > my default language is german - please forgive me linguistic or grammatical errors

... if someone knows more typical error please send me and I will expand this thread ...

the most of typical error is wrong of the server files [ 0755 ] ...

#####################################################################

SERVER
[ required specs @ 1.3.x ||| required specs @ 1.4.x / 1.5.x ]

#####################################################################


gs offline [ gshop item with more stacked than the upper limit in elements.data ]

  • first time u need to read the error log in server/logs/gs01.log
  • second time u need to encoding by gb2312
  • third time you need to translate like google tranlate
example:
ÅäÖÃÎļþ:'gs.conf' ÅäÖÃÔö²¹Îļþ:'gsalias.conf'
×°±¸ºó°ó¶¨¹¦ÄÜ´ò¿ª
°Ù±¦¸óÖÐÎïÆ·27728(1¸ö)³¬¹ýÁ˶ѵþÉÏÏÞ0
³õʼ»¯°Ù±¦¸óÊý¾Ýʧ°Ü
µÚÒ»²½³õʼ»¯Ê§°Ü£¬´íÎóºÅ:-31
use textpad++ > file > new > input this text > go to encoding > character set > chinese > gb2312
配置增补文件:'gsalias.conf'
装备后绑定功能打开
百宝阁中物品27728(1个)超过了堆叠上限0
初始化百宝阁数据失败
第一步初始化失败,错误号:-31
now we translate it by google translate > chinese | english [ self detecting ]
The configuration addendum: 'gsalias.conf'
Binds when equipped function open
The Babolat Court items 27728 (a) more than the stack upper limit
Failed to initialize the data of 100 Treasure House
The first step is initialization failed, error: -31
gs offline

  • gshop.data and gshopsev.data have an item it is not in lements.data [ gs01.log ]
  • gshop.data and gshopsev.data have wrong timestamp
  • gshop has more than 2500 items

gs error
  • v80 @Hycker´s post
    • [root@localhost gamed]# ./gs > kurva_anyad
      [root@localhost gamed]#kurva_anyad [----] 0 L:[1083+48 1131/1131] *(44908/44908b) <EOF>...blablabla...×ÔśŻĆĽĹäÁË2975˛đ˝âĹ䡽,ÁíÓĐ267¸ö×°ą¸ĂťÓĐżÉŇÔĆĽĹäľÄĹ䡽´íÎóľÄłčÎďĘýžÝŁŹłčÎďid:10584´íÎóľÄłčÎďĘýžÝŁŹłčÎďid:32103´íÎóľÄłčÎďĘýžÝŁŹłčÎďid:32104´íÎóľÄłčÎďĘýžÝŁŹłčÎďid:32105×Üš˛źÓČëÁË80¸öĎĄÓĐÎďơ×Üš˛´ćÔÚ1850¸öČËĂńąŇÎďơLUAÄ_ąž°ćąž102łőĘźťŻĆÁąÎ×Öˇűʧ°Ü ľÚŇť˛˝łőĘźťŻĘ§°ÜŁŹ´íÎóşĹ:-34
      translated:
      Ping from Nandi dismantling equipped with a 2975〗, and another 267 can be fitted with dirt Jie Ping〗 equipped with moxibustion
      Error number Zhao  moxibustion pet pet id: 10584Error number Zhao  moxibustion pet pet id: 32103Error number Zhao  moxibustion pet pet id: 32104Error number Zhao  moxibustion pet pet id: 32105Total Jie Lou into the 80 knees with substance beerThere is 1850 people total Jie hanging beerLUA Jiaoxingbanxing 102Cheng screen scraping word beginning mares-tail ← failure Ju Yao Cheng mares-tail early step failed  Error Number: -34
      solution if u run to this trouble
      -go to pwroot/gamed/config
      -open filters and delete all crap inside, then put this line to top:
      Code:
      [COLOR=#333333][^-0-9a-zA-Zа-яА-Яё Ё][/COLOR]
      -go to pwroot/gamed open file gs.conf and find lines
      Code:
      [COLOR=#333333]table_name        = *something here*[/COLOR]
      name_charset     = *something here*
      [COLOR=#333333]table_charset    = *something here*[/COLOR]
      and change to this:
      Code:
      [COLOR=#333333]
      [/COLOR][COLOR=#333333]table_name        = filters [/COLOR]
      name_charset     = UTF-8
      table_charset    = UTF-8
      then start gs and profit

gfactiond offline

  • wrong or missed libraries
example
  • Java Runtime Environment is required for the PW Java API (used by authd and pwAdmin)
    COMMAND~: apt-get install openjdk-6-jre
  • For 64 Bit Debian
    Install ia32 libs and copy some required libraries not contained in ia32
    COMMAND~: apt-get install ia32-libs
    COMMAND~: cp -f /root/pwserver/.setup/lib/libstdc++.so.5.0.7 /lib32/libstdc++.so.5
    COMMAND~: cp -f /root/pwserver/.setup/lib/libpcre.so.3.12.1 /lib32/libpcre.so.0
    COMMAND~: cp -f /root/pwserver/.setup/lib/libtask.so /lib32/libtask.so
  • For 32 Bit Debian [ /lib/libpcre.so.0 is needed for ubuntu-11.10-server-amd64 ]
    Copy some required libraries
    COMMAND~: cp -f /root/pwserver/.setup/lib/libstdc++.so.5.0.7 /usr/lib/libstdc++.so.5
    COMMAND~: cp -f /root/pwserver/.setup/lib/libpcre.so.3.12.1 /usr/lib/libpcre.so.0
    COMMAND~: cp -f /root/pwserver/.setup/lib/libtask.so /usr/lib/libtask.so
wrong server | file path

  • edit " server/gamed/gs.conf | gsalias.conf [ llok at template ] "
配置文件:'gs.conf' 配置增补文件:'gsalias.conf'
装备后绑定功能打开
读取任务系统失败:'/root/PWServer/gamed/config/tasks.data','/root/PWServer/gamed/config/dyn_tasks.data'
第一步初始化失败,错误号:-4
Server files must be located on / folder and not on /root
#####################################################################

CLIENT
[ @ 1.3.x available clients are in the releases [ own customized ] ||| @ 1.4.x available clients are v580+ [ v580 / 606 / 612 / 621 / 670 [ restricted ] ]

#####################################################################

server network error

  • mysql error [ ip | db | name | passwd ]
  • AUTH problem [ wrong java path | wrong lib ]
  • wrong hosts file [ wrong ip | missing services ]
  • 343 says
    server network error is ALWAYS a problem with AUTHD being able to 'talk' to MySQL...
version low

  • wrong gshop.data or gshop1.data [ client ]
  • wrong gshopsev.data or gshopsev1.data [ sever ]
    • gshop = normal boutique | gshop1 = event boutique
    • gshop.data | 1 and gshopsev.data | 1 need same timetamp
    • Price ( value 0 : crash server) [ thx @ NoSlave ]
    • stack > max stack causes this too [ thx @ Psytrac ] > 343 says
    • ... glinkd/gamesys.conf the version= may be set to the wrong number. [ thx @qwename ]
    • ... little guide by Timma Roughton about timestamp of gshop*
Map data out of phase with the server´s

  • wrong region / precinct
    region.clt (client side) => region.sev (server side)
    precinct.clt (client side) => precinct.sev (server side)
Perfect World Boutique out of phase with server

  • wrong or empty gshop | 1.data / ghopsev | 1.data > edit with sgshopedit ...

Server error 255

  • i think its a missing service at /etc/hosts [ 127.0.0.1 manager ] but not sure ...
    more info > follow me
Unknown error 255

  • this is missing ips or wrong hosts file
models.pck / pkx

  • cmd: copy /b models.pck + models.pkx tempmodels.pck

    GiantAxe says

    cmd: copy /b models.pck + models.pkx tempmodels.pck
    drag tempmodels.pck to your spck folder and extract it, how to repack it and split it back to 2gb file is up to you.

    but for god sakes man this has been asked over 100x before, so requesting this thread to be closed. (I can make requests right? lol)
    343 says
    but btw, if you take the last client v80 merge the PCK and PKX and re-compress them it will be under 2GB, so no need to re-split. You can actually get it the smallest by using pwpack '08 and using the 'level 9 compression' ("PWPack.exe -z 9 -c models.pck.files models.pck").. If you do that your new models.pck should be exactly 1,701,129,352 bytes, or 1.58GB (if you're using a virgin models from the last v80 client)...

    Now also, admittedly, I'm not sure exactly how you would split once over 2GB because I ran -z 0 (for least compression) and the file was huge. So I split it at exactly 2GB and the client would not start. So I don't think splitting it at exactly 2GB will work and I couldn't really be bothered to figure it out...
    petyo73 says
    Decision to unpack and re-pack models archives new version PWI.
    We offer you a way step by step, testing and working 100%:

    All procedures done in the game/element directory itself.
    1) open note pad and paste:
    copy /B models.pck +models.pkx tempmodels.pck
    save it as merge.bat
    (This step will merge 2 files pck + pkx into one new file tempmodels.pck)

    2) open note pad again and paste:
    spck.exe -pw -x "tempmodels.pck"
    save it as extract.bat
    (This procedure unpack a new file to folder ''tempmodels.pck.files''. After unpack files to folder, delete tempmodels.pck.)

    3) open note pad a third time and paste:
    spck.exe -pw -c "tempmodels.pck.files" 9
    save it as compress.bat
    (This procedure re-pack folder to a new final file ''tempmodels.pck''. Archive pck working correctly only with compression level 9 )

    4) Rename old archive models.pck original game file to old_models.pck. Rename new files tempmodels.pck to models.pck.

    5) run each batch file in order. it will take quite a while. just be patient and wait for it to shut off the command line from each .bat file (models.pck contain 104300 files and above), before you start a new one.

    As a reminder:
    ALWAYS BACK UP YOUR MODELS.PCK

    Also will offer you a special tools ski files viewer for 32 bit windows system.


    Unpack the viewer to folder. Copy any ski files + textures folder and paste into folder viewer.
    Simple drag ski file to ModelViewer.exe
 
Last edited:
Initiate Mage
Joined
Feb 21, 2012
Messages
94
Reaction score
14
Code:
gamed: err : 从数据库取得server data超时,worldtag=1
This error comes out rarely.
And Gamedbd is downed.

Code:
gdeliveryd: err : gdelivery:: connect GameDB failed
This error comes out every day.
However, a game can be played satisfactorily.
How is it solved if it carries out?

me to.
Average 30min Login after this error.
 
Upvote 0
Joined
Jul 26, 2011
Messages
2,030
Reaction score
396
gamed: err : 从数据库取得Reading Database server data 超时timed out ,worldtag=1

^likely the database is messed up

you want to clean the directories listed here on the gamedbd gamesys.conf file:


[storage]
this---homedir = /dbf/dbhome
this---datadir = dbdata
maybe this --logdir = dblogs
backupdir = /dbf/backup
cachesize = 16777216
errpfx = Storage
checkpoint_interval = 60
backup_lockfile = /tmp/.lockgamedbd
quit_lockfile = /tmp/.quitgamedbd
compress = 1
 
Upvote 0
Initiate Mage
Joined
Feb 21, 2012
Messages
94
Reaction score
14
I forgot to write the environment.
My environment
https://forum.ragezone.com/f452/complete-pw-package-736572/
It is of pw-151-server_07.JAN.2014-ubuntu12.04.3_amd64.iso.
.
Machine
Vmware Workstation.
RAM 6GB
CPU core i7 4771 (4 thread allocation)
Network Bridge
.
CPU/RAM Usage.
Code:
ps aux
USER        PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
root          1  0.0  0.0  24292  2280 ?        Ss   05:44   0:01 /sbin/init
root          2  0.0  0.0      0     0 ?        S    05:44   0:00 [kthreadd]
root          3  0.0  0.0      0     0 ?        S    05:44   0:00 [ksoftirqd/0]
root          5  0.0  0.0      0     0 ?        S<   05:44   0:00 [kworker/0:0H]
root          7  0.0  0.0      0     0 ?        S<   05:44   0:00 [kworker/u:0H]
root          8  0.0  0.0      0     0 ?        S    05:44   0:00 [migration/0]
root          9  0.0  0.0      0     0 ?        S    05:44   0:00 [rcu_bh]
root         10  0.0  0.0      0     0 ?        S    05:44   0:02 [rcu_sched]
root         11  0.0  0.0      0     0 ?        S    05:44   0:00 [watchdog/0]
root         12  0.0  0.0      0     0 ?        S    05:44   0:00 [watchdog/1]
root         13  0.0  0.0      0     0 ?        S    05:44   0:00 [ksoftirqd/1]
root         14  0.0  0.0      0     0 ?        S    05:44   0:00 [migration/1]
root         16  0.0  0.0      0     0 ?        S<   05:44   0:00 [kworker/1:0H]
root         17  0.0  0.0      0     0 ?        S    05:44   0:00 [watchdog/2]
root         18  0.0  0.0      0     0 ?        S    05:44   0:00 [ksoftirqd/2]
root         19  0.0  0.0      0     0 ?        S    05:44   0:00 [migration/2]
root         21  0.0  0.0      0     0 ?        S<   05:44   0:00 [kworker/2:0H]
root         22  0.0  0.0      0     0 ?        S    05:44   0:00 [watchdog/3]
root         23  0.0  0.0      0     0 ?        S    05:44   0:00 [ksoftirqd/3]
root         24  0.0  0.0      0     0 ?        S    05:44   0:00 [migration/3]
root         25  0.0  0.0      0     0 ?        S    05:44   0:00 [kworker/3:0]
root         26  0.0  0.0      0     0 ?        S<   05:44   0:00 [kworker/3:0H]
root         27  0.0  0.0      0     0 ?        S<   05:44   0:00 [cpuset]
root         28  0.0  0.0      0     0 ?        S<   05:44   0:00 [khelper]
root         29  0.0  0.0      0     0 ?        S    05:44   0:00 [kdevtmpfs]
root         30  0.0  0.0      0     0 ?        S<   05:44   0:00 [netns]
root         31  0.0  0.0      0     0 ?        S    05:44   0:00 [bdi-default]
root         32  0.0  0.0      0     0 ?        S<   05:44   0:00 [kintegrityd]
root         33  0.0  0.0      0     0 ?        S<   05:44   0:00 [kblockd]
root         34  0.0  0.0      0     0 ?        S<   05:44   0:00 [ata_sff]
root         35  0.0  0.0      0     0 ?        S    05:44   0:00 [khubd]
root         36  0.0  0.0      0     0 ?        S<   05:44   0:00 [md]
root         37  0.0  0.0      0     0 ?        S<   05:44   0:00 [devfreq_wq]
root         40  0.0  0.0      0     0 ?        S    05:44   0:00 [khungtaskd]
root         41  0.0  0.0      0     0 ?        S    05:44   0:00 [kswapd0]
root         42  0.0  0.0      0     0 ?        SN   05:44   0:00 [ksmd]
root         43  0.0  0.0      0     0 ?        SN   05:44   0:00 [khugepaged]
root         44  0.0  0.0      0     0 ?        S    05:44   0:00 [fsnotify_mark]
root         45  0.0  0.0      0     0 ?        S    05:44   0:00 [ecryptfs-kthrea]
root         46  0.0  0.0      0     0 ?        S<   05:44   0:00 [crypto]
root         57  0.0  0.0      0     0 ?        S<   05:44   0:00 [kthrotld]
root         58  0.0  0.0      0     0 ?        S    05:44   0:03 [kworker/1:1]
root         60  0.0  0.0      0     0 ?        S    05:44   0:00 [scsi_eh_0]
root         61  0.0  0.0      0     0 ?        S    05:44   0:00 [scsi_eh_1]
root         63  0.0  0.0      0     0 ?        S<   05:44   0:00 [binder]
root         83  0.0  0.0      0     0 ?        S<   05:44   0:00 [deferwq]
root         84  0.0  0.0      0     0 ?        S<   05:44   0:00 [charger_manager]
root         85  0.0  0.0      0     0 ?        S    05:44   0:04 [kworker/2:1]
root        186  0.0  0.0      0     0 ?        S<   05:44   0:00 [mpt_poll_0]
root        187  0.0  0.0      0     0 ?        S<   05:44   0:00 [mpt/0]
root        293  0.0  0.0      0     0 ?        S    05:44   0:00 [scsi_eh_2]
root        296  0.0  0.0      0     0 ?        S    05:44   0:00 [scsi_eh_3]
root        299  0.0  0.0      0     0 ?        S    05:44   0:00 [scsi_eh_4]
root        301  0.0  0.0      0     0 ?        S    05:44   0:00 [scsi_eh_5]
root        302  0.0  0.0      0     0 ?        S    05:44   0:00 [scsi_eh_6]
root        303  0.0  0.0      0     0 ?        S    05:44   0:00 [scsi_eh_7]
root        304  0.0  0.0      0     0 ?        S    05:44   0:00 [scsi_eh_8]
root        305  0.0  0.0      0     0 ?        S    05:44   0:00 [scsi_eh_9]
root        306  0.0  0.0      0     0 ?        S    05:44   0:00 [scsi_eh_10]
root        307  0.0  0.0      0     0 ?        S    05:44   0:00 [scsi_eh_11]
root        308  0.0  0.0      0     0 ?        S    05:44   0:00 [scsi_eh_12]
root        309  0.0  0.0      0     0 ?        S    05:44   0:00 [scsi_eh_13]
root        310  0.0  0.0      0     0 ?        S    05:44   0:00 [scsi_eh_14]
root        311  0.0  0.0      0     0 ?        S    05:44   0:00 [scsi_eh_15]
root        312  0.0  0.0      0     0 ?        S    05:44   0:00 [scsi_eh_16]
root        313  0.0  0.0      0     0 ?        S    05:44   0:00 [scsi_eh_17]
root        314  0.0  0.0      0     0 ?        S    05:44   0:00 [scsi_eh_18]
root        317  0.0  0.0      0     0 ?        S    05:44   0:00 [scsi_eh_19]
root        318  0.0  0.0      0     0 ?        S    05:44   0:00 [scsi_eh_20]
root        319  0.0  0.0      0     0 ?        S    05:44   0:00 [scsi_eh_21]
root        320  0.0  0.0      0     0 ?        S    05:44   0:00 [scsi_eh_22]
root        322  0.0  0.0      0     0 ?        S    05:44   0:00 [scsi_eh_23]
root        323  0.0  0.0      0     0 ?        S    05:44   0:00 [scsi_eh_24]
root        324  0.0  0.0      0     0 ?        S    05:44   0:00 [scsi_eh_25]
root        325  0.0  0.0      0     0 ?        S    05:44   0:00 [scsi_eh_26]
root        326  0.0  0.0      0     0 ?        S    05:44   0:00 [scsi_eh_27]
root        327  0.0  0.0      0     0 ?        S    05:44   0:00 [scsi_eh_28]
root        328  0.0  0.0      0     0 ?        S    05:44   0:00 [scsi_eh_29]
root        329  0.0  0.0      0     0 ?        S    05:44   0:00 [scsi_eh_30]
root        330  0.0  0.0      0     0 ?        S    05:44   0:00 [scsi_eh_31]
root        331  0.0  0.0      0     0 ?        S    05:44   0:00 [scsi_eh_32]
root        357  0.0  0.0      0     0 ?        S    05:44   0:00 [kworker/u:28]
root        358  0.0  0.0      0     0 ?        S    05:44   0:00 [kworker/u:29]
root        361  0.0  0.0      0     0 ?        S<   05:44   0:00 [kdmflush]
root        373  0.0  0.0      0     0 ?        S<   05:44   0:00 [kdmflush]
root        381  0.0  0.0      0     0 ?        S    05:44   0:09 [jbd2/dm-0-8]
root        382  0.0  0.0      0     0 ?        S<   05:44   0:00 [ext4-dio-unwrit]
root        494  0.0  0.0  17236   636 ?        S    05:44   0:00 upstart-udev-bridge --daemon
root        498  0.0  0.0  22504  2248 ?        Ss   05:44   0:00 /sbin/udevd --daemon
root        786  0.0  0.0      0     0 ?        S<   05:44   0:00 [ttm_swap]
root        791  0.0  0.0  22500  1768 ?        S    05:44   0:00 /sbin/udevd --daemon
root        792  0.0  0.0  22500  1516 ?        S    05:44   0:00 /sbin/udevd --daemon
root        802  0.0  0.0      0     0 ?        S<   05:44   0:00 [kpsmoused]
root        806  0.0  0.0      0     0 ?        S    05:44   0:00 [kworker/2:2]
syslog      820  0.0  0.0 249472  1436 ?        Sl   05:44   0:00 rsyslogd -c5
root        836  0.0  0.0  15192   392 ?        S    05:44   0:00 upstart-socket-bridge --daemon
102         925  0.0  0.0  23928  1228 ?        Ss   05:44   0:00 dbus-daemon --system --fork --activation=upstart
root        938  0.0  0.0      0     0 ?        S    05:44   0:00 [kworker/1:2]
root        945  0.0  0.0      0     0 ?        S    05:44   0:04 [kworker/3:2]
root       1001  0.0  0.0  21192  1756 ?        Ss   05:44   0:00 /usr/sbin/bluetoothd
root       1008  0.0  0.0  50036  2876 ?        Ss   05:44   0:00 /usr/sbin/sshd -D
root       1030  0.0  0.0      0     0 ?        S<   05:44   0:00 [krfcommd]
root       1092  0.0  0.0  15788   964 tty4     Ss+  05:44   0:00 /sbin/getty -8 38400 tty4
root       1099  0.0  0.0  15788   964 tty5     Ss+  05:44   0:00 /sbin/getty -8 38400 tty5
root       1104  0.0  0.0  15788   964 tty2     Ss+  05:44   0:00 /sbin/getty -8 38400 tty2
root       1105  0.0  0.0  15788   964 tty3     Ss+  05:44   0:00 /sbin/getty -8 38400 tty3
root       1107  0.0  0.0  15788   964 tty6     Ss+  05:44   0:00 /sbin/getty -8 38400 tty6
root       1110  0.0  0.0   4332   696 ?        Ss   05:44   0:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket
daemon     1115  0.0  0.0  16912   380 ?        Ss   05:44   0:00 atd
root       1116  0.0  0.0  19116   924 ?        Ss   05:44   0:00 cron
root       1120  0.0  0.0  15984   700 ?        Ss   05:44   0:03 /usr/sbin/irqbalance
whoopsie   1137  0.0  0.0 200100  4968 ?        Ssl  05:44   0:00 whoopsie
root       1320  0.0  0.0   4404   740 ?        S    05:44   0:00 /bin/sh /opt/lampp/bin/mysqld_safe --datadir=/opt/lampp/var/mysql --pid-file=/opt/lampp/var/mysql/ubuntu.pid
root       1399  0.0  0.0      0     0 ?        S    05:44   0:02 [flush-252:0]
nobody     1681  0.0  0.4 184796 29280 ?        Sl   05:44   0:07 /opt/lampp/sbin/mysqld --basedir=/opt/lampp --datadir=/opt/lampp/var/mysql --plugin-dir=/opt/lampp/lib/mysql/plugin --user=nobody --log-error=/opt/lampp/var/mysql/ubuntu.err --pid-file=/opt/lampp/var/mysql/ubuntu.pid --socket=/opt/lampp/var/mysql/mysql.sock --port=3306
root       1726  0.0  0.3  52404 18772 ?        Ss   05:44   0:01 /opt/lampp/bin/httpd -k start -DSSL -DPHP5 -E /opt/lampp/logs/error_log
root       1737  0.1  3.0 3371436 188656 ?      Sl   05:44   0:45 /usr/java/jre1.5.0_21/bin/java -Djava.util.logging.config.file=/opt/apache-tomcat-5.5.28/conf/logging.properties -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Djava.endorsed.dirs=/opt/apache-tomcat-5.5.28/common/endorsed -classpath /opt/apache-tomcat-5.5.28/bin/bootstrap.jar -Dcatalina.base=/opt/apache-tomcat-5.5.28 -Dcatalina.home=/opt/apache-tomcat-5.5.28 -Djava.io.tmpdir=/opt/apache-tomcat-5.5.28/temp org.apache.catalina.startup.Bootstrap start
nobody     1752  0.0  0.2  48472 12840 ?        S    05:44   0:00 /opt/lampp/bin/httpd -k start -DSSL -DPHP5 -E /opt/lampp/logs/error_log
nobody     1753  0.0  0.2  52404 14724 ?        S    05:44   0:00 /opt/lampp/bin/httpd -k start -DSSL -DPHP5 -E /opt/lampp/logs/error_log
nobody     1754  0.0  0.2  52404 14724 ?        S    05:44   0:00 /opt/lampp/bin/httpd -k start -DSSL -DPHP5 -E /opt/lampp/logs/error_log
nobody     1755  0.0  0.2  52404 14724 ?        S    05:44   0:00 /opt/lampp/bin/httpd -k start -DSSL -DPHP5 -E /opt/lampp/logs/error_log
nobody     1756  0.0  0.2  52404 14724 ?        S    05:44   0:00 /opt/lampp/bin/httpd -k start -DSSL -DPHP5 -E /opt/lampp/logs/error_log
nobody     1757  0.0  0.2  52404 14724 ?        S    05:44   0:00 /opt/lampp/bin/httpd -k start -DSSL -DPHP5 -E /opt/lampp/logs/error_log
root       1787  0.0  0.0  65144  1980 tty1     Ss   05:44   0:00 /bin/login --       
root       1848  0.0  0.0  87576  1924 ?        Sl   05:44   0:07 ./logservice logservice.conf
root       1856  0.1  0.1  94520  7164 ?        Sl   05:44   0:34 ./uniquenamed gamesys.conf
root       1867  0.0  0.0   4404   612 ?        S    05:44   0:00 /bin/sh ./authd
root       1869  0.1  1.1 3708120 70080 ?       Sl   05:44   0:36 /usr/java/jre1.6.0_12/bin/java -cp /PWServer/151/authd/lib/mysql.jar:/PWServer/151/authd/lib/jio.jar:/PWServer/151/authd/lib/application.jar:/PWServer/151/authd/lib/commons-collections-3.1.jar:/PWServer/151/authd/lib/commons-dbcp-1.2.1.jar:/PWServer/151/authd/lib/commons-pool-1.2.jar:/PWServer/151/authd/lib/commons-logging-1.0.4.jar:/PWServer/151/authd/lib/log4j-1.2.9.jar:.: authd table.xml 123456
root       1884  0.3  0.3 197820 23900 ?        Sl   05:44   1:39 ./gamedbd gamesys.conf
root       1927  0.0  0.0 170312  3096 ?        S    05:44   0:03 ./gacd gamesys.conf
root       1929  0.0  0.0  21176  1996 ?        S    05:44   0:04 ./gfactiond gamesys.conf
root       1931  0.0  0.0  34784  4444 ?        S    05:44   0:12 ./gdeliveryd gamesys.conf
root       1933  0.0  0.0  18624  2848 ?        S    05:44   0:27 ./glinkd gamesys.conf 1
root       1935  5.8 17.5 1287004 1071644 ?     Sl   05:44  32:05 ./gs gs01
root       1966  0.0  0.0      0     0 ?        S<   05:47   0:00 [kworker/2:1H]
root       2203  0.0  0.0      0     0 ?        S<   06:46   0:00 [kworker/3:1H]
root       2204  0.0  0.0      0     0 ?        S<   06:46   0:00 [kworker/1:1H]
root       2220  0.0  0.0      0     0 ?        S<   06:54   0:00 [kworker/0:1H]
root       2293  0.0  0.0      0     0 ?        S    13:03   0:00 [kworker/0:2]
root       2308  0.0  0.0  82104  3956 ?        Rs   14:34   0:00 sshd: root@notty    
root       2311  0.0  0.0 2091636 3808 ?        Sl   14:34   0:00 /usr/sbin/console-kit-daemon --no-daemon
root       2378  0.0  0.0 186468  3092 ?        Sl   14:34   0:00 /usr/lib/policykit-1/polkitd --no-debug
root       2564  0.0  0.0  20772  1716 ?        Ss   14:34   0:00 -bash
root       2572  0.0  0.0      0     0 ?        S    14:37   0:00 [kworker/0:1]
root       2721  0.1  0.0  23020  4264 tty1     S+   14:52   0:00 -bash
root       2779  0.0  0.0  15284  1136 ?        R    14:55   0:00 ps aux

Code:
[storage]
homedir			=	./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			=	./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,force,friendext,globalcontrol,crslogicuid,rolenamehis,kingelection,playershop,weborderitem,playerprofile,uniquedata,recalluser
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

./dbhome directory does not exist.
./dbdata directory is empty.
./dblogs directory is empty.

The ./dbhomewdb/dblogs has log.55824486.
The ./dbhomewdb/dbdata there are multiple files.
 
Upvote 0
Joined
Jul 17, 2007
Messages
665
Reaction score
103
I don't have map at heaven n hell world but have problem with hell world leaving platform (not teleport back to world) and a21,a22 and world up also heaven platform work just hell world no, it's write something instance name with blue color

[Edit]
Unable to enter instance

message cause the region.clt file, because missed this from region.clt:
[trans]
126 122 0
-767.900024,312.316010,808.729980
10.000000,15.000000,10.000000
23.709999,365.790009,-335.720001
 
Last edited:
Upvote 0
Initiate Mage
Joined
Oct 18, 2012
Messages
11
Reaction score
0
i am getting gs offline

log

脜盲脰脙脦脛录镁:'gs.conf' 脜盲脰脙脭枚虏鹿脦脛录镁:'gsalias.conf'
掳脵卤娄赂贸脰脨脦茂脝路29500(1赂枚)鲁卢鹿媒脕脣露脩碌镁脡脧脧脼0
鲁玫脢录禄炉掳脵卤娄赂贸脢媒戮脻脢搂掳脺
碌脷脪禄虏陆鲁玫脢录禄炉脢搂掳脺拢卢麓铆脦贸潞脜:-31

translated

You blind neck Xiute shin magnesium record: 'gs.conf' You blind neck Xiu Cheng Te tibia gold captive deer magnesium record: 'gsalias.conf'
Gu Lou captive halogen bribe Mau Mau neck Cute bloated Road 29500 (1 bribe pieces) Lu Lu Lu Lu repair bunk medium Wrist lip magnesium brisket meat extort extort Lang 0
Lumeimeilu Lululugu Luloulumao Meimeilujie Meiloulusui
Lulichilu Krupp Lulu Mei Meilululu Meiloulusui Longlulumao Temaoluyou: -31

but i can't find the problem:mellow:
 
Upvote 0
Joined
Mar 19, 2013
Messages
9
Reaction score
0
Does anyone know whats this error cloud be


env TZ =
ÅäÖÃÎļþ:'gs.conf' ÅäÖÃÔö²¹Îļþ:'gsalias.conf'
×°±¸ºó°ó¶¨¹¦ÄÜ´ò¿ª
°Ù±¦¸óÄÚ¹²ÓÐ2745Ñù»õÎï
°Ù±¦¸óÖÐÎïÆ·61651(1¸ö)³¬¹ýÁ˶ѵþÉÏÏÞ0
³õʼ»¯ºèÀûÉ̳ÇÊý¾Ýʧ°Ü
µÚÒ»²½³õʼ»¯Ê§°Ü£¬´íÎóºÅ:-32

does anyone know what this error could be
 
Upvote 0
Initiate Mage
Joined
Nov 6, 2013
Messages
7
Reaction score
0
I don't know why, but my client get closed when I open g-shop with some characters.
But, the strange was when I created a new one on the same account, the gshop open normally.

Is a way to track what is closing my client? Or some how to fix this?
 
Last edited:
Upvote 0
Junior Spellweaver
Joined
Aug 17, 2021
Messages
144
Reaction score
31
Opening a craft service for gears would make clients unresponsive.

Causes:
- gear addons probability sum is not equal to 1
- gear addons are not in order

Fix:
- put the addons in order (do not leave an empty addon spot between addons)
- make sure the addons probability sum is equal to 1
 
Last edited:
Upvote 0
Joined
Sep 29, 2009
Messages
1,563
Reaction score
321
cant edit my #1 so i add this here:

Unknown error (-1)
- missing / wrong hosts entrys
Code:
127.0.0.1    gm_server
127.0.0.1    localhost.localdomain
127.0.0.1    localhost
127.0.0.1    PW-Server
127.0.0.1    aumanager
127.0.0.1    manager
127.0.0.1    link1
127.0.0.1    game1
127.0.0.1    game2
127.0.0.1    delivery
127.0.0.1    database
127.0.0.1    backup
127.0.0.1    auth
127.0.0.1    audb
127.0.0.1    gmserver
127.0.0.1    LOCAL0
127.0.0.1    LogServer
127.0.0.1    AUDATA
- ghost auth(d) process / not killed auth(d) process after stoping pwserver
u can check all processes by following command:
Code:
./server status
red = not running : green = running)
i think there are many more but i know only therese 2 things ...
 
Upvote 0
Junior Spellweaver
Joined
Aug 17, 2021
Messages
144
Reaction score
31
map crashes with the following error:
'assert failed:"it.type == type && it.count > 0" in file item_list.h:852'

Cause: (I am not sure if this is the only the reason why that may happen.)
- Using an item from TASKDICE_ESSENCE as a required item for a quest that's delivered automatically.

Why?:
I am not sure, perhaps the user clicks on it right before the trigger for the quest happens.
May need to check how the function provided by Bola in the leaked source code:
ASSERT(it.type == type && it.count > 0);

If you wish to contribute anything to this error, i'll be happy to learn something new.
 
Upvote 0
Elite Diviner
Joined
Jun 26, 2013
Messages
486
Reaction score
91
map crashes with the following error:
'assert failed:"it.type == type && it.count > 0" in file item_list.h:852'

Cause: (I am not sure if this is the only the reason why that may happen.)
- Using an item from TASKDICE_ESSENCE as a required item for a quest that's delivered automatically.

Why?:
I am not sure, perhaps the user clicks on it right before the trigger for the quest happens.
May need to check how the function provided by Bola in the leaked source code:
ASSERT(it.type == type && it.count > 0);

If you wish to contribute anything to this error, i'll be happy to learn something new.
Hello. What is your player inventory bag size capacity and which inventory slot is it in? This occurs when the Inventory bag slot location data integer returns a value lower than its allowed clip, thus crashing the GS binary. Which version of PW are you running? 1.3.6 1.4.2 1.4.4 1.4.5 1.4.8 1.5.1 1.5.3 1.5.6 1.6.X 1.7.X?
 
Upvote 0
Back
Top