You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the stacktrace, at raster.rs 149:23, index length expects 4 but recieves 6
$ cargo run Compiling simple v0.1.0 (/Users/[USER]/DEV/iced_audio/examples/simple) Finished dev [unoptimized + debuginfo] target(s) in 1.82s Running /Users/[USER]/DEV/iced_audio/target/debug/simple2024-03-22 08:46:28.932 simple[78551:2307520] CAMetalLayer ignoring invalid setDrawableSize width=4294967295.000000 height=4294967295.000000 thread 'main' panicked at /Users/[USER]/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ab_glyph_rasterizer-0.1.8/src/raster.rs:149:23: index out of bounds: the len is 4 but the index is 13 note: run withRUST_BACKTRACE=1 environment variable to display a backtrace
The text was updated successfully, but these errors were encountered:
In the stacktrace, at raster.rs 149:23, index length expects 4 but recieves 6
$ cargo run Compiling simple v0.1.0 (/Users/[USER]/DEV/iced_audio/examples/simple) Finished dev [unoptimized + debuginfo] target(s) in 1.82s Running
/Users/[USER]/DEV/iced_audio/target/debug/simple2024-03-22 08:46:28.932 simple[78551:2307520] CAMetalLayer ignoring invalid setDrawableSize width=4294967295.000000 height=4294967295.000000 thread 'main' panicked at /Users/[USER]/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ab_glyph_rasterizer-0.1.8/src/raster.rs:149:23: index out of bounds: the len is 4 but the index is 13 note: run with
RUST_BACKTRACE=1environment variable to display a backtrace
The text was updated successfully, but these errors were encountered: