07th-mod / 07th-mod/python-patcher
Launcher GUI doesn't work on Windows 7 installer (WontFix)
- Langage dominant
- JavaScript
- Étoiles
- 214
- Forks
- 12
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
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.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Piste de recherche
Le problème décrit un échec spécifique à Windows 7 dans l'enregistrement de l'objet job du lanceur GUI, qui force un repli sur l'installateur en mode texte. Commencez par examiner le code de l'installateur qui gère la gestion des processus et les objets job sous Windows. Recherchez le lancement du processus aria2c et la logique d'enregistrement de l'objet job. Déterminez s'il existe un contournement pour Windows 7 ou si le comportement de repli est la solution prévue. Des tests dans un environnement ou une simulation Windows 7 seraient nécessaires pour vérifier toute modification.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- javascript, python
- Domaine
- cli, desktop
- Type d'issue
- Bug
- Difficulté
- 4/5
- Temps estimé
- 3-5 jours
- Activité
- À l'abandon
- Clarté
- Plutôt claire
- Accessibilité débutants
- 35/100