Register for your free account! | Forgot your password?

You last visited: Today at 06:13

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Ständig Kicks

Discussion on Ständig Kicks within the Metin2 Private Server forum part of the Metin2 category.

Reply
 
Old   #1
 
van197's Avatar
 
elite*gold: 0
Join Date: Jan 2009
Posts: 182
Received Thanks: 37
Ständig Kicks

Syserr aus Ch1:

SYSERR: Jun 7 03:30:00 :: ChildLoop: AsyncSQL: query failed: Unknown column 'ip' in 'field list' (query: INSERT DELAYED INTO log (type, time, who, x, y, what, how, hint, ip) VALUES('CHARACTER', NOW(), 57701, 964858, 275620, 2493, 'BOSS_KILL', '1 41', '25.179.115.155') errno: 1054)
SYSERR: Jun 7 03:30:04 :: ChildLoop: AsyncSQL: query failed: Table 'command_log' is read only (query: INSERT DELAYED INTO command_log (userid, server, ip, port, username, command, date ) VALUES(57701, 999, '25.179.115.155', 1, '[SA]Sanii', 'm 2493', NOW()) errno: 1036)
SYSERR: Jun 7 03:30:07 :: ChildLoop: AsyncSQL: query failed: Table 'command_log' is read only (query: INSERT DELAYED INTO command_log (userid, server, ip, port, username, command, date ) VALUES(57701, 999, '25.179.115.155', 1, '[SA]Sanii', 'weak', NOW()) errno: 1036)
SYSERR: Jun 7 03:30:09 :: dungeon_set_flag: no dungeon !!!
SYSERR: Jun 7 03:30:09 :: ChildLoop: AsyncSQL: query failed: Unknown column 'ip' in 'field list' (query: INSERT DELAYED INTO log (type, time, who, x, y, what, how, hint, ip) VALUES('CHARACTER', NOW(), 57701, 965201, 275076, 2493, 'BOSS_KILL', '1 41', '25.179.115.155') errno: 1054)
SYSERR: Jun 7 03:30:11 :: ChildLoop: AsyncSQL: query failed: Unknown column 'ip' in 'field list' (query: INSERT DELAYED INTO log (type, time, who, x, y, what, how, hint, ip) VALUES('CHARACTER', NOW(), 57701, 965150, 274814, 691, 'BOSS_KILL', '1 41', '25.179.115.155') errno: 1054)
SYSERR: Jun 7 03:30:14 :: ChildLoop: AsyncSQL: query failed: Table 'command_log' is read only (query: INSERT DELAYED INTO command_log (userid, server, ip, port, username, command, date ) VALUES(57701, 999, '25.179.115.155', 1, '[SA]Sanii', 'm 2493 5', NOW()) errno: 1036)
SYSERR: Jun 7 03:30:15 :: ChildLoop: AsyncSQL: query failed: Table 'command_log' is read only (query: INSERT DELAYED INTO command_log (userid, server, ip, port, username, command, date ) VALUES(57701, 999, '25.179.115.155', 1, '[SA]Sanii', 'weak', NOW()) errno: 1036)
SYSERR: Jun 7 03:30:16 :: dungeon_set_flag: no dungeon !!!
SYSERR: Jun 7 03:30:16 :: ChildLoop: AsyncSQL: query failed: Unknown column 'ip' in 'field list' (query: INSERT DELAYED INTO log (type, time, who, x, y, what, how, hint, ip) VALUES('CHARACTER', NOW(), 57701, 965008, 275388, 2493, 'BOSS_KILL', '1 41', '25.179.115.155') errno: 1054)
SYSERR: Jun 7 03:30:18 :: dungeon_set_flag: no dungeon !!!
SYSERR: Jun 7 03:30:18 :: ChildLoop: AsyncSQL: query failed: Unknown column 'ip' in 'field list' (query: INSERT DELAYED INTO log (type, time, who, x, y, what, how, hint, ip) VALUES('CHARACTER', NOW(), 57701, 965008, 275319, 2493, 'BOSS_KILL', '1 41', '25.179.115.155') errno: 1054)
SYSERR: Jun 7 03:30:19 :: dungeon_set_flag: no dungeon !!!
SYSERR: Jun 7 03:30:19 :: ChildLoop: AsyncSQL: query failed: Unknown column 'ip' in 'field list' (query: INSERT DELAYED INTO log (type, time, who, x, y, what, how, hint, ip) VALUES('CHARACTER', NOW(), 57701, 964996, 275311, 2493, 'BOSS_KILL', '1 41', '25.179.115.155') errno: 1054)
SYSERR: Jun 7 03:30:21 :: dungeon_set_flag: no dungeon !!!
SYSERR: Jun 7 03:30:21 :: ChildLoop: AsyncSQL: query failed: Unknown column 'ip' in 'field list' (query: INSERT DELAYED INTO log (type, time, who, x, y, what, how, hint, ip) VALUES('CHARACTER', NOW(), 57701, 964996, 275311, 2493, 'BOSS_KILL', '1 41', '25.179.115.155') errno: 1054)
SYSERR: Jun 7 03:30:21 :: ChildLoop: AsyncSQL: query failed: Unknown column 'ip' in 'field list' (query: INSERT DELAYED INTO log (type, time, who, x, y, what, how, hint, ip) VALUES('CHARACTER', NOW(), 57701, 964996, 275311, 0, 'LOGOUT', '', '25.179.115.155') errno: 1054)
van197 is offline  
Old 06/07/2013, 18:35   #2
 
Coniesan's Avatar
 
elite*gold: 1000
Join Date: Mar 2009
Posts: 1,408
Received Thanks: 1,007
Naja, der Fehler:
Code:
 ChildLoop: AsyncSQL: query failed: Unknown column 'ip' in 'field list' (query: INSERT DELAYED INTO log (type, time, who, x, y, what, how, hint, ip) VALUES('CHARACTER', NOW(), 57701, 964996, 275311, 2493, 'BOSS_KILL', '1 41', '25.179.115.155') errno: 1054)
kommt, da in der Tabelle der Datenbank nicht alle Spalten vorhanden sind!
Code:
SYSERR: Jun 7 03:30:16 :: dungeon_set_flag: no dungeon !!!
Eine Dungeon Quest versucht dauernd au die dungeon flag zu zu greifen, da man aber nicht im Dungeon ist, existiert keine, und so kommt dieser Error zu Stande!

Hier die fixed log Tabellen:
Code:
SET FOREIGN_KEY_CHECKS=0;

-- ----------------------------
-- Table structure for `bootlog`
-- ----------------------------
DROP TABLE IF EXISTS `bootlog`;
CREATE TABLE `bootlog` (
  `time` int(11) DEFAULT NULL,
  `hostname` int(11) DEFAULT NULL,
  `channel` int(11) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=big5 COLLATE=big5_bin;

-- ----------------------------
-- Records of bootlog
-- ----------------------------

-- ----------------------------
-- Table structure for `command_log`
-- ----------------------------
DROP TABLE IF EXISTS `command_log`;
CREATE TABLE `command_log` (
  `userid` int(11) DEFAULT NULL,
  `server` int(11) DEFAULT NULL,
  `ip` text,
  `port` int(11) DEFAULT NULL,
  `username` varchar(12) CHARACTER SET big5 NOT NULL DEFAULT 'NONAME',
  `command` varchar(50) CHARACTER SET big5 COLLATE big5_bin DEFAULT NULL,
  `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

-- ----------------------------
-- Records of command_log
-- ----------------------------

-- ----------------------------
-- Table structure for `fish_log`
-- ----------------------------
DROP TABLE IF EXISTS `fish_log`;
CREATE TABLE `fish_log` (
  `1` int(11) DEFAULT NULL,
  `2` int(11) DEFAULT NULL,
  `3` int(11) DEFAULT NULL,
  `4` int(11) DEFAULT NULL,
  `5` int(11) DEFAULT NULL,
  `6` int(11) DEFAULT NULL,
  `7` int(11) DEFAULT NULL,
  `8` int(11) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=big5 COLLATE=big5_bin;

-- ----------------------------
-- Records of fish_log
-- ----------------------------

-- ----------------------------
-- Table structure for `gmhost`
-- ----------------------------
DROP TABLE IF EXISTS `gmhost`;
CREATE TABLE `gmhost` (
  `mIP` varchar(16) NOT NULL DEFAULT '',
  PRIMARY KEY (`mIP`)
) ENGINE=MyISAM DEFAULT CHARSET=big5;

-- ----------------------------
-- Records of gmhost
-- ----------------------------

-- ----------------------------
-- Table structure for `gmlist`
-- ----------------------------
DROP TABLE IF EXISTS `gmlist`;
CREATE TABLE `gmlist` (
  `mID` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `mAccount` varchar(16) NOT NULL DEFAULT '',
  `mName` varchar(16) NOT NULL DEFAULT '',
  `mContactIP` varchar(16) NOT NULL DEFAULT '',
  `mServerIP` varchar(16) NOT NULL DEFAULT 'ALL',
  `mAuthority` enum('IMPLEMENTOR','HIGH_WIZARD','GOD','LOW_WIZARD','PLAYER') DEFAULT 'PLAYER',
  PRIMARY KEY (`mID`)
) ENGINE=MyISAM AUTO_INCREMENT=69019002 DEFAULT CHARSET=big5;

-- ----------------------------
-- Records of gmlist
-- ----------------------------

-- ----------------------------
-- Table structure for `hack_log`
-- ----------------------------
DROP TABLE IF EXISTS `hack_log`;
CREATE TABLE `hack_log` (
  `time` datetime DEFAULT NULL,
  `login` varchar(255) DEFAULT NULL,
  `name` varchar(255) DEFAULT NULL,
  `ip` varchar(255) DEFAULT NULL,
  `server` varchar(255) DEFAULT NULL,
  `why` varchar(255) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

-- ----------------------------
-- Records of hack_log
-- ----------------------------

-- ----------------------------
-- Table structure for `levellog`
-- ----------------------------
DROP TABLE IF EXISTS `levellog`;
CREATE TABLE `levellog` (
  `name` varchar(50) COLLATE big5_bin DEFAULT NULL,
  `level` int(11) DEFAULT NULL,
  `time` time DEFAULT NULL,
  `playtime` int(11) DEFAULT NULL,
  `account_id` int(11) DEFAULT NULL,
  `pid` varchar(255) COLLATE big5_bin DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=big5 COLLATE=big5_bin;

-- ----------------------------
-- Records of levellog
-- ----------------------------

-- ----------------------------
-- Table structure for `locale`
-- ----------------------------
DROP TABLE IF EXISTS `locale`;
CREATE TABLE `locale` (
  `mKey` varchar(255) NOT NULL DEFAULT '',
  `mValue` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`mKey`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

-- ----------------------------
-- Records of locale
-- ----------------------------

-- ----------------------------
-- Table structure for `locale_bug`
-- ----------------------------
DROP TABLE IF EXISTS `locale_bug`;
CREATE TABLE `locale_bug` (
  `mKey` varchar(255) NOT NULL DEFAULT '',
  `mValue` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`mKey`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

-- ----------------------------
-- Records of locale_bug
-- ----------------------------

-- ----------------------------
-- Table structure for `log`
-- ----------------------------
DROP TABLE IF EXISTS `log`;
CREATE TABLE `log` (
  `ID` int(11) DEFAULT NULL,
  `type` varchar(20) COLLATE big5_bin DEFAULT NULL,
  `time` time DEFAULT NULL,
  `who` int(11) DEFAULT NULL,
  `x` int(11) DEFAULT NULL,
  `y` int(11) DEFAULT NULL,
  `what` int(11) DEFAULT NULL,
  `how` varchar(20) COLLATE big5_bin DEFAULT NULL,
  `hint` varchar(20) COLLATE big5_bin DEFAULT NULL,
  `ip` varchar(20) COLLATE big5_bin DEFAULT NULL,
  `vnum` varchar(255) COLLATE big5_bin DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=big5 COLLATE=big5_bin;

-- ----------------------------
-- Records of log
-- ----------------------------

-- ----------------------------
-- Table structure for `loginlog2`
-- ----------------------------
DROP TABLE IF EXISTS `loginlog2`;
CREATE TABLE `loginlog2` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `type` text,
  `is_gm` int(11) DEFAULT NULL,
  `login_time` datetime DEFAULT NULL,
  `channel` int(11) DEFAULT NULL,
  `account_id` int(11) DEFAULT NULL,
  `pid` int(11) DEFAULT NULL,
  `client_version` text,
  `ip` text,
  `logout_time` datetime DEFAULT NULL,
  `playtime` varchar(0) DEFAULT NULL,
  `login_rime` datetime DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=1584 DEFAULT CHARSET=latin1;

-- ----------------------------
-- Records of loginlog2
-- ----------------------------

-- ----------------------------
-- Table structure for `money_log`
-- ----------------------------
DROP TABLE IF EXISTS `money_log`;
CREATE TABLE `money_log` (
  `time` datetime DEFAULT NULL,
  `1` varchar(255) DEFAULT NULL,
  `2` varchar(255) DEFAULT NULL,
  `3` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- ----------------------------
-- Records of money_log
-- ----------------------------

-- ----------------------------
-- Table structure for `quest_reward_log`
-- ----------------------------
DROP TABLE IF EXISTS `quest_reward_log`;
CREATE TABLE `quest_reward_log` (
  `1` varchar(50) COLLATE big5_bin DEFAULT NULL,
  `2` int(11) DEFAULT NULL,
  `3` int(11) DEFAULT NULL,
  `4` int(11) DEFAULT NULL,
  `5` int(11) DEFAULT NULL,
  `6` int(11) DEFAULT NULL,
  `7` time DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=big5 COLLATE=big5_bin;

-- ----------------------------
-- Records of quest_reward_log
-- ----------------------------

-- ----------------------------
-- Table structure for `refinelog`
-- ----------------------------
DROP TABLE IF EXISTS `refinelog`;
CREATE TABLE `refinelog` (
  `Id` int(11) DEFAULT NULL,
  `pid` int(11) DEFAULT NULL,
  `item_name` varchar(50) COLLATE big5_bin DEFAULT NULL,
  `item_id` int(11) DEFAULT NULL,
  `step` int(11) DEFAULT NULL,
  `time` time DEFAULT NULL,
  `is_success` int(11) DEFAULT NULL,
  `setType` varchar(50) COLLATE big5_bin DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=big5 COLLATE=big5_bin;

-- ----------------------------
-- Records of refinelog
-- ----------------------------

-- ----------------------------
-- Table structure for `shout_log`
-- ----------------------------
DROP TABLE IF EXISTS `shout_log`;
CREATE TABLE `shout_log` (
  `time` datetime DEFAULT NULL,
  `channel` varchar(255) DEFAULT NULL,
  `empire` varchar(255) DEFAULT NULL,
  `shout` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- ----------------------------
-- Records of shout_log
-- ----------------------------

-- ----------------------------
-- Table structure for `speed_hack`
-- ----------------------------
DROP TABLE IF EXISTS `speed_hack`;
CREATE TABLE `speed_hack` (
  `pid` int(11) DEFAULT NULL,
  `time` datetime DEFAULT NULL,
  `x` varchar(255) DEFAULT NULL,
  `y` varchar(255) DEFAULT NULL,
  `hack_count` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- ----------------------------
-- Records of speed_hack
-- ----------------------------

-- ----------------------------
-- Table structure for `string`
-- ----------------------------
DROP TABLE IF EXISTS `string`;
CREATE TABLE `string` (
  `name` varchar(255) DEFAULT NULL,
  `text` varchar(255) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

-- ----------------------------
-- Records of string
-- ----------------------------
Coniesan is offline  
Thanks
2 Users
Reply


Similar Threads Similar Threads
Ständig kicks...
06/19/2012 - Metin2 - 6 Replies
Servus, wollte mich mal erkundigen, ob ihr auch dauernd gekickt werdet? Ich werde locker jede 15min gekickt und dann steht da i.was mit "fehler mit der Verbidung" und dann beim 2ten Login Versuch wird mir angezeigt, das ich noch Online bin wtf? Freu mich über Feedbacks, obs nur bei mir so ist oder auch bei euch :D Gruß
easymt2 ständig kicks
09/28/2010 - Metin2 - 12 Replies
versuche gerade 3 neue chars hochzu lvln aber die bekommen alle 50sec einen kick wieso das ??
Ständig Kicks bei meinem P-Server
09/19/2010 - Metin2 Private Server - 2 Replies
Hallo Com, ich hab heute dran gearbeitet einen P-Server zu machen. Ich habe alles soweit fertig. Nur man kriegt ständig kicks.immer nach 1ner min. Der Server hat 1,9gb ram ( ich denke mal das ist genügend) und mein pc hat insgesamt 4 gb. Ich benutze die Serverfiles von Profizocker94( falls das eine Rolle spielt) Kann mir jmd helfen?? Mfg Biazie
!!!Login off & ständig Kicks!!
03/19/2010 - Metin2 PServer Guides & Strategies - 5 Replies
Hey liebe epvpers, ich habe einen metin2 hamachi p-server erstellt und alle gamer und auch ich bekommen alle 15 min regelmäßig kicks außerdem geht der login jede 7h offline (man kann sich nihct mehr einloggen) wäre sehr froh wenn mir jemand helfen würde :)
ständig kicks mit MHS
05/18/2009 - Metin2 - 7 Replies
hallo, ich werd ständig mit MHS gekickt! Ich hab den von Banjo1 und dazu nur noch pickup bot von ihm auf sonst nix und im MHS hab ich nur 1hit waffenhaltung 1 hand und moovspeed an aber nicht zu hoch! Wie kann ich das am besten beheben? ps. hab sonst nix weiter auf!



All times are GMT +1. The time now is 06:13.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.