zesterer / teloren

A command-line frontend for Veloren
https://www.veloren.net
GNU General Public License v3.0
90 stars 8 forks source link

Failing to run it on macOS #14

Closed rudym closed 3 years ago

rudym commented 3 years ago

Hi, can you help, please? Is teloren supposed to work on macOS?

Trying to debug it, but it is failing with the error:

thread 'main' panicked at 'Failed to create client instance: 
StreamErr(Deserialize(Custom("invalid value: integer `1050253722`, expected variant index 0 <= i < 3")))', 
src/main.rs:117:10
zesterer commented 3 years ago

Hey, that sounds like you need to update the internal client. You can do that using cargo update.

rudym commented 3 years ago

oh, cheers