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

Check for updates (Windows) failing #53

Open
JohnnyOpcode opened this issue Aug 4, 2022 · 8 comments
Open

Check for updates (Windows) failing #53

JohnnyOpcode opened this issue Aug 4, 2022 · 8 comments

Comments

@JohnnyOpcode
Copy link

The current version downloaded from the website detects a new version, but fails to download (?) and install (?) in Windows (10).

ANy ideas where to patch?

@thiagoralves
Copy link
Owner

thiagoralves commented Aug 4, 2022 via email

@JohnnyOpcode
Copy link
Author

It hangs shortly after the download is my best interpretation.
image

@thiagoralves
Copy link
Owner

thiagoralves commented Aug 5, 2022 via email

@JohnnyOpcode
Copy link
Author

Do you mean I need to add a firewall rule (manually) for the application under Windows 10? I am browsing GitHub without issue as can be seen here.

@thiagoralves
Copy link
Owner

thiagoralves commented Aug 5, 2022 via email

@JohnnyOpcode
Copy link
Author

C:\Users\DEV\OpenPLC_Editor>if exist .\new_editor\ rmdir /s /Q new_editor

C:\Users\DEV\OpenPLC_Editor>if exist .\OpenPLC_Editor\ rmdir /s /Q OpenPLC_Editor

C:\Users\DEV\OpenPLC_Editor>git clone https://github.com/thiagoralves/OpenPLC_Editor
Cloning into 'OpenPLC_Editor'...
fatal: unable to access 'https://github.com/thiagoralves/OpenPLC_Editor/': error setting certificate verify locations: CAfile: C:\Program Files\Git\mingw64\ssl\certs\ca-bundle.crt CApath: none

C:\Users\DEV\OpenPLC_Editor>if exist .\OpenPLC_Editor\editor\ (
move .\OpenPLC_Editor\editor .\new_editor
copy /y .\OpenPLC_Editor\revision .
rmdir /s /Q OpenPLC_Editor
echo "Update applied successfully"
) else (echo "Error cloning from repository!" )
"Error cloning from repository!"

C:\Users\DEV\OpenPLC_Editor>

@thiagoralves
Copy link
Owner

thiagoralves commented Aug 9, 2022 via email

@JohnnyOpcode
Copy link
Author

I have no Git installed or on my path. I do have GitHub Desktop however.

This directory does not exist on my PC nor the .crt file as well.
C:\Program Files\Git\mingw64\ssl\certs\ca-bundle.crt

I will keep debugging the problem..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants