[Content Patcher] Parameter 'name' cannot be null Error.
DeLiXx opened this issue ยท 3 comments
Cape Stardew is using Content Patcher to edit Unlockable Bundles UnlockableBundles/Bundles
asset.
Initial asset load: link
Asset model: link
In previous versions of Cape some users reported the following error:
Patch error: CapeStardew > Include Data/CapeUnlockableBundles.json > EditData UnlockableBundles/Bundles #2 failed on context update (see log file for details).
Value cannot be null. (Parameter 'name')
But the error did not happen for either of us.
I was able to reproduce it by chance when testing their mod.
Commenting out "When" conditions caused this error, which led me to believe that having two seperate changes with the same action, target and when conditions in the same file caused it.
The latest version of Cape however now always throws this error when starting a new game, but not when loading a existing game.
User SMAPI log
Reproduced SMAPI log
To reproduce:
- Install Cape Stardew
- Create a new single player game
Attached is a minimum viable product version of Cape, which only requires Unlockable Bundles and JsonAssets to run.
Cape Stardew MVP.zip
Hello, I recognise you're quite busy with 1.6 at the moment, but could you perhaps provide a ETA for when you're able to address this issue?