Author Topic: GSX Update Juni7th Log Error  (Read 1830 times)

Pit

  • Full Member
  • ***
  • Posts: 113
GSX Update Juni7th Log Error
« on: June 09, 2020, 09:15:04 pm »
Hello,

hereby my update-LOG after the latest Update as for Juni 7th, I notice some "IniParser" errors, I don´t know what it is about: can someone explain me what is going wrong here?

////
DOWNLOADING file H:\Virtuali FSDT\Addon Manager\couatl\Couatl.exe
DOWNLOADING file H:\Virtuali FSDT\Addon Manager\couatl\common\__init__.pye
Restoring default SSAA textures before update ( saves bandwidth ).
Error IniParser.Exceptions.ParsingException: Duplicated key 'LoadVirtualReality' found in section 'STARTUP while parsing line number 0 with value '' - IniParser version: 1.0.0.0 while parsing line number 391 with value 'LoadVirtualReality=1' - IniParser version: 1.0.0.0 ---> IniParser.Exceptions.ParsingException: Duplicated key 'LoadVirtualReality' found in section 'STARTUP while parsing line number 0 with value '' - IniParser version: 1.0.0.0
   bei IniParser.Parser.IniDataParser.HandleDuplicatedKeyInCollection(String key, String value, KeyDataCollection keyDataCollection, String sectionName)
   bei IniParser.Parser.IniDataParser.AddKeyToKeyValueCollection(String key, String value, KeyDataCollection keyDataCollection, String sectionName)
   bei IniParser.Parser.IniDataParser.ProcessKeyValuePair(String line, IniData currentIniData)
   bei IniParser.Parser.IniDataParser.Parse(String iniDataString)
   --- Ende der internen Ausnahmestapelüberwachung ---
   bei IniParser.Parser.IniDataParser.Parse(String iniDataString)
   bei IniParser.FileIniDataParser.ReadFile(String filePath, Encoding fileEncoding)
   bei Couatl_Updater2.Globals.CheckP3D4SSAA(FrmMain frm) while reading C:\Users\Athlon\AppData\Roaming\Lockheed Martin\Prepar3d v4\Prepar3d.cfg
SSAA is DISABLED, we'll install a versions of ground textures optimized for MSAA.
Completed
////

Also, GSX still advice me ( on the flight sim under the addonmanager menu options ) there is a Juni 7th update waiting, but I obviously already got it.

Regards, Pit.

virtuali

  • Administrator
  • Hero Member
  • *****
  • Posts: 50741
    • VIRTUALI Sagl
Re: GSX Update Juni7th Log Error
« Reply #1 on: June 09, 2020, 10:36:55 pm »
hereby my update-LOG after the latest Update as for Juni 7th, I notice some "IniParser" errors, I don´t know what it is about: can someone explain me what is going wrong here?

Your Prepar3d.cfg is corrupted, most likely because you have edited it by hand.


Quote
Duplicated key 'LoadVirtualReality' found in section 'STARTUP while parsing line number 0 with value ''

This is the problem, you probably edited the Prepar3d.cfg file by hand to prevent to load VR at start, and added a duplicate "LoadVirtualReality" command without realizing it was already there. Since duplicates keys are illegal in .INI files, it results in an error when the updater tries to read it.

Pit

  • Full Member
  • ***
  • Posts: 113
Re: GSX Update Juni7th Log Error
« Reply #2 on: June 09, 2020, 11:13:08 pm »
hereby my update-LOG after the latest Update as for Juni 7th, I notice some "IniParser" errors, I don´t know what it is about: can someone explain me what is going wrong here?

Your Prepar3d.cfg is corrupted, most likely because you have edited it by hand.


Quote
Duplicated key 'LoadVirtualReality' found in section 'STARTUP while parsing line number 0 with value ''

This is the problem, you probably edited the Prepar3d.cfg file by hand to prevent to load VR at start, and added a duplicate "LoadVirtualReality" command without realizing it was already there. Since duplicates keys are illegal in .INI files, it results in an error when the updater tries to read it.


Hi Umberto,

Perfect!! I deleted the double entry about VR ( and another one that also was wrong ), and now no errors more in the Update Log! Thanks!! :)