forked from pyscripter/python4delphi
-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
Awaiting FeedbackWaiting for feedback from submitter or others.Waiting for feedback from submitter or others.
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;
.
.
Metadata
Metadata
Assignees
Labels
Awaiting FeedbackWaiting for feedback from submitter or others.Waiting for feedback from submitter or others.