Jump to content

StrangerIV

Members
  • Posts

    2
  • Joined

Posts posted by StrangerIV

  1. @Subquake I've solved my problem somehow.

    Both my computers, home and office, can't launch the game with your mod at the first launch. At the first launch the game hangs and can be stopped via task manager only, at second maybe too, but I can stop it by hitting ESC key, and only at third run game at last shows menu etc.

    After I've copied that three-times launched game to my gameserver dedicated computer, it can run it too.

    If you interested, I've attached logs of all three initial runs of a game. Maybe it will be useful for you.

    Btw, I'm running Windows 7 x64 SP1 systems on all my computers.

    output_logs.zip

  2. can't launch dedicated server

     

    Hello,

    I'm trying to launch a dedicated game server through original 7d2d batch file. I've made clear install of the game, then unpacked mod files over game folder, Assembly_CSsharp.dll from '7d2dserver_data\managed' folder I putted over similar dll in '7d2d_data\managed' folder.

    When I'm trying to launch .bat file, server is launching, but in the server log I see lines like next:

     

     

    ...
    GameStat.ZombieHordeMeter = False
    2018-02-18T22:47:26 6.241 INF StartAsServer
    NullReferenceException: Object reference not set to an instance of an object
     at NGuiWdwInGameHUD.Update () [0x00000] in <filename unknown>:0 
    
    (Filename:  Line: -1)
    
    NullReferenceException: Object reference not set to an instance of an object
     at NGuiWdwInGameHUD.Update () [0x00000] in <filename unknown>:0 
    
    (Filename:  Line: -1)
    
    2018-02-18T22:47:26 6.400 INF createWorld: Random Gen, AX3, GameModeSurvivalMP
    NullReferenceException: Object reference not set to an instance of an object
     at NGuiWdwInGameHUD.Update () [0x00000] in <filename unknown>:0 
    
    (Filename:  Line: -1)
    
    NullReferenceException: Object reference not set to an instance of an object
     at Block.GetBlockValue (System.String _blockName) [0x00000] in <filename unknown>:0 
     at WorldBiomes.NH (Byte , System.String , System.Xml.XmlElement , Boolean ) [0x00000] in <filename unknown>:0 
     at WorldBiomes.AH (System.Xml.XmlDocument , Boolean ) [0x00000] in <filename unknown>:0 
     at WorldBiomes..ctor (System.Xml.XmlDocument _genxml, Boolean _instantiateReferences) [0x00000] in <filename unknown>:0 
     at GameManager+BI.MoveNext () [0x00000] in <filename unknown>:0 
     at UnityEngine.SetupCoroutine.InvokeMoveNext (IEnumerator enumerator, IntPtr returnValueAddress) [0x00000] in <filename unknown>:0 
    
    (Filename:  Line: -1)
    
    NullReferenceException: Object reference not set to an instance of an object
     at NGuiWdwInGameHUD.Update () [0x00000] in <filename unknown>:0 
    
    (Filename:  Line: -1)
    
    NullReferenceException: Object reference not set to an instance of an object
     at NGuiWdwInGameHUD.Update () [0x00000] in <filename unknown>:0 
    
    (Filename:  Line: -1)
    

     

    Last message repeats constantly while server is running. Also I can't connect to the server from other computers.

    Please help me, what does it mean? What I'm doing wrong?

×
×
  • Create New...