Jump to content

Berke58

Inactive Member
  • Posts

    160
  • Joined

  • Last visited

  • Days Won

    3
  • Feedback

    0%

Posts posted by Berke58

  1. kJRya7.jpg

     

    vnums 85001 & 85008 doenst work for me xD

     

     

    1107 15:15:05149 :: 
    networkModule.py(line:208) SetSelectCharacterPhase
    system.py(line:130) __pack_import
    system.py(line:110) _process_result
    introSelect.py(line:15) <module>
    system.py(line:130) __pack_import
    system.py(line:110) _process_result
    uiToolTip.py(line:338) <module>
    uiToolTip.py(line:1073) ItemToolTip

    networkModule.SetSelectCharacterPhase - <type 'exceptions.NameError'>:name 'itemVnum' is not defined

    1107 15:15:05149 :: ============================================================================================================
    1107 15:15:05149 :: Abort!!!!

     

  2. 1107 05:01:06525 :: 
    networkModule.py(line:208) SetSelectCharacterPhase
    system.py(line:130) __pack_import
    system.py(line:110) _process_result
    introSelect.py(line:15) <module>
    system.py(line:130) __pack_import
    system.py(line:110) _process_result
    uiToolTip.py(line:338) <module>
    uiToolTip.py(line:1073) ItemToolTip

    networkModule.SetSelectCharacterPhase - <type 'exceptions.NameError'>:name 'itemVnum' is not defined

    1107 05:01:06525 :: ============================================================================================================
    1107 05:01:06525 :: Abort!!!!

     

    :/

    • Love 1
  3. Try this:

     

    SET FOREIGN_KEY_CHECKS=0;
    
    -- ----------------------------
    -- Table structure for `loginlog2`
    -- ----------------------------
    DROP TABLE IF EXISTS `loginlog2`;
    CREATE TABLE `loginlog2` (
      `id` int(11) NOT NULL AUTO_INCREMENT,
      `type` varchar(20) DEFAULT NULL,
      `is_gm` varchar(1) 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` varchar(11) DEFAULT NULL,
      `ip` varchar(15) DEFAULT NULL,
      `logout_time` datetime DEFAULT NULL,
      `playtime` int(11) NOT NULL DEFAULT '0',
      PRIMARY KEY (`id`)
    ) ENGINE=MyISAM AUTO_INCREMENT=390511 DEFAULT CHARSET=latin1;

     

    Thanks for ur reply, problem solved bro :)

    • Love 1
  4. Hi devs any can help me? have in mysql crash syserr

     

    SYSERR: Oct 15 07:04:19 :: ChildLoop: AsyncSQL: query failed: Unknown column 'is_gm' in 'field list' (query: INSERT INTO loginlog2(type, is_gm, login_time, channel, account_id, pid, ip, client_version) VALUES('INVALID', 'Y', NOW(), 1, 1, 10088, inet_aton('192.168.1.3'), '') errno: 1054)

    ...

×
×
  • 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.