-
Notifications
You must be signed in to change notification settings - Fork 0
Troubleshooting
Crauzer edited this page Feb 23, 2026
·
1 revision
Common issues and how to resolve them.
LTK Manager writes logs that are helpful for diagnosing issues.
| Platform | Location |
|---|---|
| Windows | %APPDATA%\dev.leaguetoolkit.manager\logs\ltk-manager.log |
| Linux | ~/.local/share/dev.leaguetoolkit.manager/logs/ltk-manager.log |
Logs are rotated daily and automatically cleaned up after 7 days.
For verbose logging during development, set the RUST_LOG environment variable:
RUST_LOG=ltk_manager=trace,tauri=infoCause: LTK Manager can't locate your League installation.
Fix:
- Go to Settings
- Try Auto-Detect first
- If that fails, click Browse and navigate to your League directory
- The directory should contain
Game/League of Legends.exe
Possible causes:
- Mods are installed but not enabled — check the toggle on each mod
- Patcher is not running — click Patch in the status bar
- Patcher was started before enabling the mod — stop and re-patch
- Mod targets different game files than expected
Possible causes:
- League path is incorrect or League was uninstalled
- Another instance of the patcher is already running
- Insufficient permissions — try running as administrator
Check the log file for specific error messages.
Cause: No workshop path is set.
Fix: Go to Settings and set the Workshop Path to a directory where you want to store mod projects.
Possible causes:
- .modpkg/.fantome: File is corrupted or uses an unsupported format version
- Git import: Repository URL is invalid or inaccessible
- Name conflict: A project with the same name already exists in the workshop
The overlay building step processes all enabled mod files. Build time depends on:
- Number of enabled mods
- Total size of mod files
- Number of WAD archives to process
The first build is usually the slowest.
- Check if another instance is already running
- Try deleting
settings.jsonto reset to defaults (you'll need to reconfigure paths) - Check the log file for startup errors
If your issue isn't listed here:
- Check the GitHub Issues for known problems
- Open a new issue with:
- A description of the problem
- Steps to reproduce
- Your log file contents
- LTK Manager version (shown in the title bar)
Getting Started
LTK Manager
Creator Workshop
Ecosystem
Development