smad2005 / PoeHud

An application to display data read from application memory (without writing to it) ^.^
1 stars 0 forks source link

TagData.loadItems #14

Open smad2005 opened 8 years ago

smad2005 commented 8 years ago

snymok96

smad2005 commented 8 years ago
~~  Program exited with message:
System.ArgumentException: An item with the same key has already been added.
at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
at PoeHUD.Poe.FilesInMemory.TagsDat.loadItems()
at PoeHUD.Poe.FilesInMemory.TagsDat..ctor(Memory m, Int32 address)
at PoeHUD.Controllers.FsController..ctor(Memory mem)
at PoeHUD.Controllers.GameController..ctor(Memory memory)
at PoeHUD.Program.Main(String[] args)