[HELP] Problem after copy new file GOF

Status
Not open for further replies.
Junior Spellweaver
Joined
May 23, 2010
Messages
116
Reaction score
1
Pls help me, i get this error after copy GOF new files in old BOI Old server , CentOS.

untitled - [HELP] Problem after copy new file GOF - RaGEZONE Forums
 
Thats why you should always back up your main server files before copying it over. Also looks like your missing a file or its corrputed from your db.

How to upgrade DB of old file BOI to new file GOF ? can you help me pls ? @@ i have error after i log in one time in game and log out and i can't log in again, because my old DB can't save data of GOF server, i don't know how to upgrade old DB to new DB @@
 
It's telling you that because those files are made in DOS (for whatever reason) and they need to be converted to UNIX for Linux to be able to read them correctly. You can do this by opening a terminal in Linux, cd to the location of file and do the conversion that way. The commands will look something like this example:

Code:
[b]# cd /home/BOI/DBServer/db
# dos2unix create-database.sh[/b]


xtreme17, the GoF MySQL is not exactly the same as the old one. The new files contain the files necessary to update the basetab_sg table, which adds a few new things GoF added to characters like cosmos and cosmos skill points.
 
Last edited:
It's telling you that because those files are made in DOS (for whatever reason) and they need to be converted to UNIX for Linux to be able to read them correctly. You can do this by opening a terminal in Linux, cd to the location of file and do the conversion that way. The commands will look something like this example:

Code:
[b]# cd /home/BOI/DBServer/db
# dos2unix create-database.sh[/b]

k i will try thx !!!
 
That is because some parts of your server are still running from the last time you did ./start.sh. Since they are still running, when you try to run it again you get the "port in use" error like you have.

Reboot your Linux computer and try again.
 
That is because some parts of your server are still running from the last time you did ./start.sh and since they are still running, when you try to run it again you get the port in use error like you have.

Restart your Linux computer and try again.

What is first step ? i copy all new file GOF into old file BOI, and next step i need doing ?
 
Just reboot your Linux computer and try ./start.sh again. That error should go away.

To fix the dbserver: Permission denied problem, open your DBServer folder, go into the bin folder, right-click the dbserver executable. Go to properties, permissions tab, and then enable the option to let it run as an executable.
 
Status
Not open for further replies.
Back