Skip to content
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

Error while loading game #204

Closed
deniz1a opened this issue Sep 13, 2015 · 1 comment
Closed

Error while loading game #204

deniz1a opened this issue Sep 13, 2015 · 1 comment

Comments

@deniz1a
Copy link

deniz1a commented Sep 13, 2015

8 errors in RP-0/Science/Results/ResultClearer.cfg
This is in KSP.log:

[LOG 06:06:07.247] [ModuleManager] Applying node RP-0/Science/Results/ResultClearer/@EXPERIMENT_DEFINITION:BEFORE[RP-0] to KashCorp/Resources/ScienceDefs/EXPERIMENT_DEFINITION
[LOG 06:06:07.249] [ModuleManager] Cannot find key default in RESULTS
[LOG 06:06:07.250] [ModuleManager] Error - Cannot parse variable search when inserting new key defaultRep0 = #$RESULTS/default,0$
[LOG 06:06:07.252] [ModuleManager] Cannot find key default in RESULTS
[LOG 06:06:07.253] [ModuleManager] Error - Cannot parse variable search when inserting new key defaultRep1 = #$RESULTS/default,1$
[LOG 06:06:07.255] [ModuleManager] Cannot find key default in RESULTS
[LOG 06:06:07.256] [ModuleManager] Error - Cannot parse variable search when inserting new key defaultRep2 = #$RESULTS/default,2$
[LOG 06:06:07.257] [ModuleManager] Cannot find key default in RESULTS
[LOG 06:06:07.258] [ModuleManager] Error - Cannot parse variable search when inserting new key defaultRep3 = #$RESULTS/default,3$

[LOG 06:06:07.414] [ModuleManager] Applying node RP-0/Science/Results/ResultClearer/@EXPERIMENT_DEFINITION:BEFORE[RP-0] to KashCorp/Resources/ScienceDefs/EXPERIMENT_DEFINITION
[LOG 06:06:07.415] [ModuleManager] Cannot find key defaultRep0 in EXPERIMENT_DEFINITION
[LOG 06:06:07.417] [ModuleManager] Error - Cannot parse variable search when inserting new key default = #$../defaultRep0$
[LOG 06:06:07.418] [ModuleManager] Cannot find key defaultRep1 in EXPERIMENT_DEFINITION
[LOG 06:06:07.419] [ModuleManager] Error - Cannot parse variable search when inserting new key default = #$../defaultRep1$
[LOG 06:06:07.421] [ModuleManager] Cannot find key defaultRep2 in EXPERIMENT_DEFINITION
[LOG 06:06:07.422] [ModuleManager] Error - Cannot parse variable search when inserting new key default = #$../defaultRep2$
[LOG 06:06:07.423] [ModuleManager] Cannot find key defaultRep3 in EXPERIMENT_DEFINITION
[LOG 06:06:07.425] [ModuleManager] Error - Cannot parse variable search when inserting new key default = #$../defaultRep3$

I'm using KSP 1.0.4 on Windows.

@deniz1a
Copy link
Author

deniz1a commented Sep 13, 2015

OK I fixed it. It was caused by the mod KashCorp Shared Assets found here:
https://kerbalstuff.com/mod/96/KAP%20Pack%201%20-%20Early%20Tech

I couldn't find a project page for that mod so I'm posting the fix here. You have to add a default = definition at line 14 in KSP\GameData\KashCorp\Resources\ScienceDefs.cfg. So my ScienceDefs.cfg looks like this:

EXPERIMENT_DEFINITION
{   
    id = massDataAnalysis
    title = Mass Data Analysis
    baseValue = 5
    scienceCap = 5
    dataScale = 2
    requireAtmosphere = False
    situationMask = 51
    biomeMask = 1

    RESULTS
    {
        default = Insufficient data for meaningful analysis.

        InSpaceLow = "There is a xxx probability that space is infinite. Analysis aborted. Insufficient data."
        InSpaceLow = "Does not compute. More data required. Input please."

@deniz1a deniz1a closed this as completed Sep 13, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant