w3champions / flo

Warcraft III toolkit in Rust.
MIT License
119 stars 21 forks source link

Linux is not building #32

Closed frosk1 closed 1 year ago

frosk1 commented 1 year ago

There is a parameter missing in the ClientPlatformInfo class for Linux builds, the user_battlenet_id.

Line 159 in file flo/crates/platform/src/lib.rs

Ok(ClientPlatformInfo { user_data_path, installation_path, version, executable_path, ptr }) }

fluxxu commented 1 year ago

Sorry for the delayed response. Since you're using Linux, you can disregard the error. The client code has never been functional on Linux. You can build the controller or node using cargo build -p <package_name> Or you can set user_battlenet_id to todo!()