moonmonkey
Refugee
I'm trying to setup a v2 beta dedicated server. I tried using my existing v1 serverconfig.xml file but am getting this error on startup:
2025-06-22T22:00:39 0.112 INF UserDataFolder: /home/steam/.local/share/7DaysToDie
2025-06-22T22:00:39 0.112 ERR [GameEntrypoint] Failed initializing core systems, shutting down
InvalidOperationException: GamePrefs is being accessed before it is ready.
at GamePrefs.get_Instance () [0x00007] in <0b83a6ec1c304b258c7504fec9046e2b>:0
at GamePrefs.GetObject (EnumGamePrefs _eProperty) [0x00002] in <0b83a6ec1c304b258c7504fec9046e2b>:0
at GamePrefs.GetFloat (EnumGamePrefs _eProperty) [0x00000] in <0b83a6ec1c304b258c7504fec9046e2b>:0
at SelectionBoxManager.Awake () [0x00012] in <0b83a6ec1c304b258c7504fec9046e2b>:0
InvalidOperationException: GamePrefs is being accessed before it is ready.
at GamePrefs.get_Instance () [0x00007] in <0b83a6ec1c304b258c7504fec9046e2b>:0
at GamePrefs.GetObject (EnumGamePrefs _eProperty) [0x00002] in <0b83a6ec1c304b258c7504fec9046e2b>:0
at GamePrefs.GetInt (EnumGamePrefs _eProperty) [0x00000] in <0b83a6ec1c304b258c7504fec9046e2b>:0
at GameOptionsManager.ValidateFoV () [0x00000] in <0b83a6ec1c304b258c7504fec9046e2b>:0
at GameOptionsManager..cctor () [0x000d0] in <0b83a6ec1c304b258c7504fec9046e2b>:0
Rethrow as TypeInitializationException: The type initializer for 'GameOptionsManager' threw an exception.
at GUIWindowManager.Awake () [0x00018] in <0b83a6ec1c304b258c7504fec9046e2b>:0
Caught fatal signal - signo:11 code:1 errno:0 addr:0x28
A bit of general reading on support topics suggests that this might be a broken config xml file. Where can I find a standard default serverconfig.xml file for v2 of the dedicated server?
2025-06-22T22:00:39 0.112 INF UserDataFolder: /home/steam/.local/share/7DaysToDie
2025-06-22T22:00:39 0.112 ERR [GameEntrypoint] Failed initializing core systems, shutting down
InvalidOperationException: GamePrefs is being accessed before it is ready.
at GamePrefs.get_Instance () [0x00007] in <0b83a6ec1c304b258c7504fec9046e2b>:0
at GamePrefs.GetObject (EnumGamePrefs _eProperty) [0x00002] in <0b83a6ec1c304b258c7504fec9046e2b>:0
at GamePrefs.GetFloat (EnumGamePrefs _eProperty) [0x00000] in <0b83a6ec1c304b258c7504fec9046e2b>:0
at SelectionBoxManager.Awake () [0x00012] in <0b83a6ec1c304b258c7504fec9046e2b>:0
InvalidOperationException: GamePrefs is being accessed before it is ready.
at GamePrefs.get_Instance () [0x00007] in <0b83a6ec1c304b258c7504fec9046e2b>:0
at GamePrefs.GetObject (EnumGamePrefs _eProperty) [0x00002] in <0b83a6ec1c304b258c7504fec9046e2b>:0
at GamePrefs.GetInt (EnumGamePrefs _eProperty) [0x00000] in <0b83a6ec1c304b258c7504fec9046e2b>:0
at GameOptionsManager.ValidateFoV () [0x00000] in <0b83a6ec1c304b258c7504fec9046e2b>:0
at GameOptionsManager..cctor () [0x000d0] in <0b83a6ec1c304b258c7504fec9046e2b>:0
Rethrow as TypeInitializationException: The type initializer for 'GameOptionsManager' threw an exception.
at GUIWindowManager.Awake () [0x00018] in <0b83a6ec1c304b258c7504fec9046e2b>:0
Caught fatal signal - signo:11 code:1 errno:0 addr:0x28
A bit of general reading on support topics suggests that this might be a broken config xml file. Where can I find a standard default serverconfig.xml file for v2 of the dedicated server?