Jump to content

Creo

Inactive Member
  • Posts

    193
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Posts posted by Creo

  1. SYSERR: May 21 03:38:84 :: Process: FDWATCH: peer null in event: ident 22
    SYSERR: May 21 03:38:84 :: Process: FDWATCH: peer null in event: ident 23
    SYSERR: May 21 03:38:84 :: Process: FDWATCH: peer null in event: ident 23
    SYSERR: May 21 03:38:84 :: Process: FDWATCH: peer null in event: ident 23
    SYSERR: May 21 03:38:84 :: Process: FDWATCH: peer null in event: ident 21
    SYSERR: May 21 03:38:84 :: Process: FDWATCH: peer null in event: ident 24

  2.  

    hello :(

    SYSERR: May 20 15:41:45 :: DirectQuery: AsyncSQL::DirectQuery : mysql_query error: Column 'name' in field list is ambiguous
    query: SELECT empire, pid, name, money, windate FROM monarch a, player b where a.pid=b.id
    SYSERR: May 20 15:41:45 :: DirectQuery: AsyncSQL::DirectQuery : mysql_query error: Column 'name' in field list is ambiguous
    query: SELECT pid, name, date FROM monarch_candidacy a, player b where a.pid = b.id
    SYSERR: May 20 15:41:45 :: DirectQuery: AsyncSQL::DirectQuery : mysql_query error: Unknown column 'selectedpid' in 'field list'
    

    Check your tables. Thats why you're server its shutting down.

     

     

    if someone knows something about that can tell me

  3.  

    hello :(

    SYSERR: May 20 15:41:45 :: DirectQuery: AsyncSQL::DirectQuery : mysql_query error: Column 'name' in field list is ambiguous
    query: SELECT empire, pid, name, money, windate FROM monarch a, player b where a.pid=b.id
    SYSERR: May 20 15:41:45 :: DirectQuery: AsyncSQL::DirectQuery : mysql_query error: Column 'name' in field list is ambiguous
    query: SELECT pid, name, date FROM monarch_candidacy a, player b where a.pid = b.id
    SYSERR: May 20 15:41:45 :: DirectQuery: AsyncSQL::DirectQuery : mysql_query error: Unknown column 'selectedpid' in 'field list'
    

    Check your tables. Thats why you're server its shutting down.

     

    i try and he still :angry:  :angry:

  4.  

    repair table bootlog in log

     

    DROP TABLE IF EXISTS `bootlog`;
    CREATE TABLE `bootlog` (
    `time`  datetime NOT NULL DEFAULT '0000-00-00 00:00:00' ,
    `hostname`  char(128) CHARACTER SET big5 COLLATE big5_chinese_ci NOT NULL DEFAULT 'UNKNOWN' ,
    `channel`  tinyint(1) NOT NULL DEFAULT 0 
    )
    ENGINE=MyISAM
    DEFAULT CHARACTER SET=big5 COLLATE=big5_chinese_ci
    CHECKSUM=0
    ROW_FORMAT=Fixed
    DELAY_KEY_WRITE=0;
    

    okay, db & auth is okay right now, but channel is still shutting down

  5. hi, i have a really big (?) problem, i dont know why i cant start channel, yesterday i did restart my own server metin2, and since that time i cant login on server, i was looking for fixing that..

    sorry for my bad engl :v

     

    (db and auth function)

     

    SYSERR: May 15 18:52:25 :: ChildLoop: AsyncSQL: query failed: Out of range value for column 'time' at row 1 (query: INSERT INTO bootlog (time, hostname, channel) VALUES(NOW(), 'ch1_1', 1) errno: 1264)
×
×
  • 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.