naaeef

Results 9 comments of naaeef

We managed to get the project running on windows on an experimental basis. For compiling the tmp2-tss-engine we created a new Visual Studio Solution using Visual Studio 2019. In the...

I can't create a pull request because we did it on a very experimental base, and I currently do not have enough time to convert the code to a stable...

Hello, I receive a similar error on iOS ``` =================================================================81C6 Native Crash Reporting ================================================================= Got a SIGSEGV while executing native code. This usually indicates a fatal error in the mono...

Hi @rolfbjarne Thank you for your response. - Yes it is the same on a physical device - I can't build without the interpreter, it fails with the following error...

@rolfbjarne Do you think the SIGSEGV error will be resolved once I can build it without the interpreter?

We have the same exception also in various cases when doing a release build.

Hello @haavamoa I have the same problem. Unfortunately, your workaround doesn't work for me. If I load the animation for the second time, it works as expected.

If I add the following to the constructor of the page containing the animation, it works for me: `Application.Current?.Resources?.MergedDictionaries.Add(new SKLottieViewResources());`

Hi @roubachof Have you checked my PR? It fixes a bug when Load is called multiple times.