Closed nwLSteam closed 1 year ago
What are the other 4 mods that are trying to socket into said item? Can you show us the assignment strategy the "Show mod placement" button gives you?
This happens with no other mods in play.
Loadout:
Item (with visible empty mod spots):
Mod placement window:
Error box:
EDIT: For completeness sake, the log (which apart from numbers hasn't changed):
The seasonal and non-seasonal Shotgun Ammo Finder are definitely different hashes, and the one in your loadout is the non seasonal one, so that's not it. It's hard to say why Bungie wouldn't like that.
The reason is most likely because the normal Finder does no longer "exist" (aka, is not selectable) for the character that has the seasonal Finder unlocked. The seasonal mod replaces the normal mod for players.
With the recently implemented ability to detect whether a player has the seasonal mod unlocked, the suggested fix would be: Silently apply the seasonal version instead of the regular one if the player's loadout lists the regular one, but the seasonal version is unlocked.
This is basically the "other way around" version of this fix: https://github.com/DestinyItemManager/DIM/issues/7420#issuecomment-989354136
OK got it
The reason is most likely because the normal Finder does no longer "exist" (aka, is not selectable) for the character that has the seasonal Finder unlocked. The seasonal mod replaces the normal mod for players.
TIL thanks!
To do this:
By doing it this way, we will preserve the intent of the loadout when the season ends, and anyway we can't build the mapping from seasonal mods back to their original ones after the season ends.
I believe @robojumper fixed this in the recent PR to handle stat mod costs.
DIM Version
Version 6.94.0.1000988 (beta), built on 9.12.2021, 14:21:07
Browser Details
Microsoft Edge Version 96.0.1054.43 (64 Bit)
OS Details
Windows 10
Describe the bug
Situation: I wanted to create a loadout for Witch Queen, so I chose the normal Shotgun Ammo Finder (not the seasonal one which I have unlocked), since the seasonal one will be removed after this season.
Applying the loadout nets an error for Shotgun Ammo Finder:
I suspect this is because the seasonal Finder replaces the normal one.
Logs