1. If you have a problem and need help, create a new thread with a title that briefly describes the problem.
    Do not use titles like 'Help!' or 'I have a problem!'
    Dismiss Notice
  2. Hey Guest, is it this your first time on the forums?

    Visit the Beginner's Box

    Introduce yourself, read some of the ins and outs of the community, access to useful links and information.

    Dismiss Notice

[TEST] [BUG] Dedicated server.

Discussion in 'General Help' started by Furai, Jul 13, 2011.

  1. Furai

    Furai THD Team THD Team Administrator

    Messages:
    3,124
    Code:
    Changing game working directory to 'KAG.exeBase/'
    Missing language file or wrong language file version.
    [] Config loaded from 'Scripts/dedicated_autoconfig.gm'
    [] Variable m_generator has NULL type
    [] Variable g_kickvote_percent has NULL type
    [] Variable g_mapvote_percent has NULL type
    [] Variable g_vote_time has NULL type
    [] Variable g_kickvote_bantime has NULL type
    [] Config loaded from 'Scripts/config.gm'
    [0] Variable v_showminimap has NULL type
    [0] Creating video device...
    [0] Checking driver support...
    [0] Initializing new video device...
    ******* params.DeviceType 7
    [0] Irrlicht Engine version 1.7.2
    ******* CIrrDeviceWin32 :  params.DeviceType 1630200
    [0] Microsoft Windows 7 Home Premium Edition Service Pack 1 (Build 7601)
    ******* CIrrDeviceWin32 :  Win32CursorControl 0
    ******* CIrrDeviceWin32 :  Win32CursorControl2 54411928
    ******* CIrrDeviceWin32 :  createDriver 54411928
    ******* CNullDriver, 54398552
    ******* FileSystem
    ******* SurfaceLoader
    ******* ExposedData
    ******* CIrrDeviceWin32 :  createGUIAndScene 54411928
    ******* CIrrDeviceWin32 :  em 54411928
    [0] The amount of upper corner pixels and the lower corner pixels is not equal, font file may be cor
    rupted.
    [0] Could not change window style.
    [0] Joystick support is enabled and 0 joystick(s) are present.
    [0] Variable s_system has NULL type
    Game version 85
    [0] Variable sv_maxping_warnings has NULL type
    [0] Variable sv_maxhack_warnings has NULL type
    [0] Variable sv_alloweditor has NULL type
    [0] Variable auth_key has NULL type
    [0]  Precaching files...
    Precaching files.
    [0]  ...Precaching files.
    [0] Loading config defines Scripts/defines.cfg
    [0] Creating world from file ''
    [0] *Match Ended*
    [0] Server created on 0:50301.
    
    [0] Server activated.
    [0] Loading game rules from Rules/CTF/gamemode.cfg...
    [0] Loaded team 0 'GUI/emblem1.png'
    [0]   Loaded team 0 class 0 ''
    [0] Loaded team 1 'GUI/emblem2.png'
    [0]   Loaded team 1 class 0 ''
    [0] Loaded 0 items
    [0] *Match Ended*
    [0] Generating map from seed 22106; size 87500 bytes
    ./.............................................................../......................[0] Config l
    oaded from dedicated_autostart.gm
    [1] *Match Ended*
    [6] Established connection to master server
    [11] Map saved to Maps/autosave.png
    [5800] Map saved to Maps/autosave.png
    [11600] Map saved to Maps/autosave.png
    [17400] Map saved to Maps/autosave.png
    As you can see in the above logs server is missing many variables in dedicated_autoconfig.gm.

    Code:
    [368] Furai joined the game (team 0; class 0)
    [371] Player is not authenticacted 16885952
    
    [371] Server: Disconnected player 9
    [371] Address: 16885952; banned for 1 minutes
    [372] Bad packet recieved from client
    [373] Server: Peer disconnected 16885952
    [373] Server: ENET_EVENT_TYPE_DISCONNECT : player not found.
    [1304] Server: A new client connected from 16777343:58570.
    
    [1305] Server: Disconnected player 7
    [1306] Server: Peer disconnected 16777343
    [1306] Server: ENET_EVENT_TYPE_DISCONNECT : peer not found.
    [1306] Server: ENET_EVENT_TYPE_DISCONNECT : player not found.
    And this are logs preventing me to join my server hosted by me.
     
  2. MM

    MM THD Team THD Team Administrator Global Moderator

    Messages:
    327
    I fixed this today. I just have to upload a new master server.
     
  3. t3hk0d3

    t3hk0d3 Guest

    Bug is still there (on lastest build):

    Code:
    [44978] New player joined the game
    r......mm.;...mm..[44979] t3hk0d3 joined the game (team 0; class 0)
    e
    [44979] Unnamed player is now known as t3hk0d3
    [44982] Player is not authenticated t3hk0d3 (17148096)
    [44982] Server: Disconnected player 9
    [44982] Address: 17148096; banned for 1 minutes : reason 9
    [44983] Player authenticated t3hk0d3 (17148096)
    [44984] Server: Peer disconnected 17148096
    [44984] t3hk0d3 left the game
    
    I think players shouldn't be banned globally, only locally, because server holders are not trustworthy.