TrinityCore / WowPacketParser

World of Warcraft Packet Parser
GNU General Public License v3.0
410 stars 352 forks source link

Playerchoice errors #779

Open Thordekk opened 1 year ago

Thordekk commented 1 year ago

System.ArgumentException Requested value ' ' was not found. at System.Enum.TryParseByName(RuntimeType enumType, ReadOnlySpan1 value, Boolean ignoreCase, Boolean throwOnFailure, UInt64& result) at System.Enum.TryParseInt32Enum(RuntimeType enumType, ReadOnlySpan1 value, Int32 minInclusive, Int32 maxInclusive, Boolean ignoreCase, Boolean throwOnFailure, TypeCode type, Int32& result) at System.Enum.TryParse(Type enumType, ReadOnlySpan`1 value, Boolean ignoreCase, Boolean throwOnFailure, Object& result) at WowPacketParser.Misc.ClientLocale.get_PacketLocale() in C:\Users\Luis\Desktop\shadowlandsparser\WowPacketParser\Misc\ClientLocale.cs:line 14 at WowPacketParserModule.V9_0_1_36216.Parsers.QuestHandler.ReadPlayerChoiceResponse(Packet packet, Int32 choiceId, UInt32 index, Object[] indexes) in C:\Users\Luis\Desktop\shadowlandsparser\WowPacketParserModule.V9_0_1_36216\Parsers\QuestHandler.cs:line 670 at WowPacketParserModule.V9_0_1_36216.Parsers.QuestHandler.HandleDisplayPlayerChoice(Packet packet) in C:\Users\Luis\Desktop\shadowlandsparser\WowPacketParserModule.V9_0_1_36216\Parsers\QuestHandler.cs:line 550 at WowPacketParser.Parsing.Handler.Parse(Packet packet, Boolean isMultiple) in C:\Users\Luis\Desktop\shadowlandsparser\WowPacketParser\Parsing\Handler.cs:line 192 latest 10.1 client

ateves commented 1 year ago

Thordekk,

what happened?

Thordekk commented 1 year ago

Error parsing player choices try with 10.1 sniffs