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

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

オープン
#163 コメント 0 件 リアクション 0 件 担当者 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 を短くまとめたダイジェスト。