Troubleshooting

Discussion in 'Multiplayer Meeting Room' started by EleonGameStudios, Nov 17, 2015.

Thread Status:
Not open for further replies.
  1. Joe Bishop (BGSR)

    Joe Bishop (BGSR) Ensign

    Joined:
    Dec 5, 2015
    Messages:
    6
    Likes Received:
    0
    I will try that
     
    #261
  2. Frigidman

    Frigidman Rear Admiral

    Joined:
    Mar 19, 2016
    Messages:
    2,280
    Likes Received:
    3,715
    Actually more I have discovered is this new 'cleaner yaml' file is that it is EXTREMELY TOUCHY LOL!!!

    Extra spaces, missing spaces, extra lines, different format of newlines, seem to also cause a crash of the server. Seems like 'word pad' is not friendly with it either (I use notepad++). Hmm, I kind of preferred the prior yaml format, to be honest.
     
    #262
  3. Frigidman

    Frigidman Rear Admiral

    Joined:
    Mar 19, 2016
    Messages:
    2,280
    Likes Received:
    3,715
    Something else to help you guys... look into the "Logs" directory in your "Empyrion - Galactic Survival" directory. Open up the latest "Dedicated_######-####.log". Inside you should see why it crashed or stopped running. For example with the 'five spaces' issue I mentioned above, I get this kind of error in the log:

    "
    15-21:57:34.628 ERR: Error while reading server configuration from E:/Steam/steamapps/common/Empyrion - Galactic Survival/EmpyrionDedicated_Data/../dedicated.yaml
    "

    Which tells me, it doesnt like those five spaces lol!
     
    #263
    Joe Bishop (BGSR) likes this.
  4. HyRu

    HyRu Ensign

    Joined:
    Sep 29, 2015
    Messages:
    8
    Likes Received:
    0
    yeah they all match
     
    #264
  5. Captain Crazzy

    Captain Crazzy Ensign

    Joined:
    Jan 20, 2016
    Messages:
    18
    Likes Received:
    0
    thanks, do u know about admin config and how to set that up?
     
    #265
  6. McyD

    McyD Lieutenant

    Joined:
    Nov 27, 2014
    Messages:
    28
    Likes Received:
    7
    um, why do you have the server set to 29000 and the port forwarding set to 26900?
     
    #266
  7. McyD

    McyD Lieutenant

    Joined:
    Nov 27, 2014
    Messages:
    28
    Likes Received:
    7
    The example given in this thread works fine, just replace the 9999999 with your steam id
     
    #267
  8. HyRu

    HyRu Ensign

    Joined:
    Sep 29, 2015
    Messages:
    8
    Likes Received:
    0
    I change it awhile ok just didn't update when I posted picture
     
    #268
  9. MainLinX

    MainLinX Ensign

    Joined:
    Jan 17, 2016
    Messages:
    3
    Likes Received:
    0
    Same here that does not work, Please send screenshot of the admin setup.
     
    #269
  10. HyRu

    HyRu Ensign

    Joined:
    Sep 29, 2015
    Messages:
    8
    Likes Received:
    0
    can you quick link it please
     
    #270
  11. McyD

    McyD Lieutenant

    Joined:
    Nov 27, 2014
    Messages:
    28
    Likes Received:
    7
    ---
    # Admin Configuration

    # This file can contain two lists: one with elevated players with special permissions
    # and one with banned players.

    # 'Id' is a SteamID64 in both lists, lookup possible at https://steamid.io/
    # 'Permission' is 3 for 'GameMaster', 6 for 'Moderator' and 9 for 'Admin' - other values are not allowed.
    # 'Until' is the time when the ban ends.


    Elevated:
    - Id: 99999999999999999
    Permission: 9

    copy and past (with steam id changed) of my (tested) working admin config.
     
    #271
  12. Captain Crazzy

    Captain Crazzy Ensign

    Joined:
    Jan 20, 2016
    Messages:
    18
    Likes Received:
    0
    here is what i am doing. is this right?

    ---
    # Admin Configuration

    # This file can contain two lists: one with elevated players with special permissions
    # and one with banned players.

    # 'Id' is a SteamID64 in both lists, lookup possible at https://steamid.io/
    # 'Permission' is 3 for 'GameMaster', 6 for 'Moderator' and 9 for 'Admin' - other values are not allowed.
    # 'Until' is the time when the ban ends.


    Elvated:
    -Id:76561198045505996
    Permission:9
    {}
     
    #272
  13. MainLinX

    MainLinX Ensign

    Joined:
    Jan 17, 2016
    Messages:
    3
    Likes Received:
    0
    ---
    # Admin Configuration

    # This file can contain two lists: one with elevated players with special permissions
    # and one with banned players.

    # 'Id' is a SteamID64 in both lists, lookup possible at https://steamid.io/
    # 'Permission' is 3 for 'GameMaster', 6 for 'Moderator' and 9 for 'Admin' - other values are not allowed.
    # 'Until' is the time when the ban ends.



    Elevated:
    -Id:76561197975551894
    Permission:9
    {}



    Still says that "Permission Error: Cannot be executed by client MainLinX
     
    #273
  14. McyD

    McyD Lieutenant

    Joined:
    Nov 27, 2014
    Messages:
    28
    Likes Received:
    7
    no bracket at end, and a space before your steam id and a space before the permission level... formatting matters as it is code.
     
    #274
  15. Trokanis

    Trokanis Commander

    Joined:
    Nov 2, 2015
    Messages:
    10
    Likes Received:
    5
    I removed it from my Yaml and now the server crashes on start up.

    Does anyone know how to get the password to work for the Dedi server using the NEW yaml? Can you post an example of a working yaml please?
     
    #275
  16. McyD

    McyD Lieutenant

    Joined:
    Nov 27, 2014
    Messages:
    28
    Likes Received:
    7
    formatting... you removed the # did you replace it with a space?
     
    #276
  17. MainLinX

    MainLinX Ensign

    Joined:
    Jan 17, 2016
    Messages:
    3
    Likes Received:
    0

    Did it work for you because it is not working for me
     
    #277
  18. Trokanis

    Trokanis Commander

    Joined:
    Nov 2, 2015
    Messages:
    10
    Likes Received:
    5
    I tried both no space, and space, however it's possible the positioning is off though the formatting looks correct. Do you perhaps have an example of a working Yaml?
     
    #278
    Last edited: Apr 16, 2016
  19. Captain Crazzy

    Captain Crazzy Ensign

    Joined:
    Jan 20, 2016
    Messages:
    18
    Likes Received:
    0
    sorry i found elvated was spelled wrong should be elevated

    do i keep the {}
    cause in orginal it has at end
     
    #279
  20. Captain Crazzy

    Captain Crazzy Ensign

    Joined:
    Jan 20, 2016
    Messages:
    18
    Likes Received:
    0
    Elevated:
    -Id 999999999999 (this is a sample id)
    Permission: 9
    {}


    i added a space after -Id
    and a space after Permission: 9

    I will restart and try that
     
    #280
Thread Status:
Not open for further replies.

Share This Page