Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Core/CombatLogHandler: Unable to read beyond the end of the stream. #914

Open
osleyder85 opened this issue Jan 13, 2025 · 0 comments
Open

Comments

@osleyder85
Copy link

osleyder85 commented Jan 13, 2025

TrinityCore - WowPacketParser
Detected build: V11_0_7_58533
Detected locale: enUS
Targeted database: TheWarWithin

ServerToClient: SMSG_SPELL_HEAL_LOG (0x4D000A) Length: 77 ConnIdx: 1 Time: 01/12/2025 22:12:38.059 Number: 5203
TargetGUID: Full: 0x0801340000000000000000000FA05A55 Player/0 R77/S0 Map: 0 (Eastern Kingdoms) Low: 262167125
CasterGUID: Full: 0x0801340000000000000000000FA05A55 Player/0 R77/S0 Map: 0 (Eastern Kingdoms) Low: 262167125
SpellID: 341204 (Battlefield Resourcefulness)
Health: 14
OriginalHeal: 14
OverHeal: 14
Absorbed: 0
SupportInfosCount: 0
Crit: False
HasCritRollMade: False
HasCritRollNeeded: False
HasLogData: False
HasContentTuning: True
(ContentTuning) PlayerItemLevel: 7.8125
(ContentTuning) TargetItemLevel: 11.1448974609375
(ContentTuning) PlayerLevelDelta: 0
(ContentTuning) ScalingHealthItemLevelCurveID: 0
(ContentTuning) TargetLevel: 9
(ContentTuning) Expansion: 0
(ContentTuning) TargetScalingLevelDelta: 0
(ContentTuning) Flags: 2
(ContentTuning) PlayerContentTuningID: 73
(ContentTuning) TargetContentTuningID: 0
(ContentTuning) Unused927: 73
(ContentTuning) Type: 8

ServerToClient: SMSG_SPELL_ENERGIZE_LOG (0x4D0009) Length: 32 ConnIdx: 1 Time: 01/12/2025 22:12:38.059 Number: 5204
CasterGUID: Full: 0x0801340000000000000000000FA05A55 Player/0 R77/S0 Map: 0 (Eastern Kingdoms) Low: 262167125
TargetGUID: Full: 0x0801340000000000000000000FA05A55 Player/0 R77/S0 Map: 0 (Eastern Kingdoms) Low: 262167125
SpellID: 341204 (Battlefield Resourcefulness)
Type: 0 (Mana)
Amount: 4864
System.IO.EndOfStreamException
Unable to read beyond the end of the stream.
   at System.IO.BinaryReader.ReadInt32()
   at WowPacketParser.Misc.Packet.ReadInt32(String name, Object[] indexes) in C:\WowPacketParser\WowPacketParser\Misc\PacketReads.cs:line 375
   at WowPacketParserModule.V7_0_3_22248.Parsers.CombatLogHandler.HandleSpellEnergizeLog(Packet packet) in C:\WowPacketParser\WowPacketParserModule.V7_0_3_22248\Parsers\CombatLogHandler.cs:line 272
   at WowPacketParser.Parsing.Handler.Parse(Packet packet, Boolean isMultiple) in C:\WowPacketParser\WowPacketParser\Parsing\Handler.cs:line 146
@osleyder85 osleyder85 changed the title Core/HandleSpellEnergizeLog: Unable to read beyond the end of the stream. Core/CombatLogHandler: Unable to read beyond the end of the stream. Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant