FelixBaensch / MORTAR

MOlecule fRagmenTAtion fRamework
MIT License
18 stars 3 forks source link

Illegal Argument Error on start #61

Closed FelixBaensch closed 4 months ago

FelixBaensch commented 4 months ago

image

JonasSchaub commented 4 months ago

The message should vanish when you restart

FelixBaensch commented 4 months ago

I could not reproduce it, but generally this should not happen

JonasSchaub commented 4 months ago

Agreed. I will leave this open for now. Please share the full stack trace and your current commit should it appear again.

JonasSchaub commented 4 months ago

@FelixBaensch did you maybe open your installed version of MORTAR or a commit that was older than a month after being on the recent commit on production? Because the same just happened to me. It happened because I changed the type and argument type of the CSV separator char setting. And I did not account for inter-version compatibility there, to be honest.

JonasSchaub commented 4 months ago

I have to add that my changes are compatible in the sense that a new MORTAR version will not throw an exception when encountering an old settings file. But the old version does when encountering a settings file of a new version.