Content-Length: 210644 | pFad | http://github.com/thorvg/thorvg/issues/3041
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Lottie example crashes on ubuntu machine. Need to clarify: meson setup build -Dexamples=true -Dloaders=all -Dengines=all -Dthreads=false
meson setup build -Dexamples=true -Dloaders=all -Dengines=all -Dthreads=false
thread '<unnamed>' panicked at src/lib.rs:3635:37: invalid buffer note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace thread '<unnamed>' panicked at library/core/src/panicking.rs:221:5: panic in a function that cannot unwind stack backtrace: 0: 0x7f3f4fdb2e75 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h1b9dad2a88e955ff 1: 0x7f3f4fdd572b - core::fmt::write::h4b5a1270214bc4a7 2: 0x7f3f4fdb0ebf - std::io::Write::write_fmt::hd04af345a50c312d 3: 0x7f3f4fdb3fc1 - std::panicking::default_hook::{{closure}}::h96ab15e9936be7ed 4: 0x7f3f4fdb3c9c - std::panicking::default_hook::h3cacb9c27561ad33 5: 0x7f3f4fdb4621 - std::panicking::rust_panic_with_hook::hfe205f6954b2c97b 6: 0x7f3f4fdb4453 - std::panicking::begin_panic_handler::{{closure}}::h6cb44b3a50f28c44 7: 0x7f3f4fdb3339 - std::sys::backtrace::__rust_end_short_backtrace::hf1c1f2a92799bb0e 8: 0x7f3f4fdb4114 - rust_begin_unwind 9: 0x7f3f4f907955 - core::panicking::panic_nounwind_fmt::h4c4dc67d0bbc166c 10: 0x7f3f4f9079e2 - core::panicking::panic_nounwind::hb98133c151c787e4 11: 0x7f3f4f907ac6 - core::panicking::panic_cannot_unwind::he9511e6e72319a3e 12: 0x7f3f4f9a3997 - wgpuRenderPassEncoderSetVertexBuffer 13: 0x7f3f5018effa - _ZN10WgMeshData9drawImageER9WgContextP25WGPURenderPassEncoderImpl at /home/hermet/Projects/thorvg/build/../src/renderer/wg_engine/tvgWgRenderData.cpp:51:41 thread caused non-unwinding panic. aborting.
Originally posted by @hermet in #3037 (comment)
The text was updated successfully, but these errors were encountered:
SergeyLebedkin
No branches or pull requests
Fetched URL: http://github.com/thorvg/thorvg/issues/3041
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy
Lottie example crashes on ubuntu machine. Need to clarify:
meson setup build -Dexamples=true -Dloaders=all -Dengines=all -Dthreads=false
Originally posted by @hermet in #3037 (comment)
The text was updated successfully, but these errors were encountered: