07th-mod / 07th-mod/python-patcher

Launcher GUI doesn't work on Windows 7 installer (WontFix)

未关闭
#163 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
wontfix
主要语言
JavaScript
星标
214
派生
12
PR 合并指标
30 天内没有已合并 PR

描述

The UI based launcher doesn't work on windows 7. You can still install using the text-mode installer, however.

I'm just recording that the reason for this is:
- On Windows 7, the "job object" registration fails
- the "job object" was introduced to make sure that when you close the installer UI, the aria2c process is killed (so that it doesn't keep downloading in the background). This is only necessary when using the UI, as when using console/text mode installer, closing the console window will terminate aria2c automatically
- Therefore, even if the UI works, if the job object registration fails, we use the console/text mode installer, to make sure aria2c is killed if you close the installer (well, close the terminal). If we allowed the UI, we'd also be allowing the aria2c process to run in the background if you closed the UI window.

TODO:

- [ ] Note this in the wiki
- [ ] Add option to text mode installer to run from temp folder? This option is not given in the text mode installer.

贡献指南

这个仓库没有索引到贡献指南

调研方向

该 issue 描述了 GUI 启动器在作业对象注册时出现的 Windows 7 特定故障,这会导致强制回退到文本模式安装程序。首先检查安装程序中处理 Windows 进程管理和作业对象的代码。查找 aria2c 进程的生成和作业对象注册逻辑。确定是否存在针对 Windows 7 的变通方案,或者回退行为是否是预期的解决方案。需要在 Windows 7 环境或模拟环境中进行测试以验证任何更改。

由索引模型根据 Issue 内容生成。

评估

技术栈
javascript, python
领域
cli, desktop
Issue 类型
缺陷
难度
4/5
预计耗时
3-5 天
活跃度
停滞
描述清晰度
基本清楚
新手友好度
35/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。