Signatum / LLL

http://forum.kerbalspaceprogram.com/threads/24906
6 stars 8 forks source link

Missing Model in 13.1 release #4

Closed MonArchangel closed 9 years ago

MonArchangel commented 9 years ago

KSP Log Error message says it all:

QUOTE [LOG 22:32:47.693] PartLoader: Compiling Part 'LLL/Parts/FuelTank/OLD/2x1/2x1XenonFuel/part/2x1x3Xenonfuel' [ERR 22:32:47.695] PartCompiler: Cannot clone model 'LLL/Models/Propulsion/LLL2x1/xenon' as model does not exist [ERR 22:32:47.696] PartCompiler: Model was not compiled correctly [ERR 22:32:47.696] PartCompiler: Cannot compile model [ERR 22:32:47.697] PartCompiler: Cannot compile part UNQUOTE

This is probably because the executable is loading the contents of the OLD directory which seems to be missing some stuff because of probable deprecation maybe?

MonArchangel commented 9 years ago

Actually as I take a closer look at the log file when processing the OLD directory there are a number of warnings as well which imply that the OLD directory is indeed deprecated information. If so, they should not be included in a release that will trigger this behaviour.

For example:

[LOG 22:32:47.498] PartLoader: Compiling Part 'LLL/Parts/FuelTank/OLD/1x1/1x1Fuel/part/1x1fuel' [LOG 22:32:47.514] PartLoader: Compiling Part 'LLL/Parts/FuelTank/OLD/1x1/1x1JetFuel/part/1x1Jetfuel' [LOG 22:32:47.529] PartLoader: Compiling Part 'LLL/Parts/FuelTank/OLD/1x1/1x1Kethane/part/1x1Keth' [LOG 22:32:47.546] PartLoader: Compiling Part 'LLL/Parts/FuelTank/OLD/1x1/1x1xThirdFuel/part/1x1xthirdfuel' [LOG 22:32:47.561] PartLoader: Compiling Part 'LLL/Parts/FuelTank/OLD/1x1/1x1xThirdXenonFuel/part/1x1xthirdXenonfuel' [WRN 22:32:47.567] [ShipConstruct for 1x1xthirdXenonfuel]: part cost (190.0) is less than the cost of its resources (37200.0) [LOG 22:32:47.577] PartLoader: Compiling Part 'LLL/Parts/FuelTank/OLD/2x1/2x1Fuel/part/2x1fuel' [LOG 22:32:47.592] PartLoader: Compiling Part 'LLL/Parts/FuelTank/OLD/2x1/2x1FuelThird/part/2x1x1fuel' [LOG 22:32:47.608] PartLoader: Compiling Part 'LLL/Parts/FuelTank/OLD/2x1/2x1JetFuel/part/2x1Jetfuel' [LOG 22:32:47.623] PartLoader: Compiling Part 'LLL/Parts/FuelTank/OLD/2x1/2x1Kethane/part/2x1Keth' [LOG 22:32:47.639] PartLoader: Compiling Part 'LLL/Parts/FuelTank/OLD/2x1/2x1RoundFuel/Kethane/LLL2x1kethFuelSphere' [WRN 22:32:47.647] [ShipConstruct for LLL2x1kethFuelSphere]: part cost (650.0) is less than the cost of its resources (0.0) [LOG 22:32:47.656] PartLoader: Compiling Part 'LLL/Parts/FuelTank/OLD/2x1/2x1RoundFuel/LFO/LLL2x1FuelSphere' [WRN 22:32:47.663] [ShipConstruct for LLL2x1FuelSphere]: part cost (650.0) is less than the cost of its resources (1013.4) [LOG 22:32:47.673] PartLoader: Compiling Part 'LLL/Parts/FuelTank/OLD/2x1/2x1xDualFuel/part/Dual2x1fuel' [LOG 22:32:47.693] PartLoader: Compiling Part 'LLL/Parts/FuelTank/OLD/2x1/2x1XenonFuel/part/2x1x3Xenonfuel'

Signatum commented 9 years ago

Yep, the parts in the 'Old' folder are old. The configs are just there so people who were upgrading from previous versions didn't have their existing craft break when they upgraded.

The 'warnings' in the log file don't actually affect the way the game functions, it's just information (at least in my experience).

MonArchangel commented 9 years ago

OK, well then I guess we just close this. I deleted the OLD directory and that cleared up the messages.