TotemArts / Launcher

[WIP] Launcher for Renegade-X (Not Electron)
GNU General Public License v3.0
25 stars 9 forks source link

Rust error #21

Closed testman42 closed 4 years ago

testman42 commented 4 years ago

Tried to follow the instructions on Manjaro, but it failed with this error:

$ cargo update
    Updating crates.io index
    Updating git repository `https://github.com/SonnyX/RenegadeX-patcher-lib`
    Updating git repository `https://github.com/SonnyX/xdelta-decoder-rust.git`
warning: spurious network error (2 tries remaining): invalid Content-Type: application/octet-stream; class=Net (12)
warning: spurious network error (1 tries remaining): invalid Content-Type: application/octet-stream; class=Net (12)
error: failed to load source for a dependency on `xdelta`

Same thing happens if I try to run cargo build --release wat do?

SonnyX commented 4 years ago

Run ./fix-build-issue.sh in order to fix this particular issue.