Page MenuHomeFeedback Tracker

[1.2.1.66 Experimental] Unable to start dedicated server with mods
Closed, ResolvedPublic

Description

Please provide the following when creating the Ticket:

Game Version number: 1.2.1.66
Modded?: Yes
If modded, please list the mods:

  • Skip Nighttime (5D1362468BB7BAB6)

Issue Description:

When trying to start a server with any mod, the server shuts down with the following error message:

17:56:53.591 BACKEND   (E): [RestApi] ID:[7] TYPE:[EBREQ_LOBBY_RoomsRegisterS2S] Error Code:302 - Found (Previously - Moved Temporarily), apiCode="", uid="330e669f-6a3a-422a-b4f3-b748358bf31a", message="Failed to parse error response - HTTP status line is: HTTP/1.1 302 Found
--- response data as plaintext ---
"

Details

Severity
Major
Resolution
Open
Reproducibility
Always
Operating System
Linux x64
Category
General
Steps To Reproduce
  1. Host Linux server with the following server config:
{
    "bindPort": 2100,
    "publicPort": 2100,
    "game": {
        "name": "Test Server",
        "scenarioId": "{2BBBE828037C6F4B}Missions/22_GM_Arland.conf",
        "mods": [
            {
                "modId": "5D1362468BB7BAB6",
                "name": "Skip Nighttime"
            }
        ]
    }
}

Event Timeline

ookexoo created this task.Thu, Sep 5, 8:04 PM
ookexoo added a comment.EditedSat, Sep 7, 9:48 AM

I get a new error now with the very same set-up as described in the repro:

07:43:28.112 BACKEND   (E): [RestApi] ID:[3] TYPE:[EBREQ_WORKSHOP_GetDownloadListS2S] Error Code:503 - Service Unavailable, apiCode="", uid="", message=""
07:43:28.211 BACKEND   (E): Failed to fetch addon details from workshop API! Repeat later or try different mods.
07:43:28.410 ENGINE    (E): Unable to initialize the game
07:43:28.430 ENGINE       : Game destroyed.

Was just a temporary thing. It falls back to the old error again.

Can be closed as resolved.

Geez closed this task as Resolved.Tue, Sep 10, 1:37 PM
Geez claimed this task.