Le 23/09/2023 à 11:25, Laurent Sallafranque a écrit :
Hi,
The bug seems to be a bit more subtil.
If I save hatari.cfg without "Accurate FPU emulation" and restart
completly hatari, and then (after the restart), I set "Accurate FPU
emulation", it doesn't crash.
But if I start hatari with "Accurate FPU emulation" set into the
hatari.cfg config file, it crashs immediatly.
thanks for the report, I could get the same crash.
It was due to using softfloat code, but at the time it was added to
Hatari, I forgot to add a "#define WITH_SOFTFLOAT", which means part
of the fpp's init was not correctly done (giving a null pointer in the
end)
Crash is gone, please check it's also ok for you now.
Nicolas