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
I'm using lmdb-zero = "0.4.4". I've tried to compile and run it on Windows 10, however when trying to open the env on the sample file, when using following code:
---- server::test::test_update stdout ----
thread 'server::test::test_update' panicked at 'called `Result::unwrap()` on an `Err` value: StoreError(Error::Code(3, 'The system cannot find the path specified.
'))', src\server.rs:115:26
The file is created without issues (OpenOptions sample works successfully there) and failure points to the last line of the example.
I'm using cmake version 3.17.1 and rustc 1.45.0-nightly (a74d1862d 2020-05-14).
I'm happy to answer any questions that would help to resolve this issue.
The text was updated successfully, but these errors were encountered:
I'm using
lmdb-zero = "0.4.4"
. I've tried to compile and run it on Windows 10, however when trying to open the env on the sample file, when using following code:I'm getting this error:
The file is created without issues (OpenOptions sample works successfully there) and failure points to the last line of the example.
I'm using cmake version 3.17.1 and rustc 1.45.0-nightly (a74d1862d 2020-05-14).
I'm happy to answer any questions that would help to resolve this issue.
The text was updated successfully, but these errors were encountered: