It looks like Honorbuddy is having a hard time dealing with one of the items on your character. Can you please open Developer Tools -> Console, then paste the following in the box and press "Run": Code: foreach (var item in ObjectManager.GetObjectsOfType<WoWItem>()) { try { Log("{0}: OK", item.ItemInfo.Id); } catch (Exception ex) { Log("{0} ({1}, {2}): FAIL...", item.Name, item.Entry, item.ItemLink); Log(ex); } } Log("Done"); delete the problematic item(s)
View attachment errors.txt I get errors on alot of items, including bank items.. not sure what the problem is ? I was able to log onto a different char and then change to the problematic char, and got the log that way.
137535: OK 139676: OK 134510: OK 130012: OK 137523: OK 132756: OK 140015: OK 139680: OK 141010: OK 129239: OK Andvari's Gift (129206, |cffa335ee|Hitem:129206::::::::110:250:512::2:1794:1735:109:::|h[Andvari's Gift]|h|r): FAIL... System.ComponentModel.Win32Exception (0x80004005): Invalid access to memory location at GreyMagic.ExternalProcessMemory.**********(IntPtr , Void* , Int32 , Int32& ) at GreyMagic.ExternalProcessMemory.ReadString(IntPtr address, Encoding encoding, Int32 maxLength) at Styx.WoWInternals.DB.WoWDbRow.GetStringField[T](String fieldName) at Styx.WoWInternals.WoWObjects.ItemInfo..ctor(UInt32 id, String itemString, WoWDbRow sparseInfoBlock, WoWDbRow classInfoBlock) at Styx.WoWInternals.WoWObjects.ItemInfo.FromLink(String link) at Styx.WoWInternals.WoWObjects.WoWItem.get_ItemInfo() at Driver.Run() 129163: OK 129260: OK 134405: OK Maw of the Damned (128402, |cffe6cc80|Hitem:128402:3847:132826:132852:::::110:250:256:9::107:3:1793:1615:1809:3:1793:1615:1809:|h[Maw of the Damned]|h|r): FAIL... System.ComponentModel.Win32Exception (0x80004005): Invalid access to memory location at GreyMagic.ExternalProcessMemory.**********(IntPtr , Void* , Int32 , Int32& ) at GreyMagic.ExternalProcessMemory.ReadString(IntPtr address, Encoding encoding, Int32 maxLength) at Styx.WoWInternals.DB.WoWDbRow.GetStringField[T](String fieldName) at Styx.WoWInternals.WoWObjects.ItemInfo..ctor(UInt32 id, String itemString, WoWDbRow sparseInfoBlock, WoWDbRow classInfoBlock) at Styx.WoWInternals.WoWObjects.ItemInfo.FromLink(String link) at Styx.WoWInternals.WoWObjects.WoWItem.get_ItemInfo() at Driver.Run() 6948: OK 140192: OK 110560: OK 140622: OK Tear of Elune (141351, |cffffffff|Hitem:141351::::::::110:250::::::|h[Tear of Elune]|h|r): FAIL... System.ComponentModel.Win32Exception (0x80004005): Invalid access to memory location at GreyMagic.ExternalProcessMemory.**********(IntPtr , Void* , Int32 , Int32& ) at GreyMagic.ExternalProcessMemory.ReadString(IntPtr address, Encoding encoding, Int32 maxLength) at Styx.WoWInternals.DB.WoWDbRow.GetStringField[T](String fieldName) at Styx.WoWInternals.WoWObjects.ItemInfo..ctor(UInt32 id, String itemString, WoWDbRow sparseInfoBlock, WoWDbRow classInfoBlock) at Styx.WoWInternals.WoWObjects.ItemInfo.FromLink(String link) at Styx.WoWInternals.WoWObjects.WoWItem.get_ItemInfo() at Driver.Run() Blackfang Claw (124099, |cffffffff|Hitem:124099::::::::110:250::::::|h[Blackfang Claw]|h|r): FAIL... System.ComponentModel.Win32Exception (0x80004005): Invalid access to memory location at GreyMagic.ExternalProcessMemory.**********(IntPtr , Void* , Int32 , Int32& ) at GreyMagic.ExternalProcessMemory.ReadString(IntPtr address, Encoding encoding, Int32 maxLength) at Styx.WoWInternals.DB.WoWDbRow.GetStringField[T](String fieldName) at Styx.WoWInternals.WoWObjects.ItemInfo..ctor(UInt32 id, String itemString, WoWDbRow sparseInfoBlock, WoWDbRow classInfoBlock) at Styx.WoWInternals.WoWObjects.ItemInfo.FromLink(String link) at Styx.WoWInternals.WoWObjects.WoWItem.get_ItemInfo() at Driver.Run() 7077: OK 133026: OK Shal'dorei Silk (124437, |cffffffff|Hitem:124437::::::::110:250::::::|h[Shal'dorei Silk]|h|r): FAIL... System.ComponentModel.Win32Exception (0x80004005): Invalid access to memory location at GreyMagic.ExternalProcessMemory.**********(IntPtr , Void* , Int32 , Int32& ) at GreyMagic.ExternalProcessMemory.ReadString(IntPtr address, Encoding encoding, Int32 maxLength) at Styx.WoWInternals.DB.WoWDbRow.GetStringField[T](String fieldName) at Styx.WoWInternals.WoWObjects.ItemInfo..ctor(UInt32 id, String itemString, WoWDbRow sparseInfoBlock, WoWDbRow classInfoBlock) at Styx.WoWInternals.WoWObjects.ItemInfo.FromLink(String link) at Styx.WoWInternals.WoWObjects.WoWItem.get_ItemInfo() at Driver.Run() Blades of the Fallen Prince (128292, |cffe6cc80|Hitem:128292::::::::110:250:256:9::111:::|h[Blades of the Fallen Prince]|h|r): FAIL... System.ComponentModel.Win32Exception (0x80004005): Invalid access to memory location at GreyMagic.ExternalProcessMemory.**********(IntPtr , Void* , Int32 , Int32& ) at GreyMagic.ExternalProcessMemory.ReadString(IntPtr address, Encoding encoding, Int32 maxLength) at Styx.WoWInternals.DB.WoWDbRow.GetStringField[T](String fieldName) at Styx.WoWInternals.WoWObjects.ItemInfo..ctor(UInt32 id, String itemString, WoWDbRow sparseInfoBlock, WoWDbRow classInfoBlock) at Styx.WoWInternals.WoWObjects.ItemInfo.FromLink(String link) at Styx.WoWInternals.WoWObjects.WoWItem.get_ItemInfo() at Driver.Run() Ravaged Iron Horde Belt (113822, |cffffffff|Hitem:113822::::::::110:250::::::|h[Ravaged Iron Horde Belt]|h|r): FAIL... System.ComponentModel.Win32Exception (0x80004005): Invalid access to memory location at GreyMagic.ExternalProcessMemory.**********(IntPtr , Void* , Int32 , Int32& ) at GreyMagic.ExternalProcessMemory.ReadString(IntPtr address, Encoding encoding, Int32 maxLength) at Styx.WoWInternals.DB.WoWDbRow.GetStringField[T](String fieldName) at Styx.WoWInternals.WoWObjects.ItemInfo..ctor(UInt32 id, String itemString, WoWDbRow sparseInfoBlock, WoWDbRow classInfoBlock) at Styx.WoWInternals.WoWObjects.ItemInfo.FromLink(String link) at Styx.WoWInternals.WoWObjects.WoWItem.get_ItemInfo() at Driver.Run() Battered Iron Horde Helmet (113821, |cffffffff|Hitem:113821::::::::110:250::::::|h[Battered Iron Horde Helmet]|h|r): FAIL... System.ComponentModel.Win32Exception (0x80004005): Invalid access to memory location at GreyMagic.ExternalProcessMemory.**********(IntPtr , Void* , Int32 , Int32& ) at GreyMagic.ExternalProcessMemory.ReadString(IntPtr address, Encoding encoding, Int32 maxLength) at Styx.WoWInternals.DB.WoWDbRow.GetStringField[T](String fieldName) at Styx.WoWInternals.WoWObjects.ItemInfo..ctor(UInt32 id, String itemString, WoWDbRow sparseInfoBlock, WoWDbRow classInfoBlock) at Styx.WoWInternals.WoWObjects.ItemInfo.FromLink(String link) at Styx.WoWInternals.WoWObjects.WoWItem.get_ItemInfo() at Driver.Run() Iron Horde Scraps (113681, |cffffffff|Hitem:113681::::::::110:250::::::|h[Iron Horde Scraps]|h|r): FAIL... System.ComponentModel.Win32Exception (0x80004005): Invalid access to memory location at GreyMagic.ExternalProcessMemory.**********(IntPtr , Void* , Int32 , Int32& ) at GreyMagic.ExternalProcessMemory.ReadString(IntPtr address, Encoding encoding, Int32 maxLength) at Styx.WoWInternals.DB.WoWDbRow.GetStringField[T](String fieldName) at Styx.WoWInternals.WoWObjects.ItemInfo..ctor(UInt32 id, String itemString, WoWDbRow sparseInfoBlock, WoWDbRow classInfoBlock) at Styx.WoWInternals.WoWObjects.ItemInfo.FromLink(String link) at Styx.WoWInternals.WoWObjects.WoWItem.get_ItemInfo() at Driver.Run() 136769: OK 136721: OK Primal Spirit (120945, |cff1eff00|Hitem:120945::::::::110:250::::::|h[Primal Spirit]|h|r): FAIL... System.ComponentModel.Win32Exception (0x80004005): Invalid access to memory location at GreyMagic.ExternalProcessMemory.**********(IntPtr , Void* , Int32 , Int32& ) at GreyMagic.ExternalProcessMemory.ReadString(IntPtr address, Encoding encoding, Int32 maxLength) at Styx.WoWInternals.DB.WoWDbRow.GetStringField[T](String fieldName) at Styx.WoWInternals.WoWObjects.ItemInfo..ctor(UInt32 id, String itemString, WoWDbRow sparseInfoBlock, WoWDbRow classInfoBlock) at Styx.WoWInternals.WoWObjects.ItemInfo.FromLink(String link) at Styx.WoWInternals.WoWObjects.WoWItem.get_ItemInfo() at Driver.Run() 128373: OK 133088: OK 133105: OK 138127: OK 138123: OK 113540: OK 132817: OK 127655: OK 141289: OK Verdant Sphere (32405, |cffa335ee|Hitem:32405::::::::110:250::::::|h[Verdant Sphere]|h|r): FAIL... System.ComponentModel.Win32Exception (0x80004005): Invalid access to memory location at GreyMagic.ExternalProcessMemory.**********(IntPtr , Void* , Int32 , Int32& ) at GreyMagic.ExternalProcessMemory.ReadString(IntPtr address, Encoding encoding, Int32 maxLength) at Styx.WoWInternals.DB.WoWDbRow.GetStringField[T](String fieldName) at Styx.WoWInternals.WoWObjects.ItemInfo..ctor(UInt32 id, String itemString, WoWDbRow sparseInfoBlock, WoWDbRow classInfoBlock) at Styx.WoWInternals.WoWObjects.ItemInfo.FromLink(String link) at Styx.WoWInternals.WoWObjects.WoWItem.get_ItemInfo() at Driver.Run() 138125: OK Apocalypse (128403, |cffe6cc80|Hitem:128403::::::::110:250:256:9::110:::|h[Apocalypse]|h|r): FAIL... System.ComponentModel.Win32Exception (0x80004005): Invalid access to memory location at GreyMagic.ExternalProcessMemory.**********(IntPtr , Void* , Int32 , Int32& ) at GreyMagic.ExternalProcessMemory.ReadString(IntPtr address, Encoding encoding, Int32 maxLength) at Styx.WoWInternals.DB.WoWDbRow.GetStringField[T](String fieldName) at Styx.WoWInternals.WoWObjects.ItemInfo..ctor(UInt32 id, String itemString, WoWDbRow sparseInfoBlock, WoWDbRow classInfoBlock) at Styx.WoWInternals.WoWObjects.ItemInfo.FromLink(String link) at Styx.WoWInternals.WoWObjects.WoWItem.get_ItemInfo() at Driver.Run() 138135: OK 141293: OK 124124: OK Stormforged Grapple Launcher (138111, |cffffffff|Hitem:138111::::::::110:250::::::|h[Stormforged Grapple Launcher]|h|r): FAIL... System.ComponentModel.Win32Exception (0x80004005): Invalid access to memory location at GreyMagic.ExternalProcessMemory.**********(IntPtr , Void* , Int32 , Int32& ) at GreyMagic.ExternalProcessMemory.ReadString(IntPtr address, Encoding encoding, Int32 maxLength) at Styx.WoWInternals.DB.WoWDbRow.GetStringField[T](String fieldName) at Styx.WoWInternals.WoWObjects.ItemInfo..ctor(UInt32 id, String itemString, WoWDbRow sparseInfoBlock, WoWDbRow classInfoBlock) at Styx.WoWInternals.WoWObjects.ItemInfo.FromLink(String link) at Styx.WoWInternals.WoWObjects.WoWItem.get_ItemInfo() at Driver.Run() 141652: OK 141257: OK 141605: OK Old Grizzleback's Staff (138815, |cffffffff|Hitem:138815::::::::110:250::11::::|h[Old Grizzleback's Staff]|h|r): FAIL... System.ComponentModel.Win32Exception (0x80004005): Invalid access to memory location at GreyMagic.ExternalProcessMemory.**********(IntPtr , Void* , Int32 , Int32& ) at GreyMagic.ExternalProcessMemory.ReadString(IntPtr address, Encoding encoding, Int32 maxLength) at Styx.WoWInternals.DB.WoWDbRow.GetStringField[T](String fieldName) at Styx.WoWInternals.WoWObjects.ItemInfo..ctor(UInt32 id, String itemString, WoWDbRow sparseInfoBlock, WoWDbRow classInfoBlock) at Styx.WoWInternals.WoWObjects.ItemInfo.FromLink(String link) at Styx.WoWInternals.WoWObjects.WoWItem.get_ItemInfo() at Driver.Run() 132212: OK 132223: OK 132183: OK 124118: OK 124121: OK 132184: OK Unbroken Claw (124438, |cffffffff|Hitem:124438::::::::110:250::::::|h[Unbroken Claw]|h|r): FAIL... System.ComponentModel.Win32Exception (0x80004005): Invalid access to memory location at GreyMagic.ExternalProcessMemory.**********(IntPtr , Void* , Int32 , Int32& ) at GreyMagic.ExternalProcessMemory.ReadString(IntPtr address, Encoding encoding, Int32 maxLength) at Styx.WoWInternals.DB.WoWDbRow.GetStringField[T](String fieldName) at Styx.WoWInternals.WoWObjects.ItemInfo..ctor(UInt32 id, String itemString, WoWDbRow sparseInfoBlock, WoWDbRow classInfoBlock) at Styx.WoWInternals.WoWObjects.ItemInfo.FromLink(String link) at Styx.WoWInternals.WoWObjects.WoWItem.get_ItemInfo() at Driver.Run() Waterstained Tarot Deck (138242, |cff9d9d9d|Hitem:138242::::::::110:250::::::|h[Waterstained Tarot Deck]|h|r): FAIL... System.ComponentModel.Win32Exception (0x80004005): Invalid access to memory location at GreyMagic.ExternalProcessMemory.**********(IntPtr , Void* , Int32 , Int32& ) at GreyMagic.ExternalProcessMemory.ReadString(IntPtr address, Encoding encoding, Int32 maxLength) at Styx.WoWInternals.DB.WoWDbRow.GetStringField[T](String fieldName) at Styx.WoWInternals.WoWObjects.ItemInfo..ctor(UInt32 id, String itemString, WoWDbRow sparseInfoBlock, WoWDbRow classInfoBlock) at Styx.WoWInternals.WoWObjects.ItemInfo.FromLink(String link) at Styx.WoWInternals.WoWObjects.WoWItem.get_ItemInfo() at Driver.Run() Statue of Queen Azshara (138250, |cff9d9d9d|Hitem:138250::::::::110:250::::::|h[Statue of Queen Azshara]|h|r): FAIL... System.ComponentModel.Win32Exception (0x80004005): Invalid access to memory location at GreyMagic.ExternalProcessMemory.**********(IntPtr , Void* , Int32 , Int32& ) at GreyMagic.ExternalProcessMemory.ReadString(IntPtr address, Encoding encoding, Int32 maxLength) at Styx.WoWInternals.DB.WoWDbRow.GetStringField[T](String fieldName) at Styx.WoWInternals.WoWObjects.ItemInfo..ctor(UInt32 id, String itemString, WoWDbRow sparseInfoBlock, WoWDbRow classInfoBlock) at Styx.WoWInternals.WoWObjects.ItemInfo.FromLink(String link) at Styx.WoWInternals.WoWObjects.WoWItem.get_ItemInfo() at Driver.Run() 141551: OK 139057: OK Done
Tony there are more errors for the team to look at...... 139676: OK Mysterious Coin (138127, |cff1eff00|Hitem:138127::::::::110:250::::::|h[Mysterious Coin]|h|r): FAIL... System.ComponentModel.Win32Exception (0x80004005): Invalid access to memory location at GreyMagic.ExternalProcessMemory.**********(IntPtr , Void* , Int32 , Int32& ) at GreyMagic.ExternalProcessMemory.ReadString(IntPtr address, Encoding encoding, Int32 maxLength) at Styx.WoWInternals.DB.WoWDbRow.GetStringField[T](String fieldName) at Styx.WoWInternals.WoWObjects.ItemInfo..ctor(UInt32 id, String itemString, WoWDbRow sparseInfoBlock, WoWDbRow classInfoBlock) at Styx.WoWInternals.WoWObjects.ItemInfo.FromLink(String link) at Styx.WoWInternals.WoWObjects.WoWItem.get_ItemInfo() at Driver.Run() 137535: OK 134510: OK 130012: OK 137523: OK 132756: OK 140015: OK 139680: OK 141010: OK 129239: OK Andvari's Gift (129206, |cffa335ee|Hitem:129206::::::::110:250:512::2:1794:1735:109:::|h[Andvari's Gift]|h|r): FAIL... System.ComponentModel.Win32Exception (0x80004005): Invalid access to memory location at GreyMagic.ExternalProcessMemory.**********(IntPtr , Void* , Int32 , Int32& ) at GreyMagic.ExternalProcessMemory.ReadString(IntPtr address, Encoding encoding, Int32 maxLength) at Styx.WoWInternals.DB.WoWDbRow.GetStringField[T](String fieldName) at Styx.WoWInternals.WoWObjects.ItemInfo..ctor(UInt32 id, String itemString, WoWDbRow sparseInfoBlock, WoWDbRow classInfoBlock) at Styx.WoWInternals.WoWObjects.ItemInfo.FromLink(String link) at Styx.WoWInternals.WoWObjects.WoWItem.get_ItemInfo() at Driver.Run() 129163: OK 129260: OK 134405: OK Maw of the Damned (128402, |cffe6cc80|Hitem:128402:3847:132826:132852:::::110:250:256:9::107:3:1793:1615:1809:3:1793:1615:1809:|h[Maw of the Damned]|h|r): FAIL... System.ComponentModel.Win32Exception (0x80004005): Invalid access to memory location at GreyMagic.ExternalProcessMemory.**********(IntPtr , Void* , Int32 , Int32& ) at GreyMagic.ExternalProcessMemory.ReadString(IntPtr address, Encoding encoding, Int32 maxLength) at Styx.WoWInternals.DB.WoWDbRow.GetStringField[T](String fieldName) at Styx.WoWInternals.WoWObjects.ItemInfo..ctor(UInt32 id, String itemString, WoWDbRow sparseInfoBlock, WoWDbRow classInfoBlock) at Styx.WoWInternals.WoWObjects.ItemInfo.FromLink(String link) at Styx.WoWInternals.WoWObjects.WoWItem.get_ItemInfo() at Driver.Run() 6948: OK 140192: OK 110560: OK 132231: OK 124118: OK Stonehide Leather (124113, |cffffffff|Hitem:124113::::::::110:250::::::|h[Stonehide Leather]|h|r): FAIL... System.ComponentModel.Win32Exception (0x80004005): Invalid access to memory location at GreyMagic.ExternalProcessMemory.**********(IntPtr , Void* , Int32 , Int32& ) at GreyMagic.ExternalProcessMemory.ReadString(IntPtr address, Encoding encoding, Int32 maxLength) at Styx.WoWInternals.DB.WoWDbRow.GetStringField[T](String fieldName) at Styx.WoWInternals.WoWObjects.ItemInfo..ctor(UInt32 id, String itemString, WoWDbRow sparseInfoBlock, WoWDbRow classInfoBlock) at Styx.WoWInternals.WoWObjects.ItemInfo.FromLink(String link) at Styx.WoWInternals.WoWObjects.WoWItem.get_ItemInfo() at Driver.Run() Tear of Elune (141351, |cffffffff|Hitem:141351::::::::110:250::::::|h[Tear of Elune]|h|r): FAIL... System.ComponentModel.Win32Exception (0x80004005): Invalid access to memory location at GreyMagic.ExternalProcessMemory.**********(IntPtr , Void* , Int32 , Int32& ) at GreyMagic.ExternalProcessMemory.ReadString(IntPtr address, Encoding encoding, Int32 maxLength) at Styx.WoWInternals.DB.WoWDbRow.GetStringField[T](String fieldName) at Styx.WoWInternals.WoWObjects.ItemInfo..ctor(UInt32 id, String itemString, WoWDbRow sparseInfoBlock, WoWDbRow classInfoBlock) at Styx.WoWInternals.WoWObjects.ItemInfo.FromLink(String link) at Styx.WoWInternals.WoWObjects.WoWItem.get_ItemInfo() at Driver.Run() 124437: OK Blackfang Claw (124099, |cffffffff|Hitem:124099::::::::110:250::::::|h[Blackfang Claw]|h|r): FAIL... System.ComponentModel.Win32Exception (0x80004005): Invalid access to memory location at GreyMagic.ExternalProcessMemory.**********(IntPtr , Void* , Int32 , Int32& ) at GreyMagic.ExternalProcessMemory.ReadString(IntPtr address, Encoding encoding, Int32 maxLength) at Styx.WoWInternals.DB.WoWDbRow.GetStringField[T](String fieldName) at Styx.WoWInternals.WoWObjects.ItemInfo..ctor(UInt32 id, String itemString, WoWDbRow sparseInfoBlock, WoWDbRow classInfoBlock) at Styx.WoWInternals.WoWObjects.ItemInfo.FromLink(String link) at Styx.WoWInternals.WoWObjects.WoWItem.get_ItemInfo() at Driver.Run() 7077: OK 133026: OK 124437: OK 128292: OK Ravaged Iron Horde Belt (113822, |cffffffff|Hitem:113822::::::::110:250::::::|h[Ravaged Iron Horde Belt]|h|r): FAIL... System.ComponentModel.Win32Exception (0x80004005): Invalid access to memory location at GreyMagic.ExternalProcessMemory.**********(IntPtr , Void* , Int32 , Int32& ) at GreyMagic.ExternalProcessMemory.ReadString(IntPtr address, Encoding encoding, Int32 maxLength) at Styx.WoWInternals.DB.WoWDbRow.GetStringField[T](String fieldName) at Styx.WoWInternals.WoWObjects.ItemInfo..ctor(UInt32 id, String itemString, WoWDbRow sparseInfoBlock, WoWDbRow classInfoBlock) at Styx.WoWInternals.WoWObjects.ItemInfo.FromLink(String link) at Styx.WoWInternals.WoWObjects.WoWItem.get_ItemInfo() at Driver.Run() Battered Iron Horde Helmet (113821, |cffffffff|Hitem:113821::::::::110:250::::::|h[Battered Iron Horde Helmet]|h|r): FAIL... System.ComponentModel.Win32Exception (0x80004005): Invalid access to memory location at GreyMagic.ExternalProcessMemory.**********(IntPtr , Void* , Int32 , Int32& ) at GreyMagic.ExternalProcessMemory.ReadString(IntPtr address, Encoding encoding, Int32 maxLength) at Styx.WoWInternals.DB.WoWDbRow.GetStringField[T](String fieldName) at Styx.WoWInternals.WoWObjects.ItemInfo..ctor(UInt32 id, String itemString, WoWDbRow sparseInfoBlock, WoWDbRow classInfoBlock) at Styx.WoWInternals.WoWObjects.ItemInfo.FromLink(String link) at Styx.WoWInternals.WoWObjects.WoWItem.get_ItemInfo() at Driver.Run() Iron Horde Scraps (113681, |cffffffff|Hitem:113681::::::::110:250::::::|h[Iron Horde Scraps]|h|r): FAIL... System.ComponentModel.Win32Exception (0x80004005): Invalid access to memory location at GreyMagic.ExternalProcessMemory.**********(IntPtr , Void* , Int32 , Int32& ) at GreyMagic.ExternalProcessMemory.ReadString(IntPtr address, Encoding encoding, Int32 maxLength) at Styx.WoWInternals.DB.WoWDbRow.GetStringField[T](String fieldName) at Styx.WoWInternals.WoWObjects.ItemInfo..ctor(UInt32 id, String itemString, WoWDbRow sparseInfoBlock, WoWDbRow classInfoBlock) at Styx.WoWInternals.WoWObjects.ItemInfo.FromLink(String link) at Styx.WoWInternals.WoWObjects.WoWItem.get_ItemInfo() at Driver.Run() 136769: OK 136721: OK Primal Spirit (120945, |cff1eff00|Hitem:120945::::::::110:250::::::|h[Primal Spirit]|h|r): FAIL... System.ComponentModel.Win32Exception (0x80004005): Invalid access to memory location at GreyMagic.ExternalProcessMemory.**********(IntPtr , Void* , Int32 , Int32& ) at GreyMagic.ExternalProcessMemory.ReadString(IntPtr address, Encoding encoding, Int32 maxLength) at Styx.WoWInternals.DB.WoWDbRow.GetStringField[T](String fieldName) at Styx.WoWInternals.WoWObjects.ItemInfo..ctor(UInt32 id, String itemString, WoWDbRow sparseInfoBlock, WoWDbRow classInfoBlock) at Styx.WoWInternals.WoWObjects.ItemInfo.FromLink(String link) at Styx.WoWInternals.WoWObjects.WoWItem.get_ItemInfo() at Driver.Run() 128373: OK 133088: OK 133105: OK Arcanetic Plate Greaves (129064, |cff0070dd|Hitem:129064::::::::110:250:512::1:1794:110:::|h[Arcanetic Plate Greaves]|h|r): FAIL... System.ComponentModel.Win32Exception (0x80004005): Invalid access to memory location at GreyMagic.ExternalProcessMemory.**********(IntPtr , Void* , Int32 , Int32& ) at GreyMagic.ExternalProcessMemory.ReadString(IntPtr address, Encoding encoding, Int32 maxLength) at Styx.WoWInternals.DB.WoWDbRow.GetStringField[T](String fieldName) at Styx.WoWInternals.WoWObjects.ItemInfo..ctor(UInt32 id, String itemString, WoWDbRow sparseInfoBlock, WoWDbRow classInfoBlock) at Styx.WoWInternals.WoWObjects.ItemInfo.FromLink(String link) at Styx.WoWInternals.WoWObjects.WoWItem.get_ItemInfo() at Driver.Run() Shiny Gold Nugget (138123, |cff1eff00|Hitem:138123::::::::110:250::::::|h[Shiny Gold Nugget]|h|r): FAIL... System.ComponentModel.Win32Exception (0x80004005): Invalid access to memory location at GreyMagic.ExternalProcessMemory.**********(IntPtr , Void* , Int32 , Int32& ) at GreyMagic.ExternalProcessMemory.ReadString(IntPtr address, Encoding encoding, Int32 maxLength) at Styx.WoWInternals.DB.WoWDbRow.GetStringField[T](String fieldName) at Styx.WoWInternals.WoWObjects.ItemInfo..ctor(UInt32 id, String itemString, WoWDbRow sparseInfoBlock, WoWDbRow classInfoBlock) at Styx.WoWInternals.WoWObjects.ItemInfo.FromLink(String link) at Styx.WoWInternals.WoWObjects.WoWItem.get_ItemInfo() at Driver.Run() 113540: OK 132817: OK Sassy Imp (127655, |cff0070dd|Hitem:127655::::::::110:250::::::|h[Sassy Imp]|h|r): FAIL... System.ComponentModel.Win32Exception (0x80004005): Invalid access to memory location at GreyMagic.ExternalProcessMemory.**********(IntPtr , Void* , Int32 , Int32& ) at GreyMagic.ExternalProcessMemory.ReadString(IntPtr address, Encoding encoding, Int32 maxLength) at Styx.WoWInternals.DB.WoWDbRow.GetStringField[T](String fieldName) at Styx.WoWInternals.WoWObjects.ItemInfo..ctor(UInt32 id, String itemString, WoWDbRow sparseInfoBlock, WoWDbRow classInfoBlock) at Styx.WoWInternals.WoWObjects.ItemInfo.FromLink(String link) at Styx.WoWInternals.WoWObjects.WoWItem.get_ItemInfo() at Driver.Run() 141289: OK 32405: OK Crystal Clear Gemstone (138125, |cff1eff00|Hitem:138125::::::::110:250::::::|h[Crystal Clear Gemstone]|h|r): FAIL... System.ComponentModel.Win32Exception (0x80004005): Invalid access to memory location at GreyMagic.ExternalProcessMemory.**********(IntPtr , Void* , Int32 , Int32& ) at GreyMagic.ExternalProcessMemory.ReadString(IntPtr address, Encoding encoding, Int32 maxLength) at Styx.WoWInternals.DB.WoWDbRow.GetStringField[T](String fieldName) at Styx.WoWInternals.WoWObjects.ItemInfo..ctor(UInt32 id, String itemString, WoWDbRow sparseInfoBlock, WoWDbRow classInfoBlock) at Styx.WoWInternals.WoWObjects.ItemInfo.FromLink(String link) at Styx.WoWInternals.WoWObjects.WoWItem.get_ItemInfo() at Driver.Run() Apocalypse (128403, |cffe6cc80|Hitem:128403::::::::110:250:256:9::110:::|h[Apocalypse]|h|r): FAIL... System.ComponentModel.Win32Exception (0x80004005): Invalid access to memory location at GreyMagic.ExternalProcessMemory.**********(IntPtr , Void* , Int32 , Int32& ) at GreyMagic.ExternalProcessMemory.ReadString(IntPtr address, Encoding encoding, Int32 maxLength) at Styx.WoWInternals.DB.WoWDbRow.GetStringField[T](String fieldName) at Styx.WoWInternals.WoWObjects.ItemInfo..ctor(UInt32 id, String itemString, WoWDbRow sparseInfoBlock, WoWDbRow classInfoBlock) at Styx.WoWInternals.WoWObjects.ItemInfo.FromLink(String link) at Styx.WoWInternals.WoWObjects.WoWItem.get_ItemInfo() at Driver.Run() 138135: OK 141293: OK 124124: OK 138111: OK 141652: OK 141257: OK 141605: OK Old Grizzleback's Staff (138815, |cffffffff|Hitem:138815::::::::110:250::11::::|h[Old Grizzleback's Staff]|h|r): FAIL... System.ComponentModel.Win32Exception (0x80004005): Invalid access to memory location at GreyMagic.ExternalProcessMemory.**********(IntPtr , Void* , Int32 , Int32& ) at GreyMagic.ExternalProcessMemory.ReadString(IntPtr address, Encoding encoding, Int32 maxLength) at Styx.WoWInternals.DB.WoWDbRow.GetStringField[T](String fieldName) at Styx.WoWInternals.WoWObjects.ItemInfo..ctor(UInt32 id, String itemString, WoWDbRow sparseInfoBlock, WoWDbRow classInfoBlock) at Styx.WoWInternals.WoWObjects.ItemInfo.FromLink(String link) at Styx.WoWInternals.WoWObjects.WoWItem.get_ItemInfo() at Driver.Run() Ruined Spellbook (138249, |cff9d9d9d|Hitem:138249::::::::110:250::::::|h[Ruined Spellbook]|h|r): FAIL... System.ComponentModel.Win32Exception (0x80004005): Invalid access to memory location at GreyMagic.ExternalProcessMemory.**********(IntPtr , Void* , Int32 , Int32& ) at GreyMagic.ExternalProcessMemory.ReadString(IntPtr address, Encoding encoding, Int32 maxLength) at Styx.WoWInternals.DB.WoWDbRow.GetStringField[T](String fieldName) at Styx.WoWInternals.WoWObjects.ItemInfo..ctor(UInt32 id, String itemString, WoWDbRow sparseInfoBlock, WoWDbRow classInfoBlock) at Styx.WoWInternals.WoWObjects.ItemInfo.FromLink(String link) at Styx.WoWInternals.WoWObjects.WoWItem.get_ItemInfo() at Driver.Run() 132233: OK 132223: OK 132183: OK 132204: OK 132184: OK 121341: OK Lighting-Struck Hammer (121340, |cff9d9d9d|Hitem:121340::::::::110:250::::::|h[Lighting-Struck Hammer]|h|r): FAIL... System.ComponentModel.Win32Exception (0x80004005): Invalid access to memory location at GreyMagic.ExternalProcessMemory.**********(IntPtr , Void* , Int32 , Int32& ) at GreyMagic.ExternalProcessMemory.ReadString(IntPtr address, Encoding encoding, Int32 maxLength) at Styx.WoWInternals.DB.WoWDbRow.GetStringField[T](String fieldName) at Styx.WoWInternals.WoWObjects.ItemInfo..ctor(UInt32 id, String itemString, WoWDbRow sparseInfoBlock, WoWDbRow classInfoBlock) at Styx.WoWInternals.WoWObjects.ItemInfo.FromLink(String link) at Styx.WoWInternals.WoWObjects.WoWItem.get_ItemInfo() at Driver.Run() Unbroken Tooth (124439, |cffffffff|Hitem:124439::::::::110:250::::::|h[Unbroken Tooth]|h|r): FAIL... System.ComponentModel.Win32Exception (0x80004005): Invalid access to memory location at GreyMagic.ExternalProcessMemory.**********(IntPtr , Void* , Int32 , Int32& ) at GreyMagic.ExternalProcessMemory.ReadString(IntPtr address, Encoding encoding, Int32 maxLength) at Styx.WoWInternals.DB.WoWDbRow.GetStringField[T](String fieldName) at Styx.WoWInternals.WoWObjects.ItemInfo..ctor(UInt32 id, String itemString, WoWDbRow sparseInfoBlock, WoWDbRow classInfoBlock) at Styx.WoWInternals.WoWObjects.ItemInfo.FromLink(String link) at Styx.WoWInternals.WoWObjects.WoWItem.get_ItemInfo() at Driver.Run() 132212: OK 132190: OK Done