07th-mod / 07th-mod/python-patcher
Launcher GUI doesn't work on Windows 7 installer (WontFix)
- Linguagem predominante
- JavaScript
- Estrelas
- 214
- Forks
- 12
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
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.
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Direção de pesquisa
A issue descreve uma falha específica do Windows 7 no registro do objeto de trabalho do inicializador da GUI, que força um fallback para o instalador em modo de texto. Comece examinando o código do instalador que lida com o gerenciamento de processos e objetos de trabalho no Windows. Procure pela criação do processo aria2c e pela lógica de registro do objeto de trabalho. Determine se existe uma solução alternativa para o Windows 7 ou se o comportamento de fallback é a solução pretendida. Seria necessário testar em um ambiente ou simulação do Windows 7 para verificar quaisquer alterações.
Escrita pelo modelo de indexação a partir do texto da issue.
Avaliação
- Stack de tecnologia
- javascript, python
- Domínio
- cli, desktop
- Tipo de issue
- Bug
- Dificuldade
- 4/5
- Tempo estimado
- 3-5 dias
- Status de atividade
- Estagnada
- Clareza
- Razoavelmente clara
- Facilidade para iniciantes
- 35/100