-
Notifications
You must be signed in to change notification settings - Fork 224
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SKPath.ParseSvgPathData is null on wearable #337
Comments
Could you try it with Tizen 5.5 Wearable emulator ? |
I can't run emulator. It says "your system cannot support HW acceleration". I have windows 11, AMD Ryzen CPU with virtualization turned on in BIOS, Hyper-V disabled. CPU VT turned off in emulator settings. |
F.Y.I: hw acceleration with Windows |
And, could you share the log when SKPath.ParseSvcPathData is null? |
As I wrote, I have AMD Ryzen CPU. HAXM is for Intel. Here is the log
|
Could you check SkiaSharp version? Verified version for this app is 1.68.2-preview.50. If you've updated it via Nuget manager, I think.. it does not work correctly.. |
I am trying to run those samples on Galaxy Watch 3 with Tizen 5.5
Wearable/Xamarin.Forms/SkiaSharp2DSample
Wearable/Xamarin.Forms/PlayingWithHWInputs
but either of them are crashing with null reference to result of SKPath.ParseSvgPathData
I tried using different SkiaSharp versions, but that didn't help.
The text was updated successfully, but these errors were encountered: