|
Author |
Thread Statistics | Show CCP posts - 0 post(s) |

Tyrion WarMage
Black Phoenix Legion The Fourth District
0
|
Posted - 2012.12.16 00:08:00 -
[1] - Quote
I decided to write a new Combat Log Parser because i found all existing ones to be not working or insufficient, This is Beta, of course, but i think i'm at a point where its is usable and i would like to get some feedback :).
If you want to try it out: Combat Log Parser (JAR)
I will also publish the source code onces this is a bit more polished.
This Programm uses the following Libraries: jFreeChart joda-time lablib-checkboxtree Thanks to the developers for their work on those.
Note: The programm is reading all files in your gamelog directory on startup. This can take awhile, depending on the amount/size. If a file is not showing up, then i could not be parsed or has no damage-events.
|

Tyrion WarMage
Black Phoenix Legion The Fourth District
0
|
Posted - 2012.12.18 10:52:00 -
[2] - Quote
Revenge Bunny wrote:im quite noob.... i downloaded this and unzipped it, i cant see any installer or anything and i dont know how to get it to read the gamelogs? i rebooted my comp because you said it reads the gamelogs on startup, not sure if thats what you meant It's a java programm, you shouldnt unzip it. If java is correctly installed, you should be able to double click it and start it up. If possible i will add an EXE release next time.
|

Tyrion WarMage
Black Phoenix Legion The Fourth District
0
|
Posted - 2012.12.18 14:07:00 -
[3] - Quote
Revenge Bunny wrote:ok thanks, i got it working.... its far more advanced than what i was expecting lol, so well done, i hope it proves to be a handy tool for people in the future... the only disappointing thing was for me, that the particular fight i was interested in didnt show up in the list, in fact quite a lot didnt really, so perhaps that may be something which could be improved on
thanks for all ur efforts buddy!!
i tested this with AVG internet security 2013, and was all good If its an Retribution Log, please send it to me and i will have a look. Everything after Inferno should work, but i will not debug those.
|

Tyrion WarMage
Black Phoenix Legion The Fourth District
0
|
Posted - 2012.12.20 20:56:00 -
[4] - Quote
Updated to v0.23 Added some screenshots |

Tyrion WarMage
Black Phoenix Legion The Fourth District
0
|
Posted - 2012.12.22 13:08:00 -
[5] - Quote
Isis Loreda wrote:I just tried to launch it, but got the message it couldn't be launched and to check the console for errors. I'm on OS X with the latest 1.7_10 Java.
I'm not sure where to find the java console these days to post any helpful information - I wonder if they left it out of the mac distribution after searching around. That's probably due to OS X having a different folder for storing the logs. I uploaded a small fix that will open a choose directory dialog should the log folder not be available. (In WIndows the log folder is Documents/EVE/logs/Gameslog) Hence, i hope the problem is now fixed for you,
If not, you can see the console output by running:
"java -jar CombatLogParser.jar" from the console. |

Tyrion WarMage
Black Phoenix Legion The Fourth District
0
|
Posted - 2012.12.23 13:08:00 -
[6] - Quote
Isis Loreda wrote:Thanks Tyrion! It loads correctly using the command line, but it hangs at load via double clicking and doesn't appear to ever load. Part of that may be a user error because I think I selected the wrong folder by mistake initially.
I did get some out of memmory errors in the console which seem to coinside with scrolling horizontally to see all the charts. Not with all log files though. In fact, they same to be doing fine as I do more testing with other logs. The difference seems to be that checking both boxes for splitting by fight and ship timeout causes the out of memory error.
Thanks for all the work you're doing; it's looking good!
I tried to add some info from the console, but the forum flags it as html....
the error output would be really helpfull, but i'm assuming you are talking about this error: "java.lang.OutOfMemoryError: Java heap space" ? If this is the case, starting the programm with "java -jar -Xmx512m CombatLogParser.jar" should fix it. (This will set the memory the programm can use to 512MB) .. i'm currently looking for a generic solution but that does not seem to be trivial.
|

Tyrion WarMage
Black Phoenix Legion The Fourth District
0
|
Posted - 2012.12.26 01:34:00 -
[7] - Quote
Amira Silvermist wrote: You could use Java webstart and put the commands for the heapspace right into the jnlp file. Makes it pretty convenient to publish updates as well.
Thx for the info, but i dont want do deploy it as web application. I have found an exe wrapper for windows (launch4j), but not for mac.
I have different problem:
Amira Silvermist wrote: Using JRE7 on Windows 8 On my Windows 7 Machine it worked last time though.
can't see how this could happen, but i have added an catch to prevent this error. But please send me the log that has inflicted the error to [email protected] if you dont mind.
|

Tyrion WarMage
Black Phoenix Legion The Fourth District
0
|
Posted - 2012.12.26 01:38:00 -
[8] - Quote
Update to v0.24
- Some bugfixes - Added a "current DPS" timeline
-- Request for logs -- I'm currently trying to implement some more advanced features, but for really testing them, i need more data. Hence, i would be happy to get some logs. Please send me your combat logs to [email protected], including a short description (the Plex/WH Site/Mission name is enough) I'm mainly interested in: - WH logs - L5 Mission logs - Plex logs (- PvP logs) |

Tyrion WarMage
Black Phoenix Legion The Fourth District
1
|
Posted - 2012.12.27 15:03:00 -
[9] - Quote
Thanks for your input, posts like that are motivating me to increase my efforts :)
1. I know, but layout programming is a mess ... i will improve stuff a bit here and there but only if its trivial work .. thats not the kind of problem i like to solve. But charts are having tooltips which is showing nearly the same data.
2. Look into the quality chart (count). Those are all hits. Reward calculations would require market data import. There is plenty of other stuff i will implement first.
3. You can open up multiple parallel windows with different selections.
4. Nope, but saveable "working sets" are planned long term.
5. Rightclick any chart and export to PNG.
6. Just select the ones you want. The date is already shown.
7. Tooltips are planned.
8. Good idea, add to my ToDos.
9. This would required parsing of websites, where the layout can change. Sorry, not happening. But i have an idea how to determine the "same" site. Thisway it is possible to get data for a singular site type without the exact knowledge of which site it is.
10. I would need a complete API, allowing me to get shield/armor resistance/recharge values etc ... a common format is not enough, hence this will probably not happen.
11. Requires splitting the log data into single ships - That's very diffcult, because multiple ships with the same name can occure at once. But thats the problem i'm working on at the moment .. we'll see ...
13. See (1.)
And if you want to help, send me some logs (see my last post) :) |

Tyrion WarMage
Black Phoenix Legion The Fourth District
1
|
Posted - 2012.12.27 15:27:00 -
[10] - Quote
Aphelion Thunderclap wrote:would love to see this work...not sure how tho all i see is a RAR file its a JAR File which should be associated with Java. If not, try rightclick "Open with->Java" or you can run it from the command line with "java -Xmx512m -jar CombatLogParser.jar".
.. but the next release will include an common windows exe file. |
|

Tyrion WarMage
Black Phoenix Legion The Fourth District
1
|
Posted - 2012.12.28 14:51:00 -
[11] - Quote
Update to v0.25 - Some PvP logfile fixes (thanks to Amira Silvermist) - Some other bugfixes - Tooltips for quality chart labels - Tooltip for the Timeline Selection Tree - Tooltips for the Parser Options (- Undocumented since v0.24: Multi Log Selection + Aggregated Data View) - Added EXE File and SH Script for startup |

Tyrion WarMage
Black Phoenix Legion The Fourth District
1
|
Posted - 2013.01.05 17:47:00 -
[12] - Quote
Aphelion Thunderclap wrote:looking to higher a Programmer to write me a Kill mail parser if your interested let me know As said, i'm going to release my source code. Depending on what you expect, that could already be what you need, but i'm not interested in paid work. ..but maybe that tool will evolve to what you want anyways :) |

Tyrion WarMage
Black Phoenix Legion The Fourth District
1
|
Posted - 2013.01.05 17:49:00 -
[13] - Quote
v 0.26 Release
- Fixed Log sorting&selection - Added Received Damage and Dealt/Recevied DPS to Aggregated Data View
Currently thinks are going a bit slow, because i had to find out that the log data is pretty inexact :( Probably due to lag) making the stuff i want difficult. |

Tyrion WarMage
Black Phoenix Legion The Fourth District
2
|
Posted - 2013.01.09 18:56:00 -
[14] - Quote
Oona Jay wrote: By unchecking "Split fight by timeout" in your tool v0.26 I'm able to get a nice summary of my dealt damage by weapon type over the course of the entire log file (for example, a series of incursion or C2 sites). This is most of what I wanted.
The info at the aggregated data Tab,when using split should be more exact because it is excluding downtimes.
Oona Jay wrote: (possibly due to zooming issues, or possibly the timing stuff you mentioned).
All graphs have a right-click menu for changing zoom. Mouse wheel is also enabled.
Oona Jay wrote: May I suggest estimating the current DPS via a moving average of total damage with roughly a 60-second window?
It's already on my ToDo list .. comments like this are moving it up :)
..and greeting Duke :)
|

Tyrion WarMage
Black Phoenix Legion The Fourth District
2
|
Posted - 2013.01.09 20:12:00 -
[15] - Quote
Update to 0.27
Added Average DPS over 60 sec. to timeline |

Tyrion WarMage
Black Phoenix Legion The Fourth District
4
|
Posted - 2013.01.19 13:36:00 -
[16] - Quote
Update to v0.30
- added added ship "time attacked" and "time attacking" duration markings to timeseries view - added DPS per ship lifetime to individual data view (- update screenshots) |

Tyrion WarMage
Black Phoenix Legion The Fourth District
5
|
Posted - 2013.05.05 12:32:00 -
[17] - Quote
I stopped playing EVE, but i uploaded the source code, together with some short instructions. At least adapting to Log File changes should be easily doable for someone with java experience.
See the first post . |
|
|
|