manuelernestog / weektodo

WeekToDo is a Free and Open Source Minimalist Weekly Planner and To Do list App focused on privacy. Available for Windows, Mac, Linux or online.
https://weektodo.me
GNU General Public License v3.0
1.53k stars 170 forks source link

can not use in win7 #193

Closed liudi1996 closed 1 year ago

liudi1996 commented 1 year ago

无法定位程序输入点DiscardVirtualMemory 于动态链接库KERNEL32.dll上

manuelernestog commented 1 year ago

Hi @liudi1996 can you please test if the version 2.0.0 still working o Windows 7 ? Maybe there are some compatibility problems with the new electron version.

https://github.com/manuelernestog/weektodo/releases/tag/v2.0.0

liudi1996 commented 1 year ago

2.0.0 is ok

manuelernestog commented 1 year ago

@liudi1996 I was researching, and it's a look like electron removed support for Windows 7 in version 23 https://www.electronjs.org/blog/windows-7-to-8-1-deprecation-notice, so basically this problem is not going to be solved by them. I can't also go back to olders version because of security problems.

To fix this problem you can fork the repo, change the version in the package.json file to electron 22 and build the last version for win 7.

Regards.