Pls help me, i get this error after copy GOF new files in old BOI Old server , CentOS.
Attachment 124022
Printable View
Pls help me, i get this error after copy GOF new files in old BOI Old server , CentOS.
Attachment 124022
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.
mysql database its same with pre-gof :)
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:# cd /home/BOI/DBServer/db
# dos2unix create-database.sh
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.
Attachment 124032
Now i get new error, xirod can you help me in teamviewer pls ?
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.
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.