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!

v80 GS error

Status
Not open for further replies.
Banned
Banned
Joined
Dec 3, 2010
Messages
1,581
Reaction score
619
any1 discovered this error level? i have no idea why this happening
Code:
[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:
Code:
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: 10584
Error number Zhao  moxibustion pet pet id: 32103
Error number Zhao  moxibustion pet pet id: 32104
Error number Zhao  moxibustion pet pet id: 32105
Total Jie Lou into the 80 knees with substance beer
There is 1850 people total Jie hanging beer
LUA Jiaoxingbanxing 102
Cheng screen scraping word beginning mares-tail ← failure
Ju Yao Cheng mares-tail early step failed  Error Number: -34


edit: solved!

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:
[^-0-9a-zA-Zа-яА-Яё Ё]
-go to pwroot/gamed open file gs.conf and find lines
Code:
table_name		= *something here*
name_charset	= *something here* 
table_charset	= *something here*

and change to this:
Code:
table_name		= filters 
name_charset	= UTF-8 
table_charset	= UTF-8

then start gs and profit
 
Last edited:
Skilled Illusionist
Joined
Apr 3, 2011
Messages
341
Reaction score
44
any1 discovered this error level? i have no idea why this happening
Code:
[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:
Code:
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: 10584
Error number Zhao  moxibustion pet pet id: 32103
Error number Zhao  moxibustion pet pet id: 32104
Error number Zhao  moxibustion pet pet id: 32105
Total Jie Lou into the 80 knees with substance beer
There is 1850 people total Jie hanging beer
LUA Jiaoxingbanxing 102
Cheng screen scraping word beginning mares-tail ← failure
Ju Yao Cheng mares-tail early step failed  Error Number: -34


edit: solved!

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:
[^-0-9a-zA-Zа-яА-Яё Ё]
-go to pwroot/gamed open file gs.conf and find lines
Code:
table_name		= *something here*
name_charset	= *something here* 
table_charset	= *something here*

and change to this:
Code:
table_name		= filters 
[COLOR="#FF0000"]name_charset	= UTF-8 
table_charset	= UTF-8[/COLOR]

then start gs and profit

i used UCS2 and then worked too..
 
Upvote 0
Junior Spellweaver
Joined
Jul 30, 2012
Messages
126
Reaction score
8
´íÎóľÄłčÎďĘýžÝŁŹłčÎďid:10584
´íÎóľÄłčÎďĘýžÝŁŹłčÎďid:32103
´íÎóľÄłčÎďĘýžÝŁŹłčÎďid:32104
´íÎóľÄłčÎďĘýžÝŁŹłčÎďid:32105
+1
Configs i corrected in the beginning, but gs still does not start. Something else, but what?
 
Last edited:
Upvote 0
Status
Not open for further replies.
Back
Top