-
-
Notifications
You must be signed in to change notification settings - Fork 7.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hugo server
freezing with hugo_0.15_windows_386.exe (32-bit)
#1628
Comments
This problem was discovered and fixed by @tpng 19 or 20 hours ago, see Issue #1621. In the meantime, please use the 64-bit hugo_0.15_windows_amd64.zip (amd64 = x86-64) binary instead, available at: Please let us know if it solves the problem for you or not! Thanks, |
Could you please try to get the latest hugo using |
Please also run |
Downloaded latest version and rebuilt binary. It still hangs using "hugo version". I can probably debug it for you guys later. I need to work on some other things but should get some free time later this weekend to look a little closer. I suspected it would be something really obvious considering the changes between the versions. So far I really like where you are going with HUGO. It looks great! |
Thank you @lukewilliamboswell and @tpng. I am on my way out to choir practice, but will try tonight on my wife's Windows 8.1 64-bit and see if I can reproduce it. |
Seems unrelated to #1621. |
@lukewilliamboswell Please run |
I've done some tests on a Windows 10 x64 system. Everything works for me using HEAD. Here's what I tested:
In all cases, I ran Hugo from the All that to say that I can't reproduce what @lukewilliamboswell is seeing with HEAD. If building from source, make sure to update all dependencies ( |
@dergroncki Do you use any antivirus or firewall software, if yes, which one? |
@tpng avast 2015 - free edition |
@dergroncki Could you try to disable avast and run hugo again to see if it hang or not? |
@tpng Ok, I disabled avast. And now is working like a charm. You made my day. Thanks a lot. |
Great, I guess you can add hugo to avast exclusion list and re-enable avast to see if it still works. Thanks! @lukewilliamboswell Could you confirm if you are using avast too or not? |
Yes I am using Avast free edition. |
Can you try to disable DeepScreen by unchecking |
Strange. Hugo 0.15 is working now... yet I haven't changed anything. Somehow between Saturday and now the issue has gone away. Checking windows update and there was an update that looks unrelated (KB3103688). Other than that my configuration hasn't changed. Any ideas for things to check? |
I guess Avast updated something on their part so the problem is not triggered anymore. Maybe try to use hugo as usual and see if any more issues come up. |
@tpng I managed to re-create the issue and can confirm that disabling DeepScreen eliminates the problem. |
I use Windows 7 Starter 32 bit on my Asus EEE laptop with SSD. And I don't use a antivirus. At all. |
hugo server
freezing with hugo_0.15_windows_386.exe (32-bit)
Downloaded zip file with Hugo from this source |
Hi @vadimptr, What you are seeing is completely normal. Running Please follow the QuickStart tutorial at http://gohugo.io/overview/quickstart to get started. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
I downloaded and try to verify the binary by running "hugo help" and it just sits there doing nothing. This happens in both command prompt and power shell.
I downloaded and built the executable from go source (go get -v github.com/spf13/hugo) and the same thing happens.
However, when I use the v0.14 binary all is good and works as expected.
The text was updated successfully, but these errors were encountered: