Jump to content

Lumaan

Members
  • Posts

    122
  • Joined

  • Last visited

Posts posted by Lumaan

  1. This needed to be DXT5 or this error

    [LOG 13:27:19.903] Load(Texture): AquilaEnterprises/Flags/AGMFlag
    [ERR 13:27:19.903] DDS: DXT3(256x160, MipMap=False) - DXT3 format is NOT supported. Use DXT5
    
    [WRN 13:27:19.903] Texture load error in 'E:\Games\Kerbal Space Program\GameData\AquilaEnterprises\Flags\AGMFlag.dds'

    I chanced it to DXT5 so it loads with "paint.net"

  2. This 2 files don't load from "...\GameData\Custom_FARAeroData.cfg", "...\GameData\Custom_FARConfig.cfg" - Error is in the "KSP.log"

    [WRN 00:31:10.438] Config in file 'E:\Games\Kerbal Space Program\GameData\Custom_FARAeroData.cfg' contains an unnamed node. Skipping.
    [WRN 00:31:10.438] Config in file 'E:\Games\Kerbal Space Program\GameData\Custom_FARConfig.cfg' contains an unnamed node. Skipping.

     

     

    {
    	@FARConfig:FOR[FerramAerospaceResearch]
    		{
    .
    .
    .
    .
    .
    .
    		}
    }

    I think this is good to delete the first "{" and last "}"

    @FARConfig:FOR[FerramAerospaceResearch]
    		{
    .
    .
    .
    .
    .
    .
    		}

     

    -edit. Thanks @Beetlecat

  3. Some error I get because your missing "]" - [#moduleID[SphericalTankFuelSwitch]", it need" [#moduleID[SphericalTankFuelSwitch]]". Need to close it with "]".

    It gave me this error 5 times, "Applying update DaMichel/SphericalTanks/Patches/B9FuelSwitch-TAC-LS/@PART[DM-SphericalTank-125-70,DM-SphericalTank-125-140,DM-SphericalTank-125-111,DM-SphericalTank-125-88,DM-SphericalTank-125-55]:NEEDS[B9PartSwitch,TacLifeSupport,DaMichel/SphericalTanks]:AFTER[SphericalTanks] to DaMichel/SphericalTanks/Parts/c125-r111-SphericalTank.cfg/PART[DM-SphericalTank-125-111]
    [ERR 22:22:21.635] Error - Skipping a patch subnode with unbalanced square brackets or a space (replace them with a '?') in @PART[DM-SphericalTank-125-70,DM-SphericalTank-125-140,DM-SphericalTank-125-111,DM-SphericalTank-125-88,DM-SphericalTank-125-55]:NEEDS[B9PartSwitch,TacLifeSupport,DaMichel/SphericalTanks]:AFTER[SphericalTanks] :
    @MODULE[ModuleB9PartSwitch]:HAS[#moduleID[SphericalTankFuelSwitch]"
     in B9FuelSwitch-TAC-LS.cfg under "Patches".

    After I don't get the same error.

     

    I have found the same missing in "B9FuelSwitch-Karbonite.cfg", "B9FuelSwitch-Kerbalism.cfg", "B9FuelSwitch-Snacks.cfg".

  4. On 11/27/2017 at 3:25 PM, TaxiService said:

    Hi nightingale,

    A couple of players reported a Reflection issue of Contract Configuration 1.23.3 against newly-released RemoteTech 1.8.9 on KSP 1.3.1. Here's my output_log file.

    Based on my investigation, the reflection issue seems to be due to the attributes of a new functionality added to RT 1.8.9. Here's the offending commit of RT codebase. I guess CC was compiled particularly against RT 1.8.8 and didn't expect the new attributes but I can hardly believe the reflection could fail against new attributes.

    If possible, please advise me on possible changes required to be make to RT codebase to resolve the reflection issue.

    [ERR 04:58:23.422] AssemblyLoader: Exception loading 'CC_RemoteTech': System.Reflection.ReflectionTypeLoadException: The classes in the module cannot be loaded.
      at (wrapper managed-to-native) System.Reflection.Assembly:GetTypes (bool)
      at System.Reflection.Assembly.GetTypes () [0x00000] in <filename unknown>:0
      at AssemblyLoader.LoadAssemblies () [0x00000] in <filename unknown>:0

    Additional information about this exception:

     System.TypeLoadException: Could not load type 'ContractConfigurator.RemoteTech.RemoteTechProgressTracker+FakeSatellite' from assembly 'CC_RemoteTech, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'.

     System.TypeLoadException: Could not load type '<get_Antennas>d__29' from assembly 'CC_RemoteTech, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'.

     System.TypeLoadException: Could not load type '<FindNeighbors>d__33' from assembly 'CC_RemoteTech, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'.

    ----------------------------------------------------------

    Still get it.

  5. On 29/2/2016 at 11:24 PM, NathanKell said:

    @atomontage um...did you miss the part where our #1 priority for the last year has been moving to Unity 5? :) (You know, the one that has fixed many Windows/OSX 64bit issues). No guarantees, but as the dev notes have stated many times, we're all doing our work in the 64bit editor and it's been stable so far.

    This is great to hear :)

  6. But yeah, you are running into "out of memory" *32bit KSP can only use up to 3.5/3.7Gb RAM*

    From error.log

    79% memory in use.

    0 MB physical memory [1672 MB free].

    0 MB paging file [0 MB free].

    0 MB user address space [92 MB free].

    Write to location 02000000 caused an access violation.

    Show that KSP can't use more memory within the space a 32bit program/game can use, and crash.

  7. *From error log 5*

    You are running into "out off memory"

    65% memory in use.

    0 MB physical memory [2757 MB free].

    0 MB paging file [3703 MB free].

    0 MB user address space [228 MB free].

    Write to location 00801000 caused an access violation.

    So KSP is trying to go past the max memory a 32bit program can use *around 3.5-3.7Gb RAM*

    Install this memory monitor mod http://forum.kerbalspaceprogram.com/threads/92907 *or find it on CKAN as "Graphic Memory Monitor"* to keep a eye on your memory.

×
×
  • Create New...