"Modify Installation" fails to load DLC info for Pathfinder Kingmaker

Clicking "Modify Installation" opens a modal to adjust DLC, but the "Actions" column just shows a loading spinner forever. Looking at the Heroic log, it appears Heroic is failing to parse the JSON output by legendary:
(19:27:59) INFO: [Legendary]: Getting more details with 'legendary info'
(19:27:59) ERROR: [Legendary]: ZodError: [
{
"code": "invalid_type",
"expected": "string",
"received": "null",
"path": [],
"message": "Expected string, received null"
}
]
at Object.get error [as error] (C:\Users\xxxx\AppData\Local\Programs\heroic\resources\app.asar\node_modules\zod\lib\types.js:43:31)
at ZodBranded.parse (C:\Users\xxxx\AppData\Local\Programs\heroic\resources\app.asar\node_modules\zod\lib\types.js:142:22)
at Module.Pn (C:\Users\xxxx\AppData\Local\Programs\heroic\resources\app.asar\build\main\main.js:124:2832)
at C:\Users\xxxx\AppData\Local\Programs\heroic\resources\app.asar\build\main\main.js:199:4044
at WebContents.<anonymous> (node:electron/js2c/browser_init:2:83553)
at WebContents.emit (node:events:519:28)
(19:27:59) INFO: [Legendary]: Getting more details with 'legendary info'
(19:27:59) ERROR: [Legendary]: ZodError: [
{
"code": "invalid_type",
"expected": "string",
"received": "null",
"path": [],
"message": "Expected string, received null"
}
]
at Object.get error [as error] (C:\Users\xxxx\AppData\Local\Programs\heroic\resources\app.asar\node_modules\zod\lib\types.js:43:31)
at ZodBranded.parse (C:\Users\xxxx\AppData\Local\Programs\heroic\resources\app.asar\node_modules\zod\lib\types.js:142:22)
at Module.Pn (C:\Users\xxxx\AppData\Local\Programs\heroic\resources\app.asar\build\main\main.js:124:2832)
at C:\Users\xxxx\AppData\Local\Programs\heroic\resources\app.asar\build\main\main.js:199:4044
at WebContents.<anonymous> (node:electron/js2c/browser_init:2:83553)
at WebContents.emit (node:events:519:28)
2 Replies
fascinating-indigo
fascinating-indigoOP2w ago
Looking at the json that legendary is outputting, I assume this might be because these DLC items have null app_name fields?
{"game": {"app_name": "b21f394024ef4b75afc2f09c04f0b9f1", "title": "Pathfinder Kingmaker - Enhanced Plus Edition", "version": "2.1.7b.01", "platform_versions": {"Windows": "2.1.7b.01"}, "cloud_saves_supported": true, "cloud_save_folder": "{AppData}/../LocalLow/Owlcat Games/Pathfinder Kingmaker/Saved Games/", "cloud_save_folder_mac": "{UserLibrary}/Application Support/Owlcat Games/Pathfinder Kingmaker/Saved Games/", "is_dlc": false, "external_activation": null, "launch_options": [], "command_line": null, "owned_dlc": [{"app_name": null, "title": "Bloody Mess Audience", "installable": [], "id": "5e6b7211961d40b59ebd3bba89cbd4ef"}, {"app_name": null, "title": "Arcane Unleashed Audience", "installable": [], "id": "669030e91c5a4d32a374c4009e666441"}]}, "install": {"platform": "Windows", "version": "2.1.7b.01", "disk_size": 40290991202, "install_path": "F:\\Games\\PathfinderKingmaker", "save_path": "C:\\Users\\xxxx\\AppData\\LocalLow\\Owlcat Games\\Pathfinder Kingmaker\\Saved Games", "synced_egl_guid": "", "install_tags": [], "requires_ovt": false, "installed_dlc": []}, "manifest": {"size": 4317344, "type": "binary", "version": 17, "feature_level": 17, "app_name": "b6afd48abbcc4267afad95c0a4880f5d", "launch_exe": "Kingmaker.exe", "launch_command": "", "build_version": "2.1.7b.01", "build_id": "yyk9AGAKgg4qD3JBC984ndanNbQ", "prerequisites": null, "uninstaller": null, "install_tags": [""], "num_files": 44958, "num_chunks": 38336, "disk_size": 40290991202, "download_size": 29427193665, "tag_disk_size": [], "tag_download_size": []}}
{"game": {"app_name": "b21f394024ef4b75afc2f09c04f0b9f1", "title": "Pathfinder Kingmaker - Enhanced Plus Edition", "version": "2.1.7b.01", "platform_versions": {"Windows": "2.1.7b.01"}, "cloud_saves_supported": true, "cloud_save_folder": "{AppData}/../LocalLow/Owlcat Games/Pathfinder Kingmaker/Saved Games/", "cloud_save_folder_mac": "{UserLibrary}/Application Support/Owlcat Games/Pathfinder Kingmaker/Saved Games/", "is_dlc": false, "external_activation": null, "launch_options": [], "command_line": null, "owned_dlc": [{"app_name": null, "title": "Bloody Mess Audience", "installable": [], "id": "5e6b7211961d40b59ebd3bba89cbd4ef"}, {"app_name": null, "title": "Arcane Unleashed Audience", "installable": [], "id": "669030e91c5a4d32a374c4009e666441"}]}, "install": {"platform": "Windows", "version": "2.1.7b.01", "disk_size": 40290991202, "install_path": "F:\\Games\\PathfinderKingmaker", "save_path": "C:\\Users\\xxxx\\AppData\\LocalLow\\Owlcat Games\\Pathfinder Kingmaker\\Saved Games", "synced_egl_guid": "", "install_tags": [], "requires_ovt": false, "installed_dlc": []}, "manifest": {"size": 4317344, "type": "binary", "version": 17, "feature_level": 17, "app_name": "b6afd48abbcc4267afad95c0a4880f5d", "launch_exe": "Kingmaker.exe", "launch_command": "", "build_version": "2.1.7b.01", "build_id": "yyk9AGAKgg4qD3JBC984ndanNbQ", "prerequisites": null, "uninstaller": null, "install_tags": [""], "num_files": 44958, "num_chunks": 38336, "disk_size": 40290991202, "download_size": 29427193665, "tag_disk_size": [], "tag_download_size": []}}
fascinating-indigo
fascinating-indigoOP2w ago
No description

Did you find this page helpful?