-
Notifications
You must be signed in to change notification settings - Fork 51
Troubleshooting
Before escalating issue, please, try reading through this document. If none of the described issues apply to your situation, then grab the game's log file and make a posting on the KIS forum giving as much details as you can. Please, don't post just a short message like "KIS doesn't work" - nobody will be able to help you.
Read the README.md
file. Please, follow the steps exactly. Don't assume you can skip something, it will likely break the installation.
The KIS
setup is wrong, it must be installed exactly as described on the KIS forum. When the required files are not found, the described issue shows up. Below are described some frequent mistakes that people do, but this is not an exhaustive list.
The sources on GitHub must not be used for the mod installation. It won't work! Go to the release page and download the release. Inside, there will be a release file, e.g. KIS_v1.18.zip
. This is the installation archive.
This is how the right installation looks like:
There is just one right location where the KIS
files must be located. If you changed the location either intentionally or by a mistake, you've broke the mod. To verify if that's the case, find the KIS.dll
file. It must be located exactly in the path <game root>\GameData\KIS\Plugins\KIS.dll
. If it's not there, then drop all the files and repeat the installation, but this time extract the release archive into the right location.
If you did it right, then this is how your GameData
folder will look like:
What kerbal can have is defined via ModuleManager
mod (a.k.a. MM
). If it's not installed, corrupted, or of a wrong version, then there will be no KIS
specific items in the context menu.
For KSP 1.3
, the lowest compatible version of MM
is 2.8.0
. Even if you use CKAN
, and it says all the versions are OK, the version still can be wrong (there were several occurrences). Go into the GameData
folder and check the version of the mod. Update if necessary.
When the problem cannot be solved via the troubleshooting steps, the only way to resolve it is analysing the log file. However, most people don't know how to get it, or get the wrong one (e.g. output_log.txt
). When you're requested for a log, find the file named KSP.log
which is located in the game's root:
By default, Windows doesn't show the files extensions, which causes troubles when locating the right file. The game's folder has two files: KSP.exe
(the executive game file), and KSP.log
(the log itself). When the extensions are not shown, it's really hard to find the right one. To solve it, change the view settings in the file explorer:
The log file is usually huge. Don't even try to copy/paste it to the forum. Instead, share the file via any free (or paid) sharing service, and provide a link on the forum. There are a lot of free services in the Internet that allow sharing files, many of them don't even require registration. However, some services put a lot of ads and scripts on their pages, so avoid using such websites.
Here are just a few services that can help you sharing the file:
- Google Drive. If you have email on Gmail, then you have the drive. Put the file on the drive and set the sharing permissions to "everyone with the link". Then, grab the link and post it on the forum.
- Uploadfiles.io. Just drag-n-drop or browse for the log file. The file will be persisted there for 30 days. If you didn't get help after 30 days, then it doesn't matter anyways.
- File Convoy. Browse for the log file and select a reasonable retaining period (21 days max). You may skip the e-mail option.
Author: [email protected] (a.k.a. IgorZ)