Koharu does not finish starting
Koharu does not finish starting
First launch can download native packages before the project browser becomes interactive. Let active downloads finish and confirm the repositories are reachable.If initialization fails repeatedly, close every Koharu process, update the GPU driver, restart the computer, and retry on a stable network. Capture the complete error.Do not remove a runtime directory while a process may have its libraries loaded.
A model download fails
A model download fails
Check access to the model’s Hugging Face repository and available cache disk space. Proxies, regional filtering, authentication, antivirus scanning, or interrupted writes can block downloads.Retry the same model once. If the same file fails, include the repository, filename, and full error in your report.
Inference falls back to CPU
Inference falls back to CPU
A detected GPU still needs a compatible driver, backend, and runtime package. Check the resource
monitor and startup logs for the device actually selected. CPU fallback is expected when no
complete accelerator path is usable. See hardware.
Detection or OCR misses text
Detection or OCR misses text
Check that the page is upright and readable. Inspect detected regions before changing OCR models.
Adjust thresholds conservatively across several pages, try a manga-specific recognizer for
Japanese, and correct source text before translating again.
Inpainting damages artwork
Inpainting damages artwork
Paint a smaller Remove mask and avoid bubble borders and line art. Try a direct inpainting model
before a heavier generative model. Keep manual touch-ups on a separate authored raster layer.
A translation provider fails
A translation provider fails
Verify credentials, base URL, and provider-specific fields in Settings → Providers, then
reopen the model picker. For a compatible server, check the chat endpoint and enable Vision
input only if the selected model accepts images.
Koharu Agent cannot sign in or run
Koharu Agent cannot sign in or run
Cancel the existing sign-in or request before retrying. Check that browser authorization completed
for the intended ChatGPT account. Agent sign-in is separate from OpenAI translation-provider
credentials.
Text is missing or malformed
Text is missing or malformed
Confirm the layer contains translated text, is visible, has nonzero opacity, and uses a font
covering the target script. Reset automatic fitting after large text changes. Source-only text is
not rendered.
Export differs from the canvas
Export differs from the canvas
Capture the project revision, affected page, format, canvas screenshot, and exported image. Canvas and exports start from the same prepared frame, so a meaningful mismatch should be reported.
Collect detailed logs
Start Koharu from a terminal to enable logging for that process. A terminal runs commands you type or paste; leave it open while reproducing the problem.- Windows
- macOS
- Linux
1
Open PowerShell
Open Start, search for PowerShell, and launch Windows PowerShell. Windows Terminal also works with a PowerShell tab. Use PowerShell rather than Command Prompt.
2
Start Koharu
Paste the command with
Ctrl+V or right-click, then press Enter. Do not paste the PS C:\Users\YourName> prompt.3
Use a full path if needed
If
koharu.exe is not recognized, search for Koharu in Start, right-click Open file location, then open the shortcut’s Properties and copy Target. Replace the example below with that path, keeping & and the quotes.Ctrl+C once in the terminal if the launched process is frozen.
Save a log file
In a new terminal, run the command for your platform, reproduce the problem, and close Koharu. The log is written to your home directory. Substitute the full executable path if the short command was unavailable.- Windows
- macOS and Linux
[removed], keeping surrounding diagnostics. Include your OS, Koharu version, intended action, reproduction steps, and approximate error time.
Attach the text log to a GitHub issue or ask on Discord.