acaudwell / Gource

software version control visualization
https://gource.io
GNU General Public License v3.0
11.55k stars 723 forks source link

gource gives error "Access is denied\n gource: failed to generate log file" after Win 10 update to 1809 (using Mercurial) #199

Open SudoCerb opened 5 years ago

SudoCerb commented 5 years ago

Hi,

I've seen a couple of issues similar to this, but I successfully ran gource this very morning prior to updating to the latest Windows 10 Feature Update :-/

I have not knowingly made any other changes on my system.

I can execute hg log just fine. Any suggestions?

SudoCerb commented 5 years ago

I tried cloning my repo into another directory too, to see if that would work, but to no avail.

SudoCerb commented 5 years ago

When running the same command as Administrator I get the following error: "gource: unable to read log file"

SudoCerb commented 5 years ago

Of course, running it on my Ubuntu 19.04 machine works just fine :nerd_face: compiled from source and watched the magic.

Looking at the Mercurial log file between the two, it looks like part of my name got corrupted on the Windows machine.

Still trying to figure it out.

acaudwell commented 5 years ago

How if your name corrupted? Maybe its a character encoding issue.

You could manually generate the log using the command output by gource --hg-log-command edit the name and see if that's the problem.