mirror of
https://github.com/creamlike1024/EasyLPAC.git
synced 2026-04-25 12:55:54 +03:00
[GH-ISSUE #27] Can't open EasyLPAC on Windows 7 #11
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/EasyLPAC#11
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @glli on GitHub (Dec 30, 2024).
Original GitHub issue: https://github.com/creamlike1024/EasyLPAC/issues/27
When I open the latest version of EasyLAPC (v0.7.6), nothing appears. After investigating via the command line, I encountered a 'bcryptprimitives.dll not found' error. It seems that the app was compiled using Go, and Go dropped support for Windows 7 starting with version 1.21.
Maybe consider supporting Windows 7 as System requirements say?
@creamlike1024 commented on GitHub (Dec 31, 2024):
The latest release(0.7.6 Build6) has been downgraded to Golang 1.20. Please check if it can run on Windows 7
@glli commented on GitHub (Dec 31, 2024):
Confirm it is working on Windows 7 now. Thank you so much!