TeamREPENTOGON / TeamREPENTOGON/Launcher
Weird Error
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 66
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
Unable to check if another instance of the updater is already running
Check the log file (you may need to launch Isaac normaly at least once; otherwise rerun with --force)
Inside the log txt file said:
[INFO] [2026-07-25 06:16:48] Updater started with command-line args:
[INFO] [2026-07-25 06:16:48] Current Directory: c:\users\user\desktop\wub\repentogon
[INFO] [2026-07-25 06:16:48] TryUpdateLauncher started.
[ERROR] [2026-07-25 06:16:48] LockUpdater: CreateFileA failed (5)
[ERROR] [2026-07-25 06:18:34] Error while attempting to lock the updater
[INFO] [2026-07-25 06:18:34] Progress bar thread ended.
Help?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the updater flow named in the log, especially TryUpdateLauncher and LockUpdater, and reproduce the failure using a normal launch and then --force. Investigate the CreateFileA failure with error 5 and verify that the updater can check or acquire its lock without producing the reported error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- desktop, operating-systems
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 45/100