Skip to content
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

Unable to load animations from the web. #25

Open
bks715 opened this issue Apr 19, 2024 · 1 comment
Open

Unable to load animations from the web. #25

bks715 opened this issue Apr 19, 2024 · 1 comment

Comments

@bks715
Copy link

bks715 commented Apr 19, 2024

Get a fatal error when trying to use animations from the web.

Thread 3: EXC_BREAKPOINT (code=1, subcode=0x102f9a490)

public func loadDotlottieData(fileData: Data, width: UInt32, height: UInt32) -> Bool { return try! FfiConverterBool.lift( try! rustCall { uniffi_dotlottie_player_fn_method_dotlottieplayer_load_dotlottie_data(self.uniffiClonePointer(), FfiConverterData.lower(fileData), FfiConverterUInt32.lower(width), FfiConverterUInt32.lower(height), $0) } ) }

@samuelOsborne
Copy link
Member

@bks715 can you please share your implementation code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants