-
Notifications
You must be signed in to change notification settings - Fork 6
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
Throw a FATAL when the PWD is set to a different directory than "Origin" #9
Comments
Fixed on commit KSP-ModularManagement/KSPAPIExtension@b072e42 KSPe will redirect the user to https://github.com/net-lisias-ksp/KSPAPIExtensions/issues/12 for help when this happens. |
Reopening due this problem : https://github.com/net-lisias-ksp/KSPAPIExtensions/issues/12#issuecomment-817361780 (Windows uses case insensitive pathnames by default) |
TL;DR of the problem:
|
Reworked on commit KSP-ModularManagement/KSPAPIExtension@d5b78f5 |
KSP relies on the current directory in order to access some critical files (as KSP.log)
However, on some borderline situations the OS' launcher may set the working directory to somewhere else, and this is confusing KSP, leading it to bork.
Full report on Forum.
Interesting quotes:
My diagnosis was:
In a way or another, I need to cook a new FATAL on KSPe to halt the game loading when the PWD is different from the Origin, as this is an unacceptable situation without a possible work around.
Full set of logs
The text was updated successfully, but these errors were encountered: