teel / stasiscl

Automatically exported from code.google.com/p/stasiscl
0 stars 0 forks source link

Logs from 2.4.3 throwing errors on parsing #39

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
First raid since 2.4.3 went live, StasisCL throws a bunch of errors.  Obvious 
assumption is that 
they tweaked logging somewhat, particularly with regards to dispelling. 

odd ~/stasiscl % ./stasis add -file ../combat-logs/WoWCombatLog.txt -dir 
~/public_html/sws/ -
attempts -trash -overall
./stasis: Using directory: /home/a/public_html/sws
./stasis: Reading log .. Unrecognized action: SPELL_AURA_REFRESH at ./stasis 
line 357
Unrecognized action: SPELL_AURA_REFRESH at ./stasis line 357
Unrecognized action: SPELL_AURA_BROKEN_SPELL at ./stasis line 357
Unrecognized action: SPELL_DISPEL at ./stasis line 357
Unrecognized action: SPELL_DISPEL at ./stasis line 357
Unrecognized action: SPELL_AURA_BROKEN_SPELL at ./stasis line 357
Unrecognized action: SPELL_AURA_REFRESH at ./stasis line 357
Unrecognized action: SPELL_AURA_REFRESH at ./stasis line 357
Unrecognized action: SPELL_AURA_REFRESH at ./stasis line 357
Unrecognized action: SPELL_AURA_REFRESH at ./stasis line 357
Unrecognized action: SPELL_DISPEL at ./stasis line 357
Unrecognized action: SPELL_DISPEL at ./stasis line 357
Unrecognized action: SPELL_AURA_REFRESH at ./stasis line 357
Unrecognized action: SPELL_AURA_REFRESH at ./stasis line 357
Unrecognized action: SPELL_DISPEL at ./stasis line 357
Unrecognized action: SPELL_DISPEL at ./stasis line 357
Unrecognized action: SPELL_DISPEL at ./stasis line 357
Unrecognized action: SPELL_AURA_REFRESH at ./stasis line 357
Unrecognized action: SPELL_AURA_REFRESH at ./stasis line 357
Unrecognized action: SPELL_DISPEL at ./stasis line 357
Unrecognized action: SPELL_AURA_REFRESH at ./stasis line 357
Unrecognized action: SPELL_DISPEL at ./stasis line 357
Unrecognized action: SPELL_DISPEL at ./stasis line 357
Unrecognized action: SPELL_DISPEL at ./stasis line 357
Unrecognized action: SPELL_DISPEL at ./stasis line 357
[continues on, no other new actions though]

File attached is a zipped copy of the combat log that was used.

Original issue reported on code.google.com by mike.bie...@gmail.com on 16 Jul 2008 at 7:26

Attachments:

GoogleCodeExporter commented 8 years ago
Forgot to mention - I checked the latest version out prior to submitting this 
and got revision 114.  Previous 
version checked out ~1 week ago did the same thing.  

WWS parses the logs but shows no decursing except for druids, FWIW.  I scanned 
the first few pages of the UI & 
Mods forum but nothing jumped out at me. 

Original comment by mike.bie...@gmail.com on 16 Jul 2008 at 7:30

GoogleCodeExporter commented 8 years ago
Additional actions:

Unrecognized action: SPELL_AURA_BROKEN at ./stasis line 357
Unrecognized action: SPELL_AURA_BROKEN at ./stasis line 357
Unrecognized action: SPELL_AURA_BROKEN at ./stasis line 357
Unrecognized action: SPELL_AURA_BROKEN at ./stasis line 357
Unrecognized action: SPELL_STOLEN at ./stasis line 357

Original comment by strand.o...@gmail.com on 16 Jul 2008 at 4:41

GoogleCodeExporter commented 8 years ago
Thanks for the log. This should be fixed now.

Original comment by gianmerlino@gmail.com on 16 Jul 2008 at 4:56

GoogleCodeExporter commented 8 years ago
And a little more useful info:

7/15 20:52:37.226 
SPELL_AURA_BROKEN,0x00000000004064B2,"Edalia",0x514,0xF130005BE3002C70,"Ashtongu
e
Elementalist",0xa48,28271,"Polymorph",0x40,DEBUFF
7/15 20:54:16.063 
SPELL_AURA_BROKEN,0x000000000043C191,"Ghoselle",0x514,0xF130005B16002CF2,"Ashton
gue
Rogue",0xa48,12826,"Polymorph",0x40,DEBUFF

There's not a 1:1 ratio -- SPELL_AURA_BROKEN events do not coincide with
SPELL_AURA_BROKEN_SPELL events. Hm. Actually, I'd guess that the previous are 
any CC
break which is just from white damage.

7/15 20:47:53.260 
SPELL_STOLEN,0x00000000003F099B,"Geoffery",0x514,0xF13000593C000464,"Ashtongue
Battlelord",0x4000a48,30449,"Spellsteal",0x40,41185,"Bloodlust",8,BUFF

Original comment by strand.o...@gmail.com on 16 Jul 2008 at 4:59

GoogleCodeExporter commented 8 years ago
(Still doesn't catch SPELL_AURA_BROKEN and SPELL_STOLEN -- I'm gonna upload a 
log for
another issue I just caught in a minute.)

Original comment by strand.o...@gmail.com on 16 Jul 2008 at 5:10