Kparser breaks the log and "party, linkshell, tell" tabs
Closed this issue · 3 comments
GoogleCodeExporter commented
What steps will reproduce the problem?
1. Run Kparser using log files and read existing
2. Parse for a while
3. Try to scroll back the log or view the party/tell/linkshell/etc tabs.
There is a work around for this.
If, before parsing, I go to the TEMP dir and delete all of the existing
log files and then start the parse, this does not happen. However, if mid-
party I decide to start a parse, it will break the log.
Original issue reported on code.google.com by sakae.ja...@gmail.com
on 7 Apr 2008 at 2:12
GoogleCodeExporter commented
Insufficient information to replicate issue. What do you mean by "break the
log"?
If you mean that the in-game log does not show everything for a particular chat
type
(though it does show up in the global history log), I have had that occur on
numerous
occasions when not parsing at all, so I can't confirm that as having anything
to do
with the parser.
Original comment by Kinemati...@gmail.com
on 11 Aug 2008 at 2:25
GoogleCodeExporter commented
[deleted comment]
GoogleCodeExporter commented
Changes made in the log reading class. Opening one of the log files no longer
restricts access from other programs trying to open the same file. That should
take
care of this problem, if I'm understanding it correctly.
Original comment by Kinemati...@gmail.com
on 9 Mar 2009 at 8:17
- Changed state: Fixed