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
Running gm_modding_tool -a -s -t crashes with thread 'main' panicked at 'slice index starts at 18446744073708544524 but ends at 9180', src/file_structs/track_slice.rs:22:14. It looks like this has to do with fonts. Backtrace:
stack backtrace:
0: rust_begin_unwind
at /rustc/5c8bff74bc1c52bef0c79f3689bb227f51f3e82d/library/std/src/panicking.rs:575:5
1: core::panicking::panic_fmt
at /rustc/5c8bff74bc1c52bef0c79f3689bb227f51f3e82d/library/core/src/panicking.rs:65:14
2: core::slice::index::slice_index_order_fail_rt
at /rustc/5c8bff74bc1c52bef0c79f3689bb227f51f3e82d/library/core/src/slice/index.rs:97:5
3: core::slice::index::slice_index_order_fail
at /rustc/5c8bff74bc1c52bef0c79f3689bb227f51f3e82d/library/core/src/slice/index.rs:91:14
4: gm_data_win::file_structs::font::get_char_entry_at_offset
5: <alloc::vec::Vec<T> as alloc::vec::spec_from_iter::SpecFromIter<T,I>>::from_iter
6: gm_data_win::file_structs::font::get_font_entry_at_offset
7: <alloc::vec::Vec<T> as alloc::vec::spec_from_iter::SpecFromIter<T,I>>::from_iter
8: <gm_data_win::file_structs::font::Font as gm_data_win::file_structs::section_header::ParseSection>::take
9: gm_data_win::file_structs::Section::take
10: gm_data_win::file_structs::take_data_win_file
11: gm_data_win::main
12: gm_modding_tool::main
The text was updated successfully, but these errors were encountered:
Running
gm_modding_tool -a -s -t
crashes withthread 'main' panicked at 'slice index starts at 18446744073708544524 but ends at 9180', src/file_structs/track_slice.rs:22:14
. It looks like this has to do with fonts. Backtrace:The text was updated successfully, but these errors were encountered: