I am on CachyOS with a Hyprland desktop environment. I have all the latest updates installed.
I followed the installation instructions and from the root folder I execute RUST_BACKTRACE=full ./target/release/wfinfo ~/games/Steam/steamapps/compatdata/230410/pfx/drive_c/users/steamuser/AppData/Local/Warframe/EE.log but it raises an error:
thread 'main' panicked at src/database.rs:33:70:
called Result::unwrap() on an Err value: Error("expected value", line: 1, column: 1)
stack backtrace:
0: 0x55a748b9d736 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hb0e00ded7cc0e1e0
1: 0x55a748bc889c - core::fmt::write::h8c17723013f15a5a
2: 0x55a748b9a193 - std::io::Write::write_fmt::h20c099a7b35d4315
3: 0x55a748b9d582 - std::sys::backtrace::BacktraceLock::print::h39b6979622d56e60
4: 0x55a748b9eb12 - std::panicking::default_hook::{{closure}}::h08169f2626040f2c
5: 0x55a748b9e913 - std::panicking::default_hook::h92682b2b2a0bcbb5
6: 0x55a748b9f4d2 - std::panicking::rust_panic_with_hook::h76b0f55b60446abb
7: 0x55a748b9f28b - std::panicking::begin_panic_handler::{{closure}}::hc61267661868c635
8: 0x55a748b9dc59 - std::sys::backtrace::__rust_end_short_backtrace::h61dfbfdca1a72a4d
9: 0x55a748b9ef1f - __rustc[753689981c75b0eb]::rust_begin_unwind
10: 0x55a7487ba4f0 - core::panicking::panic_fmt::hfc21bd7266215338
11: 0x55a7487ba896 - core::result::unwrap_failed::he430b66665a3323f
12: 0x55a7487e5c3d - wfinfo::database::Database::load_from_file::hde14f3dd92efe01d
13: 0x55a7487c8db2 - wfinfo::main::ha6f45c2b4e57efbc
14: 0x55a7487cbd63 - std::sys::backtrace::__rust_begin_short_backtrace::h2d7de549746bcb73
15: 0x55a7487df8a9 - std::rt::lang_start::{{closure}}::h8d32418a104b96a4
16: 0x55a748b9047a - std::rt::lang_start_internal::hc3401fff393b3fbb
17: 0x55a7487cbd55 - main
18: 0x7f1587427b0b -
19: 0x7f1587427bbb - __libc_start_main
20: 0x55a7487bad65 - _start
21: 0x0 -
The simple stack backtrace:
0: __rustc::rust_begin_unwind
1: core::panicking::panic_fmt
2: core::result::unwrap_failed
3: wfinfo::database::Database::load_from_file
4: wfinfo::main
I am on CachyOS with a Hyprland desktop environment. I have all the latest updates installed.
I followed the installation instructions and from the root folder I execute
RUST_BACKTRACE=full ./target/release/wfinfo ~/games/Steam/steamapps/compatdata/230410/pfx/drive_c/users/steamuser/AppData/Local/Warframe/EE.logbut it raises an error:thread 'main' panicked at src/database.rs:33:70:
called
Result::unwrap()on anErrvalue: Error("expected value", line: 1, column: 1)stack backtrace:
0: 0x55a748b9d736 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hb0e00ded7cc0e1e0
1: 0x55a748bc889c - core::fmt::write::h8c17723013f15a5a
2: 0x55a748b9a193 - std::io::Write::write_fmt::h20c099a7b35d4315
3: 0x55a748b9d582 - std::sys::backtrace::BacktraceLock::print::h39b6979622d56e60
4: 0x55a748b9eb12 - std::panicking::default_hook::{{closure}}::h08169f2626040f2c
5: 0x55a748b9e913 - std::panicking::default_hook::h92682b2b2a0bcbb5
6: 0x55a748b9f4d2 - std::panicking::rust_panic_with_hook::h76b0f55b60446abb
7: 0x55a748b9f28b - std::panicking::begin_panic_handler::{{closure}}::hc61267661868c635
8: 0x55a748b9dc59 - std::sys::backtrace::__rust_end_short_backtrace::h61dfbfdca1a72a4d
9: 0x55a748b9ef1f - __rustc[753689981c75b0eb]::rust_begin_unwind
10: 0x55a7487ba4f0 - core::panicking::panic_fmt::hfc21bd7266215338
11: 0x55a7487ba896 - core::result::unwrap_failed::he430b66665a3323f
12: 0x55a7487e5c3d - wfinfo::database::Database::load_from_file::hde14f3dd92efe01d
13: 0x55a7487c8db2 - wfinfo::main::ha6f45c2b4e57efbc
14: 0x55a7487cbd63 - std::sys::backtrace::__rust_begin_short_backtrace::h2d7de549746bcb73
15: 0x55a7487df8a9 - std::rt::lang_start::{{closure}}::h8d32418a104b96a4
16: 0x55a748b9047a - std::rt::lang_start_internal::hc3401fff393b3fbb
17: 0x55a7487cbd55 - main
18: 0x7f1587427b0b -
19: 0x7f1587427bbb - __libc_start_main
20: 0x55a7487bad65 - _start
21: 0x0 -
The simple stack backtrace:
0: __rustc::rust_begin_unwind
1: core::panicking::panic_fmt
2: core::result::unwrap_failed
3: wfinfo::database::Database::load_from_file
4: wfinfo::main