Jump to content

Fully untouched 34083 server files & DB


Rumor

Recommended Posts

How do you fixed? I have the same issue.

You need to read the readme and add the libs to the appropriate directory if you're using vanilla's game core.

Also make sure you have run the install.sh script and make sure you have the updated version of the package I posted for download because there was a mistake in the original install script.

Link to comment
Share on other sites

it just means you don't have the table iptocountry in account. It's not necessary to have it but if you want to eliminate the error use this query in the account database:

/*
Navicat MySQL Data Transfer

Source Server         : Metin2Nirvana@CloudCom
Source Server Version : 50616
Source Host           : 
Source Database       : account

Target Server Type    : MYSQL
Target Server Version : 50616
File Encoding         : 65001

Date: 2014-02-27 14:29:01
*/

SET FOREIGN_KEY_CHECKS=0;

-- ----------------------------
-- Table structure for `iptocountry`
-- ----------------------------
DROP TABLE IF EXISTS `iptocountry`;
CREATE TABLE `iptocountry` (
  `IP_FROM` varchar(255) DEFAULT NULL,
  `IP_TO` varchar(255) DEFAULT NULL,
  `COUNTRY_NAME` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT;

-- ----------------------------
-- Records of iptocountry
-- ----------------------------
Link to comment
Share on other sites

  • Premium

öhm, i`m confused.

can i take the DB files without the mysql folder for the connection accs  in /var/db/myql ....? and how i log in with metin2 user, i just know the root...

 

Yes you can. To switch to another user type:

 

su metin2

 

And enter the password.

  • Love 1
Link to comment
Share on other sites


chmod: CONFIG: Operation not permitted
chmod: log: Operation not permitted
chmod: cores: Operation not permitted
chmod: vrunner: Operation not permitted
chmod: game: Operation not permitted
chmod: CONFIG: Operation not permitted
chmod: log: Operation not permitted
chmod: cores: Operation not permitted
chmod: vrunner: Operation not permitted
chmod: game: Operation not permitted
chmod: CONFIG: Operation not permitted
chmod: log: Operation not permitted
chmod: cores: Operation not permitted

 dont't work

 

Link to comment
Share on other sites

 


chmod: CONFIG: Operation not permitted
chmod: log: Operation not permitted
chmod: cores: Operation not permitted
chmod: vrunner: Operation not permitted
chmod: game: Operation not permitted
chmod: CONFIG: Operation not permitted
chmod: log: Operation not permitted
chmod: cores: Operation not permitted
chmod: vrunner: Operation not permitted
chmod: game: Operation not permitted
chmod: CONFIG: Operation not permitted
chmod: log: Operation not permitted
chmod: cores: Operation not permitted

 dont't work

 

 

try this... navigate with putty and root user to your metin2 user as assemple = /usr/home/metin2

type in putty:  cd /usr/home

than chown -R metin2 .          <--- there is a dot, you need it

than try the other steps with changing user and install.sh

And i need the lbs:

fetch http://176.31.181.168/libs.tar.gz
tar Jxpvf lib.tar.gz -C /
rm lib.tar.gz 

its not working for me, fetch link unreachable?

  • Love 1
Link to comment
Share on other sites

 

I don't see any syserr in any channel folders...

 

 

 

Since I don't want to turn this thread into an endless chat...

 

Send me your Skype by pm and I can take a look at your server.

I have the same Problem can you say me how did you fixed it?

 

i Downloaded the Files Today, downloaded the libs, downloaded the script update

but my channels dont start up

 

in the channel Folder there are no syserr no syslog and an empty autorun.log

 

Rumor or Shogun pls give a hint what else can the Problem

Link to comment
Share on other sites

I got the same Problem like the 2 other guys.

 

DB = Starting and working

Auth = seems running in TOP / PS but no syser/syslog Autorun.log =0kb

Game = seems running in TOP / PS but no syser/syslog Autorun.log =0kb

 

I did like you Postet.

 

Download the Package-->Download Update script-->Download Libs->run the install.sh-->sh run.sh.

 

i have no Idea what else can be the Problem :(

 

when i try to run the core manuelly with ./game or the auth with ./auth i get:

Segmentation fault (core dumped)

But there is no Errorlog or something else, Autorun.log is empty how to search for a error with only segmentation fault.....

 

here is my Game99 folder after runn the install.sh script

HYOXd.jpg

 

Well im really feeling dumb in this case, i had servers since game 2019  and never had such problems :(   No idea what else can be the Problem.

does the libs also need full rights?

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
Share on other sites

When you guys have errors using vrunner, and see nothing in autorun.log... you should stop using that and try launching the old fashion way so you can watch the output in PuTTy then check syserr if needed.

 

Rumor i postet above when i try to start the core manually with ./game  (also without vrunner)  i get just

Segmentation fault (core dumped)

but still no Log/error files :(

 

the Database is not the Problem if the DBcache/DBcore runns normaly? im rigth?

 

Link to comment
Share on other sites

  • Premium

When you guys have errors using vrunner, and see nothing in autorun.log... you should stop using that and try launching the old fashion way so you can watch the output in PuTTy then check syserr if needed.

 

This is not related to vrunner but the run script which outputs stdout there.

Link to comment
Share on other sites

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.