l

Results 979 comments of l

Probably not, I don't think electron locks the files used by the core.

See also closed duplicate issue https://github.com/deltachat/deltachat-core-rust/issues/5992

This is fixed by https://github.com/deltachat/deltachat-core-rust/pull/6183

Yes, `vg-request-with-auth` may be processed by another Alice device and re-add Bob again. I have opened follow-up issue https://github.com/deltachat/deltachat-core-rust/issues/6208 for this.

Saved the log: [actionlog.txt](https://github.com/deltachat/deltachat-core-rust/files/11064673/actionlog.txt) ac1 creates a QR code, ac3 scans it. ac1 sends vc-auth-required and goes to IDLE. ac3 sends vc-request-with-auth, but ac1 never receives it and is stuck...

More failures: https://github.com/deltachat/deltachat-core-rust/actions/runs/4518739718/jobs/7958802553 (checked, exactly same problem as above) https://github.com/deltachat/deltachat-core-rust/actions/runs/4518739718/jobs/7958802627 (checked, exactly the same bug) https://github.com/deltachat/deltachat-core-rust/actions/runs/4518739718/jobs/7958802670 (here another problem, ac2 went into IDLE and never received message about ac1 adding...

I rebased and moved commits that looked fine already to the main branch.

> I can also just rebase my other PRs to main. Yes, #5607 and #5609 can be rebased to main now. Commits that remain here I have not merged yet...

Testing `nix build .#deltachat-rpc-server-x86_64-darwin .#deltachat-rpc-server-aarch64-darwin` with https://github.com/NixOS/nixpkgs/pull/256590 now. This will take a while because it builds LLVM, Apple SDK etc. from source. At least it does not fail immediately due...

@reckenrode I updated the flake, now it builds but fails to link in the end: ``` % nix build .#deltachat-rpc-server-aarch64-darwin error: builder for '/nix/store/igxf91j1qn3vkbmxakr68gjna2pfwbi0-deltachat-1.137.4.drv' failed with exit code 101; last...