TeamREPENTOGON / TeamREPENTOGON/Launcher

No valid REPENTOGON installation found

Open
#54 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C++
Stars
66
Forks
10
PR merge metrics
No merged PRs in 30d

Description

сделал все по инструкции, а когда запускаю лаунчер пишет ошибку.
вот логи, я просто в них вообще не разбираюсь:
[INFO] [2025-12-10 20:54:16] Successfully opened and parsed launcher configuration file C:\Users\simul\Documents\My Games\repentogon_launcher.ini
[INFO] [2025-12-10 20:54:16] Installation::Validate: validating D:\Steam\steamapps\common\The Binding of Isaac Rebirth\isaac-ng.exe
[INFO] [2025-12-10 20:54:16] InstallationData::Validate: validated executable D:\Steam\steamapps\common\The Binding of Isaac Rebirth\isaac-ng.exe (version 'v1.9.7.15.J374') (repentogon = 0)
[INFO] [2025-12-10 20:54:16] RepentogonInstallation::Validate: D:\Steam\steamapps\common\The Binding of Isaac Rebirth\Repentogon/ does not exist
[INFO] [2025-12-10 20:54:16] Installing Repentogon: wizard was skipped and Isaac installation contains no valid Repentogon installation
[FATAL] [2025-12-10 20:54:18] RepentogonInstallerHelper: destructor called with invalid status 1
[INFO] [2025-12-10 20:54:32] Successfully opened and parsed launcher configuration file C:\Users\simul\Documents\My Games\repentogon_launcher.ini
[INFO] [2025-12-10 20:54:32] Installation::Validate: validating D:\Steam\steamapps\common\The Binding of Isaac Rebirth\isaac-ng.exe
[INFO] [2025-12-10 20:54:32] InstallationData::Validate: validated executable D:\Steam\steamapps\common\The Binding of Isaac Rebirth\isaac-ng.exe (version 'v1.9.7.15.J374') (repentogon = 0)
[INFO] [2025-12-10 20:54:32] RepentogonInstallation::Validate: D:\Steam\steamapps\common\The Binding of Isaac Rebirth\Repentogon/ does not exist
[INFO] [2025-12-10 20:54:32] Installing Repentogon: wizard was skipped and Isaac installation contains no valid Repentogon installation
[ERROR] [2025-12-10 20:55:18] DownloadAsString: https://api.github.com/repos/TeamREPENTOGON/REPENTOGON/releases: error while performing HTTP request: cURL error: SSL connect error
[ERROR] [2025-12-10 20:55:18] Unable to download list of all Repentogon releases: 2
[ERROR] [2025-12-10 20:55:18] DownloadAsString: https://api.github.com/repos/TeamREPENTOGON/REPENTOGON/releases/latest: error while performing HTTP request: cURL error: SSL connect error
[INFO] [2025-12-10 20:55:18] RepentogonInstallation::Validate: D:\Steam\steamapps\common\The Binding of Isaac Rebirth\Repentogon/ does not exist
[ERROR] [2025-12-10 20:55:18] DownloadAsString: https://api.github.com/repos/TeamREPENTOGON/REPENTOGON/releases: error while performing HTTP request: cURL error: SSL connect error
[ERROR] [2025-12-10 20:55:18] Unable to download list of all Repentogon releases: 2
[ERROR] [2025-12-10 20:55:19] DownloadAsString: https://api.github.com/repos/TeamREPENTOGON/REPENTOGON/releases/latest: error while performing HTTP request: cURL error: SSL connect error
[INFO] [2025-12-10 20:55:19] RepentogonInstallation::Validate: D:\Steam\steamapps\common\The Binding of Isaac Rebirth\Repentogon/ does not exist
[INFO] [2025-12-10 20:59:02] Installation::Validate: validating D:\Steam\steamapps\common\The Binding of Isaac Rebirth\isaac-ng.exe
[INFO] [2025-12-10 20:59:02] InstallationData::Validate: validated executable D:\Steam\steamapps\common\The Binding of Isaac Rebirth\isaac-ng.exe (version 'v1.9.7.15.J374') (repentogon = 0)
[INFO] [2025-12-10 20:59:02] RepentogonInstallation::Validate: D:\Steam\steamapps\common\The Binding of Isaac Rebirth\Repentogon/ does not exist
[ERROR] [2025-12-10 20:59:24] DownloadAsString: https://api.github.com/repos/TeamREPENTOGON/REPENTOGON/releases/latest: error while performing HTTP request: cURL error: SSL connect error
[INFO] [2025-12-10 20:59:24] RepentogonInstallation::Validate: D:\Steam\steamapps\common\The Binding of Isaac Rebirth\Repentogon/ does not exist

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the launcher installation flow and the logged DownloadAsString calls to the GitHub releases API; the report provides no source file or test path. Reproduce the SSL connect error and trace how release metadata download failure affects validation. Done means the launcher can retrieve release information and complete installation validation in this scenario.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp, github
Domain
desktop, networking
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
32/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.