Deaadman / ItemRarities

A modification that gives each item within The Long Dark a sense of exclusivity.
https://tldmods.com/?q=itemrarities
MIT License
3 stars 5 forks source link

[Bug Report]: 'None' key not present within the dictionary #7

Closed Deaadman closed 11 months ago

Deaadman commented 11 months ago

The Long Dark Version

v2.24

Mod Version

v1.1.1

Other Mods Installed

  1. AmbientLights v2.8.1
  2. BetterBases v1.1.0
  3. Camping Tools v2.2.0
  4. CozyBlankets v1.4.1
  5. CozyCushions v1.6.0
  6. CraftingRevisions v2.2.2
  7. DeveloperConsole v1.5.1
  8. DIY by Santana v2.2
  9. ExamineActionsAPI v1.0.4
  10. Faster Harvesting v1.0.0
  11. Fire Pack DLC v2.7.0
  12. FuelManager v1.2.7
  13. FullSwing v1.0.0
  14. GearDecayModifier v2.2
  15. GearSpawner v2.3.2
  16. Modders' Gear Toolbox v1.0.0
  17. Indoors Greenery v3.1.0
  18. KeroseneLampTweaks v2.3.0
  19. KeyboardUtilities v2.0.0
  20. LocalizationUtilities v2.0.0
  21. ModComponent v6.2.1
  22. ModData v1.5.1
  23. ModSettings v2.0.0
  24. Personality v0.6.0
  25. PlacingAnywhere v2.6.0
  26. TinyTweaks-BuryHumanCorpses v1.0.2
  27. WorkingClocks v1.2.0

Describe the Issue

There are two separate issues, KeyNotFoundException and NullReferenceException. These indicate that the key None wasn't found within the dictionary, and since it is null it throws another exception because it can't access something that is null.

I haven't gotten this issue before; I'm opening this from behalf of someone else's report from the The Long Dark Modding Discord.

Steps to Reproduce

I haven't gotten this issue before; I'm opening this from behalf of someone else's report from the The Long Dark Modding Discord.

Log Output

Latest.log

Screenshots

No response

Deaadman commented 11 months ago

This issue should hopefully have been fixed with update v1.1.2!

However, since I never encountered this issue - it may not of been fixed.