Skip to content
dermow edited this page Jan 30, 2022 · 11 revisions

Q: How does TraXile collect all these stats?

A: The Path of Exile client is writing some data to a logfile called Client.txt (area changes, deaths, dialogues). TraXile is parsing this file.


Q: Does TraXile sent my data to the internet?

A: No. Except for update checking, there is no data sent to the internet.


Q: Are the statistics 100% accurate?

A: No. There are some situations where small calculation errors can appear. The best example is the calculation of Conqueror Tried/Killed stats. Sometimes the final dialogue lines are not included in the log file. But I try to make all stats as accurate as possible.


Q: Windows is warning about "Unknown manufacturer"

A: I am developing this tool as a hobby project. As I am not making profit out of it, I am not using a Code signing certificate for it.


Q: One of my Boss statitics is not correct

A: This can happen if you are farming this boss and you got 2x the same instance in a row, this is rare but can happen - TraXile is not able to split these two fights then. Other possible problem is when you are doing the fights in someone elses instance and you are missing the dialouges.


Q: My map run appears as two in activity log

A: Most usually this happens if a game crash or restart appeared within your activity. The activity is then finished and started again, to track the time in a most accurate way.


Q: I opened TraXile, but my most recent activity is not shown in list

A: TraXile finishes the most activity types when another one is started. So the most recent activity should appear, if you start a new one.


Q: Some of my statistics in bossing tabs are too low or even zero

A: Make sure, dialogues as text are enabled in game settings. Most of the bossing statistics are based on dialogues.


TEST

Clone this wiki locally