Here's the error
Error reading OsuDB
System.ArgumentOutOfRangeException: Ticks must be between
DateTime.MinValue.Ticks and DateTime.MaxValue.Ticks.
Parameter name: ticks
at System.DateTime..ctor(Int64 ticks)
at OsuDbAPI.OsuDbFile.readBeatmap()
at OsuDbAPI.OsuDbFile..ctor(String fname)
at GUI.MainWindow.ParseDatabaseFile(String databasePath, String songsFolder)
Any way to fix it?
Here's the error Error reading OsuDB System.ArgumentOutOfRangeException: Ticks must be between DateTime.MinValue.Ticks and DateTime.MaxValue.Ticks. Parameter name: ticks at System.DateTime..ctor(Int64 ticks) at OsuDbAPI.OsuDbFile.readBeatmap() at OsuDbAPI.OsuDbFile..ctor(String fname) at GUI.MainWindow.ParseDatabaseFile(String databasePath, String songsFolder) Any way to fix it?