Closed sn99 closed 1 year ago
Hey @sn99, are you still working on this ?
@poliorcetics I think this was about done, the test failed even before I made any changes so doesn't really seem that there was anything to work on
There are conflicts now though, maybe the test has been fixed since then ?
I am attempting to update the codebase to utilize
windows-rs
instead ofwinapi
. While the build is successful, 1 test is currently failing with the error messagethread 'test_load_appkey' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 32, kind: Uncategorized, message: "The process cannot access the file because it is being used by another process." }', tests\reg_key.rs:45:77
.