Page MenuHomeFeedback Tracker

Dedicated Server not able to load Dependency until manually added to Server Config
Assigned, NormalPublic

Description

Hi, I have noticed that a particular mod will not have the server load its dependencies automatically:

08:55:06.670 ENGINE       : Available addons:
08:55:06.670  ENGINE       : gproj: './addons/core/core.gproj' guid: '5614BBCCBB55ED1C' (packed)
08:55:06.670  ENGINE       : gproj: './addons/data/ArmaReforger.gproj' guid: '58D0FB3206B6F859' (packed)
08:55:06.670  ENGINE       : gproj: '/home/reforger/profile/addons/SADC_SoundMod_6306A99B1D750436/addon.gproj' guid: '6306A99B1D750436' (packed)
08:55:06.670  ENGINE       : gproj: '/home/reforger/profile/addons/Rooikat89-GAMEMASTERMODE_6325046F3AC00FC4/addon.gproj' guid: '6325046F3AC00FC4' (packed)
08:55:06.670  ENGINE       : gproj: '/home/reforger/profile/addons/Rooikat89_6250DB13F50E9BEB/addon.gproj' guid: '6250DB13F50E9BEB' (packed)
08:55:06.670 ENGINE    (E): Addon 'Rooikat89' dependency '5B188C9C9BFEA1D0' can't be added
08:55:06.670 ENGINE    (E): Addon 'Rooikat89GAMEMASTERMODE' dependency '6250DB13F50E9BEB' can't be added
08:55:06.670 ENGINE    (E): Cannot initialize game project settings!
08:55:06.670 ENGINE    (E): Cannot create game!
08:55:06.671 ENGINE    (E): Addon loading failed {6325046F3AC00FC4,6250DB13F50E9BEB,6306A99B1D750436}
08:55:06.671 ENGINE       : Game destroyed.

Once I add dependency 5B188C9C9BFEA1D0 to Server Config, this is then successful and starts correctly.

Details

Severity
Major
Resolution
Open
Reproducibility
Always
Operating System
Linux x64
Category
General
Steps To Reproduce

Not working:

"mods": [
    {
        "modId": "6325046F3AC00FC4",
        "name": "Rooikat 89 - GAME MASTER MODE",
        "version": ""
    },
    {
        "modId": "6250DB13F50E9BEB",
        "name": "Rooikat 89",
        "version": ""
    }
],

Working:

"mods": [
    {
        "modId": "6325046F3AC00FC4",
        "name": "Rooikat 89 - GAME MASTER MODE",
        "version": ""
    },
    {
        "modId": "6250DB13F50E9BEB",
        "name": "Rooikat 89",
        "version": ""
    },
    {
        "modId": "5B188C9C9BFEA1D0",
        "name": "Christmas Trees",
        "version": ""
    }
],
Additional Information

Used scenario: {136A9A74D6695BD8}Missions/Rooikat89GAMEMASTERMODE.conf

Event Timeline

ceo_of_bacon edited Additional Information. (Show Details)
Geez changed the task status from New to Assigned.Thu, Dec 19, 1:36 PM