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

Can not run ShortCircuit on Win7 #4

Closed
rossos opened this issue Oct 23, 2020 · 5 comments
Closed

Can not run ShortCircuit on Win7 #4

rossos opened this issue Oct 23, 2020 · 5 comments
Assignees
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@rossos
Copy link

rossos commented Oct 23, 2020

Downloaded latest 0.5.0 executable and replaced the old (0.4.x) executable in the same folder. Trying to run the new file gives me two errors in a row, and the application does not launch:

System error: The program can't start because api-ms-win-core-path-l1-1-0.dll is missing from your computer.

Fatal error detected: Error loading Python DLL 'C:\Users\...\AppData\Local\Temp\..\python39.dll' LoadLibrary: The specified module could not be found.

I am trying to run this on a Windows 7 machine, which I assume is the source of this error.

@secondfry
Copy link
Owner

Damn, I hoped this won't be the case. I'll tackle this ASAP. Thank you for report!

@secondfry secondfry self-assigned this Oct 28, 2020
@secondfry secondfry added the bug Something isn't working label Oct 28, 2020
@secondfry
Copy link
Owner

secondfry commented Oct 28, 2020

About api-ms-win-core-path-l1-1-0.dll:
I couldn't find it from official sources – I've checked Windows 10 SDK, vcredist 2015-2019, vcredist 2015.
So I had to download it from 3rd party source, but seemingly it is original dll – https://www.virustotal.com/gui/file/e39ca111d81e6e5d90cf13fa0aee525d8a2740b84d2c5cd378dd69e4f79f8b0f/detection.
I've added it to build script in a88a38c.

Regarding python39.dll LoadLibrary failure – it seems this one should be related to previous one even tho apparently Python 3.9 dropped support for Windows 7.

@rossos, can you please test https://github.com/secondfry/shortcircuit/releases/tag/v0.5.1-pre.1?
If it would still fail to load, I will just make Python 3.8 release for Windows 7.

@secondfry secondfry added the help wanted Extra attention is needed label Oct 30, 2020
@secondfry
Copy link
Owner

Looking for anyone to test https://github.com/secondfry/shortcircuit/releases/tag/v0.5.1-pre.1 on Windows 7.

@rossos
Copy link
Author

rossos commented Oct 30, 2020

@secondfry Yes, the linked 0.5.1 loads for me as expected - no errors.

@secondfry
Copy link
Owner

Thank you, closing the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants