teel / apostasis

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

Use of uninitialized value $action in numeric eq (==) at lib/Stasis/Parser/V2.pm line 85, <INPUT> line 503336. #19

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Running a 10 man icc parse
2.
3.

What is the expected output? What do you see instead?
Use of uninitialized value $action in numeric eq (==) at
lib/Stasis/Parser/V2.pm line 85, <INPUT> line 503336.

What version of the product are you using? On what operating system?
rev 50/linux

Please provide any additional information below.
emailed you a lot as well as full output

Original issue reported on code.google.com by gmd...@gmail.com on 24 Jan 2010 at 9:10

GoogleCodeExporter commented 8 years ago
Your combat log appears to be corrupted, e.g.
1/16 02:17:57.111  SPELL_AURA_REMOVED,0x0200000002A5901D,"A1/16 02:29:13.698  
SPELL_PERIODIC_HEAL,0x020000000317ACDC,"Klockwork",0x514,0x02000000019E2EBF,"Muj
o",0x514,1529
0,"Vampiric Embrace",0x20,133,133,0,nil

This is clearly two lines stuck together
1/16 02:17:57.111  SPELL_AURA_REMOVED,0x0200000002A5901D,"A
1/16 02:29:13.698 
SPELL_PERIODIC_HEAL,0x020000000317ACDC,"Klockwork",0x514,0x02000000019E2EBF,"Muj
o",0x514,1529
0,"Vampiric Embrace",0x20,133,133,0,nil
 and the first one is incomplete.

Same situation further down the line:
1/16 02:30:10.452  SPE1/16 02:30:35.471  
SPELL_PERIODIC_HEAL,0x020000000317ACDC,"Klockwork",0x514,0x02000000019DF448,"Hon
ashka",0x514,
15290,"Vampiric Embrace",0x20,53,47,0,nil

I think this is a problem for you or Blizzard.

Original comment by eddedmondson on 24 Jan 2010 at 10:14

GoogleCodeExporter commented 8 years ago
This is odd. I ran into this issue twice in the last week when taking log files 
off
my brother's computer. So I wrote a script that would find these errors and fix 
them.

But when I ran this script on over 300 logs I've collected over the past year 
on my
own files, it found no other errors. Well, I'll attach the script I wrote 
anyways
just in case anyone has any use for it.

Original comment by gmd...@gmail.com on 27 Jan 2010 at 8:27

Attachments: