Eero Tamminen wrote:try whether reverting changeset 6445:dca750f303bb ("Choose the default font depending on the choosen VDI height") would change anything. It's the only one between 2.0 and 2.1 that seemed like it could affect this.
Reverting that and few VDI related commits didn't fix the crash.
It seems that any widths >= 1024 and heights >= 768 trigger this in monochrome, regardless of how small the other resolution is. I.e. the issue isn't the size of the total screen buffer but the actual values themselves. Do these numbers ring any bells for anybody?
I guess I need to bisect when this started happening (as it's pretty easy to reproduce). I'm starting to think that for largest VDI hack modes in Hatari, it's best just to use latest EmuTOS though, as it's not as buggy as those old TOS versions.
EDIT: added some additional size experiment results.