Open
Description
I'm not positive about the exact criteria yet
Basically imports with Skia fully enabled causes Skia to hit problem with floating point
Take anything with an import and add this to your dproj (after installing Skia of course) and everything will go badly wrong.
Masking the FPU exception doesn't seem to help
As I don't know which package is causing the issue this is posted here
uses
Skia, Skia.FMX, , ....
begin
GlobalUseSkia := True;
GlobalUseSkiaRasterWhenAvailable := False;
.
.