Trying to run old sources 2022 Windows 10 issues

05/12/2022 18:28 $HaDoW#1
Hey guys, long time no see

anyway right to the issue, I'm trying to run all of my old sources (want to lan party with a friend for good old times sake)

and all of them crash on:

Code:
This exception was originally thrown at this call stack:
    System.Number.ParseDouble(string, System.Globalization.NumberStyles, System.Globalization.NumberFormatInfo)
    double.Parse(string)
    NewestCOServer.IniFile.ReadDouble(string, string) in Database.cs
    NewestCOServer.DropRates.Load() in DropRates.cs
    NewestCOServer.Program.Main(string[]) in Program.cs

Code:
Unhandled Exception: System.FormatException: Input string was not in a correct format.
   at System.Number.ParseDouble(String value, NumberStyles options, NumberFormatInfo numfmt)
   at System.Double.Parse(String s)
   at NewestCOServer.IniFile.ReadDouble(String Section, String Key) in G:\1Games\1Games-and-Files\Private Servers CO\CoEmu Latest 5165\Database.cs:line 1731
   at NewestCOServer.DropRates.Load() in G:\1Games\1Games-and-Files\Private Servers CO\CoEmu Latest 5165\DropRates.cs:line 56
   at NewestCOServer.Program.Main(String[] args) in G:\1Games\1Games-and-Files\Private Servers CO\CoEmu Latest 5165\Program.cs:line 83
EDIT:

Found the fix. in OldCODB drop rates have to have , instead of .

You can delete the thread please ;)