1.8.5 不能在windows7 X64的系统上运行
Fengsirgd opened this issue · 2 comments
Fengsirgd commented
1.8.5 不能在windows7 X64的系统上运行,打开后没有反应闪退。1.8.4及之前的版本可以正常运行
josStorer commented
根据wails作者的评论: wailsapp/wails#3390, wails项目没有考虑win7支持
1.8.5版本开始,使用golang 1.22编译,这个版本的golang不支持win7
我自己也没有测试过win7运行,1.8.4版本居然可以在win7上用吗,可以自己把版本改成1.20: https://github.com/josStorer/RWKV-Runner/blob/master/go.mod#L3 编译
josStorer commented
新版本回退到了golang1.20, 可以下载试试