ProjectTako / kparser

Automatically exported from code.google.com/p/kparser
1 stars 3 forks source link

Kparser 1.3.9 not parsing #38

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. doesn't give any obvious errors in program, correct memloc, deleted 
install directory/ wayward still persists.
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

xp 1.3.9
Please provide any additional information below.

Original issue reported on code.google.com by gies6...@gmail.com on 4 Jun 2009 at 11:58

Attachments:

GoogleCodeExporter commented 8 years ago
I have the same problem and I get the same exact error log.

Original comment by david.ka...@gmail.com on 10 Jun 2009 at 2:51

GoogleCodeExporter commented 8 years ago
I get the same problem. No error, just refuses to parse despite having the 
correct
memloc.

Original comment by Demonst...@gmail.com on 15 Jun 2009 at 12:28

GoogleCodeExporter commented 8 years ago
1.3.8 worked fine for me, but 1.3.9 stops parsing soon after it starts.  The 
problem
is with the new memory code: once chatLogStruct.NextUniqueChatID hits 1050, it 
wraps
back to 1001, so nothing after that gets parsed.  This happens at the same time 
as
chatLogInfo.NumberOfLines wraps from 50 to 1.  I imagine that the field in the
control structure isn't actually the next unique line number, but rather the 
number
of lines in the scrollback buffer or something.

Reverting the Monitor changes seems to fix the problem:

Original comment by Valya...@gmail.com on 22 Jun 2009 at 1:55

Attachments:

GoogleCodeExporter commented 8 years ago
Issue 39 has been merged into this issue.

Original comment by Kinemati...@gmail.com on 6 Aug 2009 at 3:41

GoogleCodeExporter commented 8 years ago
Have verified that Valyanaa was correct in his assessment.  Reverted to old 
code.

Original comment by Kinemati...@gmail.com on 6 Aug 2009 at 3:42