Author Topic: "un-representable DateTime" error  (Read 692 times)

hiccup

  • Hero Member
  • *****
  • Posts: 9126
I'm pretty sure I brought this one upon myself:

Code
8/21/2022 8:08:49 - 10.0.19044.0 - 3.5.8267.26661P - System.ArgumentOutOfRangeException: Year, Month, and Day parameters describe an un-representable DateTime.
   at System.DateTime.DateToTicks(Int32 year, Int32 month, Int32 day)
   at #=zCxlvbXCglaaM4D9sAeIm$MVQsWMm.#=zmwOhrECK6GWd(String #=zyc$mbQ4=, String #=zOSsAAuo=)
   at #=zCxlvbXCglaaM4D9sAeIm$MVQsWMm.#=zV19WOES1wiRV(#=zKkKmmSLh5bjOkeeKs1y8fZ0= #=zeDOsojw=, #=zKkKmmSLh5bjOkeeKs1y8fZ0= #=zisWJzIc=, TagCode #=z3XvuiuNhs6xXYUzq6g==)
   at #=zkL$SzOrmyKWmRLhLVVMI2Ts=.#=zNeZpWoS7LAwk.#=zzQH_ZdGAJJPS.Compare(#=zKkKmmSLh5bjOkeeKs1y8fZ0= #=zPiSNOvc=, #=zKkKmmSLh5bjOkeeKs1y8fZ0= #=z$TkEfjw=)
   at #=zwnR9y7ixGMomsdECPg==.#=zEdmf07c=[T](T[] #=zOxshUIA=, IComparer`1 #=zHUYAs0M=)
   at #=zkL$SzOrmyKWmRLhLVVMI2Ts=.#=zNeZpWoS7LAwk.#=z6eol29cIstNV()
   at #=zSRHEviyoKLK9F0EzBKTpXNlMBISn.#=zHnu3SFpDdFin.#=z6eol29cIstNV()
   at #=zSRHEviyoKLK9F0EzBKTpXNlMBISn.#=qVXrJMxdw8J6FzhSLHfxh0wk0iVJN1C8aDVh5ch1ZFmM=._Lambda$__0()

The reason why I think it's because of my own doing, is that I have been experimenting with creating a MusicBee3Settings.ini that contains all my customised settings and preferences.
I am aiming to be able to use it to overwrite the one from any new (portable) install, so that I can have it customised to all my preferences in only a few clicks.

I have gotten that to work pretty well.
(I also have some other customised files such as CustomTagConfig.xml that I use in the same way)

But, it doesn't take too long before I encounter the above error, showing this message in the status bar:

I am pretty sure I have either made mistakes in tweaking and pruning the MusicBee3Settings.ini, or maybe there is something wrong with one of my tags (or settings, or fields) that pertain to dates?

I'm only hoping that the above error message contains some clue as to where I could look to solve this.

TIA

Steven

  • Administrator
  • Hero Member
  • *****
  • Posts: 34982