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
The following error occurs when the "parallel" feature is used
thread '<unnamed>' panicked at 'index out of bounds: the len is 128 but the index is 128', C:\Users\Mike\.cargo\registry\src\git.luolix.top-1ecc6299db9ec823\rapier3d-0.11.1\src\dynamics\solver\interaction_groups.rs:116:21
stack backtrace:
0: 0x7ff7c33c71b0 - std::backtrace_rs::backtrace::dbghelp::trace
at /rustc/30b3f35c420694a4f24e5a4df00f06073f4f3a37\/library\std\src\..\..\backtrace\src\backtrace\dbghelp.rs:98
1: 0x7ff7c33c71b0 - std::backtrace_rs::backtrace::trace_unsynchronized
at /rustc/30b3f35c420694a4f24e5a4df00f06073f4f3a37\/library\std\src\..\..\backtrace\src\backtrace\mod.rs:66
2: 0x7ff7c33c71b0 - std::sys_common::backtrace::_print_fmt
at /rustc/30b3f35c420694a4f24e5a4df00f06073f4f3a37\/library\std\src\sys_common\backtrace.rs:66
3: 0x7ff7c33c71b0 - std::sys_common::backtrace::_print::impl$0::fmt
at /rustc/30b3f35c420694a4f24e5a4df00f06073f4f3a37\/library\std\src\sys_common\backtrace.rs:45
4: 0x7ff7c33deefa - core::fmt::write
at /rustc/30b3f35c420694a4f24e5a4df00f06073f4f3a37\/library\core\src\fmt\mod.rs:1190
5: 0x7ff7c33c24d9 - std::io::Write::write_fmt<std::sys::windows::stdio::Stderr>
at /rustc/30b3f35c420694a4f24e5a4df00f06073f4f3a37\/library\std\src\io\mod.rs:1657
6: 0x7ff7c33c9a22 - std::sys_common::backtrace::_print
at /rustc/30b3f35c420694a4f24e5a4df00f06073f4f3a37\/library\std\src\sys_common\backtrace.rs:48
7: 0x7ff7c33c9a22 - std::sys_common::backtrace::print
at /rustc/30b3f35c420694a4f24e5a4df00f06073f4f3a37\/library\std\src\sys_common\backtrace.rs:35
8: 0x7ff7c33c9a22 - std::panicking::default_hook::closure$1
at /rustc/30b3f35c420694a4f24e5a4df00f06073f4f3a37\/library\std\src\panicking.rs:295
9: 0x7ff7c33c95e3 - std::panicking::default_hook
at /rustc/30b3f35c420694a4f24e5a4df00f06073f4f3a37\/library\std\src\panicking.rs:314
10: 0x7ff7c33ca079 - std::panicking::rust_panic_with_hook
at /rustc/30b3f35c420694a4f24e5a4df00f06073f4f3a37\/library\std\src\panicking.rs:698
11: 0x7ff7c33c9f2d - std::panicking::begin_panic_handler::closure$0
at /rustc/30b3f35c420694a4f24e5a4df00f06073f4f3a37\/library\std\src\panicking.rs:588
12: 0x7ff7c33c7ae7 - std::sys_common::backtrace::__rust_end_short_backtrace<std::panicking::begin_panic_handler::closure_env$0,never$>
at /rustc/30b3f35c420694a4f24e5a4df00f06073f4f3a37\/library\std\src\sys_common\backtrace.rs:138
13: 0x7ff7c33c9ba9 - std::panicking::begin_panic_handler
at /rustc/30b3f35c420694a4f24e5a4df00f06073f4f3a37\/library\std\src\panicking.rs:584
14: 0x7ff7c33f50f5 - core::panicking::panic_fmt
at /rustc/30b3f35c420694a4f24e5a4df00f06073f4f3a37\/library\core\src\panicking.rs:143
15: 0x7ff7c33f5017 - core::panicking::panic_bounds_check
at /rustc/30b3f35c420694a4f24e5a4df00f06073f4f3a37\/library\core\src\panicking.rs:85
16: 0x7ff7c319605e - getrandom::getrandom::ha8f6e5f9ea41018c
17: 0x7ff7c318e004 - getrandom::getrandom::ha8f6e5f9ea41018c
18: 0x7ff7c33f170b - rayon_core::registry::WorkerThread::wait_until_cold::ha989360900ccdf89
19: 0x7ff7c338eda4 - rayon_core::registry::ThreadBuilder::run::h55c61aae20fe7e3f
20: 0x7ff7c3392d53 - <rayon_core::ThreadPoolBuildError as core::fmt::Debug>::fmt::h005935bc4b76bb63
21: 0x7ff7c338cec6 - <jpeg_decoder::marker::Marker as core::fmt::Debug>::fmt::hed11917a0d7ec491
22: 0x7ff7c33cd9fc - alloc::boxed::impl$44::call_once
at /rustc/30b3f35c420694a4f24e5a4df00f06073f4f3a37\library\alloc\src\boxed.rs:1854
23: 0x7ff7c33cd9fc - alloc::boxed::impl$44::call_once
at /rustc/30b3f35c420694a4f24e5a4df00f06073f4f3a37\library\alloc\src\boxed.rs:1854
24: 0x7ff7c33cd9fc - std::sys::windows::thread::impl$0::new::thread_start
at /rustc/30b3f35c420694a4f24e5a4df00f06073f4f3a37\/library\std\src\sys\windows\thread.rs:58
25: 0x7ff91d4754e0 - BaseThreadInitThunk
26: 0x7ff91f32485b - RtlUserThreadStart
How to reproduce:
Load a sufficiently complex 3D model as trimesh and produce a collision with a cube at sufficient speed (not necessarily high).
The "monkey.obj" object is the default Blender "monkey" with scale 1.0 with no further subdivisions exported as OBJ with triangulated faces.
The crate used to extract the vertices and indices is the obj-rs crate.
The following error occurs when the "parallel" feature is used
How to reproduce:
Load a sufficiently complex 3D model as trimesh and produce a collision with a cube at sufficient speed (not necessarily high).
The "monkey.obj" object is the default Blender "monkey" with scale 1.0 with no further subdivisions exported as OBJ with triangulated faces.
The crate used to extract the vertices and indices is the obj-rs crate.
Full code
The kiss-3d crate is used for rendering.
The text was updated successfully, but these errors were encountered: