BOSSoNe0013 / track-o-bot

The friendly Hearthstone Tracker (Linux port)
https://trackobot.com
GNU Lesser General Public License v2.1
39 stars 6 forks source link

Still no tracking in 0.6.1 #31

Closed Strit closed 8 years ago

Strit commented 8 years ago

The same issue as the closed issue here: https://github.com/BOSSoNe0013/track-o-bot/issues/20

I still have no tracking, and no activity in the log, and yes, I have symlinked the Logs folder and the log.config file.

Strit commented 8 years ago

It seems that no logs are being generated at all....

BOSSoNe0013 commented 8 years ago

Hi, current is 0.6.2 so you've to update your local repo. Thx

Strit commented 8 years ago

Building it from your source, still says 0.6.1 in "About".

BOSSoNe0013 commented 8 years ago

You've to checkout repository, not downloading archive. The current version is 0.6.2.

Strit commented 8 years ago

Really sorry to be persistant, but shouldn't Hearthstone create logs in Hearthstone/Logs, when they are LogLevel=1 in log.config file?

Because mine creates no logs at all, even with all of them at LogLevel=1.

And following your build instructions from the readme.md, still results in a version 0.6.1. Maybe update does instructions if they are wrong?

BOSSoNe0013 commented 8 years ago

If you read the doc: Track-o-Bot now relies on Power.log, Zone.log, Asset.log and Bod.log so you have to create symlinks of the Hearthstone's logs folder ("WINEPREFIX/drive_c/Program Files/Hearthstone/Logs") and log.config ("WINEPREFIX/drive_c/users/WINEUSER/Local Settings/Application Data/Blizzard/Hearthstone/", create file if not exists) in the newly created folder

so your .Hearthstone folder should contains: agent.db -> /Wines virtual drives/Blizzard/drive_c/users/Public/Application Data/Battle.net/Agent/agent.db log.config -> /Wine's virtual drives/Blizzard/drive_c/users/bosselut/Local Settings/Application Data/Blizzard/Hearthstone/log.config Logs -> /Wine's virtual drives/Blizzard/drive_c/Program Files/Hearthstone/Logs output_log.txt -> /Wine's virtual drives/Blizzard/drive_c/Program Files/Hearthstone/Hearthstone_Data/output_log.txt

Your log.config content should looks like: [Zone] LogLevel=1 FilePrinting=true

[Asset] LogLevel=1 FilePrinting=true

[Bob] LogLevel=1 FilePrinting=true

[Power] LogLevel=1 FilePrinting=true

Strit commented 8 years ago

Thanks mate. I had my log.config in the wrong folder. I had mine in users/wineuser/Local/AppData/Blizzard/Hearthstone, because many other sites, said that's where it needed to be. Moved it to correct folder, symlinked that file to .Hearthstone and it worked. I am now getting logs.

Thanks alot. Sorry for being a noob.

BOSSoNe0013 commented 8 years ago

You're welcome ;)