07th-mod / 07th-mod/python-patcher
Launcher GUI doesn't work on Windows 7 installer (WontFix)
- Ngôn ngữ chính
- JavaScript
- Star
- 214
- Fork
- 12
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Hướng nghiên cứu
Issue mô tả lỗi cụ thể trên Windows 7 trong việc đăng ký đối tượng job của trình khởi chạy GUI, buộc phải chuyển sang chế độ cài đặt văn bản. Bắt đầu bằng cách kiểm tra mã trình cài đặt xử lý quản lý tiến trình và đối tượng job trên Windows. Tìm kiếm quá trình tạo tiến trình aria2c và logic đăng ký đối tượng job. Xác định xem có giải pháp thay thế nào cho Windows 7 hay không hoặc liệu hành vi fallback có phải là giải pháp dự kiến hay không. Cần phải kiểm tra trong môi trường hoặc mô phỏng Windows 7 để xác minh bất kỳ thay đổi nào.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Đánh giá
- Công nghệ
- javascript, python
- Lĩnh vực
- cli, desktop
- Loại issue
- Lỗi
- Độ khó
- 4/5
- Thời gian dự kiến
- 3-5 ngày
- Mức độ hoạt động
- Đình trệ
- Độ rõ ràng
- Khá rõ ràng
- Mức phù hợp với người mới
- 35/100