-
-
Notifications
You must be signed in to change notification settings - Fork 345
CKAN cannot find KSP version #2042
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Nevermind, but I have found a problem within this. I know why it is crashing. It says that the KSP version couldn't be found within the readme.txt However, I went into the readme.txt and found the version right away, anyway I could fix this? |
CKAN now reads the version from the In the future, check the wiki before opening a support ticket. |
I tried editing the buildID.txt file and there is a file. It doesn't say the version so I put it in there and it says that ckan could not find ksp version within readme.txt Please help... |
You don't need to edit anything! In your readme should be
Just point CKAN to the buildID |
how do I do that? |
The command that I used is mono ckan.exe |
What operating system are you using? |
macOS Sierra 10.12.1 |
would you like to know my specs @politas ? |
Okay, so I been experimenting with the command mono ckan.exe putting extra commands at the end like compat or gui, and I got this message when I tried mono ckan.exe compat Unhandled Exception: I don't know if this means anything, but I think it means that the compatibility of the KSP I am using isn't working with the ckan.exe file. Can someone confirm? |
I think I may have found the problem, if not... When I look at my Readme.txt or my buildID.txt, I get a message saying that there is not enough iCloud storage. I could be wrong but I think that ckan needs the files to be on iCloud as well as on the desktop inside the KSP folder. |
Nevermind, it doesn't work |
Anyone have a solution |
Go buy a copy of KSP. |
@politas I'm also having this issue and I do have a legal copy of KSP |
It seems this software just can't handle it if KSP folder is moved elsewhere. |
Is there some configuration file to edit to point CKAN at the correct directory? |
@Rammix, can you please create a new issue report for your problem? I'd rather not trying to investigate it in the comments of this old unrelated issue. |
Hi, I'm new to CKAN and just installed the latest version, Georgy along with the latest version of mono. CKAN instantly crashes as soon as I open it and the code can be seen here.
150225 [1] ERROR CKAN.URLHandlers (null) - There was an error while registering the URL handler for ckan:// - Could not find a part of the path "/Users/(my name)/.local/share/applications/mimeapps.list".
150239 [1] ERROR CKAN.URLHandlers (null) - at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x001cf] in :0
at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.IO.FileOptions options, System.String msgPath, System.Boolean bFromProxy, System.Boolean useLongPath, System.Boolean checkHost) [0x00000] in :0
at (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int,System.IO.FileOptions,string,bool,bool,bool)
at System.IO.StreamWriter.CreateFile (System.String path, System.Boolean append, System.Boolean checkHost) [0x00022] in :0
at System.IO.StreamWriter..ctor (System.String path, System.Boolean append, System.Text.Encoding encoding, System.Int32 bufferSize, System.Boolean checkHost) [0x00061] in :0
at System.IO.StreamWriter..ctor (System.String path, System.Boolean append, System.Text.Encoding encoding, System.Int32 bufferSize) [0x00000] in :0
at System.IO.StreamWriter..ctor (System.String path) [0x00008] in :0
at (wrapper remoting-invoke-with-check) System.IO.StreamWriter:.ctor (string)
at System.IO.File.WriteAllLines (System.String path, System.String[] contents) [0x00000] in :0
at CKAN.URLHandlers.RegisterURLHandler_Linux () [0x00055] in :0
at CKAN.URLHandlers.RegisterURLHandler (CKAN.Configuration config, CKAN.IUser user) [0x0000d] in :0
150280 [1] ERROR CKAN.KSP (null) - Could not find KSP version
CKAN.NotKSPDirKraken: Could not find KSP version in readme.txt
at CKAN.KSP.DetectVersion (System.String directory) [0x00048] in :0
at CKAN.KSP.Version () [0x00026] in :0
at CKAN.Main.m__B () [0x00012] in :0
at CKAN.Util.Invoke[T] (T obj, System.Action action) [0x00035] in :0
at CKAN.Main.CurrentInstanceUpdated () [0x00001] in :0
at CKAN.Main.OnLoad (System.EventArgs e) [0x00248] in :0
at System.Windows.Forms.Form.OnLoadInternal (System.EventArgs e) [0x00029] in :0
Can someone please help me, I'm on a Mac running Sierra 10.12.1 and KSP 1.2.2
Thanks!
The text was updated successfully, but these errors were encountered: