-
Error received: This app can't run on your PC Latest 0.8 release AMD64 Windows build. |
Beta Was this translation helpful? Give feedback.
Replies: 15 comments 1 reply
-
On another note, I downloaded the source and tried to build it with It fails with this error: c:\go\src\blocky\server\server.go:6:2: no Go files in c:\go\src\blocky\docs |
Beta Was this translation helpful? Give feedback.
-
Just tested 0.8 on Windows 10 -> works fine. How did you start it? With cmd.exe? Line 20 in d4e4fab The swag tool can be installed as defined here: Line 12 in d4e4fab |
Beta Was this translation helpful? Give feedback.
-
I tried starting it from a command window (administrator): Same error. When running from Powershell I get a more detailed error: Program 'blocky_v0.8_windows_amd64.exe' failed to run: The specified executable is not a valid application for this OS This is Server 2019 (which is only 64bit). |
Beta Was this translation helpful? Give feedback.
-
Also, now when trying to build on this machine I get a bit further but: blocky/resolverc:\go\src\blocky\resolver\query_logging_resolver.go:46:22: undefined: unix.Access |
Beta Was this translation helpful? Give feedback.
-
Found some similar issue here: https://stackoverflow.com/questions/60625330/error-while-installing-kubectl-in-windows-10 |
Beta Was this translation helpful? Give feedback.
-
Same error when starting from current dir ".\blocky.exe" In CMD.exe window it also gives the error "Access is denied". This is an Administrator window too. |
Beta Was this translation helpful? Give feedback.
-
Do you try to compile the latest version (master)? This was fixed in #59 |
Beta Was this translation helpful? Give feedback.
-
I have not yet.... fairly new to Go lang. If I go get blocky will it pull master? |
Beta Was this translation helpful? Give feedback.
-
Just clone the git repo |
Beta Was this translation helpful? Give feedback.
-
Please try to add the directory to your PATH variable (or temporary copy the binary to a director in PATH) |
Beta Was this translation helpful? Give feedback.
-
Master built! Testing now. |
Beta Was this translation helpful? Give feedback.
-
So, it builds and is running. Appears that the https://hosts-file.net/ad_servers.txt is down (or gone). Is there another good list to grab? |
Beta Was this translation helpful? Give feedback.
-
Some list source are documented here: https://github.com/0xERR0R/blocky/wiki/List-sources |
Beta Was this translation helpful? Give feedback.
-
SHA1/SHA256 checksum should be provided for every binary release to ensure integrity. https://goreleaser.com/customization/checksum/ GoReleaser generates a project_1.0.0_checksums.txt file and uploads it with the release, so your users can validate if the downloaded files are correct. |
Beta Was this translation helpful? Give feedback.
-
@mapl Currently, I don't use goreleaser, but providing a checksum is a good idea |
Beta Was this translation helpful? Give feedback.
Do you try to compile the latest version (master)? This was fixed in #59