Hi, I've run into this error when trying out some demo code. Note: both the client and server code produced this error.
It's a pretty nasty error to encounter for the first time so I tried a few things:
since I was using mold linker I tried the lld linker
I ran cargo clean and cargo run
I tried reinstalling rust with a different version according to this SO post
I have not tried this on a different machine yet, will do so tomorrow (using Ubuntu which I installed a few days ago). Then I'll also try some extra examples to see if the results are reproduced
I am quite certain that bevy_renet is involved in the error since compiling a file without it works fine.
If you need any more details let me know.
Hi, I've run into this error when trying out some demo code. Note: both the client and server code produced this error.
It's a pretty nasty error to encounter for the first time so I tried a few things:
lld
linkercargo clean
andcargo run
I am quite certain that
bevy_renet
is involved in the error since compiling a file without it works fine. If you need any more details let me know.