Skip to content
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

Cant start under win10/64 #1

Closed
strech345 opened this issue Jul 16, 2022 · 4 comments
Closed

Cant start under win10/64 #1

strech345 opened this issue Jul 16, 2022 · 4 comments
Labels
bug Something isn't working wontfix This will not be worked on

Comments

@strech345
Copy link

strech345 commented Jul 16, 2022

Hello,
first get a message that this might harm my pc. think because the owner of this software is not windows license.

But after accept this worning, get the error that i doenst have the right to install. After that this exe is removed.
also avira told me that this is a virus :-(

@mrkeuz
Copy link
Owner

mrkeuz commented Jul 16, 2022

Thanks for reporting.

Windows build it is experimental. This is first python app I have packaged.
I will investigate this issue when I have enough time.
Probably it needed sign app or similar.

Right now you can try next options:

  1. I remember that there were some issues to run when vlcsync.exe was under ~/User/Downloads (or similar). So just try to move binary to i.e. C:\vlcsync folder. Then try again to run.

  2. If that doesn't help, just try to install vlcsync from sources:

  • Install python (with Add Python to PATH checkbox)
  • Restart
  • Start console (Press Super → type cmd → press Enter)
  • Run in console: pip3 install vlcsync
  • For start program. Run in console: vlcsync

Let me know if there are some issues.

Also, could you tell me what antivirus you're use?

@mrkeuz mrkeuz added the bug Something isn't working label Jul 16, 2022
@mrkeuz
Copy link
Owner

mrkeuz commented Jul 16, 2022

I have done investigation.

Issue related to pyinstaller "AntiVirus false positive" issues:

For fix, it needs to buy MS Certificate and sign binaries. And do additional tricks.
Windows is not priority platform, so issue will NOT PLAN to fix.

For installing use pip3 installation method, described above.
I will update README for this.

@mrkeuz mrkeuz closed this as completed Jul 16, 2022
@mrkeuz mrkeuz added the wontfix This will not be worked on label Jul 16, 2022
@mrkeuz
Copy link
Owner

mrkeuz commented Jul 16, 2022

I've added alternative way installation instructions for Windows:
https://github.com/mrkeuz/vlcsync/blob/main/docs/install.md

@strech345
Copy link
Author

@mrkeuz thanks!
i will check it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants