07th-mod / 07th-mod/python-patcher
Launcher GUI doesn't work on Windows 7 installer (WontFix)
- Lingua principale
- JavaScript
- Stelle
- 214
- Fork
- 12
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Direzione di ricerca
L'issue descrive un errore specifico di Windows 7 nella registrazione dell'oggetto job del launcher GUI, che forza un fallback all'installer in modalità testo. Inizia esaminando il codice dell'installer che gestisce la gestione dei processi e gli oggetti job su Windows. Cerca la generazione del processo aria2c e la logica di registrazione dell'oggetto job. Determina se esiste una soluzione alternativa per Windows 7 o se il comportamento di fallback è la soluzione prevista. Sarebbe necessario testare in un ambiente o simulazione di Windows 7 per verificare eventuali modifiche.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- javascript, python
- Ambito
- cli, desktop
- Tipo di issue
- Bug
- Difficoltà
- 4/5
- Tempo stimato
- 3-5 giorni
- Stato di attività
- Ferma
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 35/100