The mod FS25_Amazone_Condor_by_Torakin is running a script called loadFruitTypes.lua. Inside of that script is a call to the FruitTypeManager.loadFruitTypes function that passes incorrect arguments. This is causing Default Types to bug out because it is expecting a string or nil for the base directory. That mod is passing false, hence your error.
I will put in an extra check that should at least make the error go away.