Results 262 comments of Jason Gauci

There's some infinite recursion issue. Can you give me the entire stack trace so I can see where it starts?

Please try latest master (build from source and replace your et,etserver,etterminal binaries). I fixed the infinite termination bug

Build from source should work. See the CI tests to see how to build. On Fri, May 14, 2021, 12:12 PM yurenchen000 ***@***.***> wrote: > Latest master should build now...

Did you build from latest master? Did you build with vcpkg enabled? (It's on by default)

If you built with vcpkg, try wiping the build directory and run cmake with -DDISABLE_VCPKG=ON

What is aarch64? How can I reproduce this?

Oh, all of my Pi's are running raspberry OS and I can ET on them just fine. The error is inside libsodium. Can you try removing libsodium-dev package, getting the...

Actually my PIs are running the 32 but debian because I've heard of problems with aarch64. If you have a spare sd card can you try that and see if...

Can you try doing a "git pull" on external/vcpkg and rebuild with the latest libsodium? Maybe it's something they have fixed recently