-
-
Notifications
You must be signed in to change notification settings - Fork 345
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
ckan scan without args => unhandlded NRE #188
Comments
Oh my! I don't suppose you can paste in everything you get by running |
Here it is:
looks like it's confused because it expects to be run INSIDE ONE KSP main dir :/. |
Oh my! Yes, we should definitely fix that. It's supposed to look in all sorts of places for a KSP install, but it's not supposed to throw an NRE if there's nothing in the registry. In fact, I suspect if you try Thank you for spotting this! I'm about to crash into bed (3:30am Australian time), but I'll start working on this if nobody else has caught it by the time I'm awake. Many thanks again! ~ Paul |
As I report before, it behave the same way for (not tested all) commands given to it. May I suggest you to write more solid code, at least if you wish to release something to the crazy public, because nothing is worth than human "chaotic fuzzyness" (to stay polite :P), it's annoying and sometime boring, but EVERYTHING needs to be checked in every possible cases allowed by the code. |
Just a quick note to say that this is fixed in PR #198, and so the next release (which I hope to make tonight) will let you set your KSP dir if the client can't find it automatically:
If you have multiple installs, you can use this to add each one. I tend to have a bunch of installs under my
All the best, ~ Paul |
Not agree with the closing of this issue as: ckan.exe => window opened => add new => ... lost ! ckan is flying to an unknow and far body. |
Sorry, can you clarify your last report a little? What's the problem you're seeing, and what steps can be taken to reproduce it? Are you using the v0.18.1 release, or something older? As far as I know, the |
To be specific, I use the v0.18.1-0-gb9249ff version I see, the debug option only do something AFTER entering the core of the tool, as put it alone, in the previous version, still display some info. The steps was what was wrote before except a critical info: no previous KSP install set BEFORE. |
Ah, that sounds like a completely different bug. I've opened #241 to track it. |
- KSP manipulation options in their own file. - Don't try to set the KSP instance if we're modifying KSP instances. - KSP manipulation now in `ckan ksp ...` - `ckan ksp help` works nicely. - Closes KSP-CKAN#188
At least on win (7):
ckan.exe scan =>
NRE in CKAN.MainClass.Main(String[] args)
(no more info)
EDIT: in fact using any command lead to this issue too:
ckan.exe list
ckan.exe version
...
The text was updated successfully, but these errors were encountered: