Hi -- you are getting a log-likelihood of -Inf. I've actually never seen this before, in BioGeoBEARS. The likelihood calculations haven't changed, so perhaps you had some change in either operating system or machine settings or some minor change in your files that produced a likelihood so low there was a precision error, likelihood was 0, and log-likelihood was therefore -Infinity.
This kind of thing can happen when there is lots of stratification and constraints, if you do it wrong you can make your data impossible, ie likelihood 0, log-likelihood -Inf. Usually this can be fixed by setting the 0s in the dispersal matrix to 0.000001 or something similar.
Also, make sure the dispersal matrix file ends with:
=============
END
=============
...to avoid the warning...
Nick