teloren icon indicating copy to clipboard operation
teloren copied to clipboard

Am I doing sth wrong?

Open J3fflo opened this issue 2 years ago • 4 comments

Aight. soo, basically Ive got no ideea what Im doing. I somehow managed to build it and run it, but when i get to selecting a character this happens..

thread 'main' panicked at 'Failed to create client instance: StreamErr(Deserialize(Custom("invalid value: integer `5`, expected variant index 0 <= i < 5")))', src/main.rs:117:10
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

I dont have much experience with rust, so this might all just be my fault. (most probably)

J3fflo avatar Feb 26 '22 20:02 J3fflo

I just undusted the code, today it worked fine against the standard server. I suspect that you just had bad luck with an outdated client library.

cpetig avatar Mar 12 '22 23:03 cpetig

now it gives out this error: thread 'main' panicked at 'assertion failed: client.tick(comp::ControllerInputs::default(), clock.dt(), |_| ()).is_ok()', src/main.rs:138:9 after connecting to the srv

J3fflo avatar Apr 01 '22 16:04 J3fflo

With Syniis latest changes (3d ago) it will prefer the weekly branch, so after an cargo update the resulting binary should work - for today https://github.com/zesterer/teloren/pull/20 will give you the right set of dependencies.

Please note that due to a roughly weekly update of the server you likely need to update dependencies (cargo update) for teloren before using it on the default server.

cpetig avatar Sep 05 '22 16:09 cpetig

@J3fflo would you agree to close this ticket?

cpetig avatar Oct 09 '22 11:10 cpetig