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!

[Guide] Perfect World Server 1.3.6 on Colinux Tutorial (with pictures)

Skilled Illusionist
Joined
Nov 1, 2008
Messages
315
Reaction score
40
I disabled all maps except main wrold, but its the same :(
My game client is configured.
Please look second picure.
 
is making carefully.
Joined
Nov 21, 2006
Messages
368
Reaction score
18
Try ./gamedbd gamesys.conf repairdb

And make sure you don't have less then 6 letters in your char name. D:

Also, see what happens when you try perfectworld:~ # ps axf | grep -v grep | grep "gs01"
3254 ? Sl 29:10 /server/gamed/gs gs01
 
Skilled Illusionist
Joined
Nov 1, 2008
Messages
315
Reaction score
40
K, i tryed that command but i get 1000 errors :/:
I think gamesys.config is corupted
And yes my username is more than 6 char (10 btw).
Szaer - [Guide] Perfect World Server 1.3.6 on Colinux Tutorial (with pictures) - RaGEZONE Forums
 
Skilled Illusionist
Joined
Nov 1, 2008
Messages
315
Reaction score
40
But i try to repair with ur command and i get those errors :p
./gamedbd gamesys.conf repairdb
 
is making carefully.
Joined
Nov 21, 2006
Messages
368
Reaction score
18
OH I forgot, you have to go to the gamedbd dir first.

cd /home/gamedbd/

./gamedbd gamesys.conf repairdb

Sorry about that =P
 
Skilled Illusionist
Joined
Nov 1, 2008
Messages
315
Reaction score
40
K, now says :
repairing database records counter 1
repair finished

(root@fedora gamedbd)#

And what now?
Try to start server or i need to do something more?
 
is making carefully.
Joined
Nov 21, 2006
Messages
368
Reaction score
18
Yeah, try the server again.

If it still doesn't try the ps axf | grep -v grep | grep "gs01"
3254 ? Sl 29:10 /server/gamed/gs gs01
 
Skilled Illusionist
Joined
Nov 1, 2008
Messages
315
Reaction score
40
K, server is starting (again), but how and where i put those command:
ps axf | grep -v grep | grep "gs01"
3254 ? Sl 29:10 /server/gamed/gs gs01

?

Edit: Damn, its again same error like last time when i try to login :(
 
Last edited:
is making carefully.
Joined
Nov 21, 2006
Messages
368
Reaction score
18
when it's in the regular console like [root@fedora ~]# you just put in

Code:
ps axf | grep -v grep | grep "gs01"

And then

Code:
3254 ? Sl 29:10 /server/gamed/gs gs01
 
Skilled Illusionist
Joined
Nov 1, 2008
Messages
315
Reaction score
40
I'm gona cry.. i hate unix :blush:
Szaer - [Guide] Perfect World Server 1.3.6 on Colinux Tutorial (with pictures) - RaGEZONE Forums


Or i must write all together?
Like this one:

Code:
ps axf | grep -v grep | grep "gs01"3254 ? Sl 29:10 /server/gamed/gs gs01


Edit i do all together and i got:
No such file or directory....

Edit 2:
I looked in gamed directory there is only gs, gs01.log and that is all with ''gs'', so no gs01 file inside :(
 
Skilled Illusionist
Joined
Nov 1, 2008
Messages
315
Reaction score
40
Damn, this is to complicated... :(
Can i in any way ''upgrade'' my old 1.2.6 server with ur newest files?
And if yes, in witch way?
 
is making carefully.
Joined
Nov 21, 2006
Messages
368
Reaction score
18
Try going into the gamedbd dir again and do it.


EDIT:

You'd have to use a linux image viewer to find all of the newer game files and then go into colinux and replace the old ones.
 
Skilled Illusionist
Joined
Nov 1, 2008
Messages
315
Reaction score
40
Still same error, file not found, and command not found...
 
is making carefully.
Joined
Nov 21, 2006
Messages
368
Reaction score
18
Try and edit the command that executes gs01 and change that to gs. It should be in /home/startup.sh
 
Skilled Illusionist
Joined
Nov 1, 2008
Messages
315
Reaction score
40
Nah, i allready tryed that.. It's still the same, now i trying to upgrade my 1.2.6 server to ur 1.3.6.
I know i must only replace /home/gamed/config folder with new one...
But (there is allways but):
I removed config folder, and created new one.
And i puted new server files in HFS File Server, and i write (i think that is correct command):
wget -r xxx.xxx.xxx:8080/config
x- my ip adress
8080 port
config- new server files

wget started to downloading files that not exsist in config folder (like : index.html, much .tar and .gaz files).
Orginaly config folder is 341Mb big, but with all that downloads is over 2Gb big, and i got error : not enough space to complete operation.
But strange is that .tar files is over 300Mb big, and not exsist in config folder.
Example:
wget -r (ip adress etc...) config/a01/airmap
and i get 3 files, but there is one only:
airmap.tar (17Mb big), index.html, spmap.conf
and only one that exsist in that folder is spmap.conf (just 1 file, sitze 118kb).

So is there any other option to put newest server files, without to get '' not exsisting files''?

Or i must write other command?
 
is making carefully.
Joined
Nov 21, 2006
Messages
368
Reaction score
18
Have you tried adding your old gs01 to the new server?

Also, it seems your image has run out of space. Try doing this:


Go to your conf and add " cobd2="c:\path\to\colinux_new.img" "

Now open up colinux and do the following commands in order.

Code:
 shutdown now -h

 fsutil file createnew colinux_new.img 8589934592

 e2fsck /dev/cobd0

 dd if=/dev/cobd0 of=/dev/cobd2

 e2fsck -f /dev/cobd2

 resize2fs -p /dev/cobd2

 e2fsck /dev/cobd2

 shutdown now -h

Now go to your conf again and change Colinux conf edit " #cobd0="C:\coLinux\PWServer.ext3" " to " cobd0="C:\coLinux\colinux_new.img" "

See if that helps.
 
Skilled Illusionist
Joined
Nov 1, 2008
Messages
315
Reaction score
40
K, thanks for that, i allready have 4 swap files (size 1Gb).
I solved problem with copying not exsisting files, by mounting from windows folder (config) to coLinux,
And now server is starting.... I hope all works good :p
Btw: i allready haved in my old server gs01 map, i copyed from u only config folder.
And btw (again) do u have edited gshop.data with much items inside for ur server?
Items like : red star draco blaze, emperor stones etc...

Thanks again :)
 
Last edited:
is making carefully.
Joined
Nov 21, 2006
Messages
368
Reaction score
18
I'm not sure about the gshop, since this is a re-upload (not my servers files). But you can use this gshop editor to mess with it.

Let me know if the server works now. Was it just all faulty server files? If so I'll have to upload a new one.
 
Skilled Illusionist
Joined
Nov 1, 2008
Messages
315
Reaction score
40
K, config folder from ur upload works 100%, but i cant login in game :p
Says : ''server is under mainteance, please login later''
wtf i do now wrong????
I see server is fuly loaded with all maps and dungeons (and login server too)
... but i got this damn error....
I use english version of game, when i start game in lower right corner i see :
ver. 1.3.1 Build 2265.
I know i must edit some confiig to put my game version but where....
damn i must sleep its 6 in morning :p
i know that file is something sys but what and where? :p


Edit:
Here is proof, that server is now working 100%, with ur config folder and my rest of files, so i think u must edit/modify/upload working version of this server:rolleyes:

Szaer - [Guide] Perfect World Server 1.3.6 on Colinux Tutorial (with pictures) - RaGEZONE Forums


Edit 2 :
I changed/find
/home/glinkd/gamesys.conf
10207 to 10301 and now i can connect to game :D
I must still wait to complete server load :p
Again.. .omg.....
 
Back
Top