-
Notifications
You must be signed in to change notification settings - Fork 3
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
some export issues #8
Comments
With full backtrace (RS3):
npc_config:
enums:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Instead of creating a few different issues I thought it would be easier to create one with all of them in
item_configs
enums
npc_config
stack backtrace:
0: rust_begin_unwind
1: core::panicking::panic_fmt
2: rs3cache::definitions::npc_configs::NpcConfig::deserialize
3: <core::iter::adapters::map::Map<I,F> as core::iter::traits::iterator::Iterator>::next
4: <alloc::vec::Vec as alloc::vec::spec_from_iter::SpecFromIter<T,I>>::from_iter
5: <alloc::collections::btree::map::BTreeMap<K,V> as core::iter::traits::collect::FromIterator<(K,V)>>::from_iter
6: rs3cache::definitions::npc_configs::NpcConfig::dump_all
7: rs3cache::definitions::npc_configs::export
8: core::ops::function::impls::<impl core::ops::function::FnOnce for &mut F>::call_once
9: <alloc::vec::Vec<T,A> as alloc::vec::spec_extend::SpecExtend<T,I>>::spec_extend
10: rayon::iter::plumbing::bridge_producer_consumer::helper
11: <rayon::vec::IntoIter as rayon::iter::IndexedParallelIterator>::with_producer
12: rayon::iter::extend::<impl rayon::iter::ParallelExtend for alloc::vec::Vec>::par_extend
13: rayon::result::<impl rayon::iter::FromParallelIterator<core::result::Result<T,E>> for core::result::Result<C,E>>::from_par_iter
14: rs3cache::impl::main
note: Some details are omitted, run with
RUST_BACKTRACE=full
for a verbose backtrace.There might be more but these are what I have seen so far
The text was updated successfully, but these errors were encountered: